Compare commits

..

8067 Commits

Author SHA1 Message Date
sdv%sparc.spb.su
53866ece4f workaround for bug=30927
git-svn-id: svn://10.0.0.236/branches/M15-patch@72213 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-14 11:34:36 +00:00
(no author)
350be55313 This commit was manufactured by cvs2svn to create branch 'M15-patch'.
git-svn-id: svn://10.0.0.236/branches/M15-patch@52901 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-06 02:47:16 +00:00
dmose%mozilla.org
ce50f7d151 updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@52900 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-06 02:47:15 +00:00
dmose%mozilla.org
fe6a96903d updated license boilerplated to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@52899 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-06 02:24:22 +00:00
endico%mozilla.org
33c31375b8 temporarily disabled this while dmose lands mpl licence change
git-svn-id: svn://10.0.0.236/trunk@52898 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-06 02:21:15 +00:00
dmose%mozilla.org
4136bb9b85 updated license boilerplated to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@52897 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-06 02:11:51 +00:00
taek%netscape.com
502dbdb8c2 updated to use /share/builds/components
git-svn-id: svn://10.0.0.236/trunk@52895 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-06 02:11:18 +00:00
dmose%mozilla.org
fa6f75bbee updated license boilerplated to xPL 1.1, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@52894 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-06 02:06:26 +00:00
endico%mozilla.org
1f4659c914 temporarily turn off bonsai while dmose lands the mpl 1.1 licence
git-svn-id: svn://10.0.0.236/trunk@52893 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-06 02:03:13 +00:00
rpotts%netscape.com
6d25185793 bug #7428. Added support for connection timeout. Now if a connection cannot be made within 35 seconds, the transport times out.
git-svn-id: svn://10.0.0.236/trunk@52892 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-06 01:32:34 +00:00
sspitzer%netscape.com
cffac19a5f fix for #18064, r=alecf, a=choffman.
only create the local mail account if the user migrates from imap, or if the
user creates an imap server and they don't have a local mail account.


git-svn-id: svn://10.0.0.236/trunk@52891 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-06 01:22:28 +00:00
pollmann%netscape.com
63b5916e8b Bug 17995: Don't reset selection when adding an option to a combobox, as it caused reframing and a crash. r=harishd a=choffman
git-svn-id: svn://10.0.0.236/trunk@52890 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-06 00:54:54 +00:00
drapeau%eng.sun.com
c38feba394 r=fur@netscape.com, approval=chofmann@netscape.com. Fix for bug 5369
("[PP]Crash on startup because of Java Plug-in 1.3 for Netscape
Navigator.")  Make the code more bulletproof by checking for NULL
arguments to several methods.  If JVM isn't running, jEnv arg should
be NULL.

This doesn't entirely fix the problem of a JVM gone awry in all cases;
in the case of this particular bug, the Sun JDK 1.3 Beta HotSpot VM
caused an error, and there's no way for Mozilla code to detect this
failure mode.  The fix for that half of the problem is to use the new
JDK 1.3 Early Access VM, which does not exhibit the problem.


git-svn-id: svn://10.0.0.236/trunk@52888 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-06 00:24:42 +00:00
selmer%netscape.com
aa6d4da1fe Only put selected components in config's build
git-svn-id: svn://10.0.0.236/trunk@52887 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-06 00:04:08 +00:00
joki%netscape.com
acb57210c3 Fix for bug 17835. Free JS event listeners when the JS object they're registered on goes away. a:chofmann r:vidur
git-svn-id: svn://10.0.0.236/trunk@52886 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 23:37:40 +00:00
mscott%netscape.com
334b29cffa (not part of the build)
GetProtcocolHandler needs to pass in the uri we are trying to open so the
listener can pick an appropriate p.h. based on the protocol of the uri. (if
they so choose).


git-svn-id: svn://10.0.0.236/trunk@52885 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 23:26:16 +00:00
mscott%netscape.com
fb3eea6b4a (not part of the build)
1) add OpenURIVia support.
2) reimplent DispatchContent so we ask the listener if it can handle the content. Then when (if) we find
a content listener that can handle it, call DoContent.
3) if we can't find a content listener, go to the registry and try to find a registered content handler.
This part isn't finished as eventually i need to be going to the category manager instead of forming
the progid for the content handler myself.


git-svn-id: svn://10.0.0.236/trunk@52884 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 23:06:16 +00:00
mscott%netscape.com
4eb1a093e9 Add OpenURIVia which takes a static IP address.
(not part of the build)


git-svn-id: svn://10.0.0.236/trunk@52883 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 23:03:58 +00:00
mscott%netscape.com
cc6179325b (not part of build)
Add notion of CanHandleContent. This is supposed to be a light weight method for the implementor
such that the uri loader can ask right off the top if the listener can handle a particular content
type. If it can, then later on, the uir loader may call DoContent to actually handle it.


git-svn-id: svn://10.0.0.236/trunk@52882 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 22:54:53 +00:00
mscott%netscape.com
ab2f6ea0db add a new line at the end of the file
(not part of the seamonkey build)


git-svn-id: svn://10.0.0.236/trunk@52881 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 22:53:21 +00:00
mscott%netscape.com
53828293ef (not part of the seamonkey build!)
remove CanHandleConent. I don't think we need this. Also remove notion of getting a parent
content handler. This doesn't make sense anymore for how I'm defining a content handler.
Added progid prefix for content handler.


git-svn-id: svn://10.0.0.236/trunk@52880 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 22:52:35 +00:00
karnaze%netscape.com
49e55fa057 bugs 17138, 17168 and others - col allocation involving colspans honors constraints; pct colspans were allocating incorrectly if pct cols existed.
git-svn-id: svn://10.0.0.236/trunk@52879 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 22:36:59 +00:00
karnaze%netscape.com
c5c9738319 crash on abc - calls EnsureColumns upon entering reflow if appropriate
git-svn-id: svn://10.0.0.236/trunk@52878 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 22:33:04 +00:00
putterman%netscape.com
4ee15a0425 Workaround for 18088. make delete toolbar button work for thread pane. reviewed by
hangas approved by chofmann.


git-svn-id: svn://10.0.0.236/trunk@52877 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 22:21:41 +00:00
norris%netscape.com
1996d97ba3 Unify evaluation code to improve consistency and improve code size.
git-svn-id: svn://10.0.0.236/trunk@52875 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 22:18:24 +00:00
slamm%netscape.com
e5f4e7c849 Fix for bug 18017, "No sidebar panels in messenger." r=hangas a=chofmann
git-svn-id: svn://10.0.0.236/trunk@52871 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 22:10:29 +00:00
mjudge%netscape.com
b476111e67 fix review by sfrasier, approved choffman. simple fix to get first letter style frames/paragraphs to show their selection. simply notifies children that the selection bit should be "on"
git-svn-id: svn://10.0.0.236/trunk@52870 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 22:09:16 +00:00
fur%netscape.com
c8cc3fe9b2 Checkpoint
git-svn-id: svn://10.0.0.236/trunk@52867 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 21:58:37 +00:00
alecf%netscape.com
be87817fb0 fix for #17763 - initialize cellFrame so that if it's not found, the null check succeeds
r=hyatt
a=chofmann


git-svn-id: svn://10.0.0.236/trunk@52866 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 21:51:42 +00:00
norris%netscape.com
bef3328b2f Remove JSuncaughtExceptionLine, use an error reporter to report line number info instead.
git-svn-id: svn://10.0.0.236/trunk@52865 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 21:48:05 +00:00
norris%netscape.com
aebde57816 Improve performance of the non-error call code.
git-svn-id: svn://10.0.0.236/trunk@52862 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 21:23:10 +00:00
rpotts%netscape.com
fba1c662d5 bug #17500 (r=warren). Added code to fire an OnStopNotification to the parent load group if an active group is canceled.
git-svn-id: svn://10.0.0.236/trunk@52861 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 20:51:11 +00:00
selmer%netscape.com
a4236232dc Fixups
git-svn-id: svn://10.0.0.236/trunk@52858 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 19:18:33 +00:00
kin%netscape.com
81ed65e99b Temporary Fix for dogfood blocker bugs #18002 and #18006. With kipp's
permission, I backed out his fix for bug #1413 from
layout/html/base/src/nsContainerFrame.cpp revision 1.68.
Will re-check in kipp's fix after M11 is branched.
r=buster@netscape.com  a=chofmann


git-svn-id: svn://10.0.0.236/trunk@52857 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 17:42:21 +00:00
rjc%netscape.com
b4795254b6 Fix bug # 17675. Review: waterson. Approval: chofmann.
git-svn-id: svn://10.0.0.236/trunk@52852 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 09:28:42 +00:00
tbogard%aol.net
5fe04f058d Implemented so pretty straight forward pass through methods.
git-svn-id: svn://10.0.0.236/trunk@52851 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 09:07:57 +00:00
mscott%netscape.com
b5afeda640 (not part of the seamonkey build)
define and implement nsDocumentOpenInfo. Implement uri loader::OpenURI. This is the first pass at
my implementation it isn't complete and it doesn't use the registry for getting
 protocol handlers and content handlers yet...but it's a start


git-svn-id: svn://10.0.0.236/trunk@52849 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 06:01:40 +00:00
mscott%netscape.com
cddea4bf18 (not part of the seamonkey build)
include nsISupportsUtils.h


git-svn-id: svn://10.0.0.236/trunk@52848 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 06:01:05 +00:00
mscott%netscape.com
e1c9ba38b3 (not part of the seamonkey build!)
expanded OpenURI interface to take all the required arguments we need in order to really open the uri.
This includes adding the command, window target, event sink getter, load group and channel context.
Added dispatchContent method which is used by the doc open info's to talk back to the uri loader.
DispatchContent takes an opened channel and the uri content listener.


git-svn-id: svn://10.0.0.236/trunk@52847 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 06:00:36 +00:00
mscott%netscape.com
586a405369 (not part of the seamonkey build!)
doContent now returns a boolean called abortProcess. if the listener wants to handle the content without
 returning a stream listener, i.e. it wants the uri loader to stop doing anything else with this content,
then it returns true for abort process.


git-svn-id: svn://10.0.0.236/trunk@52846 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 05:59:42 +00:00
waterson%netscape.com
3aed471de6 Bug 18058. Remove 'commandDispatcher' from interface; obsolete, and leaky. r=hyatt, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@52844 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 05:31:15 +00:00
waterson%netscape.com
ca247c028b Bug 18058. Remove 'commandDispatcher' from interface; obsolete. r=hyatt, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@52843 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 05:30:56 +00:00
jefft%netscape.com
2b02c816a3 fixed bug 17928 - undo is not working for thread pane; this is the backend fix of the problem; creating TransactionManager in nsMsgWindow instead of in nsMessenger; r=bienvenu,a=chofmann
git-svn-id: svn://10.0.0.236/trunk@52842 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 05:23:15 +00:00
brendan%mozilla.org
77646a1480 Remove nsIFrameReflow.h deadwood (r=waterson).
git-svn-id: svn://10.0.0.236/trunk@52841 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 05:00:39 +00:00
dougt%netscape.com
1cf333f618 Backing out changes due to nsCOMPtr build problems.
git-svn-id: svn://10.0.0.236/trunk@52840 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 03:32:33 +00:00
dougt%netscape.com
fced92a57e backing out changes. looks like this stuff is untested in a full build.
git-svn-id: svn://10.0.0.236/trunk@52839 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 03:31:04 +00:00
cls%seawood.org
dc0901d830 Fix for the template variable change from <T> to <nsISupports>. r=dougt
git-svn-id: svn://10.0.0.236/trunk@52838 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 03:11:03 +00:00
hangas%netscape.com
b0cc23dd32 Command updating and dispatching changes for menu items. Fixes 17848. r=hyatt, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@52837 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 02:21:47 +00:00
dougt%netscape.com
8d74ce705f Changed ownership module inside xpcom/proxy to remove cached objects passed their owner's lifespan.
Removed out of band callback in xpcom/proxy
Fixed webshell leak due to xpcom/proxy. (17009)
Just about everything is now a comptr, god save us. :-)

r=jband, a=brendan.


git-svn-id: svn://10.0.0.236/trunk@52836 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 02:21:46 +00:00
dougt%netscape.com
d73bc37e66 Fix for 17842. Make nsCOMPtr<nsISupports> should not be weak typed. scc's
this change to me and since he is on vacation until monday and I need this
for an M11 bug, I am checking it in.   I am hoping it is the right
thing to do.

a=brendan.


git-svn-id: svn://10.0.0.236/trunk@52835 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 02:18:46 +00:00
alecf%netscape.com
a92195a3a9 implement EnsureRowIsVisible for bug #17763
r=scottip


git-svn-id: svn://10.0.0.236/trunk@52834 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 02:02:09 +00:00
sspitzer%netscape.com
0fdb0ed03c fix warning and fix bug #18036, r=bienvenu, a=chofmann.
prevent the infinite loop when applying filters to mail if a filter
rule uses an arbitrary header.


git-svn-id: svn://10.0.0.236/trunk@52833 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 01:58:03 +00:00
mcafee%netscape.com
5478f9dda3 Switching to use NS_WITH_SERVICE macro as specified in (5403); removing spurious clipboard service instance in nsEditorEventListeners.cpp. r=akkana, a=chofmann.
git-svn-id: svn://10.0.0.236/trunk@52832 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 01:29:49 +00:00
sdagley%netscape.com
e6b6878f91 Fix to larryh's earlier checkin to implement bug #17558. Previous fix from bad diff would always result in an error trying to create a file that already existed (should only be an error in certain cases). r=sfraser
git-svn-id: svn://10.0.0.236/trunk@52831 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 01:18:07 +00:00
waterson%netscape.com
808d64da48 Fix leak with nsCOMPtr. r=brendan, a=brendan
git-svn-id: svn://10.0.0.236/trunk@52830 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 00:52:23 +00:00
selmer%netscape.com
45c7e5cf11 Tweak prior checkin a little
git-svn-id: svn://10.0.0.236/trunk@52829 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 00:49:23 +00:00
jfrancis%netscape.com
6d48eccaa5 bug 17744; a=choffman; r=floppy moose
git-svn-id: svn://10.0.0.236/trunk@52828 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 00:46:06 +00:00
waterson%netscape.com
7335ede542 Fix leak with nsCOMPtr. r=brendan, a=brendan
git-svn-id: svn://10.0.0.236/trunk@52827 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 00:44:10 +00:00
selmer%netscape.com
c9b01acbd6 Fixups to generatelist & related handling of listbox type widgets
git-svn-id: svn://10.0.0.236/trunk@52826 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 00:36:17 +00:00
matt%netscape.com
34a8cb4799 fix for bug 18042 by adding close window tag r=mcafee
git-svn-id: svn://10.0.0.236/trunk@52825 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 00:34:48 +00:00
larryh%netscape.com
1f62cd6fa3 BugZilla 17558. PR_Open() gets PR_EXCL flag
git-svn-id: svn://10.0.0.236/trunk@52824 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 00:21:39 +00:00
despotdaemon%netscape.com
3189ded990 Pseudo-automatic update of changes made by vishy@netscape.com.
git-svn-id: svn://10.0.0.236/trunk@52823 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-05 00:09:17 +00:00
pollmann%netscape.com
b98eecf039 Bug 17431: Clean house in form and form control destructors to allow reframing r=harishd a=choffman
git-svn-id: svn://10.0.0.236/trunk@52822 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 23:16:47 +00:00
sfraser%netscape.com
d76ff386a5 Fixes for 16723 -- fix error returns from imglib. Remove and re-add files to project to fix the case of the filenames. r=pnunn, a=chofmann.
git-svn-id: svn://10.0.0.236/trunk@52820 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 23:11:48 +00:00
sfraser%netscape.com
c0ec1f713e Fixes for 16723 -- fix error returns from imglib. r=pnunn, a=chofmann.
git-svn-id: svn://10.0.0.236/trunk@52819 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 23:11:11 +00:00
sfraser%netscape.com
1fcc54491d Fixes for 16723 -- fix error handling so that errors from image allocation are propogated back to imglib.. r=pnunn, a=chofmann.
git-svn-id: svn://10.0.0.236/trunk@52818 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 22:47:24 +00:00
rods%netscape.com
e34b01ce89 Commented out the reset of the list when an option gets added
Fixes crashers 17836, 17852, 17965 r=kmcclusk


git-svn-id: svn://10.0.0.236/trunk@52817 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 22:45:10 +00:00
mcafee%netscape.com
451b1f9771 Fixing JS error when loading prefs; skipping assertion in nsPrefWindow::ChangePanel() that is not needed for prefs to function, left a comment there so we can fix that later. (14663) a=matt, r=chofmann.
git-svn-id: svn://10.0.0.236/trunk@52816 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 22:39:21 +00:00
sfraser%netscape.com
b5daf46f31 Fixes for 18029 and 16723 -- fix image drawing on Mac to use GWorlds, and put in api to lock and unlock pixels. Pass a real nsDrawingSurface to the image, instead oif a cast GrafPtr. r=pnunn, a=chofmann.
git-svn-id: svn://10.0.0.236/trunk@52815 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 22:36:21 +00:00
sfraser%netscape.com
db24ddd87b Fixes for 18029 and 16723 -- fix image drawing on Mac to use GWorlds, and put in api to lock and unlock pixels. r=pnunn, a=chofmann.
git-svn-id: svn://10.0.0.236/trunk@52814 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 22:32:22 +00:00
sfraser%netscape.com
28261a4ca0 Fixes for 18029 and 16723 -- fix image drawing on Mac to use GWorlds, and put in api to lock and unlock pixels. Leave more free space in the heap for image (GWorld) pixels. r=pnunn, a=chofmann.
git-svn-id: svn://10.0.0.236/trunk@52813 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 22:29:02 +00:00
sfraser%netscape.com
2d10f84704 Fixes for 18029 and 16723 -- fix image drawing on Mac to use GWorlds, and put in api to lock and unlock pixels. Adding new error module for libimg. r=pnunn, a=chofmann.
git-svn-id: svn://10.0.0.236/trunk@52812 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 22:27:36 +00:00
sfraser%netscape.com
1cf929984f Fixes for 18029 and 16723 -- fix image drawing on Mac to use GWorlds, and put in api to lock and unlock pixels. r=pnunn, a=chofmann.
git-svn-id: svn://10.0.0.236/trunk@52811 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 22:26:57 +00:00
nisheeth%netscape.com
59271d7e21 r=norris,warren,radha. a=chofmann. Fix for bug 1646. Javascript: URLS were not getting loaded properly because the webshell was changing its notion of the current document (by setting mURL and mReferrer) too eagerly. Now, it does so only after the nsDocLoader::LoadDocument() in DoLoadURL() returns successfully.
git-svn-id: svn://10.0.0.236/trunk@52809 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 22:09:46 +00:00
pinkerton%netscape.com
7f537da550 add "status" area to the bottom so that bottom scroll arrow on MacOS is visible (r=slamm, bug# 8266).
git-svn-id: svn://10.0.0.236/trunk@52808 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 22:04:17 +00:00
nisheeth%netscape.com
45eec85b6b r=norris,warren,radha. a=chofmann. Fix for 1646. Javascript: urls return NS_ERROR_DOM_RETVAL_UNDEFINED when the javascript: url evaluates into an undefined value. This error is propagated back up to nsWebShell::DoLoadURL().
git-svn-id: svn://10.0.0.236/trunk@52807 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 22:02:19 +00:00
varada%netscape.com
027697488c updating accountsetup.ini to deal with workspace
git-svn-id: svn://10.0.0.236/trunk@52805 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 21:48:32 +00:00
varada%netscape.com
fee0b89b42 updating makefile to create the WSTemplate
git-svn-id: svn://10.0.0.236/trunk@52804 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 21:47:27 +00:00
sfraser%netscape.com
df972eb658 Did a 'Remove object code and compact' on this project, and tidied up some access paths to try to eliminate the CodeWarrior hangs. a=leaf
git-svn-id: svn://10.0.0.236/trunk@52802 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 21:16:02 +00:00
valeski%netscape.com
8cf0748300 10736, r=andreas.otte@primus-online.de. Actually I'm more like the reviewer here. Andreas submitted this optimization to MakeAbsolute (it uses minimal memory routines and minimal parsing. this means performance increase by a factor of 10 for this method). I'm checking it in for him.
git-svn-id: svn://10.0.0.236/trunk@52800 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 20:31:36 +00:00
neeti%netscape.com
1fe4d7149a fix for MLK bug 15818, every ImageURLImpl leaks.r=pnunn, a=chofmann.
git-svn-id: svn://10.0.0.236/trunk@52799 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 20:24:25 +00:00
selmer%netscape.com
81e77a0f71 Dynamic component checkbox initialization
git-svn-id: svn://10.0.0.236/trunk@52798 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 20:19:27 +00:00
sspitzer%netscape.com
aa210a0654 better fix for #17597, r=mscott, a=chofmann.
instead of setting the action for the url, check if we have a channel listener.
this is a cleaner fix, and now the quoting back end doesn't need to know about
the nntp url.


git-svn-id: svn://10.0.0.236/trunk@52796 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 20:02:31 +00:00
jefft%netscape.com
f295b6af47 fixed bug 15069 && 12345 -- passing in file:/// instead of file:// as the file url spec; r=bienvenu, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@52795 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 19:47:21 +00:00
waterson%netscape.com
487d4b32af Bug 17953, 17959. Fix nsXULElement leaks by using nsCOMPtrs. r=warren, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@52794 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 19:44:38 +00:00
waterson%netscape.com
9530e8d060 Bug 17955. Don't unnecessarily add script event listeners to temporary nodes used for overlay hookup. r=hyatt, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@52793 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 19:43:43 +00:00
putterman%netscape.com
8b6bdd6f64 Fix for 17987. Approved by chofmann and reviewed by hangas.
git-svn-id: svn://10.0.0.236/trunk@52792 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 19:38:11 +00:00
kipp%netscape.com
b20b0d0a0e r=vidur; bug=17372; found a case where a trailing shy character on a line would trigger an infinite loop iff the shy character was the only piece of text after a text frame had been continued
git-svn-id: svn://10.0.0.236/trunk@52791 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 19:34:36 +00:00
waterson%netscape.com
143a89ffc8 Bug 17847. Fix 'commandupdater' hookup for master document. r=hyatt, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@52790 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 18:37:58 +00:00
jefft%netscape.com
d7f7734495 fixed bug 17925 -- pop3 get all message again; restore old behavior; always set leave message on server; r=rhp, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@52786 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 15:27:29 +00:00
rhp%netscape.com
2bd2bc6f06 Changes for String Bundle problem in forwarding - Bug #: 12345 - r: jefft - approved: chofmann
git-svn-id: svn://10.0.0.236/trunk@52785 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 13:59:26 +00:00
waterson%netscape.com
8c5481dd42 Bug 11501. Tree has regressed s.t. it is necessary to have a <treecol>; add it here. r=hyatt, a=jack
git-svn-id: svn://10.0.0.236/trunk@52784 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 08:57:52 +00:00
waterson%netscape.com
9f071c70b6 Bug 17946. Trees must be contained within a fixed div. r=hyatt, a=jack
git-svn-id: svn://10.0.0.236/trunk@52783 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 08:33:08 +00:00
sgehani%netscape.com
9c16ff2bfc No longer delete core file if it existed before running the installer: now only deleted if downloaded. Also, cleaned up the terminal window UI.
Only affects the standalone Install Wizard app, not the browser or mail.

[r=ssu, a=chofmann]


git-svn-id: svn://10.0.0.236/trunk@52782 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 08:23:55 +00:00
jefft%netscape.com
7ff57f52b5 partial fix for bug 12345 - unable to forward message; check for valid url before calling msg_pick_real_name() to prevent crashing; r=rhp, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@52781 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 06:25:36 +00:00
beard%netscape.com
7670b1d344 moved System.exit() to end of main.
git-svn-id: svn://10.0.0.236/trunk@52780 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 06:15:55 +00:00
beard%netscape.com
a669c996d6 moved System.exit() to end of main
git-svn-id: svn://10.0.0.236/trunk@52779 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 06:07:35 +00:00
beard%netscape.com
a297c877e2 JShell properties files.
git-svn-id: svn://10.0.0.236/trunk@52778 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 06:06:40 +00:00
beard%netscape.com
09e0a51db2 factored out common code to locate a source file on lxr or bonsai
git-svn-id: svn://10.0.0.236/trunk@52777 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 06:06:13 +00:00
beard%netscape.com
881e796d98 communicates with cvsblame.cgi to assign blame to lines of a source file.
git-svn-id: svn://10.0.0.236/trunk@52776 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 06:05:52 +00:00
troy%netscape.com
66ca226b8a b=#17315. Changed DeletingFrameSubtree() to also look at the continuing
frames.


git-svn-id: svn://10.0.0.236/trunk@52775 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 05:23:11 +00:00
ducarroz%netscape.com
d3ee736373 Fix for bug 17902. Fix various FCC problems as well error display. R=alecf, A=chofmann
git-svn-id: svn://10.0.0.236/trunk@52774 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 04:58:06 +00:00
sspitzer%netscape.com
baf56f68cb fix for #17597. reply to a news article doesn't quote the body.
the problem was when we ran the nntp url to get the message we weren't
calling OnDataAvailabe() on the channel listener.  the reason is the channel
listener only got poked when ActionDisplayArticle was set as the action on
the nntp url.  but this wouldn't be the case when we got run from the Quoting backend.  I added a new action, and made sure to set it when running the url from the quoting back end, and then made sure the nntp backend did the right thing.

r=alecf, a=chofmann


git-svn-id: svn://10.0.0.236/trunk@52773 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 04:31:09 +00:00
jj%netscape.com
f66e87957c set installer target directory to "Mozilla Folder" and changed "bin" to "viewer" to reflect the Mac tree structure.
git-svn-id: svn://10.0.0.236/trunk@52771 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 03:01:29 +00:00
jj%netscape.com
2efb8c65ad . moved 'Component Registry' from [browser] to [install]
. removed 'default_prefs.js' and 'chrome:registry.rdf'
. added 'viewer:' in front of _each_ line (parser root change)


git-svn-id: svn://10.0.0.236/trunk@52770 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 03:01:25 +00:00
jj%netscape.com
498764afb0 fixed components lists for [Easy install] and variable names for module sizes.
git-svn-id: svn://10.0.0.236/trunk@52769 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 03:01:24 +00:00
beard%netscape.com
48f9184ff1 bug #17847, fix clobbering of mSlots->mAttributes in GetAttributes(). r=waterson, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@52768 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 02:56:54 +00:00
slamm%netscape.com
a8fb89cee4 Do run-length encoding for the raw data option. End revision records with a period. Buffer the raw data output.
git-svn-id: svn://10.0.0.236/trunk@52767 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 02:14:56 +00:00
hyatt%netscape.com
4353fd2505 Partial fix for 17848. Part 1 of 2. 2nd part will be checked in by hangas. r=hangas, a=brendan
git-svn-id: svn://10.0.0.236/trunk@52766 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 01:59:04 +00:00
waterson%netscape.com
9d4795faed Bug 17024. Fix mClassList leak; add bloaty stats for nsClassList. r=hyatt a=chofmann
git-svn-id: svn://10.0.0.236/trunk@52765 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 01:50:47 +00:00
waterson%netscape.com
a65db3660c Bug 15146. Don't eagerly create a <xul:menu>'s contents. r=hyatt a=brendan
git-svn-id: svn://10.0.0.236/trunk@52764 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 01:49:34 +00:00
waterson%netscape.com
744719ecdb Bug 15146. Fix charset overlay template; don't force menus to be open; r=hyatt a=brendan
git-svn-id: svn://10.0.0.236/trunk@52763 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 01:48:46 +00:00
mccabe%netscape.com
46ecd1ff3b Link fixes. Not part of the Mozilla build.
git-svn-id: svn://10.0.0.236/trunk@52762 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 00:35:31 +00:00
beard%netscape.com
396d175b3c can handle multiple inputs, now using common FileLocator class to generate blame/lxr URLs.
git-svn-id: svn://10.0.0.236/trunk@52761 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 00:24:26 +00:00
beard%netscape.com
9cc1992ed4 Uses CVS/Entries to determine the revision of a checked out file.
git-svn-id: svn://10.0.0.236/trunk@52760 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 00:10:12 +00:00
pinkerton%netscape.com
b2e6d58834 Fix bug 15276 by flushing the data to the clipboard right before app shuts down. (r=davidm).
git-svn-id: svn://10.0.0.236/trunk@52759 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 00:08:59 +00:00
rogerl%netscape.com
388bc22458 Removed - not an ECMA thing and supplanted by a different mechanism.
git-svn-id: svn://10.0.0.236/trunk@52758 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 00:01:00 +00:00
rogerl%netscape.com
859165ee97 Fix back-reference parsing from going too far in source string
git-svn-id: svn://10.0.0.236/trunk@52757 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-04 00:00:14 +00:00
rogerl%netscape.com
ec90446de8 Replaced Closure object with FunctionObject clone
git-svn-id: svn://10.0.0.236/trunk@52756 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 23:59:35 +00:00
rogerl%netscape.com
74b9419214 Removed NativeClosure
git-svn-id: svn://10.0.0.236/trunk@52755 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 23:58:51 +00:00
rogerl%netscape.com
830d037821 Fix nested finally endless loop.
Replaced Closure object with FunctionObject clone.


git-svn-id: svn://10.0.0.236/trunk@52754 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 23:57:56 +00:00
rogerl%netscape.com
ee745b4cbf Add closure support
git-svn-id: svn://10.0.0.236/trunk@52753 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 23:56:28 +00:00
rogerl%netscape.com
02ca74c760 Removing NativeClosure
git-svn-id: svn://10.0.0.236/trunk@52752 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 23:55:59 +00:00
mcafee%netscape.com
555440d16c ftp & http proxy settings got reversed in the UI (15165). r=slamm, a=chofmann.
git-svn-id: svn://10.0.0.236/trunk@52751 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 23:53:15 +00:00
nisheeth%netscape.com
e3cf2c3428 r=harishd, a=chofmann. Fix for bugs 11992, 10563. New lines get reported in the XML document prolog. Now, JS errors in XML report correct line numbers.
git-svn-id: svn://10.0.0.236/trunk@52750 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 23:50:16 +00:00
slamm%netscape.com
13a4379130 Add feature for beard and his leak soup tool. Return raw data if 'data=1' is added as a parameter. Cleaned up some code too.
git-svn-id: svn://10.0.0.236/trunk@52749 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 23:37:44 +00:00
mcafee%netscape.com
adc6cb1f75 We were using the wrong pref to enable JS (14660). r=slamm, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@52748 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 23:10:47 +00:00
hangas%netscape.com
99a452e913 Fix for bug 16189, which allows undo/redo to be used in the thread pane of mail/news. r-jefft a=chofmann
git-svn-id: svn://10.0.0.236/trunk@52746 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 23:03:12 +00:00
rogerl%netscape.com
aa1271a477 Not a part of SeaMonkey Build
- new LiveConnect AIX4.3 makefile for server builds


git-svn-id: svn://10.0.0.236/trunk@52745 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 22:55:03 +00:00
varada%netscape.com
5c09a71e2a getting rid of root variable in che file
git-svn-id: svn://10.0.0.236/trunk@52744 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 22:44:24 +00:00
rhp%netscape.com
8276a693be Fix for null pointer access - Bug #17597 - r: jefft - approved: chofmann
git-svn-id: svn://10.0.0.236/trunk@52743 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 22:35:04 +00:00
rhp%netscape.com
3f83ba7a62 Fix for null pointer access - Bug #17597 - r: jefft approved: chofmann
git-svn-id: svn://10.0.0.236/trunk@52742 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 22:34:30 +00:00
radha%netscape.com
8f70df6307 Fix for bug # 17893. Pass the url to nsISessionHistory::Add().Don't set
nsWebShell::mURL too early in the loading process.
r=law,nisheeth


git-svn-id: svn://10.0.0.236/trunk@52741 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 22:30:44 +00:00
varada%netscape.com
5908cc6076 getting rid of spaces in cck.ini
git-svn-id: svn://10.0.0.236/trunk@52740 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 22:27:29 +00:00
varada%netscape.com
777e334a14 getting rid of spaces in the inifiles and changing titles
git-svn-id: svn://10.0.0.236/trunk@52739 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 22:27:06 +00:00
varada%netscape.com
193096cba0 installing wizardmachine.ini inthe dist directory
git-svn-id: svn://10.0.0.236/trunk@52738 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 22:24:09 +00:00
varada%netscape.com
6663eb3602 This file will contain the nameof the application
git-svn-id: svn://10.0.0.236/trunk@52737 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 22:23:48 +00:00
varada%netscape.com
9d146034cd message box in interpret
git-svn-id: svn://10.0.0.236/trunk@52736 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 22:22:54 +00:00
varada%netscape.com
c2f62d838f getting rid of root variable from the che files
git-svn-id: svn://10.0.0.236/trunk@52735 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 22:22:31 +00:00
rods%netscape.com
c7fa28614d added two more tests
git-svn-id: svn://10.0.0.236/trunk@52734 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 22:14:42 +00:00
rods%netscape.com
17f32ce4ba Initial checkin of test
git-svn-id: svn://10.0.0.236/trunk@52733 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 22:14:25 +00:00
kipp%netscape.com
8fae81516b r=joki; fixed the ancient and venerable bug 1413 by noting that the code was using an optimization that wasn't always valid and that one that optimization wasn't valid, the slower path must be used...I commented the fix fairly solidly
git-svn-id: svn://10.0.0.236/trunk@52732 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 22:09:00 +00:00
akkana%netscape.com
7e907a0c91 Fix key event bustage: treat DOM_VK_RETURN and DOM_VK_ENTER equivalently. r=ftang,joki a=chofmann,leaf
git-svn-id: svn://10.0.0.236/trunk@52731 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 22:05:45 +00:00
kipp%netscape.com
44a7143485 updated document regardling block and line-layout operation; this is html documents that are not part of the build nor part of any install process, etc.
git-svn-id: svn://10.0.0.236/trunk@52730 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 21:11:37 +00:00
joki%netscape.com
68b221d555 Fixing dom event key set errors. bug 17887, a:chofmann
git-svn-id: svn://10.0.0.236/trunk@52729 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 20:53:13 +00:00
joki%netscape.com
e151377558 Reverting key set to previous version. Fixes 17887. a:chofmann r:brade.
git-svn-id: svn://10.0.0.236/trunk@52728 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 20:40:35 +00:00
endico%mozilla.org
0ee8ded981 fixed a bunch of typos. Also, handleCheckinMail.tc was replaced by handleCheckinMail.pl
git-svn-id: svn://10.0.0.236/trunk@52727 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 20:33:57 +00:00
blizzard%redhat.com
e72f94df90 patch to fix backspacing from quy@igelaus.com.au. a=choffman
git-svn-id: svn://10.0.0.236/trunk@52726 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 20:25:19 +00:00
alecf%netscape.com
b5de07e079 fix for blocker #17882
a=leaf


git-svn-id: svn://10.0.0.236/trunk@52723 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 19:47:17 +00:00
rogerl%netscape.com
9f777f2bad Added defn of AIX4_3 to help fix dup typedef int8,int16 etc
git-svn-id: svn://10.0.0.236/trunk@52720 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 18:56:17 +00:00
slamm%netscape.com
8fc0df1c8f Ignore a few more warnings caused by lame unix header files.
git-svn-id: svn://10.0.0.236/trunk@52719 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 18:52:13 +00:00
gagan%netscape.com
34d286f60f Last of the leftover files... that didn't include the API change.
git-svn-id: svn://10.0.0.236/trunk@52716 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 09:33:03 +00:00
gagan%netscape.com
8dc7bd557e Modified the call to match the new signature of CreateTransport. a=mcafee.
git-svn-id: svn://10.0.0.236/trunk@52715 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 08:52:04 +00:00
gagan%netscape.com
4ef759b3d4 Removed an extra free that cvs merge put in!
git-svn-id: svn://10.0.0.236/trunk@52714 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 08:21:37 +00:00
gagan%netscape.com
cb1a2aee98 Argh... speed kills. Removed this conflict that I accidently checked in.
git-svn-id: svn://10.0.0.236/trunk@52713 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 08:19:54 +00:00
gagan%netscape.com
8f3ae7048a Fixes 11708,15477 and partial 14610. r=warren. We now pass a print host for displaying in status messages that is different than the hostname connecting to. Also added Keep-Alive support (turned on by user_pref("network.http.keep-alive",1))We also honor the "network.proxy.type" preference to turn the proxy use on and off.
git-svn-id: svn://10.0.0.236/trunk@52712 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 08:17:59 +00:00
gagan%netscape.com
4ac72526b1 Fixes 11708,15477 and partial 14610. r=warren. We now pass a print host for displaying in status messages that is different than the hostname connecting to. Also added Keep-Alive support (turned on by user_pref("network.http.keep-alive",1))
git-svn-id: svn://10.0.0.236/trunk@52711 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 08:14:38 +00:00
gagan%netscape.com
e67319abec *** empty log message ***
git-svn-id: svn://10.0.0.236/trunk@52710 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 08:12:18 +00:00
gagan%netscape.com
6bf9a22c91 Added printHost parameter for use in status messages in cases where printHost is different than the connecting host (as in the case of proxies) Fixes bug 11708. r=warren.
git-svn-id: svn://10.0.0.236/trunk@52709 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 08:11:39 +00:00
sgehani%netscape.com
60ed9bf4bb Removing obsolete prefix files. (Replaced by nsInstallerPrefix* and mozInstallerPrefix*.)
git-svn-id: svn://10.0.0.236/trunk@52708 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 08:06:59 +00:00
pavlov%netscape.com
0f628926da work on nsIWidget r=alecf
git-svn-id: svn://10.0.0.236/trunk@52707 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 08:04:59 +00:00
sgehani%netscape.com
ee85b8ad76 Chnage MIW target name to Mozilla Installer [r=sfraser].
git-svn-id: svn://10.0.0.236/trunk@52706 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 07:54:28 +00:00
sgehani%netscape.com
9d8269b689 1> Extraction of all files rather than regexp core_*/* search.
2> Prepare installer to work off of local archives for CD scenario and Mozilla (no sdinst.dll).                                    
3> Fix build warnings.                                                    
4> Separated out Netscape and Mozilla specific targets.    
5> Separated out Netscape and Mozilla specfic resources.
                                                                                      
[r=sfraser]


git-svn-id: svn://10.0.0.236/trunk@52705 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 07:53:59 +00:00
mscott%netscape.com
6ade5969e3 work around for Bug 17065
for bienvenu
r=mscott


git-svn-id: svn://10.0.0.236/trunk@52704 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 07:53:44 +00:00
mscott%netscape.com
7b3899b763 Some work arounds to HIDE Bug #17065 which causes us to hang when parsing large imap folders on linux.
WE still have the problme where the ui thread is stealing events from the imap thread and processing them
on the ui thread.

We're just working around it so folks can use linux imap mail. This code was jointly written with bienvenu.

r=bienvenu/mscott


git-svn-id: svn://10.0.0.236/trunk@52703 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 07:52:45 +00:00
sgehani%netscape.com
dd18053d33 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@52702 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 07:50:01 +00:00
dveditz%netscape.com
3f4468adf1 fixes 8271,6410,12694 and similar startup/registry problems
git-svn-id: svn://10.0.0.236/trunk@52701 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 07:46:38 +00:00
dveditz%netscape.com
3330477d88 shutting up copious warnings using /W4 on MSVC
git-svn-id: svn://10.0.0.236/trunk@52700 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 07:39:19 +00:00
dveditz%netscape.com
acf32d6fc2 Changing registry keys to a mozilla-centric name rather than netscape.
git-svn-id: svn://10.0.0.236/trunk@52699 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 07:36:03 +00:00
pavlov%netscape.com
c5f9102c78 work on scrolling, CSS2 native system colors, etc. r=mcafee
git-svn-id: svn://10.0.0.236/trunk@52697 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 07:34:50 +00:00
alecf%netscape.com
cb89931340 add open="true" to all the account
r=scottip
no bug, it's cosmetic/usability thing


git-svn-id: svn://10.0.0.236/trunk@52696 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 07:33:08 +00:00
mccabe%netscape.com
793e09ae44 Fix many nsInterfaceInfo leaks, thanks in part to patches provided by Patrick Beard. Fixes 15855. Some remain.
Clear up build warnings, and quiet nsInterfaceInfomanager debug output unless DEBUG_iim.  Makes startup a li'l less noisy.  Fixes 15628.

r=jband


git-svn-id: svn://10.0.0.236/trunk@52695 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 07:23:37 +00:00
alecf%netscape.com
e92bd577aa fix for #17214 - consolidate all username and hostname handling so that escaping/unescaping happens logically
git-svn-id: svn://10.0.0.236/trunk@52694 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 07:16:59 +00:00
joki%netscape.com
c6ca4a722e added files: mozilla/dom/src/events/nsJSKeyEvent.cpp
git-svn-id: svn://10.0.0.236/trunk@52693 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 07:12:13 +00:00
joki%netscape.com
c79e9c67d2 Changes to DOM events to accomodate the new breakdown of events into mouse and key events. This fixes a couple of bug, though the main one is 13406. Involves changes to multiple DOM generated file as well as fixing up usage of DOM event api usage in editor, rdf, and xul. r:vidur
git-svn-id: svn://10.0.0.236/trunk@52691 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 07:11:45 +00:00
putterman%netscape.com
ff8a8db130 return rv instead of NS_OK so that we only return null targets with NS_RDF_NO_VALUE.
This stops a bunch of assertions.  reviewed by alecf.


git-svn-id: svn://10.0.0.236/trunk@52690 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 07:09:56 +00:00
waterson%netscape.com
f4ec813667 Bug 13252. Build content for current template before recursing to build content for children. r=alecf.
git-svn-id: svn://10.0.0.236/trunk@52689 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 06:59:49 +00:00
buster%netscape.com
1115c0f4da fixed bug 17792 (text set via DOM displays in HTL password control)
r=myself, I'll take the heat if this goes bad.  It's a very simple change.
The text control optimization was turned on for single line text controls,
and turned off for text areas.  With this change, the optimization is also
turned off for password fields.  This shouldn't effect performance in any
noticable way, because there are very rarely more than one or two password
controls on a single page.  The optimization in the case of password fields
isn't worth the extra code and complexity for dealing with replacing
characters with '*'


git-svn-id: svn://10.0.0.236/trunk@52688 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 06:53:07 +00:00
sgehani%netscape.com
40645c00d1 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@52687 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 06:12:10 +00:00
davidm%netscape.com
eb18a1b917 3110
r= morse
modification to get single sign on back


git-svn-id: svn://10.0.0.236/trunk@52686 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 06:07:53 +00:00
ftang%netscape.com
74098be2bc back out 1.32 to fix 17811. This will break 14914
git-svn-id: svn://10.0.0.236/trunk@52685 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 05:47:25 +00:00
dcone%netscape.com
6d4e070e6b Fixed a divide by zero crasher, and cleaned up borders. r=buster
git-svn-id: svn://10.0.0.236/trunk@52684 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 05:46:01 +00:00
dp%netscape.com
86bb1af06f Eliminating use of nsService class in preparation for making services
usable with COMPtrs.


git-svn-id: svn://10.0.0.236/trunk@52683 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 05:41:43 +00:00
dp%netscape.com
df73ba585b Deny GetService() requests which cause Creation of new objects on
shutdown. r=jband, r=ScottPutterman


git-svn-id: svn://10.0.0.236/trunk@52682 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 05:38:45 +00:00
dp%netscape.com
e537410a85 Removing nsIShutdown listener usage for ServiceManager.
git-svn-id: svn://10.0.0.236/trunk@52681 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 05:36:30 +00:00
danm%netscape.com
7de071230b instead of using the thread hashtable's enumerator while processing events (a Mac-specific habit), build and use a parallel linked list structure. hashtable and list want unification someday. fixes bug 16551. r:brendan@netscape.com
git-svn-id: svn://10.0.0.236/trunk@52680 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 05:30:49 +00:00
davidm%netscape.com
7a25b6fe62 8673 ShutDown() should try to close all open windows.
r=sfraser
set tryToClose function and proprogate out if the close was sucessfull


git-svn-id: svn://10.0.0.236/trunk@52679 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 05:28:02 +00:00
davidm%netscape.com
ad7f1ff33f 8673 ShutDown() should try to close all open windows.
r= hangas


git-svn-id: svn://10.0.0.236/trunk@52678 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 05:26:31 +00:00
davidm%netscape.com
16e407c7ff 12539 Crash when quitting browser while bookmark properties dialog
r = saari
 nsINetPrompt implementation
r morse


git-svn-id: svn://10.0.0.236/trunk@52677 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 05:25:21 +00:00
davidm%netscape.com
218749a885 6552 Browser-generated forms not triggering single-signon
switch to use nsINetPrompt so that single sign lives again
r morse


git-svn-id: svn://10.0.0.236/trunk@52676 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 05:24:01 +00:00
davidm%netscape.com
793f6ff27d 6552 Browser-generated forms not triggering single-signon
add nsINetPrompt for single sign on
r morse


git-svn-id: svn://10.0.0.236/trunk@52675 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 05:21:49 +00:00
davidm%netscape.com
77cd59699a First Checked In.
git-svn-id: svn://10.0.0.236/trunk@52674 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 05:19:39 +00:00
warren%netscape.com
fa66ea22fe Structural changes for MakeAbsolute performance. bug#10736 r=valeski
git-svn-id: svn://10.0.0.236/trunk@52673 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 05:13:44 +00:00
warren%netscape.com
c34a2941df Made nsIInputStreamChannel scriptable and constructable from component manager. bug#15294
git-svn-id: svn://10.0.0.236/trunk@52672 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 05:09:20 +00:00
warren%netscape.com
335afbc323 Fixed more bustage from gordon's checking -- missing vtable symbols for nsDNSRequest's (unused) nsIRequest interface.
git-svn-id: svn://10.0.0.236/trunk@52671 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 04:57:34 +00:00
sgehani%netscape.com
8b93319dca Fix build bustage for cathleen.
git-svn-id: svn://10.0.0.236/trunk@52670 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 04:30:14 +00:00
beard%netscape.com
afdb749e2c First Checked In.
git-svn-id: svn://10.0.0.236/trunk@52669 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 04:26:41 +00:00
waldemar%netscape.com
50364b8107 Removed distribution restrictions because this is part of the language spec
git-svn-id: svn://10.0.0.236/trunk@52668 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 03:59:31 +00:00
waldemar%netscape.com
9c4cb1eacb Updated to Mozilla 1.1 license
git-svn-id: svn://10.0.0.236/trunk@52667 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 03:58:07 +00:00
mscott%netscape.com
9dc7572e8b (not part of the seamonkey build!!)
no longer need nsURILoaderCIDs.h


git-svn-id: svn://10.0.0.236/trunk@52666 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 03:55:39 +00:00
mscott%netscape.com
e59a60cd4c (not part of the seamonkey build!!!!)
name change of nsURIDispatcher to nsIURILoader


git-svn-id: svn://10.0.0.236/trunk@52665 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 03:53:33 +00:00
mscott%netscape.com
6ef6f80a98 one more tweak for Bug #17825
r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@52664 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 03:51:12 +00:00
gagan%netscape.com
c1350f1279 Added file. Not in the build. Some utility code for color console messages on Unix. Using this is simple- Declare PRINTF_FOO in the scope of your printf statements where FOO is one of the colors in (YELLOW, RED, CYAN, BLUE, MAGENTA, GREEN) and any printfs in that scope will print in color. You may also start and stop colors by using STARTF00 and ENDCOLOR. So you can try something like printf(STARTRED "Red " STARTBLUE "Blue" ENDCOLOR);
git-svn-id: svn://10.0.0.236/trunk@52663 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 03:43:13 +00:00
pierre%netscape.com
cff215812e Fix from py8ieh=bugzilla@bath.ac.uk for bugs 12765 and 12766. Updated link/visited/out-of-date declarations for hover/focus/active. r=me
git-svn-id: svn://10.0.0.236/trunk@52662 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 03:19:04 +00:00
jj%netscape.com
0e29d47284 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@52661 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 03:17:47 +00:00
bienvenu%netscape.com
5ca1658c79 add cancel method to nntp protocol r=mscott
git-svn-id: svn://10.0.0.236/trunk@52660 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 03:17:36 +00:00
bienvenu%netscape.com
cea102d05c add cancel method to mailbox and pop protocol r=mscott
git-svn-id: svn://10.0.0.236/trunk@52659 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 03:17:15 +00:00
bienvenu%netscape.com
5b5b7371ea fix build warnings, r=putterman, add cancel method to protocol r=mscott
git-svn-id: svn://10.0.0.236/trunk@52658 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 03:16:26 +00:00
mscott%netscape.com
a3d9d45365 Bug #17825 --> pass nsIMsgWindow into SetWindow instead of a msgStatus feedback object in order
to fix save attachements.
r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@52657 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 03:12:58 +00:00
akkana%netscape.com
9ee5feb4b3 Part of bratell@lysator.liu.se's fix to the nsHTMLToTXTSinkStream. r=akkana
git-svn-id: svn://10.0.0.236/trunk@52656 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 03:08:04 +00:00
akkana%netscape.com
8e7977a75f Contribution by Daniel Bratell <bratell@lysator.liu.se> to implement
format=flowed for mail plaintext output. r=akkana and (I think) rhp.


git-svn-id: svn://10.0.0.236/trunk@52655 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 02:46:16 +00:00
jj%netscape.com
f64d069264 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@52654 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 02:44:58 +00:00
akkana%netscape.com
ec594ff4cd Contribution by Daniel Bratell <bratell@lysator.liu.se> to implement
format=flowed for mail plaintext output.  Restructures the plaintext
output wrapping code, wholly or partially fixes numerous bugs in plaintext
output (13278, 13442, 17823, 17824, 13753, 12551), makes the automated
tests work on Windows and adds some new automated tests. r=akkana.


git-svn-id: svn://10.0.0.236/trunk@52653 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 02:44:44 +00:00
jj%netscape.com
16fbda6ce8 File Removed.
git-svn-id: svn://10.0.0.236/trunk@52652 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 02:44:27 +00:00
gordon%netscape.com
1c497557b9 Fix more of my bustage: pass clientContext parameter back on callbacks from nsDNSService::Lookup(). r=warren.
git-svn-id: svn://10.0.0.236/trunk@52651 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 02:42:52 +00:00
danm%netscape.com
0aac10ff9d oops! Observe() was checked in flawed in 1.90. gtk may one day have noticed. r:noman@odyssey.org
git-svn-id: svn://10.0.0.236/trunk@52650 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 02:29:59 +00:00
varada%netscape.com
d313f9eb9b checking in right cck.che
git-svn-id: svn://10.0.0.236/trunk@52649 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 02:21:02 +00:00
cmanske%netscape.com
77285a1fb7 Changed Mail Compose XUL to use new comboboxes on toolbar (bug 17098).
git-svn-id: svn://10.0.0.236/trunk@52648 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 02:18:01 +00:00
warren%netscape.com
dc473b8de3 Fixed Gordon's wackage.
git-svn-id: svn://10.0.0.236/trunk@52647 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 02:18:00 +00:00
selmer%netscape.com
114c2d4d83 Stupid, remove jar_s/zlib_s since not using it!
git-svn-id: svn://10.0.0.236/trunk@52646 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 02:10:04 +00:00
selmer%netscape.com
662527d103 Stupid, remove ifuncns.obj since not using it!
git-svn-id: svn://10.0.0.236/trunk@52645 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 02:08:55 +00:00
cathleen%netscape.com
7c3533ab68 fixed bug #17774. prevent crash when UI name is passed as null.
also moved mPatchList to allocate hashtable to nsIntall::Patch().  r=dougt


git-svn-id: svn://10.0.0.236/trunk@52644 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 02:01:02 +00:00
varada%netscape.com
2c76c5f5ed changing the template name from ws_template to wstemplate
git-svn-id: svn://10.0.0.236/trunk@52643 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 01:58:43 +00:00
varada%netscape.com
0ccce7f199 fixing bug #6558 adding new show config info button in checklist.ini and changing text of show sum button on build page to reflect the same
git-svn-id: svn://10.0.0.236/trunk@52642 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 01:57:07 +00:00
selmer%netscape.com
00b336668e Big honking checkin for Install Builder
git-svn-id: svn://10.0.0.236/trunk@52641 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 01:51:54 +00:00
nisheeth%netscape.com
424a4cc34c r=vidur. Fix for bug 9075. Return NS_OK instead of NS_ERROR_NOT_IMPLEMENTED from nsXMLDocument::GetDocType(). This allows script parsing to continue after a document.doctype JS statement is encountered.
git-svn-id: svn://10.0.0.236/trunk@52640 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 01:48:54 +00:00
alecf%netscape.com
1bb6cf2186 fix message datasource so it doesn't return an error back to RDF
partial fix for #17811
r=putterman


git-svn-id: svn://10.0.0.236/trunk@52639 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 01:38:54 +00:00
wtc%netscape.com
fb1a3c22e8 Bugzilla bug #15906: add support for the GC leak detector. Contributed
by Patrick Beard <beard@netscape.com>.


git-svn-id: svn://10.0.0.236/trunk@52638 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 01:37:19 +00:00
kmcclusk%netscape.com
fe5984a76a nsIScriptableRegion instances can now be created on WIN32.
nsbug=12465; r=beard@netscape.com


git-svn-id: svn://10.0.0.236/trunk@52637 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 01:37:12 +00:00
wtc%netscape.com
64b8be9959 Bugzilla bug #15906: use the GC leak detector. Contributed by
Patrick Beard <beard@netscape.com>.


git-svn-id: svn://10.0.0.236/trunk@52636 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 01:33:03 +00:00
jj%netscape.com
ad629fba04 Added 'Component Registry' + removed 14 xpi engine files from [core] + renamed modules [xpiengine]->[install] and [core]->[browser]
git-svn-id: svn://10.0.0.236/trunk@52635 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 01:31:35 +00:00
gordon%netscape.com
49947504d3 Basic Mac implementation of async DNS. r=warren, patrick; part of bug:10731.
git-svn-id: svn://10.0.0.236/trunk@52634 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 01:24:51 +00:00
gordon%netscape.com
66130367d8 Mac specific interrupt<->thread synchronization mechanism, required for async Mac dns.
r=warren, patrick, wtc, srinivas, larryh; part of bug:10731.


git-svn-id: svn://10.0.0.236/trunk@52633 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 01:22:58 +00:00
rods%netscape.com
9b02da0b6f put quotes around all button i.e. type="button"
rearranged all focus,hover & active rules and put them in that order.
r=kmcclusk, part of 14951


git-svn-id: svn://10.0.0.236/trunk@52632 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 01:01:55 +00:00
cmanske%netscape.com
cabfc8b277 Fixed bugs 17098, 17808, and a lot of UI cleanup. Rewrote Image Properties dialog so More/Fewer works and layout is better. Moved image URLs from DTD to CSS files. r=brade
git-svn-id: svn://10.0.0.236/trunk@52631 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 00:48:26 +00:00
terry%mozilla.org
435176df52 Whoops! Was reporting ASSIGNED bugs as being closed. Also, changed
it to report the resolution of the bug instead of the word "closed".
Many thanks to dbaron@fas.harvard.edu for suggesting this change, and
reporting the bug.


git-svn-id: svn://10.0.0.236/trunk@52630 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 00:44:29 +00:00
kipp%netscape.com
eed8ac6824 r=troy; remove another 4 bytes from each block frame for a total of 10% today :-)
git-svn-id: svn://10.0.0.236/trunk@52629 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 00:42:12 +00:00
kipp%netscape.com
fbfbed8f89 r=troy; Removed old garbage code that referred to an unused symbol from nsHTMLParts.h
git-svn-id: svn://10.0.0.236/trunk@52628 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 00:41:42 +00:00
mstoltz%netscape.com
2656423bf8 Fixed windows breakage in standalone by adding a typedef
git-svn-id: svn://10.0.0.236/trunk@52627 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 00:41:20 +00:00
rogerl%netscape.com
6701db0533 Not a part of SeaMonkey Build
- added lnker option for server folks


git-svn-id: svn://10.0.0.236/trunk@52626 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 00:28:51 +00:00
mjudge%netscape.com
9252d81168 small fix from pierre on use of the style system. pierre reviewed.
git-svn-id: svn://10.0.0.236/trunk@52625 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 00:11:49 +00:00
kmcclusk%netscape.com
a30e4bc896 Removed call to mWebShell->Repaint in nsHTMLFrameInnerFrame::Reflow. This eliminates
multiple repaints of the content area in Mozilla when the content area is resized.
The mWebShell->SetBounds is sufficient since it invalidates the webshell window.
bug 16270; r= rods@netscape.com


git-svn-id: svn://10.0.0.236/trunk@52624 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 00:11:40 +00:00
jfrancis%netscape.com
3d0b1d674f fix for 17673;r=sfraser
git-svn-id: svn://10.0.0.236/trunk@52623 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 00:07:37 +00:00
rods%netscape.com
13ee3e3b3d Add CountAllChild to count all the option and optgroup elements so lists
get sized correctly when no rows are specified
r=kmcclusk, bug=4050


git-svn-id: svn://10.0.0.236/trunk@52622 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 00:07:01 +00:00
rods%netscape.com
50248ce5b0 Added code to size the button appropriately when style sets the size and
make it clip for drawing.
NOTE: This is a temporary fix for bug #17474


git-svn-id: svn://10.0.0.236/trunk@52621 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 00:05:30 +00:00
rods%netscape.com
89ba99747a Combos now size correctly when the size is specified via style
r=kmcclusk, b=16317


git-svn-id: svn://10.0.0.236/trunk@52620 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 00:03:32 +00:00
kmcclusk%netscape.com
a09d34ccd1 Fixed places where SetProperty and Reset were missing the nsIPresContext argument.
This fixed 6 warnings and cases where reset and set property where not working properly for
all form elements. r = rods@netscape.com.


git-svn-id: svn://10.0.0.236/trunk@52619 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-03 00:01:13 +00:00
rods%netscape.com
913fe3b85c removed a line that wasn't needed and caused a warning r=kmcclusk
git-svn-id: svn://10.0.0.236/trunk@52618 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 23:54:40 +00:00
bienvenu%netscape.com
381c484f1a turn meteors back off, per mscott's request and review
git-svn-id: svn://10.0.0.236/trunk@52617 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 23:46:54 +00:00
mstoltz%netscape.com
fc96225344 Created helper class nsZipRead to hold read state information. That way
one nsJAR can support multiple input streams. r=norris


git-svn-id: svn://10.0.0.236/trunk@52616 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 23:46:09 +00:00
norris%netscape.com
2323d5792a Fix
10194 Possible security vulnerability in "chrome:" protocol - acce
14979 "chrome" protocol allows accessing arbitrary files on the lo
r=vidur


git-svn-id: svn://10.0.0.236/trunk@52615 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 23:44:27 +00:00
kipp%netscape.com
29b0107f3f Fixed up comments in test file list
git-svn-id: svn://10.0.0.236/trunk@52614 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 23:43:25 +00:00
kipp%netscape.com
e4bab0a0e6 r=troy; Shrink block frames by 4 bytes per instance by making the overflow-lines instance variable a frame property
git-svn-id: svn://10.0.0.236/trunk@52613 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 23:42:52 +00:00
robinf%netscape.com
f5e6d0785f fixing M11 bug 15335
git-svn-id: svn://10.0.0.236/trunk@52612 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 23:42:48 +00:00
pinkerton%netscape.com
72f9201ec6 rewrote item detection code to handle the case where the toolbar isn't in a frame that is at 0,0 (like windows with the menu bar above the personal toolbar). (r=saari, bug #17800).
git-svn-id: svn://10.0.0.236/trunk@52611 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 23:42:16 +00:00
kipp%netscape.com
f734a9cc39 r=troy; Added a new frame property atom
git-svn-id: svn://10.0.0.236/trunk@52610 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 23:42:13 +00:00
pollmann%netscape.com
78899987be Bug 7554: HTML Labels now pass JS events to form element the label is for
r=harishd


git-svn-id: svn://10.0.0.236/trunk@52609 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 23:38:17 +00:00
jband%netscape.com
f26efbdd12 r=mccabe use NS_NewTimer stuff only on Win32 in this test code. This avoids Unix build order problems that were keeping the xpconnect test components from working at all.
git-svn-id: svn://10.0.0.236/trunk@52608 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 23:35:54 +00:00
cls%seawood.org
3e1a9ca95a Removed unused NECKO ifdefs.
a=leaf


git-svn-id: svn://10.0.0.236/trunk@52607 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 23:34:03 +00:00
jband%netscape.com
e1ba1048c5 r=mccabe make output from xpcshell's new 'dump' method go to the same place as output of 'print': stdout rather than stderr
git-svn-id: svn://10.0.0.236/trunk@52606 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 23:31:09 +00:00
alecf%netscape.com
79451301a6 fix for #12703 - don't hold onto XULElements after they have been removed from the tree - don't bother checking mDocument because it will be null when the content has been removed from the document
r=hyatt


git-svn-id: svn://10.0.0.236/trunk@52605 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 23:30:33 +00:00
ducarroz%netscape.com
ab0bddd10c Fix for bug 17768. Set ProgID to soemething else than an empty string. R=rhp
git-svn-id: svn://10.0.0.236/trunk@52604 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 23:29:51 +00:00
nisheeth%netscape.com
2d91e8e29f Fix bug 15304. Added a flag to bscmake.exe. Only executed when the browse_info target is used.
git-svn-id: svn://10.0.0.236/trunk@52603 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 23:29:48 +00:00
sspitzer%netscape.com
baa984b1b1 fix #16457, r=mscott. if an error occurs in the SMTP protocol state machine, we may need to pop up the alert right then, and not when we get back to the url listener, because we'd loose the error text from the SMTP server. these changes
pop up the alert and set the error code so that the url listener doesn't try to
pop up another alert.  define a bunch of new error codes, and remove nsMsgTransition.h, which was defining all the MK_ error codes that were in there.
are no longer needed.


git-svn-id: svn://10.0.0.236/trunk@52602 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 23:27:46 +00:00
cls%seawood.org
a95990ff7f No need to generate obsolete network Makefiles
git-svn-id: svn://10.0.0.236/trunk@52601 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 23:27:45 +00:00
selmer%netscape.com
c4d5dc11d9 New Makefile system for builds
git-svn-id: svn://10.0.0.236/trunk@52600 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 23:25:41 +00:00
nhotta%netscape.com
fac05a4ebc Added a call to encoder finish, this allows encoder to write out remaining data such as escape sequences of ISO-2022-JP, bug 17805, r=ftang.
git-svn-id: svn://10.0.0.236/trunk@52599 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 23:24:10 +00:00
valeski%netscape.com
f63ddf59d3 r=cyeh, forcing PR_LOGGING for ftp in release builds
git-svn-id: svn://10.0.0.236/trunk@52598 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 23:24:06 +00:00
bienvenu%netscape.com
c5b3a013a5 remove the imap channel from the load group when finished running r=mscott
git-svn-id: svn://10.0.0.236/trunk@52597 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 23:22:29 +00:00
akhil.arora%sun.com
38a11db343 17802 r=drapeau@eng.sun.com Workshop C++ 5.0 needs a cast
git-svn-id: svn://10.0.0.236/trunk@52596 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 22:57:58 +00:00
rogerl%netscape.com
9871278292 Added Kurt Westerfeld's fix for 'undefined is not a function' message.
git-svn-id: svn://10.0.0.236/trunk@52595 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 22:52:10 +00:00
dmose%mozilla.org
83e38c06cc updated license boilerplate to xPL v1.1
git-svn-id: svn://10.0.0.236/trunk@52594 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 22:43:10 +00:00
cls%seawood.org
7190f1f2a8 Use #elif not #elseif
git-svn-id: svn://10.0.0.236/trunk@52593 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 22:36:59 +00:00
dmose%mozilla.org
20069a7cf6 updated license boilerplate to xPL v1.1
git-svn-id: svn://10.0.0.236/trunk@52592 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 22:23:59 +00:00
petitta%netscape.com
5a257f75ca initailizes the dist directory
git-svn-id: svn://10.0.0.236/trunk@52590 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 22:21:05 +00:00
petitta%netscape.com
29a164a7ec add include file InitDist.win
git-svn-id: svn://10.0.0.236/trunk@52589 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 22:15:36 +00:00
terry%mozilla.org
927e36576b Due to popular request, "bug changed" mail will only report changes in
state on dependent bugs if they move from an 'open' to a 'closed'
state, or visa-versa.  Also, if there are more than 5 bugs on the
list, then we won't even try to generate the details (doing so only
generates lots of extra mail that is too hard to parse anyway.)


git-svn-id: svn://10.0.0.236/trunk@52588 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 22:14:11 +00:00
pavlov%netscape.com
a90526ccd9 add scriptable region to unix factory fixes bug 12465 r=slamm
git-svn-id: svn://10.0.0.236/trunk@52587 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 21:57:14 +00:00
ssu%netscape.com
857b4649d5 fixing redness on mac tinderbox. #else if doesn't work. Changed it to #elseif
git-svn-id: svn://10.0.0.236/trunk@52586 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 21:50:07 +00:00
pinkerton%netscape.com
21dea39deb turn off very verbose debug output. r=saari
git-svn-id: svn://10.0.0.236/trunk@52585 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 21:39:47 +00:00
bienvenu%netscape.com
3b1ca7dd5b more work to hook up stop button, r=mscott 17743
git-svn-id: svn://10.0.0.236/trunk@52584 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 21:36:59 +00:00
jfrancis%netscape.com
e109f40aa7 changed bogus node type to br to get rid of annoying space in empty editors; r=kin
git-svn-id: svn://10.0.0.236/trunk@52583 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 21:35:21 +00:00
rhp%netscape.com
51c892b441 Changes to remove ToCString() calls - Bug #'s: 17580 17581 - r: nhotta
git-svn-id: svn://10.0.0.236/trunk@52582 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 21:31:32 +00:00
pinkerton%netscape.com
3490d404ad add text/plain flavor acceptance to dragOver on personal toolbar and set canDrop on drag session so win32 uses the correct cursor feedback. (r=saari).
git-svn-id: svn://10.0.0.236/trunk@52581 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 21:28:14 +00:00
cata%netscape.com
f404d8e1ea Fixing typo in dtd file. Checkin for momoi, r=cata, bug=17018.
git-svn-id: svn://10.0.0.236/trunk@52580 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 21:27:02 +00:00
jefft%netscape.com
2c52d1343a fixed bug 16540 - 4.x Pop3 prefs not being heeded; ported over as server specific prefs, also added logging facility, less query interface, more cached capability on server; r=bienvenu
git-svn-id: svn://10.0.0.236/trunk@52579 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 21:20:47 +00:00
waldemar%netscape.com
3d577f8188 Added more no-line-break constraints, simplified visibility treatment, and added named function arguments
git-svn-id: svn://10.0.0.236/trunk@52578 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 21:12:04 +00:00
nhotta%netscape.com
5612e1f8a8 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@52577 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 21:09:05 +00:00
nhotta%netscape.com
5b9bc9b77b Removing a file (not part of the build), this project file was checked in as a text instead of binary.
git-svn-id: svn://10.0.0.236/trunk@52576 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 21:08:38 +00:00
pinkerton%netscape.com
00599502a2 set event struct type for drag events. previously uninitialized and caused random things to occur during drags (r=saari).
git-svn-id: svn://10.0.0.236/trunk@52575 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 21:04:40 +00:00
waterson%netscape.com
2fa1de35a2 Don't enable drag & drop on scrollbars. r=pink,hyatt
git-svn-id: svn://10.0.0.236/trunk@52574 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 21:03:46 +00:00
msw%gimp.org
ceb7def2a5 applied patch in 14263 to build xpconnect as a component on
Linux/alpha.  Should also fix 13601, 11847.
r=jband@netscape.com


git-svn-id: svn://10.0.0.236/trunk@52573 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 21:03:13 +00:00
ftang%netscape.com
f80890ee10 fix one typo. add new locale name for Chinese. r=nhotta
git-svn-id: svn://10.0.0.236/trunk@52572 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 20:58:47 +00:00
tonyr%fbdesigns.com
25d9029cf4 Fixed discovery of mail folders to import when multiple MAPI message stores are in use
git-svn-id: svn://10.0.0.236/trunk@52571 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 20:58:37 +00:00
harishd%netscape.com
0bce4f45ab No bug number.
Improvement to table performance by reducing
the number of context switch calls.

r=vidur


git-svn-id: svn://10.0.0.236/trunk@52570 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 20:58:12 +00:00
matt%netscape.com
86cd62a5d8 fix for bug 14634 r-hangas
git-svn-id: svn://10.0.0.236/trunk@52569 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 20:57:22 +00:00
tonyr%fbdesigns.com
873914c889 Fix to escape From lines in Outlook Express 5.0 message bodies
git-svn-id: svn://10.0.0.236/trunk@52568 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 20:57:21 +00:00
morse%netscape.com
9410e061b6 fix bug 17645, high-order bit on cookie character getting garbled, r=dp
git-svn-id: svn://10.0.0.236/trunk@52567 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 20:56:13 +00:00
waldemar%netscape.com
5123dfaa8d Fixed constraint positioning bug
git-svn-id: svn://10.0.0.236/trunk@52566 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 20:54:44 +00:00
matt%netscape.com
d1c10fc10e fix for bug 14634 r-bill
git-svn-id: svn://10.0.0.236/trunk@52565 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 20:51:29 +00:00
matt%netscape.com
c018d1acdc fix for bug 6830 and 14634 r-bill
git-svn-id: svn://10.0.0.236/trunk@52564 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 20:49:49 +00:00
sgehani%netscape.com
119d8e6f37 Fixed bugs 10540, 9148. Libjar now reads teh central directory headers as opposed to the local file headers. This enables us to glean permissions informationand restore file mode upon extraction. A side-effect is the bug 10540 fix where the Install.Execute() API now works on Linux since we restore the execute bits in temporarily extracted files. [r=ssu]
git-svn-id: svn://10.0.0.236/trunk@52563 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 20:37:28 +00:00
slamm%netscape.com
19101eea26 Bloat: Change coloring algorithm. Set the baseline every time there is a jump up or down.
git-svn-id: svn://10.0.0.236/trunk@52562 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 20:09:20 +00:00
rogerl%netscape.com
3ee7564f6a More RegExp back reference specification mucking about.
git-svn-id: svn://10.0.0.236/trunk@52561 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 20:04:57 +00:00
rogerl%netscape.com
bbab2a24a8 Fixed up for Java vs. ECMA definitions in edge cases
git-svn-id: svn://10.0.0.236/trunk@52560 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 20:04:16 +00:00
tbogard%aol.net
14fc302c46 Changed URIDispatcher to URILoader throughout.
git-svn-id: svn://10.0.0.236/trunk@52559 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 19:36:43 +00:00
mscott%netscape.com
24c042e752 Add cvsignore file for uriloader\build
git-svn-id: svn://10.0.0.236/trunk@52558 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 19:21:49 +00:00
mscott%netscape.com
3088a6720d (not part of the build!)
add .cvsignore file


git-svn-id: svn://10.0.0.236/trunk@52557 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 19:21:01 +00:00
mscott%netscape.com
ce5a53f536 this directory is not part of the build!!!
add .cvsignore file


git-svn-id: svn://10.0.0.236/trunk@52556 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 19:18:04 +00:00
mscott%netscape.com
84368cfe83 this directory isn't part of the build!!!!
add a Makefile for uriloader\build


git-svn-id: svn://10.0.0.236/trunk@52555 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 19:09:50 +00:00
mscott%netscape.com
a31f301140 (This directory isn't part of the build!!)
Add a Makefile for the uriloader base directory.


git-svn-id: svn://10.0.0.236/trunk@52554 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 19:09:15 +00:00
akhil.arora%sun.com
1c67d02237 17610 r=akhil.arora@sun.com, fix=Denis Sharypov <sdv@sparc.spb.su>
Cosmetic changes to remove warnings generated by Visual C++ compiler
Do not link with unneccessary library raptorgfx in makefile.win
Use JAVAHOME to point to JDK instead of hardcoding the path


git-svn-id: svn://10.0.0.236/trunk@52553 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 18:52:14 +00:00
akhil.arora%sun.com
5b541fa64b 17610 r=Denis Sharypov <sdv@sparc.spb.su>
Make code const correct to remove warnings from workshop 5.0 compiler


git-svn-id: svn://10.0.0.236/trunk@52552 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 18:42:53 +00:00
kipp%netscape.com
37b2efc82c r=ftang; Fixed regression in linux font rendering caused by case sensitivity being required for the character set lookups
git-svn-id: svn://10.0.0.236/trunk@52551 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 18:20:05 +00:00
kipp%netscape.com
b3604151b4 Fixed bug 17698 - prepended srcdir to each of the resources being installed
git-svn-id: svn://10.0.0.236/trunk@52550 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 15:53:17 +00:00
kipp%netscape.com
63a86eb8cd fixed bug 15316 by tweaking the html style sheet as the author of the bug suggested
git-svn-id: svn://10.0.0.236/trunk@52549 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 15:49:50 +00:00
kipp%netscape.com
941b74b495 r=troy; fixed bugs 2636 and 17636 - line layout issues for some more edge cases (nobr's with floaters in them) and handling of nbsp
git-svn-id: svn://10.0.0.236/trunk@52548 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 15:44:57 +00:00
karnaze%netscape.com
bf8bc966c9 ComputeDesiredHeight - removed potential error if first child is not a row group.
git-svn-id: svn://10.0.0.236/trunk@52547 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 15:41:38 +00:00
buster%netscape.com
2bbfb06080 bug 17727 ([dogfood] Password not showing stars for default values unless we click inside the field.)
r=brade

change is in nsGfxTextControl.cpp.  I used to just blindly set the text of the underlying text frame.
Now I check if it's a password field, and replace the display text with '*' if it is.


git-svn-id: svn://10.0.0.236/trunk@52546 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 15:12:47 +00:00
rods%netscape.com
be66a15de9 updated the tests
git-svn-id: svn://10.0.0.236/trunk@52545 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 14:51:20 +00:00
rods%netscape.com
f75283d60b initial
git-svn-id: svn://10.0.0.236/trunk@52544 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 14:44:55 +00:00
syd%netscape.com
0887d1ab7b The code doesn't check to see if commandNode is non-NULL. It actually does,
but too late.

Before:
< 	var value = commandNode.getAttribute(valueAttribute);
< 	if ( commandNode && value )
< 		commandNode.setAttribute('value', value);
It looks to see if commandNode is non-NULL *after* it uses it to get "value".
After:
> 	if ( commandNode ) {
> 		var value = commandNode.getAttribute(valueAttribute);
> 		if ( value )
> 			commandNode.setAttribute('value', value);
> 	}

r=BenB


git-svn-id: svn://10.0.0.236/trunk@52543 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 12:29:57 +00:00
ftang%netscape.com
5a4cba5ec3 fix bug 14914. r=cata (several weeks ago). change the GetEncoder/GetDecoder from a loop which create/destroy/IsEqual of nsString to use PROGID directly
git-svn-id: svn://10.0.0.236/trunk@52542 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 08:49:20 +00:00
idk%eng.sun.com
4a0f268246 17747
Added "ifdef OJI_DISABLE"
in case OJI_DISABLE we will have binaries working without oji
Apdated README


git-svn-id: svn://10.0.0.236/trunk@52541 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 08:07:09 +00:00
rpotts%netscape.com
05c908d920 bug #3469 (r=warren). Fixing nsLoadGroup::Cancel() to call cancel on all active transports and subgroups...
git-svn-id: svn://10.0.0.236/trunk@52540 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 08:00:07 +00:00
warren%netscape.com
857d05a688 Made nsHTTPEncodeStream seekable (for reposting form data). Bug #17685. r=waterson
git-svn-id: svn://10.0.0.236/trunk@52539 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 07:43:37 +00:00
mccabe%netscape.com
b3f3e6c4bc Reverting lib fix to fix impending bustage.
git-svn-id: svn://10.0.0.236/trunk@52538 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 07:39:51 +00:00
shaver%netscape.com
dd157213ab updated nsSample.js, long overdue (r=brendan)
git-svn-id: svn://10.0.0.236/trunk@52537 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 07:36:25 +00:00
valeski%netscape.com
f9329cacef adding some keyword support back in
git-svn-id: svn://10.0.0.236/trunk@52536 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 07:18:44 +00:00
dmose%mozilla.org
68d3ee8a2a updating license to xPL 1.1
git-svn-id: svn://10.0.0.236/trunk@52535 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 07:16:31 +00:00
ftang%netscape.com
202313d853 check in the patch submit by Jonas Utterstrom <jonas.utterstrom@vittran.norrnod.se in message news://news.mozilla.org/381B3757.FEC144BC%40vittran.norrnod.se fix bug 17706. r=ftang
git-svn-id: svn://10.0.0.236/trunk@52534 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 07:01:44 +00:00
dmose%mozilla.org
8135a379f0 updating license to xPL 1.1
git-svn-id: svn://10.0.0.236/trunk@52533 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 06:56:28 +00:00
ftang%netscape.com
b93e1edb98 add debuggin message for bug 7571. r=nhotta
git-svn-id: svn://10.0.0.236/trunk@52532 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 06:54:37 +00:00
mccabe%netscape.com
b13865d0da Another stab at linking with the timer static library - this time using EXTRA_DSO_LDOPTS.
r=jband


git-svn-id: svn://10.0.0.236/trunk@52531 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 06:53:58 +00:00
dmose%mozilla.org
c6627a15ce removing stubfe files from the trunk; these are only relevant in the MozillaClassic branch
git-svn-id: svn://10.0.0.236/trunk@52530 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 06:51:30 +00:00
warren%netscape.com
1d1448afe5 Made nsIUnicharStreamLoader be scriptable and deal with an xpcom observer instead of a proc pointer and void*. Part of bug#11159. r=nisheeth,kipp,pierre
git-svn-id: svn://10.0.0.236/trunk@52529 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 06:49:44 +00:00
valeski%netscape.com
ea48e3cc05 putting www.*.com trick back in
git-svn-id: svn://10.0.0.236/trunk@52528 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 06:43:19 +00:00
waterson%netscape.com
e8d88c499c Fix two more leaks that I forgot to check in.
git-svn-id: svn://10.0.0.236/trunk@52527 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 06:40:38 +00:00
dmose%mozilla.org
2ccab49e6d updating license boilerplate to xPL v1.1
git-svn-id: svn://10.0.0.236/trunk@52526 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 06:38:29 +00:00
dmose%mozilla.org
377be09812 updating license boilerplate to xPL v1.1
git-svn-id: svn://10.0.0.236/trunk@52525 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 06:27:30 +00:00
waterson%netscape.com
c33933dfdc remove CTOR and DTOR counters, because the descendant classes will all
account for this space. r=warren


git-svn-id: svn://10.0.0.236/trunk@52524 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 06:21:07 +00:00
dmose%mozilla.org
9fc7780ead updating license boilerplate to xPL v1.1
git-svn-id: svn://10.0.0.236/trunk@52523 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 06:20:05 +00:00
valeski%netscape.com
55265a0fbb pulling non-qualified host-to-keyword server logic
git-svn-id: svn://10.0.0.236/trunk@52522 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 06:18:01 +00:00
dmose%mozilla.org
630d8b77f1 updating license boilerplate
git-svn-id: svn://10.0.0.236/trunk@52521 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 06:13:48 +00:00
troy%netscape.com
1ab461f4c6 r=pierre@netscape.com
Fix compiler warning


git-svn-id: svn://10.0.0.236/trunk@52520 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 06:07:12 +00:00
troy%netscape.com
0481fd6a2b Real fix for my build bustage. Kipp had commened the offending code out to
keep the build going


git-svn-id: svn://10.0.0.236/trunk@52519 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 06:06:46 +00:00
jband%netscape.com
5cd00daf35 - Add test code for calling back via a timer on potentially other JSConetxt
to the xpconnect echo interface. This will help fix bug 17736. This includes
using nsITimer which is a pretty messed up xpcom interface w/o a factory.

- Added dump() to xpcshell to make it compatible with browsers debug
output method.

- reformat beard's leak fix to follow 80 column rule.

- Add a missing dont_AddRef to avoid a leak in some debug code.

r=mccabe


git-svn-id: svn://10.0.0.236/trunk@52518 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 05:55:29 +00:00
nisheeth%netscape.com
3810554e35 r=nisheeth. Fix for bug 12323. Thanks to Ian Hickson (py8ieh=bugzilla@bath.ac.uk) for the patch. Only lowercase chars are accepted in the stylesheet PI.
git-svn-id: svn://10.0.0.236/trunk@52517 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 05:49:57 +00:00
troy%netscape.com
8c862baf0d Changed QueryInterface() to check for nsIFrameDebug
git-svn-id: svn://10.0.0.236/trunk@52516 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 05:49:11 +00:00
dmose%mozilla.org
ab8bcb5065 updating license boilerplate
git-svn-id: svn://10.0.0.236/trunk@52515 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 05:38:33 +00:00
warren%netscape.com
54581e51ee Added some sanity assertions. r=gagan
git-svn-id: svn://10.0.0.236/trunk@52514 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 05:38:22 +00:00
warren%netscape.com
afd6573875 Fix for bad refcount tracing. r=buster,nisheeth
git-svn-id: svn://10.0.0.236/trunk@52513 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 05:37:04 +00:00
waterson%netscape.com
b2a8f1f15e Fix two leaks courtesy evaughan.
git-svn-id: svn://10.0.0.236/trunk@52512 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 05:36:08 +00:00
warren%netscape.com
ddf6490f7b Removed dependence on neckoutil functions. Part of bug#11159. Not in the build yet.
git-svn-id: svn://10.0.0.236/trunk@52511 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 05:31:56 +00:00
buster%netscape.com
b599517d9a fixed bug 17689 r=jfrancis
git-svn-id: svn://10.0.0.236/trunk@52510 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 05:16:41 +00:00
tbogard%aol.net
aa0f04f201 Changed NS_ASSERTION to NS_WARN_IF_FALSE to avoid crashing people when condition is met. r=hyatt.
git-svn-id: svn://10.0.0.236/trunk@52509 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 05:14:27 +00:00
tbogard%aol.net
62ce3cdd71 Changed NS_NOTREACHED to be NS_WARN_IF_FALSE() so as to not crash everyone. r=sfraser.
git-svn-id: svn://10.0.0.236/trunk@52508 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 05:12:05 +00:00
valeski%netscape.com
8cf9738323 11869, r=warren. passing the http spec all the way into http rather than passing a simple uri into the service newChannel().
git-svn-id: svn://10.0.0.236/trunk@52507 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 05:05:44 +00:00
morse%netscape.com
cf72289b9d fix ui regressons in cookie viewer, code=rgoodger, r=morse
git-svn-id: svn://10.0.0.236/trunk@52506 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 05:04:57 +00:00
morse%netscape.com
c465ca23ff fix ui regressons in signon viewer, code=rgoodger, r=morse
git-svn-id: svn://10.0.0.236/trunk@52505 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 05:04:19 +00:00
valeski%netscape.com
52d16678ac missed a case
git-svn-id: svn://10.0.0.236/trunk@52504 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 04:22:12 +00:00
valeski%netscape.com
ff5c4380e5 16910, r=mcafee. FTP now uses thread pools. it also provides some status to the webshell. and it no longer uses the server's defualt path.
git-svn-id: svn://10.0.0.236/trunk@52503 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 04:04:23 +00:00
valeski%netscape.com
af0f3e7b0b 11869, r=mcafee. adding keyword protocol handler to the build. mac still needs to be hooked up.
git-svn-id: svn://10.0.0.236/trunk@52502 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 04:01:35 +00:00
valeski%netscape.com
43382f61e2 11869, r = travis. we no longer to the www.*.com trick as it is handled by the keyword protocol handler. we now kick qualifying requests to the keyword protocol handler.
git-svn-id: svn://10.0.0.236/trunk@52501 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 04:00:07 +00:00
hangas%netscape.com
ab9a0355a1 Progress on Command Updating and Dispatching (15127). r=scottip
git-svn-id: svn://10.0.0.236/trunk@52500 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 03:55:59 +00:00
pinkerton%netscape.com
35ff47ccc3 making the drop feedback be 2 pixels wide, not one (r=saari).
git-svn-id: svn://10.0.0.236/trunk@52499 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 03:55:44 +00:00
pinkerton%netscape.com
e182909557 fix for #16463 (crash when frames involved in a drag went away) and nsCOMPtrizing a lot of things (r=saari).
git-svn-id: svn://10.0.0.236/trunk@52498 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 03:55:14 +00:00
pinkerton%netscape.com
871ab8e113 add ability to have a sub-frame (such as an inner box) be the area which is where the draggable content resides.
git-svn-id: svn://10.0.0.236/trunk@52497 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 03:54:24 +00:00
pinkerton%netscape.com
e5be208b97 add new drop area attribute for identifying subframes of a toolbar where the real content is.
git-svn-id: svn://10.0.0.236/trunk@52496 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 03:53:58 +00:00
pinkerton%netscape.com
d9fc856c54 turn d&d on personal toolbar back on and clean it up after new xul file rewrite.
git-svn-id: svn://10.0.0.236/trunk@52495 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 03:53:30 +00:00
slamm%netscape.com
19446f1058 Partial fix for bug 17722, "No [Sidebar] Panels for mac". We should probably copy the entire directory, but adding a MANIFEST file to profile/defaults would mess up Linux and Windows. May need to add Makefiles for them too. r=pinkerton.
git-svn-id: svn://10.0.0.236/trunk@52494 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 03:49:14 +00:00
pollmann%netscape.com
b1d9af131b Removing null code. No bug number. r=nisheeth
git-svn-id: svn://10.0.0.236/trunk@52493 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 03:48:04 +00:00
pavlov%netscape.com
21d2358524 add unix makefiles for docshell r=mcafee,paulmac. also changed IDL to C++ in the two .cpp files' emacs comments and added a newline at the end of them (files not built by default)
git-svn-id: svn://10.0.0.236/trunk@52492 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 03:43:10 +00:00
pavlov%netscape.com
0ab35801a3 clamp down sizes < 2^15 r=dbaron@fas.harvard.edu r=paulmac ;) fixes bug 2564
git-svn-id: svn://10.0.0.236/trunk@52491 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 03:38:23 +00:00
bienvenu%netscape.com
e1b2ce4a78 add code for hooking up stop button,r=putterman 12016
git-svn-id: svn://10.0.0.236/trunk@52490 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 03:34:45 +00:00
slamm%netscape.com
bd6f30c5cb File dependency not needed anymore. Fix build bustage. r=mcafee.
git-svn-id: svn://10.0.0.236/trunk@52489 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 02:57:23 +00:00
mcafee%netscape.com
5a6348e661 Adding pavlov to modeless pref dialog patch, improved some assertion comments. r=pavlov
git-svn-id: svn://10.0.0.236/trunk@52488 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 02:43:04 +00:00
brendan%mozilla.org
bed10de2c0 Fixed getter/setters, pave way for brutal sharing (15146, r=shaver@mozilla.org,rogerl@netscape.com)
git-svn-id: svn://10.0.0.236/trunk@52487 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 02:23:50 +00:00
cathleen%netscape.com
93f291a8ea adding in missing chrome and res files for mac packager
git-svn-id: svn://10.0.0.236/trunk@52486 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 02:22:50 +00:00
waterson%netscape.com
df32caa941 Fix manky nsCOMPtr asserts.
git-svn-id: svn://10.0.0.236/trunk@52485 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 02:02:27 +00:00
varada%netscape.com
9d03b5a02f fixing bug #6666 marking the readme and license checkboxes as default
git-svn-id: svn://10.0.0.236/trunk@52484 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 01:58:11 +00:00
rogerl%netscape.com
15318a9b2b Changed -n to regular since the error is getting detected in the code now.
git-svn-id: svn://10.0.0.236/trunk@52483 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 01:55:59 +00:00
mcafee%netscape.com
e555659f6b NECKO=1 is on by default now. this was removed from the Makefile name-space this past weekend and needs to be removed here. Adding necko directories by default, removing netwerk/makefiles. Adding netwerk/protocols/keyword/Makefiles for valeski. r=slamm.
git-svn-id: svn://10.0.0.236/trunk@52482 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 01:54:54 +00:00
alecf%netscape.com
d3116d95c6 fix bustage, forgot this file in my last checkin
git-svn-id: svn://10.0.0.236/trunk@52481 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 01:53:28 +00:00
dmose%mozilla.org
361fd99522 updated license boilerplate
git-svn-id: svn://10.0.0.236/trunk@52480 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 01:51:54 +00:00
pollmann%netscape.com
4b235a7aef Removing null code. No bug number. r=nisheeth
git-svn-id: svn://10.0.0.236/trunk@52479 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 01:50:15 +00:00
beard%netscape.com
9c32d2f87e need to be able to Quit viewer via AppleEvent. r=sfraser
git-svn-id: svn://10.0.0.236/trunk@52478 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 01:49:52 +00:00
dmose%mozilla.org
9dba8ec0b3 updating license boilerplate
git-svn-id: svn://10.0.0.236/trunk@52476 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 01:46:24 +00:00
waldemar%netscape.com
3cc6fe040f Added basic no-line-break constraints matching JavaScript 1.x
git-svn-id: svn://10.0.0.236/trunk@52475 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 01:46:05 +00:00
waldemar%netscape.com
f48012bb56 Added no-line-break constraints
git-svn-id: svn://10.0.0.236/trunk@52474 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 01:45:31 +00:00
waldemar%netscape.com
b6e92d2926 Fixed comment
git-svn-id: svn://10.0.0.236/trunk@52473 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 01:45:14 +00:00
waldemar%netscape.com
d8924f3115 Added :no-line-break
git-svn-id: svn://10.0.0.236/trunk@52472 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 01:44:24 +00:00
varada%netscape.com
854153ad1b fixing bug #6664 making CDlayout as the default marked checkbox in the info page
git-svn-id: svn://10.0.0.236/trunk@52471 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 01:44:06 +00:00
waldemar%netscape.com
82cd9877d0 Fixed annoying use of *error-output* that would always bring the listener window to the front while compiling a grammar
git-svn-id: svn://10.0.0.236/trunk@52470 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 01:43:52 +00:00
dp%netscape.com
1b8c8d2216 Changing use of NS_WITH_SERVICE() as GetService() to GetService(). r=warren
git-svn-id: svn://10.0.0.236/trunk@52469 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 01:40:46 +00:00
dp%netscape.com
3e684b542b Changing misuse of NS_WITH_SERVICE() to GetService(). r=warren
git-svn-id: svn://10.0.0.236/trunk@52468 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 01:40:14 +00:00
ssu%netscape.com
26a5cb95b3 Fixes bug #17562. r=sgehani. This checkin does not affect tinderbox.
The other checkin to fix this bug only affects the windows platforms.


git-svn-id: svn://10.0.0.236/trunk@52467 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 01:38:10 +00:00
pinkerton%netscape.com
6671a998a4 allow mouse event coordinates to be accessed with d&d events in addition to mouse events, since d&d events have the same structure as mouse events. (r=joki).
git-svn-id: svn://10.0.0.236/trunk@52466 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 01:38:01 +00:00
ssu%netscape.com
7c2c8f0ecb fixing bug #17562. r=sgehani
Fixes problem with not detecting xpinstall reboot return error.


git-svn-id: svn://10.0.0.236/trunk@52465 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 01:36:41 +00:00
pinkerton%netscape.com
64f2e921ee add rule for drop feedback on personal toolbar (r=hyatt).
git-svn-id: svn://10.0.0.236/trunk@52464 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 01:35:42 +00:00
pinkerton%netscape.com
7262c47353 fix for bug 17381 where leaving the frame before a drag gesture was began caused the event target to be set incorrectly. (r=saari).
git-svn-id: svn://10.0.0.236/trunk@52463 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 01:34:16 +00:00
rogerl%netscape.com
9259c87a92 That's much cooler - i'm putting the 0 case back then.
git-svn-id: svn://10.0.0.236/trunk@52462 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 01:31:45 +00:00
pavlov%netscape.com
268235e424 break in the switch, don't fall through *doh* r=duncan@be.com
git-svn-id: svn://10.0.0.236/trunk@52460 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 01:25:00 +00:00
cls%seawood.org
6533b90ce6 Added detection for alphaev6. Submitted by Matt Wilson <msw@redhat.com>.
git-svn-id: svn://10.0.0.236/trunk@52459 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 01:24:16 +00:00
nhotta%netscape.com
a468c6983c Fixed a typo in the entity definition, r=ftang.
git-svn-id: svn://10.0.0.236/trunk@52458 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 01:19:19 +00:00
tbogard%aol.net
0154b52329 Second phase of changing NS_ENSURE() to NS_ENSURE_TRUE() and NS_ENSURE_NOT() to NS_ENSURE_FALSE(). r=hyatt
git-svn-id: svn://10.0.0.236/trunk@52457 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 01:18:52 +00:00
nisheeth%netscape.com
add2edbda0 r=pollmann. Check local DTD directory for dtd files and, if found, load them from there.
git-svn-id: svn://10.0.0.236/trunk@52456 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 01:16:37 +00:00
pavlov%netscape.com
59b22727bd added .cvsignore file r=slamm
git-svn-id: svn://10.0.0.236/trunk@52455 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 01:16:09 +00:00
waterson%netscape.com
410ac67f93 Add 'miscellaneous' debug prefs to house 'disable XUL cache' pref UI.
git-svn-id: svn://10.0.0.236/trunk@52454 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 01:14:50 +00:00
waterson%netscape.com
9ba00de102 Bug 15146. Brutal sharing, Phase III. Turn on protoype, script, and style sheet caching. r=hyatt
git-svn-id: svn://10.0.0.236/trunk@52453 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 01:14:07 +00:00
alecf%netscape.com
54bfc70eea cleanup NS_IMPL_MODULE and friends
- define new nsModuleComponentInfo and use it instead of components_t
- use size_t instead of unsigned int
- add some docs
- allow user to define own module name


git-svn-id: svn://10.0.0.236/trunk@52452 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 01:12:32 +00:00
danm%netscape.com
44d6b4c7e5 removing implementation of nsIShutdownListener. it was redundant, anyway. r:dp@netscape.com
git-svn-id: svn://10.0.0.236/trunk@52451 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 01:10:35 +00:00
tbogard%aol.net
c98bf7e9a6 **Not hooked up to build** Implemented Repaint. Changed document to be a readonly attribute. Added a SetDocument that takes a contentType. Implemented this. Changed all the idl methods to be lower-case.
git-svn-id: svn://10.0.0.236/trunk@52450 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 01:04:25 +00:00
rogerl%netscape.com
81ef7e0434 Needed string parameter in order to pass type comparison correctly.
Added missing TITLE declaration.


git-svn-id: svn://10.0.0.236/trunk@52449 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 01:03:52 +00:00
rogerl%netscape.com
dff3a32176 Moved nested function out - new ECMA definition.
git-svn-id: svn://10.0.0.236/trunk@52448 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 01:02:55 +00:00
rogerl%netscape.com
ceaebd4804 Put test case in eval statement to catch error.
git-svn-id: svn://10.0.0.236/trunk@52447 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 01:02:03 +00:00
rogerl%netscape.com
a027094b30 Added missing TITLE declaration
git-svn-id: svn://10.0.0.236/trunk@52446 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 01:01:34 +00:00
troy%netscape.com
aa355b810b See if the Mac is any happier with this
git-svn-id: svn://10.0.0.236/trunk@52445 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 00:21:47 +00:00
varada%netscape.com
cc411daf35 removing unix line endings
git-svn-id: svn://10.0.0.236/trunk@52444 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 23:47:43 +00:00
dmose%mozilla.org
03ec794132 updated license boilerplate
git-svn-id: svn://10.0.0.236/trunk@52443 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 23:33:56 +00:00
varada%netscape.com
9efe8d599f fix for bug#9097
git-svn-id: svn://10.0.0.236/trunk@52442 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 23:33:13 +00:00
valeski%netscape.com
9862db5a48 not in build. updating keyword protocol handler to use new api.
git-svn-id: svn://10.0.0.236/trunk@52441 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 23:33:05 +00:00
troy%netscape.com
c1c6ae68cd Changed GetFrameName() calls to use nsIFrameDebug interface
git-svn-id: svn://10.0.0.236/trunk@52440 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 23:29:27 +00:00
kipp%netscape.com
824e50d549 Fixed compilation bustage by using nsIFrameDebug to invoke list and regression data methods
git-svn-id: svn://10.0.0.236/trunk@52439 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 23:29:05 +00:00
troy%netscape.com
af506bd6c9 Temporary change
git-svn-id: svn://10.0.0.236/trunk@52438 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 23:21:20 +00:00
rogerl%netscape.com
5df87dc67e Belay that, the tests were fine, the code HAS changed.
git-svn-id: svn://10.0.0.236/trunk@52437 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 23:16:00 +00:00
troy%netscape.com
cf64589783 Fixed problem with GetFrameName() being defines in non-debug build
git-svn-id: svn://10.0.0.236/trunk@52436 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 23:12:32 +00:00
larryh%netscape.com
d3f1c46ba5 BugZilla 17558. Add PR_Open() PR_EXCL flag
git-svn-id: svn://10.0.0.236/trunk@52435 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 22:59:27 +00:00
kipp%netscape.com
d8d82e0637 r=rods; bug=17518; I updated the html.css file to select on 'a[href]' instead of 'a' so that the focus properties and related style properties would only apply to anchors with href's
git-svn-id: svn://10.0.0.236/trunk@52434 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 22:54:14 +00:00
tbogard%aol.net
94697e0452 Changed NS_ENSURE_NOT() to use NS_ENSURE_FALSE() per API change.
git-svn-id: svn://10.0.0.236/trunk@52433 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 22:54:06 +00:00
kipp%netscape.com
f8fb68c673 r=troy; fixed compiliation issue for debug builds
git-svn-id: svn://10.0.0.236/trunk@52432 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 22:45:20 +00:00
leaf%mozilla.org
368f25d7ee adding mozilla/uriloader for mscott
git-svn-id: svn://10.0.0.236/trunk@52431 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 22:43:22 +00:00
kipp%netscape.com
7ae532db2a r=troy; fixed bug 14982 - the problem was that empty continuations of an inline non-replaced element (e.g. 'span') were impact line-height calculations when they should effectively disappear
git-svn-id: svn://10.0.0.236/trunk@52430 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 22:38:17 +00:00
kipp%netscape.com
a98ac534c3 latest and greatest tests for block dom functions
git-svn-id: svn://10.0.0.236/trunk@52429 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 22:36:42 +00:00
akkana%netscape.com
1824e7ce91 Fix Sun build bustage: older gcc can't do nsCOMPtr on a forward type
git-svn-id: svn://10.0.0.236/trunk@52428 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 22:16:15 +00:00
troy%netscape.com
3513334988 Moved a bunch of stuff out to a nsIFrameDebug interface
git-svn-id: svn://10.0.0.236/trunk@52427 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 22:12:45 +00:00
dp%netscape.com
8a02a9884b Removing extra release happening on a service. NS_WITH_SERVICE() will
take care of this release.


git-svn-id: svn://10.0.0.236/trunk@52426 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 21:57:14 +00:00
akkana%netscape.com
0df1ff715c Formatting whitespace changes only
git-svn-id: svn://10.0.0.236/trunk@52425 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 21:53:50 +00:00
putterman%netscape.com
897d9e027c Release mNativeDragTarget to fix leaks. no bug. reviewed by rods.
git-svn-id: svn://10.0.0.236/trunk@52424 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 21:53:06 +00:00
sspitzer%netscape.com
07d441b61a fix for #16119. this variable is not defined out of the scope of the loop, so
it was undefined.


git-svn-id: svn://10.0.0.236/trunk@52423 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 21:51:16 +00:00
mscott%netscape.com
5492a19059 Don't build new uri idl interfaces in netwerk.
they've been moved to uriloader.


git-svn-id: svn://10.0.0.236/trunk@52422 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 21:49:55 +00:00
radha%netscape.com
d0a23025d8 Remove the extra AddRef to nsHistoryLayoutState. r=pollmann, bug #16496
git-svn-id: svn://10.0.0.236/trunk@52421 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 21:47:54 +00:00
mscott%netscape.com
e1c9192da5 remove these uri dispatching interfaces from netwerk.
they live in uriloader now.


git-svn-id: svn://10.0.0.236/trunk@52420 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 21:47:26 +00:00
alecf%netscape.com
a15001ef11 fix twisties in the thread pane and account manager by responding to GetTarget() along the child arcs like #child and #MessageChild bug #13551
r=scottip


git-svn-id: svn://10.0.0.236/trunk@52419 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 21:46:07 +00:00
mscott%netscape.com
099420f43e none of these interfaces were being used yet.
they've been moved into mozilla\uriloader.


git-svn-id: svn://10.0.0.236/trunk@52418 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 21:45:29 +00:00
tbogard%aol.net
ae3cd9e2ce Changed NS_ENSURE_NOT to NS_ENSURE_FALSE to reflect API change. r=hyatt
git-svn-id: svn://10.0.0.236/trunk@52417 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 21:43:56 +00:00
dveditz%netscape.com
5ed2cd7fa7 taking a crack at some ports bustage. r=pnunn
git-svn-id: svn://10.0.0.236/trunk@52416 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 21:35:50 +00:00
akkana%netscape.com
9dd7ffd0ef 17275, 16285, 15204: Switch to using nsISaveAsCharset for both charset and entity conversion. r=nhotta
git-svn-id: svn://10.0.0.236/trunk@52415 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 21:34:44 +00:00
tbogard%aol.net
46a7117699 Changed NS_ENSURE_NOT to NS_ENSURE_FALSE to reflect API change. r=hyatt
git-svn-id: svn://10.0.0.236/trunk@52414 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 21:27:09 +00:00
tbogard%aol.net
8d4c0ac47e Changed NS_ENSURE_NOT to NS_ENSURE_FALSE to reflect API change.
git-svn-id: svn://10.0.0.236/trunk@52413 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 21:25:52 +00:00
tbogard%aol.net
87358978bd Changed NS_ASSERTION to use NS_WARN_IF_FALSE. r=pavlov
git-svn-id: svn://10.0.0.236/trunk@52412 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 21:24:24 +00:00
dp%netscape.com
ff9db70a07 Removing release on a service as this would be taken care by the
NS_WITH_SERVICE() macro. r=danm


git-svn-id: svn://10.0.0.236/trunk@52411 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 21:16:24 +00:00
Jerry.Kirk%Nexwarecorp.com
2bc6161677 Remove call to nsIThread::SetMainThread() and clean up things a bit.
r=kedl


git-svn-id: svn://10.0.0.236/trunk@52410 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 20:52:52 +00:00
warren%netscape.com
933e7aa1a8 Minor cleanup
git-svn-id: svn://10.0.0.236/trunk@52409 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 20:50:04 +00:00
warren%netscape.com
793d674760 Eliminating netwerk/util
git-svn-id: svn://10.0.0.236/trunk@52408 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 20:48:12 +00:00
valeski%netscape.com
42d0478ba8 removing early xpcom proxy release change from earlier in the weekend.
git-svn-id: svn://10.0.0.236/trunk@52407 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 20:37:13 +00:00
varada%netscape.com
bd12ec528f fix for bug #6568 - showing summary in the first page
git-svn-id: svn://10.0.0.236/trunk@52406 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 20:13:16 +00:00
idk%eng.sun.com
307fe1df58 fix for 17454
changed strncmp to PL_strncasecmp


git-svn-id: svn://10.0.0.236/trunk@52405 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 20:04:57 +00:00
tbogard%aol.net
e885439545 Changed some m_* to m*.
git-svn-id: svn://10.0.0.236/trunk@52404 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 19:57:15 +00:00
mscott%netscape.com
2a86ddb6f8 (not part of the seamonkey build)
top level Makefile for uriloader


git-svn-id: svn://10.0.0.236/trunk@52403 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 19:56:25 +00:00
mscott%netscape.com
cc0ac6a407 not part of the seamonkey build
add makefile for the uriloader\build directory.


git-svn-id: svn://10.0.0.236/trunk@52402 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 19:52:49 +00:00
mscott%netscape.com
4f15b3e7bd not part of the seamonkey build
add CID header file and uri loader module class.


git-svn-id: svn://10.0.0.236/trunk@52401 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 19:52:25 +00:00
mscott%netscape.com
9cbec3ba42 not part of the seamonkey build.
add top level makefile.win for uriloader.


git-svn-id: svn://10.0.0.236/trunk@52400 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 19:51:45 +00:00
mscott%netscape.com
604569330e not part of the seamonkey build
remove class id and progid from the interface


git-svn-id: svn://10.0.0.236/trunk@52399 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 19:51:05 +00:00
mscott%netscape.com
82bbc3b0eb (not part of the seamonkey build!)
export nsURIDispatcher.h


git-svn-id: svn://10.0.0.236/trunk@52398 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 19:49:09 +00:00
idk%eng.sun.com
b338802f73 fix for 17449
added checkings for NULL


git-svn-id: svn://10.0.0.236/trunk@52397 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 19:39:26 +00:00
varada%netscape.com
13b7afe705 fixes to bug 5434
git-svn-id: svn://10.0.0.236/trunk@52396 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 19:14:29 +00:00
varada%netscape.com
56c344a8d0 cleanup code for customizationlist
git-svn-id: svn://10.0.0.236/trunk@52395 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 18:10:26 +00:00
varada%netscape.com
fb8cb373a0 cleanup code for checklist
git-svn-id: svn://10.0.0.236/trunk@52394 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 18:09:31 +00:00
briano%netscape.com
e2c9ed766a Automated update
git-svn-id: svn://10.0.0.236/trunk@52393 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 15:45:17 +00:00
rods%netscape.com
23778b8c16 Check to see if the option being added has the "selected" property, if it
does then the list needs to be reinitialized.
r=dcone, bug #17519


git-svn-id: svn://10.0.0.236/trunk@52392 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 15:41:17 +00:00
kipp%netscape.com
bac454b0b5 Added address information to the dump content diagnostic code
git-svn-id: svn://10.0.0.236/trunk@52391 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 15:38:05 +00:00
kipp%netscape.com
c6c74d8fe2 r=ftang (someday); fixed bug 17130 - the problem was that nbsp's were being mapped into spaces by the text-transformer which is normally good, but for the purposes of line-breaking look-ahead was bad. I added code to revert the post-transformed spaces into nbsp's before using the line-breaker
git-svn-id: svn://10.0.0.236/trunk@52390 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 15:36:02 +00:00
kipp%netscape.com
283a28a5d4 r=ftang (someday); fixed 17559 regression - there were a few cases where characters > 127 were leaking out without setting the mHasMultibyte flag that were triggering painting bugs on macs...
git-svn-id: svn://10.0.0.236/trunk@52389 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 15:32:37 +00:00
cls%seawood.org
9981b6e5e7 Tested various build options, marked some broken, unmarked others that have been fixed. Removed obsolete options.
git-svn-id: svn://10.0.0.236/trunk@52388 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 15:32:02 +00:00
kipp%netscape.com
2cabf1bf40 Disabled debug noise I accidently checked in (whoops!)
git-svn-id: svn://10.0.0.236/trunk@52387 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 15:31:04 +00:00
cls%seawood.org
aabaf48158 Remove the extra -D_XXX_SOURCE_ flags for Linux builds.
git-svn-id: svn://10.0.0.236/trunk@52386 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 15:29:31 +00:00
kipp%netscape.com
63ae90acca r=troy; reworked the way that blocks inside of inline elements are handled. It's all in the frame construction code now (bugs 15999, 16737)
git-svn-id: svn://10.0.0.236/trunk@52385 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 15:24:57 +00:00
kipp%netscape.com
333bf3d48a Added address information to the dump content diagnostic code
git-svn-id: svn://10.0.0.236/trunk@52384 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 15:23:06 +00:00
kipp%netscape.com
e5672a7cbf Added another frame property
git-svn-id: svn://10.0.0.236/trunk@52383 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 15:22:25 +00:00
jfrancis%netscape.com
8ad4c60be3 fix for bugs: 16724, 16855; r=sfraser
git-svn-id: svn://10.0.0.236/trunk@52382 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 15:15:56 +00:00
jfrancis%netscape.com
53c8075ee8 fixes for bugs: 16361,12253,15696,15734; r=sfraser
git-svn-id: svn://10.0.0.236/trunk@52381 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 15:15:35 +00:00
dp%netscape.com
a1cbbe03aa Removing double check for failure. Checking for nsresult is sufficient.
git-svn-id: svn://10.0.0.236/trunk@52380 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 08:54:06 +00:00
tbogard%aol.net
188cbf9d0b Added some checks to verify calling of the nsIDocShellFile and nsIDocShellEdit functions.
git-svn-id: svn://10.0.0.236/trunk@52379 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 07:53:24 +00:00
tbogard%aol.net
1b8869ef46 Changed NS_ENSURE to be NS_ENSURE_TRUE.
git-svn-id: svn://10.0.0.236/trunk@52378 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 07:45:38 +00:00
tbogard%aol.net
e1325fa173 Changed NS_ENSURE and NS_ENSURE_NOT occurences to be NS_ENSURE_TRUE and NS_ENSURE_FALSE respectively.
git-svn-id: svn://10.0.0.236/trunk@52377 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 07:40:19 +00:00
tbogard%aol.net
e3a1567dcc Changed NS_ENSURE to be NS_ENSURE_TRUE. Also changed NS_ENSURE_NOT to be NS_ENSURE_FALSE. Left NS_ENSURE and NS_ENSURE_NOT, but they will soon be going away.
git-svn-id: svn://10.0.0.236/trunk@52376 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 06:59:16 +00:00
rpotts%netscape.com
6a0e6b0b2d bug #16418 (r=warren,gagan). When redirecting a URL only copy the Ref to the new URL (not the Param and Query).
git-svn-id: svn://10.0.0.236/trunk@52375 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 06:00:55 +00:00
dougt%netscape.com
908f338b00 Adding a set accessor to the permissions functions. Needed by the xpinstall
folks.


git-svn-id: svn://10.0.0.236/trunk@52374 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 04:44:56 +00:00
tbogard%aol.net
fe0b504eac Added comment around frame stuff to explain lack of ref-counting.
git-svn-id: svn://10.0.0.236/trunk@52373 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 04:03:03 +00:00
tbogard%aol.net
2766610a72 Implemented GetZoom and SetZoom. Removed some left over comment code.
git-svn-id: svn://10.0.0.236/trunk@52372 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 04:02:24 +00:00
troy%netscape.com
5143eb0b1d Added nsIFrameDebug interface
git-svn-id: svn://10.0.0.236/trunk@52371 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 03:34:43 +00:00
bienvenu%netscape.com
0828780018 fix updating of folders after imap/moves r=mscott bug 12491
git-svn-id: svn://10.0.0.236/trunk@52370 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 01:10:08 +00:00
bienvenu%netscape.com
b3ee9d6099 add support for pending counts for imap folders r=mscott
git-svn-id: svn://10.0.0.236/trunk@52369 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 01:06:29 +00:00
mscott%netscape.com
059b0b18ff remove shut down listener stuff.
r=bienvenu


git-svn-id: svn://10.0.0.236/trunk@52368 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 00:57:49 +00:00
mscott%netscape.com
c3e35b09e6 remove shutdown listener stuff.
r=bienvenu


git-svn-id: svn://10.0.0.236/trunk@52367 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 00:56:19 +00:00
mscott%netscape.com
3c8f842dd1 remove shutdown listener code.
r=bienvenu


git-svn-id: svn://10.0.0.236/trunk@52366 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 00:55:06 +00:00
tonyr%fbdesigns.com
f0bafa3901 Added Outlook mail and address book import functionality
git-svn-id: svn://10.0.0.236/trunk@52365 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-01 00:46:18 +00:00
bienvenu%netscape.com
90413c1803 add method to find out if folder is in open window r=putterman
git-svn-id: svn://10.0.0.236/trunk@52364 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-31 22:21:55 +00:00
tbogard%aol.net
86bf83a5cb Changed NS_IMETHOD to NS_IMETHODIMP on implemented function.
git-svn-id: svn://10.0.0.236/trunk@52363 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-31 07:38:44 +00:00
beard%netscape.com
46857947de made more robust with partial output.
git-svn-id: svn://10.0.0.236/trunk@52362 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-31 06:05:09 +00:00
dp%netscape.com
76860bfac3 Removing use of nsIShutdownListener r=sspitzer
git-svn-id: svn://10.0.0.236/trunk@52361 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-31 05:02:55 +00:00
troy%netscape.com
3300906c1f b=15742. Changed Reflow() to invalidate the child's bounds if we're forced
to do a second reflow because we didn't correctly predict whether the vertical
scrollbar was needed. Because the second reflow changes the display width we
need to repaint


git-svn-id: svn://10.0.0.236/trunk@52360 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-31 04:04:32 +00:00
troy%netscape.com
c53de3fb2f b=17507. Changed Reflow() to use "available height" instead of "computed
height" when reflowing child frames. What was happening was that the child
table frame didn't fit and was trying to split. That should only happen when
we're paginated


git-svn-id: svn://10.0.0.236/trunk@52359 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-31 03:39:24 +00:00
troy%netscape.com
248afe72e1 b=17573. Changed mRowIndex to be signed integer (was unsigned integer) but
field. This allows it be negative, which some of the table code is depending
on


git-svn-id: svn://10.0.0.236/trunk@52358 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-31 03:15:52 +00:00
brendan%mozilla.org
9c83cbc655 Gross workaround for VC5 bug.
git-svn-id: svn://10.0.0.236/trunk@52357 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-31 03:04:02 +00:00
jband%netscape.com
9a6507c902 fix typo that was causing bustage on some compilers
git-svn-id: svn://10.0.0.236/trunk@52356 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-31 03:02:43 +00:00
dmose%mozilla.org
5c49b2dcfa removing qtfe files from the tip, since qtfe is only ever destined to build on the MozillaClassic branch; approved=arnt@troll.no
git-svn-id: svn://10.0.0.236/trunk@52355 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-31 02:29:26 +00:00
beard%netscape.com
fdd0b24390 changed the CID for "component://netscape/gfx/region" to use new NS_SCRIPTABLEREGION_CID. r=pavlov
git-svn-id: svn://10.0.0.236/trunk@52354 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-31 02:28:32 +00:00
beard%netscape.com
f871d649af switched to NS_IMPL_ISUPPORTS1, no longer supports QI to nsIRegion. r=pavlov
git-svn-id: svn://10.0.0.236/trunk@52353 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-31 02:26:10 +00:00
beard%netscape.com
8070950a1a removed scriptable region hackery, switched to NS_IMPLE_ISUPPORTS1. r=pavlov
git-svn-id: svn://10.0.0.236/trunk@52352 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-31 02:26:06 +00:00
beard%netscape.com
2f5831d91f cleaned up factory to use nsCOMPtrs, modern NS_IMPL* macros, support for creating scriptable regions. r=pavlov
git-svn-id: svn://10.0.0.236/trunk@52351 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-31 02:26:03 +00:00
beard%netscape.com
48e85583a8 added NS_SCRIPTABLE_REGION_CID. r=pavlov
git-svn-id: svn://10.0.0.236/trunk@52350 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-31 02:25:59 +00:00
tbogard%aol.net
74d906dbdf Fixed changes to use the GetPresShell rather than using the now removed member variable.
git-svn-id: svn://10.0.0.236/trunk@52348 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-31 02:05:21 +00:00
brendan%mozilla.org
f980be0221 (13163, r=alecf, scc, waterson, others; names available on request)
- Fix most of bug 13163 (see TODO for rest).  This entails adding a version-string argument to nsIScriptContext::EvaluateString and passing it around lots of places in content sinks. 

- Fix leaks and confusion about mSecurityManager and mNameSpaceManager in nsJSEnvironment.cpp.  These still need to move from nsJSContext to nsGlobalWindow or thereabouts, jband and vidur are looking at that. 

- Added comments and expanded tabs in nsJSEnvironment.cpp, esp. to EvaluateString.  Also changed various nsresult vars to be named rv.  Also restored brace/style conformity to nsJSProtocolHandler.cpp. 

- Factored CompileFunction from AddScriptEventListener to pave the way for brutal sharing of compiled JS event handlers via JS_CloneFunctionObject. 

- Lots of nsCOMPtr uses added.  I'm using one for mNameSpaceManager.  Hold mSecurityManager as a service explicitly, on the other hand (awaiting scc's fix to allow comptrs for services), and release in nsJSContext's dtor (fixing a leak).  These two managers should be moved to the window object -- TODO item below. 

- Hold JSRuntimeService along with JSRuntime for live of nsJSEnvironment, fix for shaver. 

- Fix window.setTimeout etc. so the filename and line number of the timeout expr is propagated.  This meant factoring nsJSUtils.cpp code. 

- Fix all content sinks to use the same, and up-to-date JavaScript version parsing (whether for script type or for old language attribute); also fix SplitMimeType clones to strip whitespace. 

- With waterson, fix bug in brutal-sharing version of XUL content sink: script src= should not evaluate the inline content of its tag.


git-svn-id: svn://10.0.0.236/trunk@52347 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-31 00:43:30 +00:00
scc%netscape.com
65b7cd0c03 changed the mechanism underlying |do_QueryInterface| to decouple |nsCOMPtr| from services, |nsIWeakReference|, etc. This change fixes bug #17364, and paves the way for making |nsCOMPtr| cooperate with services. r=valeski (additional builds done by dmose and syd)
git-svn-id: svn://10.0.0.236/trunk@52346 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-31 00:35:48 +00:00
scc%netscape.com
3872148e22 removed incorrect use of private class name in favor of |do_QueryInterface|, part of the fix for bug #17364, r=valeski (additional builds done by dmose, and syd)
git-svn-id: svn://10.0.0.236/trunk@52345 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-31 00:32:15 +00:00
syd%netscape.com
dc0e84da8f Add xpcom.dll to link line so test will link with scc changes make about this time. r=scc
git-svn-id: svn://10.0.0.236/trunk@52344 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-31 00:22:53 +00:00
pavlov%netscape.com
e4422a7744 better fix for twips rounding problems patch_from=dbaron@fas.harvard.edu r=me
git-svn-id: svn://10.0.0.236/trunk@52343 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-31 00:09:52 +00:00
sgehani%netscape.com
1a10f1bfca Turning on Mac Install Wizard. [r=ssu]
git-svn-id: svn://10.0.0.236/trunk@52342 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 23:04:41 +00:00
sgehani%netscape.com
42a5d3afe8 *** NOT PART OF BUILD ***
Added "About..." box.


git-svn-id: svn://10.0.0.236/trunk@52341 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 22:29:26 +00:00
sgehani%netscape.com
2eefd82de8 Changes to accomodate ASEncoder for bug 17096 (new interfaces: GUI and AppleScript to accept folders to decode and encode). [r=dveditz]
git-svn-id: svn://10.0.0.236/trunk@52340 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 22:24:09 +00:00
sgehani%netscape.com
c148d9293b First Checked In.
git-svn-id: svn://10.0.0.236/trunk@52339 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 22:21:38 +00:00
sgehani%netscape.com
1d98e513a5 *** NOT PART OF BUILD ***
Fixes for bug 17096. New interfaces (GUI and AppleScript) that accept folders to encode and decode.


git-svn-id: svn://10.0.0.236/trunk@52338 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 22:21:28 +00:00
sgehani%netscape.com
9318031900 Fixing static targets to be usable by MIW once again: removed new nsJARInputStream from the static targets. For real this time...
git-svn-id: svn://10.0.0.236/trunk@52337 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 22:18:31 +00:00
sgehani%netscape.com
66089af9ca Backed out change temporarily.
git-svn-id: svn://10.0.0.236/trunk@52336 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 22:03:46 +00:00
sgehani%netscape.com
43165f999b Fixing static targets to be usable by MIW once again: removed new nsJARInputStream from the statis targets.
git-svn-id: svn://10.0.0.236/trunk@52335 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 21:56:51 +00:00
beard%netscape.com
95ab15987f MLK: fix device context leak, bug=15380, r=scc
git-svn-id: svn://10.0.0.236/trunk@52334 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 20:18:31 +00:00
beard%netscape.com
7eff69da6d MLK: fixed nsICSSDeclaration leak, bug=15380, r=kipp
git-svn-id: svn://10.0.0.236/trunk@52333 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 20:17:40 +00:00
dp%netscape.com
ab8b41ac6e Fixing viewer starup assert on SetMainThread() happening twice.
git-svn-id: svn://10.0.0.236/trunk@52332 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 17:17:12 +00:00
troy%netscape.com
bf93831e8b Removed call to SetMainThread() because it was triggering an assert. Turns
out NS_InitXPCOM() does it so we don't need to do it twice


git-svn-id: svn://10.0.0.236/trunk@52331 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 16:44:04 +00:00
buster%netscape.com
33e56d70f4 huge performance work for text controls
we now display the content of a single line text control using a child pseudo frame
until the text control first gets focus.  at that time, a webshell and editor are created on the fly.
fixed bug bug 14727
r=rods


git-svn-id: svn://10.0.0.236/trunk@52330 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 16:33:00 +00:00
buster%netscape.com
12d91fc204 added pseudo style for single line text controls
bug 14727
r=rods


git-svn-id: svn://10.0.0.236/trunk@52329 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 16:31:11 +00:00
buster%netscape.com
2da450442d added DOM notification up to frame system for text control value changes
part of  bug 14727
r=rods


git-svn-id: svn://10.0.0.236/trunk@52328 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 16:30:33 +00:00
buster%netscape.com
2669825bf4 added pseudo-style for single line text controls. bug 14727
git-svn-id: svn://10.0.0.236/trunk@52327 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 16:29:32 +00:00
troy%netscape.com
23e130e01b Added nsHTMLReflowState.h
git-svn-id: svn://10.0.0.236/trunk@52326 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 16:16:45 +00:00
alecf%netscape.com
78d06b8fcf make buttons class="push"
only a test, not part of product


git-svn-id: svn://10.0.0.236/trunk@52325 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 07:39:07 +00:00
alecf%netscape.com
225dbf24eb update debug menu to reflect new DOMViewer location
(debug only not part of product)


git-svn-id: svn://10.0.0.236/trunk@52324 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 07:38:12 +00:00
alecf%netscape.com
20afa40ad0 fix a warning
r=pavlov


git-svn-id: svn://10.0.0.236/trunk@52323 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 07:32:23 +00:00
alecf%netscape.com
4eaeb0af68 move DOM viewer into chrome so that DOM security doesn't f us up again
only a test, not part of the product


git-svn-id: svn://10.0.0.236/trunk@52322 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 07:23:07 +00:00
alecf%netscape.com
4c4a69c07f more tweaks for boehm to catch up with the nsILeakDetector work
git-svn-id: svn://10.0.0.236/trunk@52321 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 07:06:26 +00:00
dp%netscape.com
0b96f92229 Removing shutdown listener. Releasing gCaseConv on XPCOM Shutdown r=kipp
git-svn-id: svn://10.0.0.236/trunk@52320 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 06:45:45 +00:00
beard%netscape.com
015fa0cad4 fixed up -blame option to use line marking.
git-svn-id: svn://10.0.0.236/trunk@52319 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 05:59:02 +00:00
alecf%netscape.com
1cd1d3967c more adding of class="dialog" to dialogs
git-svn-id: svn://10.0.0.236/trunk@52318 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 05:55:15 +00:00
beard%netscape.com
2300c27a4f fix nsIInterfaceInfoManager leak. bug=15380, r=jband
git-svn-id: svn://10.0.0.236/trunk@52317 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 05:48:07 +00:00
alecf%netscape.com
2dd3c4eacc add class="dialog" to mailnews prefs panes
this and last checkin r=rgoodger@ihug.co.nz


git-svn-id: svn://10.0.0.236/trunk@52316 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 05:46:04 +00:00
alecf%netscape.com
75c3ca9e17 add class="dialog" to all pref window dialogs
enable languages pane and fix XUL
disable smart_browsing pane (because it was crashing)


git-svn-id: svn://10.0.0.236/trunk@52315 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 05:44:23 +00:00
beard%netscape.com
ceb9cf186d changed gInstanceClassName from char[256] to const char* to save space. r=sfraser
git-svn-id: svn://10.0.0.236/trunk@52314 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 04:02:54 +00:00
beard%netscape.com
9a3ae339ee changed gInstanceClassName from char[256] to const char* to save space. added NS_IF_RELEASE(mFontMetrics) to destructor to fix memory leak. bug=15380, r=sfraser
git-svn-id: svn://10.0.0.236/trunk@52313 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 04:02:50 +00:00
danm%netscape.com
cd569b141a insert cast necessary on one of the "other" platforms
git-svn-id: svn://10.0.0.236/trunk@52312 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 03:13:55 +00:00
troy%netscape.com
6210745a33 Updated to not export nsIFrameReflow.h
git-svn-id: svn://10.0.0.236/trunk@52311 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 02:53:36 +00:00
troy%netscape.com
19db355c46 Changed to not export nsIFrameReflow.h
git-svn-id: svn://10.0.0.236/trunk@52310 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 02:52:43 +00:00
troy%netscape.com
88c4d96e2c Folded reflow functions into nsIFrame and eliminated nsIFrameReflow and
nsIHTMLReflow. This saves 4 bytes per frame and cleans things up


git-svn-id: svn://10.0.0.236/trunk@52309 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 02:52:11 +00:00
tbogard%aol.net
f5d99c2cec Removed mPresShell and mPresContext from the base class. Added internal getter function GetPresShell to retrieve presShell objects. Added a pointer to mContentViewer. Changed LoadURI* to take a presContext. Changed SetDocument to take a presContext. Changed the attribute presContext to be read only.
git-svn-id: svn://10.0.0.236/trunk@52308 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 02:30:13 +00:00
akhil.arora%sun.com
4e94fff191 r=akhil.arora@sun.com, fix by Denis Sharypov <sdv@sparc.spb.su>
13271: the wrong method was being called in ProcessingInstructionImpl.cpp
13338: handle null input arguments gracefully without crashing


git-svn-id: svn://10.0.0.236/trunk@52307 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 02:14:28 +00:00
beard%netscape.com
85fd5baad4 moved call to nsIThread::SetMainThread() to NS_InitXPCOM. r=warren
git-svn-id: svn://10.0.0.236/trunk@52306 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 01:53:03 +00:00
beard%netscape.com
7cf4142599 added call to nsIThread::SetMainThread(), to ensure users of XPCOM get a main thread mapped. r=warren
git-svn-id: svn://10.0.0.236/trunk@52305 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 01:52:55 +00:00
nisheeth%netscape.com
2d10931ddb Fix for bug 17540. Uncommented the call to nsFrameManager::CantRenderReplacedElement().
git-svn-id: svn://10.0.0.236/trunk@52303 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 01:31:49 +00:00
beard%netscape.com
15bc1a40b1 Removed statically constructed nsAutoString LinkCommand, moved inside nsWebShell::LoadURL(). This prevents calling printf before main runs on MacOS, which messes up the console window. r=sfraser
git-svn-id: svn://10.0.0.236/trunk@52302 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 01:23:01 +00:00
waterson%netscape.com
89a8c47740 '#if 0' DOM crawling code in toolbar frame to avoid over-eager generation of content model from RDF. GetElementsByTagName() is evil! r=pinkerton,hyatt
git-svn-id: svn://10.0.0.236/trunk@52301 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 01:21:44 +00:00
beard%netscape.com
20f6524e69 Fix proxied objects leak. r=sfraser, bug=15380
git-svn-id: svn://10.0.0.236/trunk@52300 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 01:17:24 +00:00
tbogard%aol.net
7b140eafb2 Removed zoom now that it has been moved out of the nsIGenericWindow interface.
git-svn-id: svn://10.0.0.236/trunk@52299 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 00:53:41 +00:00
tbogard%aol.net
069e0c0ab7 Moved zoom attribute from nsIGenericWindow to nsIDocShell. Updated zoom documentation.
git-svn-id: svn://10.0.0.236/trunk@52298 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 00:52:57 +00:00
hangas%netscape.com
bd127b8712 Fixed OK/Cancel button appearance by using globalOverlay.xul r=mscott
git-svn-id: svn://10.0.0.236/trunk@52297 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 00:14:52 +00:00
hangas%netscape.com
273c3a1673 Image transparency problem fixed by Andrew Niese.
git-svn-id: svn://10.0.0.236/trunk@52296 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 00:07:21 +00:00
tbogard%aol.net
945c6841ea Removed mDocument in favor of the preferred way of getting the document from the content viewer.
git-svn-id: svn://10.0.0.236/trunk@52295 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-30 00:02:38 +00:00
tbogard%aol.net
bc6a15f81a Changed a call to QueryInterface to use CallQueryInterface which helps with type checking.
git-svn-id: svn://10.0.0.236/trunk@52294 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 23:59:20 +00:00
valeski%netscape.com
0e08363c68 warning fixes, again :(
git-svn-id: svn://10.0.0.236/trunk@52293 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 23:35:06 +00:00
evaughan%netscape.com
1f41bc5a41 Fixed bug in example. -r hyatt
git-svn-id: svn://10.0.0.236/trunk@52292 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 23:27:26 +00:00
Jerry.Kirk%Nexwarecorp.com
95ed3035d3 Fixing FillPolygon code in nsRenderingPh.cpp
Adding debug code in nsDrawingSurfacePh  to find the crash.
r=kedl


git-svn-id: svn://10.0.0.236/trunk@52291 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 23:18:16 +00:00
Jerry.Kirk%Nexwarecorp.com
7d754fa3e8 Changing mClipSibling to False in preparation to popup change
Pavlov is working on/thinking about... I'm sure he will see it my
way eventually...
r=kedl


git-svn-id: svn://10.0.0.236/trunk@52290 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 23:16:57 +00:00
mjudge%netscape.com
c750a7c32d reviewed by hyatt bug of someone elses but in my code. dont know number. simple check for null
git-svn-id: svn://10.0.0.236/trunk@52289 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 23:12:44 +00:00
mjudge%netscape.com
2dee462ae3 i cannot find the bug# it is for selecting inside forms. we need to turn off selection in certain frames based on the style. this sets up it to work once we figure out the style rule to set.
git-svn-id: svn://10.0.0.236/trunk@52288 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 23:07:07 +00:00
colin%theblakes.com
a3feb440b1 Only define MDCPUCFG if HOST_NSPR_MDCPUCFG is defined. r=cls
git-svn-id: svn://10.0.0.236/trunk@52287 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 23:03:15 +00:00
rogerl%netscape.com
b817d51d4b I changed the exepcted value for object.toString() calls on the empty
object - There's no clear documentation of the result, but the source
code unambiguously calls 'js_obj_toSource', which inserts the extra '()'
under the version1_2 flag, so I believe this is the correct result.


git-svn-id: svn://10.0.0.236/trunk@52286 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 23:02:17 +00:00
valeski%netscape.com
2eefe93ceb 17521, r = mscott. FTP authentication dialogs we're looping if canceled. I also changed a bunch of string getter routines to take XPIDLCStrings. there was speculation during the reveiw that there might be some casting problems on other platforms. if this is the case either case the XPIDLCString to (const char *) or call me and I'll do it.
git-svn-id: svn://10.0.0.236/trunk@52285 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 23:00:52 +00:00
edburns%acm.org
31ca3266f1 r=marklin
#17358
approver=edburns
author=edburns

This fix enables webclient to work with the latest mozilla.  For now.


git-svn-id: svn://10.0.0.236/trunk@52284 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 22:51:06 +00:00
rogerl%netscape.com
b16f4bc0c7 Changed to account for latest ECMA spec on back-references vs. octal
git-svn-id: svn://10.0.0.236/trunk@52283 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 22:50:43 +00:00
rogerl%netscape.com
fa193f41c1 New ECMA spec for no argument calls to max & min - should return +/- Inf
git-svn-id: svn://10.0.0.236/trunk@52282 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 22:48:33 +00:00
brendan%mozilla.org
ba803ea225 Add JS_VersionToString and JS_StringToVersion, updated Impl. Version (13163, r=shaver@mozilla.org).
git-svn-id: svn://10.0.0.236/trunk@52281 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 22:44:35 +00:00
akkana%netscape.com
d167106925 Remove one GDK_question. Trivial one-line fix
git-svn-id: svn://10.0.0.236/trunk@52280 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 22:37:18 +00:00
cmanske%netscape.com
1095535469 Fixed Composer UI to adjust to latest global CSS changes. Mostly needed to add appropriate class to titled buttons. Change editorshell to stop throbber animation even if editor fails to initialize. r=sfraser
git-svn-id: svn://10.0.0.236/trunk@52279 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 22:33:34 +00:00
jefft%netscape.com
01d415eebe fixed bug 12131 -- message counts not updated after a move/copy; call UpdateFolder() after move/copy is done; r=bienvenu
git-svn-id: svn://10.0.0.236/trunk@52278 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 22:28:55 +00:00
rogerl%netscape.com
8760c5b5e8 r=norris
Change for ECMA spec. - String.charCodeAt, etc call ToInteger on index.
Ditto - String.match(re) was constructing /undefined/ instead of empty
regexp.


git-svn-id: svn://10.0.0.236/trunk@52277 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 22:27:33 +00:00
rogerl%netscape.com
853e43bd31 r=norris
Opinion was that Script.exec() should execute in global scope, not caller.


git-svn-id: svn://10.0.0.236/trunk@52276 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 22:25:25 +00:00
rogerl%netscape.com
dcacacf7d7 r=norris
Fixed accidental eating of exceptions (match loop didn't terminate on
failure). New ECMA definition (again) of back reference format.


git-svn-id: svn://10.0.0.236/trunk@52275 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 22:23:36 +00:00
rogerl%netscape.com
e8f1c05ca6 r=norris
New ECMA behaviour for max & min.


git-svn-id: svn://10.0.0.236/trunk@52274 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 22:21:54 +00:00
rogerl%netscape.com
2ed88ba80b r=norris
Upgrading to new ECMA - conversionError subsumed by TypeError.


git-svn-id: svn://10.0.0.236/trunk@52273 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 22:20:23 +00:00
rogerl%netscape.com
69933e9f74 r=norris, Bug#16984
New error message for function.apply arguments.


git-svn-id: svn://10.0.0.236/trunk@52272 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 22:19:04 +00:00
rpotts%netscape.com
021f44ae53 Fixed crash during error condition in END_WRITE... (r=warren)
git-svn-id: svn://10.0.0.236/trunk@52271 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 22:14:52 +00:00
evaughan%netscape.com
0fa061c765 Made tabs us visibility instead of shrinking their children to 0,0.
Made it possible to change the look for the selected tab.


git-svn-id: svn://10.0.0.236/trunk@52270 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 22:13:57 +00:00
waterson%netscape.com
0d6ebd6b12 Pull script object and event listener list out of slots and into delegate to avoid faulting a heavyweight element. Fix EnsureSlots() to _not_ do a bunch of extra work that is already being done when we create an element from its prototype. Use nsCOMPtr's in nsXULAttributes to avoid leak of nsIStyleRule. r=hyatt
git-svn-id: svn://10.0.0.236/trunk@52269 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 22:09:20 +00:00
varada%netscape.com
b1f24224b8 fix for bug #14012 viewfile function to open the files and open url to open html
git-svn-id: svn://10.0.0.236/trunk@52268 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 21:57:00 +00:00
rchen%netscape.com
604931010d Add Localization Notes
git-svn-id: svn://10.0.0.236/trunk@52267 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 21:53:20 +00:00
mscott%netscape.com
29d7ee003b first created.
git-svn-id: svn://10.0.0.236/trunk@52266 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 21:49:19 +00:00
mscott%netscape.com
6ad3ce8ee3 Moving URI dispatching code into its new home in mozilla\uriloader. I'll be removing
the existing files that I put in netwerk very soon.


git-svn-id: svn://10.0.0.236/trunk@52265 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 21:46:18 +00:00
rchen%netscape.com
6be0ffb4ca Add localization notes
git-svn-id: svn://10.0.0.236/trunk@52264 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 21:40:07 +00:00
rchen%netscape.com
89f810c614 Add Localization Notes
git-svn-id: svn://10.0.0.236/trunk@52263 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 21:37:43 +00:00
bienvenu%netscape.com
fa7e1e0f1e fix body filters, r=sspitzer 17058
git-svn-id: svn://10.0.0.236/trunk@52262 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 21:33:44 +00:00
rchen%netscape.com
beb892e3f0 Add Localization notes
git-svn-id: svn://10.0.0.236/trunk@52261 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 21:27:41 +00:00
rogerl%netscape.com
338c55ea1d New, spawned from AIX4.2.mk.
git-svn-id: svn://10.0.0.236/trunk@52260 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 21:14:31 +00:00
rchen%netscape.com
394244ab39 Add Localization notes
git-svn-id: svn://10.0.0.236/trunk@52259 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 21:12:26 +00:00
alecf%netscape.com
ea62024583 fix a broken class= r=sspitzer
git-svn-id: svn://10.0.0.236/trunk@52258 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 21:11:06 +00:00
alecf%netscape.com
ee5415192d add class="dialog push" to the profile wizard UI r=sspitzer
git-svn-id: svn://10.0.0.236/trunk@52257 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 21:10:53 +00:00
alecf%netscape.com
928787debd add class="dialog push" to all pref windows r=sspitzer
git-svn-id: svn://10.0.0.236/trunk@52256 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 21:01:41 +00:00
rchen%netscape.com
e6e52fc833 Add localization notes
git-svn-id: svn://10.0.0.236/trunk@52255 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 20:58:42 +00:00
rchen%netscape.com
280221ed46 Add Localization notes
git-svn-id: svn://10.0.0.236/trunk@52254 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 20:52:42 +00:00
alecf%netscape.com
52ddc97b98 fix titledbutton class to "dialog push"
r=shaver


git-svn-id: svn://10.0.0.236/trunk@52253 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 20:51:41 +00:00
valeski%netscape.com
7559ac64c5 15590 - build warnings prompted some variable name changes. Also replaced nsVoidArray usage w/ nsCStringArrays. Added some null checks. converted some raw ptrs to com ptrs.
16968 - bugzilla wasn't progress through bug lists via "next" "prev" links. we now set cookie headers from within x-multi-mixed-replace data.


git-svn-id: svn://10.0.0.236/trunk@52252 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 20:50:06 +00:00
karnaze%netscape.com
7868fc24c7 new regression test
git-svn-id: svn://10.0.0.236/trunk@52251 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 20:47:33 +00:00
valeski%netscape.com
85c426971e 15590, r=kipp. added a nsCStringArray class so the cool string array functionality could be used for CStrings too. this checkin is *part* of a fix to the bug
git-svn-id: svn://10.0.0.236/trunk@52250 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 20:47:17 +00:00
putterman%netscape.com
9c5e4137a1 Fix for 17556. Reviewed by alecf. Newsgroups show abbreviated name in folder pane.
git-svn-id: svn://10.0.0.236/trunk@52249 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 20:46:15 +00:00
cata%netscape.com
324e2f56a7 Fix for bug #17018, r=cata, checkin for momoi.
git-svn-id: svn://10.0.0.236/trunk@52248 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 20:41:21 +00:00
despotdaemon%netscape.com
e9ccfad854 Pseudo-automatic update of changes made by leaf@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@52247 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 20:41:01 +00:00
cata%netscape.com
eb0df2c879 Fix for bug #16186 build warnings; eliminating unused var.
git-svn-id: svn://10.0.0.236/trunk@52246 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 20:32:00 +00:00
cata%netscape.com
b855e5dd72 Fix for bug #15706; r=nhotta
git-svn-id: svn://10.0.0.236/trunk@52245 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 20:29:40 +00:00
rchen%netscape.com
bca34cf5da Add Localization Notes
git-svn-id: svn://10.0.0.236/trunk@52244 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 20:28:18 +00:00
karnaze%netscape.com
b2c6378cf2 bug 17375 - better checks and casting before calling DidAppendRow
git-svn-id: svn://10.0.0.236/trunk@52243 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 20:25:13 +00:00
rchen%netscape.com
a74e27b3f5 Add localization notes
git-svn-id: svn://10.0.0.236/trunk@52242 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 20:24:48 +00:00
harishd%netscape.com
bb63ac5e3f Fix fof bug 15674 - Putting back char* buffer.
r=akkana


git-svn-id: svn://10.0.0.236/trunk@52241 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 19:59:09 +00:00
akkana%netscape.com
1645b0ed7a Only output the xif.xif debug file if DEBUG_XIF is defined. Requested by sfraser
git-svn-id: svn://10.0.0.236/trunk@52240 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 19:36:30 +00:00
akkana%netscape.com
e367bbd2be 17305: Add ? to the list of fakie-shifted keycodes. r=pavlov
git-svn-id: svn://10.0.0.236/trunk@52239 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 19:33:57 +00:00
morse%netscape.com
e3e9faf88f fix bug 14932, mozilla asserts if client-wallet is disabled, r=neeti
git-svn-id: svn://10.0.0.236/trunk@52238 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 19:31:30 +00:00
jefft%netscape.com
5b125a705f partial fix for bug 17034; decode encoded words prior setting to the composition fields; r=nhotta,rhp
git-svn-id: svn://10.0.0.236/trunk@52237 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 19:23:29 +00:00
slamm%netscape.com
3b0382f6c1 Use tb_find_build_record() instead of find_build_record().
git-svn-id: svn://10.0.0.236/trunk@52236 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 19:20:53 +00:00
slamm%netscape.com
3fd6cb1d50 Fix 17347. Initialize the 'View | Sidebar' menu to the correct state. r=mozbot.
git-svn-id: svn://10.0.0.236/trunk@52235 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 19:17:22 +00:00
slamm%netscape.com
45e93dc267 Get min heights correct so that the sidebar will collapse. r=evaughan.
git-svn-id: svn://10.0.0.236/trunk@52234 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 19:16:38 +00:00
slamm%netscape.com
8769efefd3 Add license.
git-svn-id: svn://10.0.0.236/trunk@52233 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 19:13:42 +00:00
vidur%netscape.com
a595e9b30a Fix for double frame creation for scripts that document.write content that causes sink context creation. Fix that allows the last children of a body to be flushed. R=harishd
git-svn-id: svn://10.0.0.236/trunk@52232 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 19:07:24 +00:00
slamm%netscape.com
0e1f052c66 Spit and polish. Take 2. Do not put 'undef' in 'my' list.
git-svn-id: svn://10.0.0.236/trunk@52231 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 19:01:14 +00:00
slamm%netscape.com
4c48633d37 Somethings not working. Backup
git-svn-id: svn://10.0.0.236/trunk@52230 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 18:54:32 +00:00
pnunn%netscape.com
66c14dd8b7 part of fix for bug#15817. r: akkana. strong suggestion by kipp. Do the right
thing in image container destructor.


git-svn-id: svn://10.0.0.236/trunk@52229 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 18:53:03 +00:00
slamm%netscape.com
731c45ad0c Clean up global names. Spit and polish. Fix '-w' warnings.
git-svn-id: svn://10.0.0.236/trunk@52228 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 18:52:04 +00:00
pnunn%netscape.com
f742f7e4fd fix for bug#17076. r: akkana. Puts data stream mime check before component
loading instead of after a component load failure.


git-svn-id: svn://10.0.0.236/trunk@52227 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 18:51:09 +00:00
ducarroz%netscape.com
e83ba4c213 Fix for bug 17493, We need to cleanup any GCI commands from the URI when generating a file name. R=rhp
git-svn-id: svn://10.0.0.236/trunk@52226 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 18:50:05 +00:00
warren%netscape.com
dfe868a09a Fixed round-off error computing bloat total.
git-svn-id: svn://10.0.0.236/trunk@52225 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 18:48:37 +00:00
varada%netscape.com
3e9b7b7fb2 fix for bug #17459 by adding another depend function onnext
git-svn-id: svn://10.0.0.236/trunk@52224 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 18:36:52 +00:00
varada%netscape.com
4f3ab7cb05 fix for bug #17459 as well as some clean up
git-svn-id: svn://10.0.0.236/trunk@52223 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 18:35:58 +00:00
sspitzer%netscape.com
db726a6afc fix for #17555. get all the default files, including panels.rdf
git-svn-id: svn://10.0.0.236/trunk@52222 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 18:29:07 +00:00
buster%netscape.com
3fe2b88255 more implementation
some nits to conform more to seamonkey coding conventions.


git-svn-id: svn://10.0.0.236/trunk@52221 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 18:25:57 +00:00
warren%netscape.com
7e5a7e1258 Fixed parsing of bloat log when value was nan, or class contained ::.
git-svn-id: svn://10.0.0.236/trunk@52220 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 18:05:09 +00:00
warren%netscape.com
a237edb9e7 Made the leak/bloat baseline only be the min over the last 5 entries.
git-svn-id: svn://10.0.0.236/trunk@52219 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 17:19:54 +00:00
kipp%netscape.com
363a93452d Fixed solaris build bustage
git-svn-id: svn://10.0.0.236/trunk@52218 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 15:20:20 +00:00
troy%netscape.com
de2a95b57c Space reduction. We now save 8 bytes per row frame by eliminating the max
top/bottom margin data members which are no longer needed


git-svn-id: svn://10.0.0.236/trunk@52217 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 14:40:58 +00:00
kipp%netscape.com
aaabce0894 r=troy; bugs 12958 and 12760; reworked the way that first-letter frames are created and updated. We now support incremental content changes even when first-letter style applies.
git-svn-id: svn://10.0.0.236/trunk@52216 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 14:39:48 +00:00
kipp%netscape.com
96da767847 r=troy; fixed a crash bug in the debug logic found while fixing 12958
git-svn-id: svn://10.0.0.236/trunk@52215 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 14:36:00 +00:00
kipp%netscape.com
5f8b23824a r=troy; api changes for 12958, 12760 and preperations for 17377
git-svn-id: svn://10.0.0.236/trunk@52214 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 14:35:36 +00:00
kipp%netscape.com
f35516791b r=troy; cleaned up resize reflow optimization logic and prepared it for fixing bug #17737 (not yet fixed!)
git-svn-id: svn://10.0.0.236/trunk@52213 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 14:34:53 +00:00
kipp%netscape.com
5a0f716ef3 r=troy; fixed letter frame logic to use the line layout to flow frames so that white-space trimming, for example, would work right
git-svn-id: svn://10.0.0.236/trunk@52212 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 14:34:01 +00:00
kipp%netscape.com
b3ecfed51c r=troy; updated api slightly to support fixes to bug 12760, 12958 and some resize-reflow optimization bugs
git-svn-id: svn://10.0.0.236/trunk@52211 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 14:33:26 +00:00
kipp%netscape.com
a2f8cba30c r=troy; use new line-layout api to help with some resize-reflow optimization bugs
git-svn-id: svn://10.0.0.236/trunk@52210 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 14:32:11 +00:00
rods%netscape.com
c01e8f06c0 Allows radiobuttons to remove themselves from the named radio group
when deleted factored the code
r=kmcclusk, bug 17418


git-svn-id: svn://10.0.0.236/trunk@52209 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 13:56:30 +00:00
rods%netscape.com
24bb2c855d removes itself from the radio group when it is destructed
r=kmcclusk, bug 17418


git-svn-id: svn://10.0.0.236/trunk@52208 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 13:54:58 +00:00
rods%netscape.com
38a193d9b4 clears the the checked item on removal
r=kmcclusk,bug 17418


git-svn-id: svn://10.0.0.236/trunk@52207 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 13:53:50 +00:00
kin%netscape.com
5fae6982e3 Fix for bug #16176: [DOGFOOD] need to annotate line frames with whitespace trim
layout/base/src/nsCaret.cpp
        - Modified DrawCaretWithContext so that we only
          adjust the caret position if we are within the
          frame's bounds.

    layout/html/base/src/nsTextFrame.cpp
        - Modified GetPointFromOffset() to add the width
          of a space if the offset is after a trailing space
          and it was trimmed off the frame.

r=sfraser@netscape.com


git-svn-id: svn://10.0.0.236/trunk@52206 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 13:43:11 +00:00
Jerry.Kirk%Nexwarecorp.com
e08673c042 Fixes for drawing the new Chrome. Had to explicitly call PgFlush
to flush the draw stream from the memory context into the off screen
buffer. I think this is a bug in Photon, but for now this is the fix.
r=kedl


git-svn-id: svn://10.0.0.236/trunk@52205 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 12:53:58 +00:00
pavlov%netscape.com
f24c85975a remove some tabs and add a check for null (bug 17252) r=syd
git-svn-id: svn://10.0.0.236/trunk@52204 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 09:03:53 +00:00
pavlov%netscape.com
385f05a7b1 fix for bugs 17234,17416 r=tor,bruce
git-svn-id: svn://10.0.0.236/trunk@52203 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 08:36:47 +00:00
pavlov%netscape.com
594fc96d9f fix for 15942 and some performance tests/code r=syd
git-svn-id: svn://10.0.0.236/trunk@52202 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 08:24:09 +00:00
danm%netscape.com
8dd72754a2 treat the return key, like enter, as if the default dialog button had been pressed. part of fix for bug 17529. r:saari@netscape.com
git-svn-id: svn://10.0.0.236/trunk@52201 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 06:17:07 +00:00
danm%netscape.com
12fd34f1ce dialog now uses okCancelButtons overlay. partial fix for bug 17529 r:hangas@netscape.com
git-svn-id: svn://10.0.0.236/trunk@52200 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 06:12:26 +00:00
cmanske%netscape.com
d779af105f Changed hover style for FormatToolbar for consistency with new UI
git-svn-id: svn://10.0.0.236/trunk@52199 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 06:04:48 +00:00
beard%netscape.com
73ee8b0ee5 added transitive closure size computation.
git-svn-id: svn://10.0.0.236/trunk@52198 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 06:04:01 +00:00
jband%netscape.com
d8b2fc8146 r=shaver@mozilla.org
- Fix for bug 13419 - xpconnect calls wrapped JS objects on wrong JSContext.
Added code to use the nsThreadJSContextStack in order to call wrapped
JS object on the JSContext that is current for the running thread.

We've made the rule that xpconnect only supports one JSRuntime. We
partially enforce that here by enforcing that the JSContext on which
we will run code hails from the same JSRuntime as the JSContext on
which the wrapper for the JS code was built.

Because it is perfectly legal for the nsThreadJSContextStack to be empty
if a wrapped JS object is being called from code other than a DOM event,
this system will lazily create a JSContext for the current thread and
maintain it in TLS. This JSContext is used as necessary. If it uses such
a JSContext that was not already on the nsThreadJSContextStack then the
system will temporarily push that JSContext onto the nsThreadJSContextStack
during the course of the function call being performed. This is all managed
my a new auto class: AutoPushCompatibleJSContext. This is used in the two
places where wrapped JS code is called from native code.

[the two places where this system is invoked are currently disabled due to
the fact that the DOM code makes bad assumptions about the JSContext on
which DOM objects can be accessed. We are working to fix that and then this
code will be enabled.]

- Add #ifdef XPC_DETECT_LEADING_UPPERCASE_ACCESS_ERRORS code that will help
users when we do things like fix bug 14460. As soon as we make more of the
idl declarations of methods leadingLowercase then we will have
LeadingUppercase calls from JS breaking at runtime. It is expected that this
will especially be a problem for coders working with the same interfaces
from both C++ and JS (since from C++ an interface has LeadingUpper methods and
the *same* interface seen from JS has leadingLowecase names). This code
(as suggested by shaver) will print out an informative error message when
it detects the misuse. This is currently enabled for DEBUG builds only.

- Copy code from xpcshell to TestXPC to use the JSRuntimeSerivce.

r=norris@netscape.com
- Check to see if a wrapped JS object has a QueryInterface property before
trying to call that method. This is a speed optimization. It also and makes
norris happy because his perrenial breakpoint in jsReportErrorNumber is not
getting hit (even though the old code was safe).


git-svn-id: svn://10.0.0.236/trunk@52197 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 05:42:41 +00:00
mcafee%netscape.com
b3a2df9860 Updating legend to match new output format.
git-svn-id: svn://10.0.0.236/trunk@52196 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 05:02:00 +00:00
troy%netscape.com
58248e0de3 Fix for bug #16649. Didn't actually change anything. Just restored some
code that was clobbered by revision 3.153


git-svn-id: svn://10.0.0.236/trunk@52195 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 04:57:02 +00:00
morse%netscape.com
4f5d2bc5d5 get ready for integration with http/ftp authentication, r=davidm
git-svn-id: svn://10.0.0.236/trunk@52194 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 04:51:27 +00:00
sspitzer%netscape.com
1bb663bbef fix for #8717. performance is good enough to bump this back to 500.
still more work to be done, as this is a per-server pref now, I think.


git-svn-id: svn://10.0.0.236/trunk@52193 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 04:49:41 +00:00
mcafee%netscape.com
dbd1674956 No spaces so units don't go on next line.
git-svn-id: svn://10.0.0.236/trunk@52192 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 04:45:52 +00:00
sspitzer%netscape.com
e36c5874dc fix it so that if you have something selected, and you hit enter, it starts with that profile.
git-svn-id: svn://10.0.0.236/trunk@52191 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 04:40:20 +00:00
bienvenu%netscape.com
9187011a29 changes to use nsIMsgWindow r=putterman
git-svn-id: svn://10.0.0.236/trunk@52190 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 04:39:06 +00:00
mcafee%netscape.com
d977243f6d oops left out b units
git-svn-id: svn://10.0.0.236/trunk@52189 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 04:36:17 +00:00
mcafee%netscape.com
d2807b6f90 Better units, r=brendan
git-svn-id: svn://10.0.0.236/trunk@52188 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 04:30:56 +00:00
morse%netscape.com
6bc4bb23b5 provide compatibility with single signon, r=davidm
git-svn-id: svn://10.0.0.236/trunk@52187 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 04:30:38 +00:00
cmanske%netscape.com
55b30027eb Reduced size of Named Anchor proxy icon used in editor page to minimize layout disturbance when present. Changed colors.
git-svn-id: svn://10.0.0.236/trunk@52186 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 04:23:36 +00:00
sspitzer%netscape.com
3441bfea68 fix for #16231, r=mscott. make the file locator know about panels.rdf.
if <profile>/panels.rdf doesn't exist, copy the default to that location.


git-svn-id: svn://10.0.0.236/trunk@52185 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 04:02:25 +00:00
sspitzer%netscape.com
61aed8f307 fix for #16231, r=mscott. use the file locator (which caches the profile directory) instead of going through the profile service.
git-svn-id: svn://10.0.0.236/trunk@52184 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 04:02:20 +00:00
sspitzer%netscape.com
fc22d0aa61 remove the GetCurrentProfileDirFromJS() method from the nsIProfile interface. the only one using it was the sidebar js, but now that uses the fileLocator. r=mscott.
git-svn-id: svn://10.0.0.236/trunk@52183 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 04:01:22 +00:00
rginda%ndcico.com
0da4aac936 ** NOT PART OF THE SEAMONKEY DEFAULT BUILD **
* xul/tests/index.html
Content update.

* xul/tests/test3-output-loud.css
Added ugly style.

* Makefile.in, makefile.win
Updated to install new style.


git-svn-id: svn://10.0.0.236/trunk@52182 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 03:33:01 +00:00
warren%netscape.com
74b069723b Moved purify stuff into xpcom/base for the benefit of all.
git-svn-id: svn://10.0.0.236/trunk@52181 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 03:28:22 +00:00
warren%netscape.com
1fae170c08 Adding pure.h pure_api.c to the build. bug#16695
git-svn-id: svn://10.0.0.236/trunk@52180 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 03:26:50 +00:00
warren%netscape.com
3e59dc9845 Took out bogus error message.
git-svn-id: svn://10.0.0.236/trunk@52179 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 03:19:11 +00:00
waterson%netscape.com
4c9f59d49c Fix SizeOf() operation.
git-svn-id: svn://10.0.0.236/trunk@52178 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 03:07:38 +00:00
cmanske%netscape.com
941b2da9d7 Style adjustment for Composer DisplayMode toolbar
git-svn-id: svn://10.0.0.236/trunk@52177 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 02:58:37 +00:00
cmanske%netscape.com
f320760ce4 Color adjustment for Composer DisplayMode toolbar
git-svn-id: svn://10.0.0.236/trunk@52176 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 02:47:47 +00:00
warren%netscape.com
d4cac369ff Printed out TOTAL line for showbuilds.cgi
git-svn-id: svn://10.0.0.236/trunk@52175 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 02:39:10 +00:00
cathleen%netscape.com
7754b4e90e update unix packaging list for missing chrome and res files (editor, xpinstall... )
git-svn-id: svn://10.0.0.236/trunk@52174 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 02:37:27 +00:00
cmanske%netscape.com
aa538bb21b Added 'Throbber' to Composer - more UI adjustments for new skin. Tweaked new toolbar images. r=sfraser
git-svn-id: svn://10.0.0.236/trunk@52173 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 02:33:51 +00:00
kipp%netscape.com
877bf64923 Implement the LIBMALLOC_NOFREE flag; add in support for memory fill count which increases the malloc by N and fills it with a pattern to help detect overruns and random memory corruptions
git-svn-id: svn://10.0.0.236/trunk@52172 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 02:19:25 +00:00
kipp%netscape.com
71e57e9bc0 Disabled some of my own debugging noise
git-svn-id: svn://10.0.0.236/trunk@52171 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 02:17:55 +00:00
rhp%netscape.com
aa26800137 Fix for message display - Bug #17481 - r: jefft
git-svn-id: svn://10.0.0.236/trunk@52170 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 02:17:10 +00:00
ssu%netscape.com
a9a91fcc7c fixing bugs #16935 and #11581. r=dvedtiz.
The first fix reverses the way xpinstall aborts/cleans up itself.  The
correct way is to undo the commands it ran in backwards order.

The second fixes problem with a install.js script not having called
finalizeInstall() yet still installing files.


git-svn-id: svn://10.0.0.236/trunk@52169 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 02:15:56 +00:00
kipp%netscape.com
87ff88fc08 nuked another silly warning because I got tired of seeing it
git-svn-id: svn://10.0.0.236/trunk@52168 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 02:06:33 +00:00
kipp%netscape.com
f748008a0b I added logic to the viewers browser window to disable javascript initiated popups during web crawling; I also fixed the web crawler to only initiate a new load after a previous document ends not a subdocument (again!)
git-svn-id: svn://10.0.0.236/trunk@52167 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 02:06:09 +00:00
kipp%netscape.com
20e3748d92 I added logic to the viewers browser window to disable javascript initiated popups during web crawling
git-svn-id: svn://10.0.0.236/trunk@52166 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 02:05:16 +00:00
gagan%netscape.com
213f166414 Fixed bug 17393. We were firing an OnStopRequest for redirect's response completion. That messes up imagelib which starts to reset/abort streams. r=waterson
git-svn-id: svn://10.0.0.236/trunk@52165 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 01:55:58 +00:00
kipp%netscape.com
0f8e430077 r=troy; fixed code to properly remove reflowc ommands when cancelling
git-svn-id: svn://10.0.0.236/trunk@52164 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 01:53:56 +00:00
wtc%netscape.com
407de78336 Need to set the reuseaddr socket option before PR_Bind, now that
PR_Bind no longer sets that option automatically (see Bugzilla #17184).


git-svn-id: svn://10.0.0.236/trunk@52163 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 01:41:34 +00:00
wtc%netscape.com
4adfa873d2 Bugzilla bug #15858: fixed compiler warnings.
git-svn-id: svn://10.0.0.236/trunk@52162 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 01:33:54 +00:00
jj%netscape.com
0410c9f36b added [xpiengine] module and rename 'ChromeRegistry' to 'ChomeRegistry' to be consistent with this typo across the tree.
git-svn-id: svn://10.0.0.236/trunk@52161 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 01:25:51 +00:00
waterson%netscape.com
6d0e00cdd4 Bug 15146. Brutal content model sharing, Phase II. XUL content sink now constructs prototype documents; 'real' content model constructed from walking prototype. Landed XUL_SHARING_19991027_BRANCH (derived from XUL_SHARING_19991022_BRANCH). See branch comments for details. r=hyatt.
git-svn-id: svn://10.0.0.236/trunk@52160 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 01:21:15 +00:00
mcafee%netscape.com
19573259fb typo, r=slamm
git-svn-id: svn://10.0.0.236/trunk@52159 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 01:21:06 +00:00
waterson%netscape.com
5a02e1350c Bug 15146. Remove usage of nsIXUL[Child|Parent]Document, nsIXULDocumentInfo. Now obsolete with brutal sharing. r=hyatt
git-svn-id: svn://10.0.0.236/trunk@52158 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 01:19:20 +00:00
dougt%netscape.com
72ec0f3079 adding license.
git-svn-id: svn://10.0.0.236/trunk@52157 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 01:10:00 +00:00
kipp%netscape.com
e8cc21c4c3 New tests (not part of any build)
git-svn-id: svn://10.0.0.236/trunk@52156 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 00:59:41 +00:00
warren%netscape.com
e6e16569fb Added 1k fudge factor.
git-svn-id: svn://10.0.0.236/trunk@52155 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 00:40:04 +00:00
sspitzer%netscape.com
695d6778d8 don't specify the height and width, let it size to content. otherwise, the buttons on the bottom don't show up.
git-svn-id: svn://10.0.0.236/trunk@52154 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 00:26:43 +00:00
mccabe%netscape.com
5124ea8599 adding comments
git-svn-id: svn://10.0.0.236/trunk@52153 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 00:26:19 +00:00
sspitzer%netscape.com
e8194ccfb1 cleaning up comments
git-svn-id: svn://10.0.0.236/trunk@52152 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 00:09:27 +00:00
mcafee%netscape.com
af1c129e99 Reverted to mozilla.org url because of problems with loading resource:
git-svn-id: svn://10.0.0.236/trunk@52151 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 23:32:13 +00:00
nhotta%netscape.com
978eb5faf1 Adding entity property files to packages, r=ftang.
git-svn-id: svn://10.0.0.236/trunk@52150 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 23:31:30 +00:00
putterman%netscape.com
2df3525f9d More work on 17376. reviewed by bienvenu. Store open folder and keep array of msgWindows.
git-svn-id: svn://10.0.0.236/trunk@52149 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 23:27:21 +00:00
harishd%netscape.com
3d1723b618 Fix for bugs
1312   - Mapped all  HTML 4.0x FPIs to NOQUIRKS mode.
2749   - Tweaked strict comment handling code. -> r=rickg
17148 - Making sure that BeginContext() is ended only by EndContext()
17113, 1262 - Made AddLeaf(), in DTD,  to be cautious in handling text tokens.

Using bit-wise search  for IsContainer() instead of looping. ( nsElementTable )

Fixed warnings.

r=pollmann


git-svn-id: svn://10.0.0.236/trunk@52148 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 23:25:59 +00:00
mcafee%netscape.com
a6b5e55d70 Fixed extra my's that break in some versions of perl
git-svn-id: svn://10.0.0.236/trunk@52147 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 23:24:39 +00:00
sspitzer%netscape.com
a19b0a701f only show profiles that haven't been migrated in the Profile Selection dialog.
git-svn-id: svn://10.0.0.236/trunk@52146 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 23:24:05 +00:00
sspitzer%netscape.com
139ca8b52d adding "Mozilla Select Profile" (aka -SelectProfile) for the mac.
git-svn-id: svn://10.0.0.236/trunk@52145 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 23:19:02 +00:00
mcafee%netscape.com
14b918a812 Adding bloat formatting, baseline mechanism. warren/mcafee
git-svn-id: svn://10.0.0.236/trunk@52144 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 23:18:50 +00:00
sspitzer%netscape.com
9b563bc4a7 adding -SelectProfile for the mac.
git-svn-id: svn://10.0.0.236/trunk@52143 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 23:17:44 +00:00
sspitzer%netscape.com
761883462c checking in ben goodger's (rgoodger@ihug.co.nz) profile selection UI.
r=sspitzer

I made changes so that:

1)  exit quits the app, and doesn't start up app with the last current profile
2)  fix a spelling error (personalisation -> personalization), this is en-US, not en-UK
3)  fix it so start actually starts the selected profile.
4)  -SelectProfile launches this new dialog
5)  if the user starts with no command line, and they have more than one profile, they get -SelectProfile, and not -installer.


git-svn-id: svn://10.0.0.236/trunk@52142 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 23:08:46 +00:00
mcafee%netscape.com
cb42bc5347 switching to static pages.
git-svn-id: svn://10.0.0.236/trunk@52141 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 23:02:49 +00:00
mcafee%netscape.com
5d276fc49d fixing log rename problem. code=warren
git-svn-id: svn://10.0.0.236/trunk@52140 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 23:02:10 +00:00
sspitzer%netscape.com
39084ddb75 add support for SelectProfile
git-svn-id: svn://10.0.0.236/trunk@52139 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 22:56:00 +00:00
ftang%netscape.com
725ca86a3c fix bustage.
git-svn-id: svn://10.0.0.236/trunk@52138 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 22:38:58 +00:00
warren%netscape.com
25f7059c43 Fixed the fact that all pdb files get called default.pdb (which made it hard to debug when there was more than one test file in a directory). r=cyeh
git-svn-id: svn://10.0.0.236/trunk@52137 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 22:36:22 +00:00
rbs%maths.uq.edu.au
cdfb86c649 Catching up with recent changes of the nsIFrame API
git-svn-id: svn://10.0.0.236/trunk@52136 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 22:30:28 +00:00
waterson%netscape.com
ed6d691c92 Remove unused references to nsIXULChildDocument and nsIXULParentDocument.
git-svn-id: svn://10.0.0.236/trunk@52135 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 22:18:21 +00:00
pepper%netscape.com
856f1ee86f Added a newline to the end of file so that AIX and HP compilers are happy.
r=mgleeson


git-svn-id: svn://10.0.0.236/trunk@52134 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 22:17:43 +00:00
rbs%maths.uq.edu.au
4ea4c2ba26 Adding Dave Fiddes' patch for a MOZ_MATHML CFLAGS
git-svn-id: svn://10.0.0.236/trunk@52133 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 22:17:13 +00:00
waterson%netscape.com
c13911024a Remove redundant registration of well-formed DTD. r=rickg
git-svn-id: svn://10.0.0.236/trunk@52132 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 22:15:18 +00:00
waterson%netscape.com
0509ac6c24 Put column headers back in to folder pane. r=hyatt.
git-svn-id: svn://10.0.0.236/trunk@52131 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 22:14:14 +00:00
mccabe%netscape.com
c568cf9bed Add an API entry point for building JS Date objects from millisecond values.
Patches courtesy Chris Houck.  r=mccabe.


git-svn-id: svn://10.0.0.236/trunk@52130 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 22:11:41 +00:00
rhp%netscape.com
b3f1a34e11 Fix for sending plain text as binary files - Bug #16393 - r: mscott
git-svn-id: svn://10.0.0.236/trunk@52129 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 22:09:27 +00:00
norris%netscape.com
a825f1738a work on bug 7270.
r=mstoltz.
Implement netscape.security.PrivilegeManager callbacks.


git-svn-id: svn://10.0.0.236/trunk@52128 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 22:09:03 +00:00
mscott%netscape.com
58da4d1cc2 part of url dispatching framework.
build nsURLDispatcher.cpp


git-svn-id: svn://10.0.0.236/trunk@52127 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 22:08:57 +00:00
ftang%netscape.com
949f26b1d9 remove nsIDOMTextRange.h nsIDOMTextRangeList.h. fix bug 12756. r=tague
git-svn-id: svn://10.0.0.236/trunk@52126 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 22:05:42 +00:00
wtc%netscape.com
2989da583b Bugzilla bug #17486: need parentheses around a & operator in an expression
git-svn-id: svn://10.0.0.236/trunk@52125 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 22:03:08 +00:00
srinivas%netscape.com
894660c683 Export version descriptor. Bugzilla 4742
git-svn-id: svn://10.0.0.236/trunk@52123 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 21:28:46 +00:00
bienvenu%netscape.com
7a179cfe09 fix mac build bustage
git-svn-id: svn://10.0.0.236/trunk@52122 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 21:20:40 +00:00
mcafee%netscape.com
4a058b42d1 Ignore tree directories.
git-svn-id: svn://10.0.0.236/trunk@52120 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 21:16:44 +00:00
dmose%mozilla.org
0d77d490d6 script to update license boilerplate in source files
git-svn-id: svn://10.0.0.236/trunk@52119 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 21:16:29 +00:00
rpotts%netscape.com
4626597396 cleanup - removed unnecessary code checking that mRequest != nsnull. Now the mRequest is allocated at channel construction and the channel is deleted if the request allocation fails...
git-svn-id: svn://10.0.0.236/trunk@52118 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 21:15:56 +00:00
ssu%netscape.com
cc23cb4fd5 added new resource string. This is related to bug #17391. r=dbragg.
Affects only windows platforms.


git-svn-id: svn://10.0.0.236/trunk@52117 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 21:13:28 +00:00
alecf%netscape.com
32ed46c795 fix casting problem on solaris
git-svn-id: svn://10.0.0.236/trunk@52116 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 21:13:06 +00:00
ssu%netscape.com
da07ac32b1 fixing bug #17391. r=dbragg.
Fixes problem with calculating available disk space under
Win95/win98.  Affects only windows platforms.


git-svn-id: svn://10.0.0.236/trunk@52115 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 21:12:24 +00:00
warren%netscape.com
052c27feff Fixed thing that chops off final digit.
git-svn-id: svn://10.0.0.236/trunk@52114 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 21:06:36 +00:00
racham%netscape.com
8f6655fb4a r=gayatrib. Fix for Bug 16414. If the profile dir is deleted it always gets rebuilt based on the path it gets from registry
git-svn-id: svn://10.0.0.236/trunk@52113 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 21:05:26 +00:00
dp%netscape.com
f2caaa1890 Converting to module. r=kipp
git-svn-id: svn://10.0.0.236/trunk@52112 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 20:59:49 +00:00
dp%netscape.com
b3499577af Convering to nsIModule. r=kipp
git-svn-id: svn://10.0.0.236/trunk@52111 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 20:57:29 +00:00
dp%netscape.com
da7c33e34c Remove delete on nsISupports. r=kipp
git-svn-id: svn://10.0.0.236/trunk@52110 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 20:44:45 +00:00
nhotta%netscape.com
b6d38ed4f7 Check input for the null pointer and empty string, bug 17287, r=ducarroz,jefft.
git-svn-id: svn://10.0.0.236/trunk@52109 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 20:41:45 +00:00
nisheeth%netscape.com
ce3c186894 r=nisheeth. Fix for bug 17237 from Rick Gessner (rickg@netscape.com). Thanks, Rick.
git-svn-id: svn://10.0.0.236/trunk@52108 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 20:40:08 +00:00
mscott%netscape.com
33fe7bdd57 Build new uri dispatching interfaces on the Mac.
git-svn-id: svn://10.0.0.236/trunk@52107 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 20:38:16 +00:00
mscott%netscape.com
1e3a7c2073 export uri dispatching interfaces.
git-svn-id: svn://10.0.0.236/trunk@52106 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 20:37:58 +00:00
despotdaemon%netscape.com
a82717bab8 Pseudo-automatic update of changes made by yueheng.xu@intel.com.
git-svn-id: svn://10.0.0.236/trunk@52105 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 20:34:51 +00:00
rods%netscape.com
189a26e941 Listboxes now obey CSS specifed sizes
r=kmcclusk,related to bug 16317


git-svn-id: svn://10.0.0.236/trunk@52104 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 20:31:23 +00:00
radha%netscape.com
ca4f530508 Fix for form values not maintained while going forward. bug # 16377. r=law
git-svn-id: svn://10.0.0.236/trunk@52103 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 20:29:43 +00:00
akhil.arora%sun.com
1aa54f66ab updated list of things todo, removing stuff that has been done
git-svn-id: svn://10.0.0.236/trunk@52102 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 20:28:20 +00:00
akhil.arora%sun.com
d6ca20f368 r=akhil.arora@sun.com By Igor Nekrestyanov <nis@sparc.spb.su>
Minor changes to handle unicode strings properly


git-svn-id: svn://10.0.0.236/trunk@52101 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 20:26:27 +00:00
sspitzer%netscape.com
3a3c45b57c fix warnings. r=valeski
git-svn-id: svn://10.0.0.236/trunk@52100 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 20:25:43 +00:00
kmcclusk%netscape.com
89bd3d196e Removed stray semi-colon after NS_DECL_ISUPPORTS bug=17235 r=rods@netscape.com
git-svn-id: svn://10.0.0.236/trunk@52099 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 20:24:19 +00:00
alecf%netscape.com
5ecb0c11b3 prepare to consolidate server URI creation - create a new property of incoming servers, the local store type, and construct the URL from there.
r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@52098 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 20:22:06 +00:00
alecf%netscape.com
2e274875d3 more cleanup work - now retrieve the server at URI creation time, so that GetServer() is really fast, and just forward calls to GetUsername and GetPassword() to the server. r=sspitzer
git-svn-id: svn://10.0.0.236/trunk@52097 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 20:19:57 +00:00
terry%mozilla.org
7d80bedb81 Back out last change -- specific to mozilla.org, not to general consumers of bugzilla.
git-svn-id: svn://10.0.0.236/trunk@52096 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 20:18:03 +00:00
bienvenu%netscape.com
f488902f5d work on body filters and search r=mscott
git-svn-id: svn://10.0.0.236/trunk@52095 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 20:13:22 +00:00
valeski%netscape.com
b853096819 16968, r=gagan. Changed the way HTTP header notification occurs. now the channel does the notification. Also added SetREsponseHeaders() to the nsIHTTPChannel iface which allows outside users to add response headers (such as nsMultiMIMEConv/bugzilla) and have the new headers perculate to observers. also fixed HTTP handler leak, r=dp on that one.
git-svn-id: svn://10.0.0.236/trunk@52094 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 20:12:59 +00:00
endico%mozilla.org
9b799b1100 Try to herd netscape communicator users away from bugzilla. "if your browser has a blue N logo go report the bug to netscape". This wording may be wrong later on but it works for now.
git-svn-id: svn://10.0.0.236/trunk@52093 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 20:12:52 +00:00
mcafee%netscape.com
296f21777f Updating legend for C, bloaty stats.
git-svn-id: svn://10.0.0.236/trunk@52092 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 19:47:47 +00:00
varada%netscape.com
b921af7d24 fix for bug #12715 import feature for nci files
git-svn-id: svn://10.0.0.236/trunk@52091 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 19:26:35 +00:00
varada%netscape.com
7a333b1d09 fix for change in copydir function
git-svn-id: svn://10.0.0.236/trunk@52090 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 19:25:56 +00:00
warren%netscape.com
16156488f8 Enhanced delta report. Breakdown by what's new, what's changed, etc.
git-svn-id: svn://10.0.0.236/trunk@52089 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 18:57:37 +00:00
despotdaemon%netscape.com
04b5eac48c Pseudo-automatic update of changes made by leaf@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@52088 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 17:59:13 +00:00
norris%netscape.com
0d74bb8fa4 Fix spelling of contributor's name.
git-svn-id: svn://10.0.0.236/trunk@52087 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 17:43:43 +00:00
troy%netscape.com
aa66ccecfa Elimninated compiler warning
git-svn-id: svn://10.0.0.236/trunk@52086 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 14:46:41 +00:00
ftang%netscape.com
bd4b9fbaf5 fix two comment after brade review and point out my error in prev checkin. r=brade
git-svn-id: svn://10.0.0.236/trunk@52085 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 14:46:37 +00:00
troy%netscape.com
3cb8f38164 Eliminated compiler warning
git-svn-id: svn://10.0.0.236/trunk@52084 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 14:46:06 +00:00
troy%netscape.com
5149a61f62 Added more diagnostic code
git-svn-id: svn://10.0.0.236/trunk@52083 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 14:38:14 +00:00
kipp%netscape.com
1786d79429 bug=17320; Fixed a purify warning
git-svn-id: svn://10.0.0.236/trunk@52082 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 14:33:34 +00:00
ftang%netscape.com
85c96d612c move all end of line # comment to the previous line. Remove all end of line tab and whitespace. Need this to fix Trad Chinese IME. Somehow our property file reader do not treat # as start of comment in a key value pair line. r=brade
git-svn-id: svn://10.0.0.236/trunk@52081 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 14:28:22 +00:00
vidur%netscape.com
1173466bfc Added a version of window.close, which when alled from script that defers actual closure if it is invoked from the script context of the window itself. Fixes bug 15261. R=joki.
git-svn-id: svn://10.0.0.236/trunk@52080 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 14:12:56 +00:00
ftang%netscape.com
c3b0a312fc remove unnecessary #ifdef USE_XIM. r=pavlov
git-svn-id: svn://10.0.0.236/trunk@52079 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 13:16:07 +00:00
Jerry.Kirk%Nexwarecorp.com
4385e8d68e Call PtAppAddFd instead of PtAppAddFdPri because of redraw bugs it
was causing.
r=kedl


git-svn-id: svn://10.0.0.236/trunk@52078 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 12:43:46 +00:00
dp%netscape.com
f06f488185 Removing use of mRefCnt directly. Also, removed all use of refcounted
variable as creations were always refcounted. r=kipp


git-svn-id: svn://10.0.0.236/trunk@52077 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 11:42:15 +00:00
srinivas%netscape.com
a6569800ce Include system files for BeOS; checkin for <duncan@be.com>.
git-svn-id: svn://10.0.0.236/trunk@52076 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 11:40:33 +00:00
rickg%netscape.com
7d94513269 fixed bug17387 (pre-constructing DTD's). r=warren
git-svn-id: svn://10.0.0.236/trunk@52075 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 09:26:19 +00:00
cmanske%netscape.com
450e220228 More changes to Composer for new skin (mostly new images).
git-svn-id: svn://10.0.0.236/trunk@52073 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 08:42:30 +00:00
warren%netscape.com
afff9da3ba Fixed bug in calculating leak total.
git-svn-id: svn://10.0.0.236/trunk@52072 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 08:35:53 +00:00
warren%netscape.com
4677dd631f Changed file transport to facilitate jar: protocol -- parameterized by nsIFileSystem. Bug#12579 r=gagan,gayatrib
git-svn-id: svn://10.0.0.236/trunk@52070 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 08:02:07 +00:00
rickg%netscape.com
b14a509c76 fixed bug17388, dtd leak; r=mscott
git-svn-id: svn://10.0.0.236/trunk@52069 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 07:53:21 +00:00
tbogard%aol.net
cd2764bb20 Changes made to reflect changes in nsIGenericWindow and nsIScrollable.
git-svn-id: svn://10.0.0.236/trunk@52068 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 07:52:08 +00:00
tbogard%aol.net
8e4af380cc Removed RemoveFocus() from nsIGenericWindow. Moved SizeToContent() to nsIHTMLDocShell. Added setCurScrollPosEx and setScrollRangeEx to nsIScrollable. Moved a bunch of code from nsHTMLDocShell into the base class. Commented out some stuff. Everything should compile now.
git-svn-id: svn://10.0.0.236/trunk@52067 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 07:51:10 +00:00
mscott%netscape.com
3587a59aa7 build mime before compose so we can make sure nsIMimeStreamConverter.idl has been exported
before compose IDL files try to use it.


git-svn-id: svn://10.0.0.236/trunk@52066 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 07:23:20 +00:00
dougt%netscape.com
32412a1f03 Fix for this mornings crasher (17352) r=pavlov, mscott
git-svn-id: svn://10.0.0.236/trunk@52065 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 06:44:36 +00:00
ducarroz%netscape.com
a282d4acf9 another Mac bustage fix. Caught before it appears
git-svn-id: svn://10.0.0.236/trunk@52064 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 06:01:43 +00:00
ducarroz%netscape.com
d4df792c85 Fix Mac bustage for mscott.
Add build instruction for mozilla:mailnews:mime:public:MANIFEST_IDL.


git-svn-id: svn://10.0.0.236/trunk@52063 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 05:45:22 +00:00
mscott%netscape.com
1bac65d756 Remove incorrect export of nsIMimeStreamConverter.idl
git-svn-id: svn://10.0.0.236/trunk@52062 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 05:42:15 +00:00
mscott%netscape.com
1b39aa1dd7 more work to try to fix the mac build.
git-svn-id: svn://10.0.0.236/trunk@52061 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 05:39:14 +00:00
ducarroz%netscape.com
eaa801e49e Fix for bug 17405. We need to skip entry that aren't valid during the search. R=mscott (he has also approved the fact I checking despite a red tree)
git-svn-id: svn://10.0.0.236/trunk@52060 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 05:34:07 +00:00
mscott%netscape.com
dbf6bce997 Fix windows build breakage. Try to build mime before compose so the IDL files
get exported first.


git-svn-id: svn://10.0.0.236/trunk@52058 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 05:08:36 +00:00
mscott%netscape.com
5c68fcaafc fix mac build by exporting nsIMimeStreamConverter.idl
git-svn-id: svn://10.0.0.236/trunk@52057 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 04:56:12 +00:00
waterson%netscape.com
31deb6a74d Unix filenames are case-sensitive.
git-svn-id: svn://10.0.0.236/trunk@52056 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 04:36:04 +00:00
mscott%netscape.com
888899af25 Bug #16927 --> when quoting a message, don't try to force a message URI into a protcol url. Convert the rdf uri
into a url and use that instead. For quoting the msg, use NS_NewChannel and AsyncOpen. some cleanup to fix
some ref counting stuff including supporting a new interface. Using the component manager
to create the quote listener instead of using new.
r=rhp


git-svn-id: svn://10.0.0.236/trunk@52055 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 04:22:08 +00:00
mscott%netscape.com
1bc43aaac4 Use nsCOMPtr. Add nsIMsgQuoteListener support, remove some extra member variables that we didn't need.
r=rhp


git-svn-id: svn://10.0.0.236/trunk@52054 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 04:21:30 +00:00
mscott%netscape.com
5daada9f2c Bug #16927 add nsIMsgQuoteListener interface
r=rhp


git-svn-id: svn://10.0.0.236/trunk@52053 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 04:21:02 +00:00
mscott%netscape.com
08f1d9c5a8 Bug #16927 --> add msg quote listener to module.
r=rhp


git-svn-id: svn://10.0.0.236/trunk@52052 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 04:20:41 +00:00
mscott%netscape.com
3b5d377a59 Bug #16927 --> add class id for msg quote listener
r=rhp


git-svn-id: svn://10.0.0.236/trunk@52051 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 04:19:59 +00:00
karnaze%netscape.com
15d92465ad simplified caching of column frames. split out collapsing border processing into nsBorderCollapser (checked in previously). r=troy
git-svn-id: svn://10.0.0.236/trunk@52050 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 04:09:39 +00:00
karnaze%netscape.com
0ddb8bf0bc added files: mozilla/layout/html/table/src/nsTableBorderCollapser.cpp
git-svn-id: svn://10.0.0.236/trunk@52049 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 04:06:36 +00:00
karnaze%netscape.com
b363aea0eb new class for collapsing borders, extracted from nsTableFrame, r=troy
git-svn-id: svn://10.0.0.236/trunk@52045 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 03:51:55 +00:00
braddr%puremagic.com
d8fb5871d7 Move all nsIEnumerator usage over to NS_ENUMERATOR_FALSE from NS_COMFALSE in anticipation of nixing NS_COMFALSE in the near future.
r=scc


git-svn-id: svn://10.0.0.236/trunk@52044 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 03:16:48 +00:00
brendan%mozilla.org
da68e2dcd8 Fix bogus assertion (r=shaver@mozilla.org) found by chouck@geocast.com.
git-svn-id: svn://10.0.0.236/trunk@52043 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 02:50:15 +00:00
fur%netscape.com
50f46042f0 Removed unused variable declaration to eliminate warning
git-svn-id: svn://10.0.0.236/trunk@52042 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 02:48:32 +00:00
srinivas%netscape.com
bc406e3e1e Add PR_Block/Unblock_Interrupt functions. Bugzilla 17055
git-svn-id: svn://10.0.0.236/trunk@52041 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 02:48:01 +00:00
fur%netscape.com
dbcd581b59 Eliminated references to long-dead jsaddr.[ch].
Note: These files only used in standalone JS, not SeaMonkey build.


git-svn-id: svn://10.0.0.236/trunk@52040 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 02:45:01 +00:00
fur%netscape.com
e969fa7f4f Removed unused files - they have been dead for years
git-svn-id: svn://10.0.0.236/trunk@52039 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 02:42:49 +00:00
tbogard%aol.net
d9cd4dc3b8 Pushed many of the method implementations done by buster from nsHTMLDocShell into the base class.
git-svn-id: svn://10.0.0.236/trunk@52038 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 02:20:44 +00:00
mscott%netscape.com
5bfc03c26e part of url dispatching.
export the uri dispatching interfaces.
no reviewer for this makefile change.


git-svn-id: svn://10.0.0.236/trunk@52037 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 02:05:12 +00:00
danm%netscape.com
d5cb9410ae moving initial content focus from OnEndDocumentLoad to Show. Reinstating SetSizeFromXUL. reduces new window flashing and allows gtk windows to size from JS. r:hyatt@netscape.com
git-svn-id: svn://10.0.0.236/trunk@52036 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 01:52:49 +00:00
mscott%netscape.com
df0cb24c86 Checking this in for hangas. Fixes the grey menus in the compose window.
r=mscott


git-svn-id: svn://10.0.0.236/trunk@52035 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 01:52:13 +00:00
cmanske%netscape.com
c0c0bb47c7 Fixed bugs 16690, 16991. Also made UI changes to adjust for new 'skin' r=sfraser
git-svn-id: svn://10.0.0.236/trunk@52034 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 01:51:07 +00:00
nisheeth%netscape.com
151090fbb2 r=nisheeth. Fix for bug 9781 submitted by Johnny Stenbeck (jst@citec.fi). Thanks Johnny.
git-svn-id: svn://10.0.0.236/trunk@52033 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 01:50:37 +00:00
hangas%netscape.com
9c4609c831 Fixed throbber id, bug 17271. r=german
git-svn-id: svn://10.0.0.236/trunk@52032 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 01:44:29 +00:00
law%netscape.com
85c96d1199 Bug #14999; remove last vestiges of app core usage; r=sfraser@netscape.com
git-svn-id: svn://10.0.0.236/trunk@52031 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 01:41:16 +00:00
law%netscape.com
41c8a495f1 Bug #14999, removing last vestiges of app core usage; r=sfraser@netscape.com
git-svn-id: svn://10.0.0.236/trunk@52030 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 01:39:33 +00:00
nisheeth%netscape.com
f341433a7c r=dp. Fix for bug 17411. Commenting out the call to nsFrameManager::CantRenderReplacedElement for now. This should let us open up the tree while dp and pnunn figure out the right fix.
git-svn-id: svn://10.0.0.236/trunk@52029 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 01:20:34 +00:00
tbogard%aol.net
f996be0ecd Changed nativeWindow* parentNativeWindow back to nativeWindow parentNativeWindow.
git-svn-id: svn://10.0.0.236/trunk@52028 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 00:45:13 +00:00
despotdaemon%netscape.com
20ec29f713 Pseudo-automatic update of changes made by andreww@netscape.com.
git-svn-id: svn://10.0.0.236/trunk@52027 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 00:11:01 +00:00
hoa.nguyen%intel.com
a56d99d249 Initialize cookie manager. Allows cgi scripts to set and retrieve cookies through viewer. r=edburns@acm.org
git-svn-id: svn://10.0.0.236/trunk@52026 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 23:58:49 +00:00
buster%netscape.com
1f5101db18 added a bunch of initial implementation. does not compile yet, but that's ok because docshell isn't part of the build yet.
git-svn-id: svn://10.0.0.236/trunk@52025 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 23:50:19 +00:00
jfrancis%netscape.com
f4bfa77ae5 fix for 17056: making a list in empty doc didnt work; also making a new list item didn't work. r=floppy moose
git-svn-id: svn://10.0.0.236/trunk@52024 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 23:44:33 +00:00
sfraser%netscape.com
3b974396c6 Add the various menu-related arrow gifs. fixes bug 17368. r=jfrancis
git-svn-id: svn://10.0.0.236/trunk@52023 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 23:40:51 +00:00
jj%netscape.com
adfe3c048e First Checked In.
git-svn-id: svn://10.0.0.236/trunk@52022 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 23:39:46 +00:00
putterman%netscape.com
7e1db2ef27 This should stop build bustage for clobber builds.
git-svn-id: svn://10.0.0.236/trunk@52021 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 23:39:15 +00:00
locka%iol.ie
74ff2dc2f4 Fixed some bugs in the copy to clipboard operation.
Control now calls NS_ShutdownXPCOM during destruction


git-svn-id: svn://10.0.0.236/trunk@52020 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 23:19:27 +00:00
locka%iol.ie
7eff36db02 Added a menu to the dialog.
Implemented tests for cut, copy, paste, select all


git-svn-id: svn://10.0.0.236/trunk@52019 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 23:17:51 +00:00
cata%netscape.com
1bb10c65f4 I'm checking in for momoi, r=cata, bug #17018, Charset Menu usability workaround.
git-svn-id: svn://10.0.0.236/trunk@52018 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 23:10:51 +00:00
ftang%netscape.com
657f0d5580 fix the delete last IME text problem. bug13494 . There are another fix in nsHTMLEditRules.cpp related this but I forget to put the bug # there. r=tague
git-svn-id: svn://10.0.0.236/trunk@52017 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 23:05:24 +00:00
troy%netscape.com
c96591767e b=6674, r=karnaze@netscape.com
Changed Paint() to set the clip rect only when the collapse offset isn't
(0, 0)


git-svn-id: svn://10.0.0.236/trunk@52016 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 23:01:21 +00:00
kipp%netscape.com
3a2fe236a8 r=troy; fixed bug #17346 - the nsTextFormatter self test code found a bug in the nsTextFragment ctor code...
git-svn-id: svn://10.0.0.236/trunk@52015 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 23:01:16 +00:00
hangas%netscape.com
5fb3a93517 Cleaned up bad style rules in global.css - should result in noticable performance improvement. Converted <titledbutton> rules to all use a class, this way we can be specific about how each type of button should look. Added line between columns in tree headers. Indented treecell contents. Cleaned up mail and AB toolbars. Fixed reflow and other drawing issues with toolbar buttons on new skins. Fixed problems in results tree on AB window. Other misc visual changes. Fixed bug 16530, changing the word Messenger to Mail. r=german/hyatt
git-svn-id: svn://10.0.0.236/trunk@52014 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 23:01:09 +00:00
cathleen%netscape.com
c249ccc29e adding missing editor chrome file to mac packaging list
git-svn-id: svn://10.0.0.236/trunk@52013 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 22:59:04 +00:00
ftang%netscape.com
c31d69ed3f add debugging code. fix remove last uncomited IMEText. r=jfrancis
git-svn-id: svn://10.0.0.236/trunk@52012 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 22:56:36 +00:00
akkana%netscape.com
018a1629cf 17305: Fix ? handling. Also add myself to a debug ifdef. r=pavlov
git-svn-id: svn://10.0.0.236/trunk@52011 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 22:53:52 +00:00
tague%netscape.com
282a0d9dcf Fixed bug #16463 - can't create profile with Danish version of Mozilla. I modified the locale mapping code to correct a bug where DA was getting mapped to LANG_DUTCH. r=nhotta@netscape.com
git-svn-id: svn://10.0.0.236/trunk@52010 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 22:52:56 +00:00
bienvenu%netscape.com
d6e604a886 turn on date filters, r=mscott 10416
git-svn-id: svn://10.0.0.236/trunk@52009 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 22:45:18 +00:00
nisheeth%netscape.com
fa55e685cc r=pollmann, troy. Fix for bug 10564. Added some error checking code to prevent crashes reported on low memory configurations.
git-svn-id: svn://10.0.0.236/trunk@52008 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 22:45:05 +00:00
sdagley%netscape.com
41a1603c9d __MD_GetEnv now calls standard C's getenv if environment variable not in NSPR's table. r=beard
git-svn-id: svn://10.0.0.236/trunk@52007 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 22:44:48 +00:00
sspitzer%netscape.com
637de3c1b6 fix for #17285 and #17397. r=mscott.
properly migrate pop and nntp servers from 4.x that were not on the default ports (110 and 119, respectively).
also, set the default port pref to be -1, so that if we don't set the port, it gets set to -1.


git-svn-id: svn://10.0.0.236/trunk@52006 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 22:44:34 +00:00
morse%netscape.com
af16ae652b bug 17339, document.cookie throwing exception, r=neeti
git-svn-id: svn://10.0.0.236/trunk@52005 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 22:43:49 +00:00
rginda%ndcico.com
dece5d007f **NOT PART OF THE SEAMONKEY DEFAULT BUILD**
* xul/tests/test3-output-loud.css
Added css for "loud" style.

* xul/tests/blue_rock.gif
Added pic for new default style, from Eterm background collection.

* makefile.win, Makefile.in
Add blue_rock.gif to install files.

* js/lib/irc.js
Strip \r characters from input.

* xul/tests/index.html
Updated content.

* xul/tests/test3-handlers.js
Create userlist object onJoin if it isnt already there.

* xul/tests/test3-output-default.css
New default style.

* xul/tests/test3-static.js
Added irc.freei.net server to top of EFNet network.  This server does not
require the ident service, which is blocked by the NS firewall.

* xul/tests/test3.xul
Added "loud" style to menu (old default style.)


git-svn-id: svn://10.0.0.236/trunk@52004 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 22:42:47 +00:00
morse%netscape.com
cfdf03bc1a bug 17120, can't startup if cookie dll missing, r=valeski
git-svn-id: svn://10.0.0.236/trunk@52003 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 22:41:36 +00:00
putterman%netscape.com
32be2053bd Added nsIMsgWindow.idl and nsIMsgRDFDataSource.idl
git-svn-id: svn://10.0.0.236/trunk@52002 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 22:40:34 +00:00
putterman%netscape.com
dd42c6ee85 Added nsMsgWindow.cpp
git-svn-id: svn://10.0.0.236/trunk@52001 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 22:39:37 +00:00
morse%netscape.com
0eb9ff94e0 part of bug 8227, dereferencing problems, r=rickg
git-svn-id: svn://10.0.0.236/trunk@52000 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 22:38:48 +00:00
putterman%netscape.com
ff9a018c1e Started work on 17376. reviewed by bienvenu. create an object that knows about
mailnews window data and pass it through backend.


git-svn-id: svn://10.0.0.236/trunk@51999 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 22:38:47 +00:00
cathleen%netscape.com
59a2f543c7 adding missing editor chrome files
git-svn-id: svn://10.0.0.236/trunk@51998 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 22:35:37 +00:00
matt%netscape.com
e180142807 fix for bug 15169 r-morse
git-svn-id: svn://10.0.0.236/trunk@51997 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 22:33:35 +00:00
matt%netscape.com
5077a5368d 17218 r-mcafee
git-svn-id: svn://10.0.0.236/trunk@51996 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 22:31:58 +00:00
rogerl%netscape.com
2bfa05205d Changed commandline option for classpath to 'classpath' instead of 'cp'
git-svn-id: svn://10.0.0.236/trunk@51995 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 22:22:56 +00:00
bienvenu%netscape.com
f3513af6e6 fix a couple ref-counting problems on news dbs, reviewed last week by sspitzer
git-svn-id: svn://10.0.0.236/trunk@51994 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 22:19:42 +00:00
bienvenu%netscape.com
6b1312845e fix off by one error computing display name from naked email address
git-svn-id: svn://10.0.0.236/trunk@51993 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 22:18:12 +00:00
rogerl%netscape.com
f891c9ebb9 Error message for apply argument type
git-svn-id: svn://10.0.0.236/trunk@51992 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 22:17:44 +00:00
rogerl%netscape.com
f3ae1fcf7a ECMA handling of undefined args for call & apply.
git-svn-id: svn://10.0.0.236/trunk@51991 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 22:17:05 +00:00
rogerl%netscape.com
7a5d5c9ad9 Handle LINE & SOURCEFILE in dumpIcode
Fix bug in multiple try/catch clauses after a catch - the tryStackTop was
being decremented twice.


git-svn-id: svn://10.0.0.236/trunk@51990 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 22:16:15 +00:00
rogerl%netscape.com
a8627f0cf6 Handle missing arg in match_or_replace
git-svn-id: svn://10.0.0.236/trunk@51989 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 22:14:46 +00:00
bienvenu%netscape.com
6b7fd317c4 turn on history ab collection for msg sending r=jefft, bug 14447
git-svn-id: svn://10.0.0.236/trunk@51988 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 22:14:37 +00:00
rhp%netscape.com
e735146e7c Fix for Unicode quoting to plain text compose - Bug: 15465 r: bienvenu
git-svn-id: svn://10.0.0.236/trunk@51987 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 22:11:51 +00:00
rogerl%netscape.com
89da4b6f9b ECMA specified handling of NaN inputs for max & min
git-svn-id: svn://10.0.0.236/trunk@51986 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 22:11:43 +00:00
rogerl%netscape.com
800a7e2800 Subsumed ConversionError into TypeError
git-svn-id: svn://10.0.0.236/trunk@51985 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 22:10:36 +00:00
mscott%netscape.com
e2730e12e8 Bug #17352 --> temporarily hide this crasher by inserting an extra
ref count of the event queue. this is horrible since we are introducing
a leak. we need to examine the ownership model of event queues for the app
shell. I'm going to get pavlov to help me look at fixing this bug for real.
r=dougt
a=gramps,granrose


git-svn-id: svn://10.0.0.236/trunk@51984 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 22:00:54 +00:00
dmose%mozilla.org
1710bfc387 updating license boilerplate in all files; checkin approved by leif@netscape.com
git-svn-id: svn://10.0.0.236/trunk@51980 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 21:02:40 +00:00
braddr%puremagic.com
1dde1a4f56 Ooops.. tree closed, better back these out for now. Sorry.
git-svn-id: svn://10.0.0.236/trunk@51979 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 21:01:37 +00:00
larryh%netscape.com
dfb30043a3 BugZilla 17374. Add PROffset types
git-svn-id: svn://10.0.0.236/trunk@51978 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 20:29:22 +00:00
braddr%puremagic.com
7767d9393b Move all nsIEnumerator usage over to NS_ENUMERATOR_FALSE from NS_COMFALSE
in anticipation of nixing NS_COMFALSE in the near future.
r=scc (please contact him should there be any build issues)


git-svn-id: svn://10.0.0.236/trunk@51977 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 20:24:21 +00:00
bienvenu%netscape.com
642710bf52 fix race condition opening imap folder r=mscott, build stopper
git-svn-id: svn://10.0.0.236/trunk@51976 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 19:15:20 +00:00
kipp%netscape.com
0637f2c48a Backed out chris's accidental checkin (don't ask)
git-svn-id: svn://10.0.0.236/trunk@51973 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 15:57:35 +00:00
karnaze%netscape.com
03e8200f99 hello
git-svn-id: svn://10.0.0.236/trunk@51972 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 15:55:31 +00:00
vidur%netscape.com
48577bac14 Update mNumFlushed counts when we do a synchronous notification (in scripts, for example). This is so that a call to FlushTags while we're executing a script sees the context stack in an updated state. Fixes bug 14042. R=joki.
git-svn-id: svn://10.0.0.236/trunk@51971 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 14:03:15 +00:00
Jerry.Kirk%Nexwarecorp.com
a4c99c7c93 Finished implementing ListenToEventQueue.
r=kedl


git-svn-id: svn://10.0.0.236/trunk@51970 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 11:36:21 +00:00
idk%eng.sun.com
3b03dc263a bugId 17329
Added PlugletSecurityContext class.
Set ProxyJNI security context to PlugletSecurityContext
(see 15902)


git-svn-id: svn://10.0.0.236/trunk@51969 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 09:33:06 +00:00
hyatt%netscape.com
a036d65c5c working on theme switching r=pavlov
git-svn-id: svn://10.0.0.236/trunk@51966 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 09:24:23 +00:00
idk%eng.sun.com
ab0a4a932c bugId 17316
Added 4 demo pluglets
a = laa@sparc.spb.su
r = idk@eng.sun.com


git-svn-id: svn://10.0.0.236/trunk@51965 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 09:10:36 +00:00
nisheeth%netscape.com
cd137af4d4 Fix for bug 15633. Fixing build warning with the patch submitted by James Clark (jjc@jclark.com). r=nisheeth
git-svn-id: svn://10.0.0.236/trunk@51964 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 07:39:57 +00:00
briano%netscape.com
3387e5dd13 Automated update
git-svn-id: svn://10.0.0.236/trunk@51962 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 07:15:10 +00:00
nisheeth%netscape.com
74d8a9e437 Added --enable-detec-webshell-leaks autoconf flag.
git-svn-id: svn://10.0.0.236/trunk@51961 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 07:14:42 +00:00
nisheeth%netscape.com
0ca61f6f5c Added --enable-detect-webshell-leaks autoconf flag.
git-svn-id: svn://10.0.0.236/trunk@51960 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 07:13:48 +00:00
mcafee%netscape.com
dc2ef44aa6 switching to absolute leak/bloat numbers.
git-svn-id: svn://10.0.0.236/trunk@51959 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 07:02:25 +00:00
rpotts%netscape.com
d54c2a54d9 bug #13054. r=mscott,warren. Reworked how data is written to the network. I consolidated the writing of nsIBufferInputStreams and nsIInputStreams and limited the amount of data being wrtten at once to MAX_IO_TRANSFER_SIZE...
git-svn-id: svn://10.0.0.236/trunk@51957 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 06:51:12 +00:00
mscott%netscape.com
26a5e7abea Bug #14928 --> url dispatching. Adding initial scaffolding for the uri dispatcher service.
(not part of the build yet)


git-svn-id: svn://10.0.0.236/trunk@51956 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 06:49:42 +00:00
rpotts%netscape.com
207123458e bug #16897. Consolidated the firing of OnStopRequest into the nsHTTPChannel. This is also called if a transport fails to be created...
git-svn-id: svn://10.0.0.236/trunk@51955 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 06:48:53 +00:00
sfraser%netscape.com
e025da23ff Ooops, maybe we do need one of those paths after all. r=floppy
git-svn-id: svn://10.0.0.236/trunk@51954 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 06:48:35 +00:00
mscott%netscape.com
c438ffca68 added a url dispatching comment.
git-svn-id: svn://10.0.0.236/trunk@51953 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 06:48:19 +00:00
sfraser%netscape.com
5258fa6070 Another teeny project fix -- remove obsolete lib/xp paths in the two static targets (which are not built anyway). r=moose
git-svn-id: svn://10.0.0.236/trunk@51952 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 06:44:44 +00:00
sfraser%netscape.com
f825fcb394 Fix the output file (RDF.header -> chrome.headers) so that .h file generation dependencies work properly. Fixes the red tree. r=mscott
git-svn-id: svn://10.0.0.236/trunk@51951 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 06:42:07 +00:00
rpotts%netscape.com
072f7a0e0b These are pollmanns changes for bug #8209 and other related POSTing bugs r=rpotts
git-svn-id: svn://10.0.0.236/trunk@51950 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 06:35:03 +00:00
mcafee%netscape.com
f3b4ca8e81 switching to absolute leak/bloat numbers.
git-svn-id: svn://10.0.0.236/trunk@51949 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 06:34:28 +00:00
sfraser%netscape.com
e48c7f6f32 Really change to using the NSComponent library. the opt target still had NSStartup. r=moose.
git-svn-id: svn://10.0.0.236/trunk@51948 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 06:31:40 +00:00
pavlov%netscape.com
30d2acfd1b check for null r=alecf
git-svn-id: svn://10.0.0.236/trunk@51944 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 05:51:05 +00:00
putterman%netscape.com
6263816942 Fix for 17277. reviewed by mscott. Delete selects next message instead of previous.
git-svn-id: svn://10.0.0.236/trunk@51942 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 04:46:12 +00:00
bienvenu%netscape.com
226d2a5c5f add accessor for load group on doc loader r=rpotts
git-svn-id: svn://10.0.0.236/trunk@51941 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 04:44:42 +00:00
troy%netscape.com
fd1d6fc2a3 Changed view to be stored as a frame property instead of a member data
of nsFrame


git-svn-id: svn://10.0.0.236/trunk@51940 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 03:56:14 +00:00
mccabe%netscape.com
f192186834 Undo overly-hasty backout. This reinstates part of my recent checkin.
git-svn-id: svn://10.0.0.236/trunk@51939 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 03:44:38 +00:00
saari%netscape.com
a9ec68967c Making popups not steal activation on MacOS. r: pinkerton, no bug number that I'm aware of
git-svn-id: svn://10.0.0.236/trunk@51938 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 03:32:35 +00:00
tbogard%aol.net
1d0ea94a3d Create an initialization structure to hold data until window created. Added a lot of implementation for many of the accessors. Filled in a lot of other first cut implementation.
git-svn-id: svn://10.0.0.236/trunk@51936 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 02:45:49 +00:00
tbogard%aol.net
144854adac For some reason to get an nsRect implementation you have to link with gfx. Yeah, that's componentized!
git-svn-id: svn://10.0.0.236/trunk@51935 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 02:44:49 +00:00
beard%netscape.com
98fb6ecb62 make warnings not terminate build. fix bustage, r=mccabe
git-svn-id: svn://10.0.0.236/trunk@51934 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 02:44:34 +00:00
tbogard%aol.net
d23ee135fa Boundary checking.
git-svn-id: svn://10.0.0.236/trunk@51933 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 02:44:01 +00:00
tbogard%aol.net
7c66962d85 A little more documentation.
git-svn-id: svn://10.0.0.236/trunk@51932 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 02:43:37 +00:00
hyatt%netscape.com
4639154a7f making the chrome registry work with dynamic overlays r=pavlov
git-svn-id: svn://10.0.0.236/trunk@51931 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 02:21:05 +00:00
mccabe%netscape.com
8522d5db78 Debust mac-specific \r-related tree breakage.
git-svn-id: svn://10.0.0.236/trunk@51927 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 01:28:59 +00:00
troy%netscape.com
c04dab44f6 Change to some assertions in debug mode
git-svn-id: svn://10.0.0.236/trunk@51925 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 00:53:15 +00:00
mccabe%netscape.com
cde9269c1b Various fixes to xpidl. Note that this checkin will cause a rebuild of everything that depends on nsISupports.h. Fixes courtesy Mike Shaver, with small tweaks by McCabe. r=shaver, r=mccabe.
- Fix to bug 17013; have xpidl produce an error when encountering a native declaration without an associated (c++-name).

- remove many DEBUG_shaver lines.

- provide xpidl_tree_warning as a fallback for libIDL versions for which IDL_tree warning is bad, and NULL-proof our message callback function.  Also remove a 1k buffer limit from the message callback function.

- make enum in IDL files an error.  We don't support it, and love consts instead.

- Fix to 12684; don't allow [retval] parameter + return or multiple [retval] parameters.

- Fix to 13390; make non-{short,long} const a fatal error.


git-svn-id: svn://10.0.0.236/trunk@51924 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 00:37:39 +00:00
hangas%netscape.com
825694f714 Fixed the order of the stop and reload buttons on the browser. r=german
git-svn-id: svn://10.0.0.236/trunk@51923 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 00:17:16 +00:00
ftang%netscape.com
94bc1e8092 add debugging code. change code so we won't call MapDBCSAttributeArrayToUnicodeOffsets when we are not composition. Sent length == 0 TextEvent if we got nothhing in IME_COMPOSITION. This is needed to delete the last unconverted text in IME. r=tague
git-svn-id: svn://10.0.0.236/trunk@51922 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 00:14:46 +00:00
ftang%netscape.com
1a8b9b5ddb implement input method highlight. r=tague
git-svn-id: svn://10.0.0.236/trunk@51921 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 00:10:03 +00:00
jj%netscape.com
e14a41074a workaround to accept wildcards on Mac -- granrose. r=jj
git-svn-id: svn://10.0.0.236/trunk@51918 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 00:03:54 +00:00
rods%netscape.com
beb6aa3e8b At kipp's suggestion I added a EnterReflowLock before and a ExitReflowLock
after my AppendReflowCommand. The reflow command gets "kicked off"
and it is now fixed. r=kipp, b=14771


git-svn-id: svn://10.0.0.236/trunk@51916 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 23:34:46 +00:00
sspitzer%netscape.com
71d282e592 fix for #17212, r=mscott.
migrate imap servers that have the port in the name (like nsmail-2:143)


git-svn-id: svn://10.0.0.236/trunk@51915 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 23:34:30 +00:00
rods%netscape.com
d8ca5cd972 removed an unused variable and an extra decl and call to remove two warnings
r=none


git-svn-id: svn://10.0.0.236/trunk@51914 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 23:28:51 +00:00
mccabe%netscape.com
2cdb9d67e3 Fix IDL to use native <idl-name>(<C++-name>); instead of just native <idl-name>; This is prep to make the tree compile with a new error mode landing in xpidl shortly.
Preperatory to a fix to 17013; I'm doing this as a separate checkin to avoid any checkin-skew danger.

r=shaver.


git-svn-id: svn://10.0.0.236/trunk@51913 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 23:26:28 +00:00
rods%netscape.com
bdb148b62f changed param in the initializer to aContent instead of nsnull
r=kmcclusk,b=17015


git-svn-id: svn://10.0.0.236/trunk@51912 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 23:21:14 +00:00
gagan%netscape.com
22e24a8da0 Fixed bugs 11677 (perf) 13837 (spaces) 14380 (leading spaces) 14707 (-1) 15069 (file://) r=valeski
git-svn-id: svn://10.0.0.236/trunk@51911 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 23:16:34 +00:00
cmanske%netscape.com
3054ed7de9 Fixed bugs 6278, 9758, 17014, 17071, 17160. r=sfraser,mjudge
git-svn-id: svn://10.0.0.236/trunk@51910 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 23:13:00 +00:00
mcafee%netscape.com
214b95844f Clear alarm from AliveTest, this was causing alternating green/orange status. Thanks to alecf/slamm for debugging help.
git-svn-id: svn://10.0.0.236/trunk@51909 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 23:10:35 +00:00
cmanske%netscape.com
f92e65e679 Part of fix for 17160, remove TextEditor from Tasks menu. r=mjudge
git-svn-id: svn://10.0.0.236/trunk@51908 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 23:07:41 +00:00
rhp%netscape.com
013f4b1591 Cleaning up some comments.
git-svn-id: svn://10.0.0.236/trunk@51907 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 23:06:27 +00:00
tbogard%aol.net
bb01dd252a Implemented the Destroy() method.... Which basically boils down to us returning out that we don't support the method. :)
git-svn-id: svn://10.0.0.236/trunk@51905 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 22:59:33 +00:00
wtc%netscape.com
f6437b73b9 Bugzilla bug #17188: NSPR should not automatically set the SO_KEEPALIVE
socket option on a new TCP socket. The HAVE_SOCKET_KEEPALIVE macro is
obsolete. r=srinivas@netscape.com.
Modified files: _beos.h, _os2.h, _unixos.h, _win16.h, _win95.h, _winnt.h,
prsocket.c, and ptio.c.


git-svn-id: svn://10.0.0.236/trunk@51902 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 22:58:55 +00:00
tbogard%aol.net
9e1e7d7a18 Implemented a number of methods for the doc shell attributes. Setup and Init structure which is used to accept the settings of attributes until Create() is called.
git-svn-id: svn://10.0.0.236/trunk@51900 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 22:56:59 +00:00
rhp%netscape.com
428cbd6498 Update changes for Mac project...again
git-svn-id: svn://10.0.0.236/trunk@51898 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 22:56:18 +00:00
tbogard%aol.net
0701f384c9 Updated some of the documentation.
git-svn-id: svn://10.0.0.236/trunk@51895 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 22:54:26 +00:00
rhp%netscape.com
3aa41ccbdf Update changes for Mac project
git-svn-id: svn://10.0.0.236/trunk@51894 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 22:47:55 +00:00
norris%netscape.com
0949cbb8b9 Fix 16836 "Security error accessing DOM elements inside an IFrame"
r=vidur@netscape.com
Also, bug 16536 "Security disallows opening resource URL" no longer occurs after this fix.


git-svn-id: svn://10.0.0.236/trunk@51893 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 22:45:32 +00:00
rhp%netscape.com
0d96648b4a Changes for better text display and format flowed - Bug #16507 - r: rhp since this is externally contributed
git-svn-id: svn://10.0.0.236/trunk@51892 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 22:43:25 +00:00
pinkerton%netscape.com
ae7c4c1605 File Removed.
git-svn-id: svn://10.0.0.236/trunk@51891 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 22:38:54 +00:00
pinkerton%netscape.com
884c5020ad use new chrome idl project instead of generated header file (r=hyatt).
git-svn-id: svn://10.0.0.236/trunk@51890 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 22:38:40 +00:00
pinkerton%netscape.com
3ef9a724a2 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@51889 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 22:37:45 +00:00
slamm%netscape.com
50be5003d6 Add entity for bookmarks menu on personal toolbar
git-svn-id: svn://10.0.0.236/trunk@51888 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 22:10:15 +00:00
varada%netscape.com
2c49380653 fixes for bug #8977 9097
git-svn-id: svn://10.0.0.236/trunk@51887 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 22:07:57 +00:00
valeski%netscape.com
89e72a3976 fixing bustage
git-svn-id: svn://10.0.0.236/trunk@51886 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 22:07:50 +00:00
jj%netscape.com
699e8eca27 File Removed.
git-svn-id: svn://10.0.0.236/trunk@51885 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 21:53:43 +00:00
dougt%netscape.com
d11e61e41f People will not like to see my debugging info about object retention. Remov
ing #define.


git-svn-id: svn://10.0.0.236/trunk@51884 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 21:44:02 +00:00
brade%netscape.com
f6a4506783 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@51883 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 21:27:05 +00:00
terry%mozilla.org
02502d0c41 Fixed perl warning.
git-svn-id: svn://10.0.0.236/trunk@51882 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 21:14:01 +00:00
varada%netscape.com
abe68f9fc4 fixing string.ini for online help from show example
git-svn-id: svn://10.0.0.236/trunk@51881 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 21:13:16 +00:00
varada%netscape.com
c1d12e4258 fixing checklist.ini for online help
git-svn-id: svn://10.0.0.236/trunk@51880 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 21:12:56 +00:00
varada%netscape.com
ff6e49dbb9 fix for bug#10810 if Help=Online;url is included in the ini file then the online help is launched with that url
git-svn-id: svn://10.0.0.236/trunk@51879 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 21:10:39 +00:00
valeski%netscape.com
f94df2ee59 17270, r=dougt@netscape.com. These changes move FTP from interface pointers to COMptrs. There is also a variable name change, mUrl -> mURL. Also some extraneous pipe code has been removed.
git-svn-id: svn://10.0.0.236/trunk@51878 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 20:55:50 +00:00
mstoltz%netscape.com
c48a5396a0 Fixed Windows breakage from converting const nsZIpItem* to nsZipItem*. r=dveditz
git-svn-id: svn://10.0.0.236/trunk@51877 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 20:45:21 +00:00
mscott%netscape.com
a29d572364 Bug #14928 -- > url dispatching. Change DoContent to return a stream listener instead of
a nsIContentViewer.
r=travis


git-svn-id: svn://10.0.0.236/trunk@51876 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 20:35:21 +00:00
rogerl%netscape.com
1aa494ee2b Changed from pic to PIC for Solaris build per Vishy.
git-svn-id: svn://10.0.0.236/trunk@51875 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 20:34:55 +00:00
pinkerton%netscape.com
9cbdc1b888 add case for unicode flavor, which i guess was forgotten before. now apps that request unicode get unicode. bug# 16267 r=hyatt/pav. thanks to VYV03354@nifty.ne.jp for pointing this out.
git-svn-id: svn://10.0.0.236/trunk@51874 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 20:33:30 +00:00
pinkerton%netscape.com
3490b579c3 Cleaned up the code and fixed a bug where data was not being null terminated on winNT.
partial fix for bug #16267 (r=hyatt/pav).


git-svn-id: svn://10.0.0.236/trunk@51873 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 20:31:54 +00:00
ftang%netscape.com
4c6ccd7e59 change #ifdef DEBUG_tague to #if defined(DEBUG_tague) || defined(DEBUG_ftang)
git-svn-id: svn://10.0.0.236/trunk@51872 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 20:17:36 +00:00
nhotta%netscape.com
643eb34912 Unicode encoder related change for unmapped characters.
If unicode encoder cannot map a character to the target encoding, it returns used unicode length including the unmapped character.
That is true for all encoder except ISO-2022-JP (bug #15706). Changed the callers to match the encoder behavior. bug 8865, r=cata.


git-svn-id: svn://10.0.0.236/trunk@51871 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 20:16:11 +00:00
ftang%netscape.com
a72076d654 fix IME assertion problem . r=jfrancis
git-svn-id: svn://10.0.0.236/trunk@51870 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 20:04:47 +00:00
putterman%netscape.com
8189fffdfb No bug. reviewed by bienvenu. OnKeyDeleted wasn't sending the correct parent
thread value because the message was being deleted before we saved off the parent.


git-svn-id: svn://10.0.0.236/trunk@51869 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 19:52:20 +00:00
slamm%netscape.com
861592dd89 Tweak sidebar styles. r=german.
git-svn-id: svn://10.0.0.236/trunk@51868 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 19:45:25 +00:00
dougt%netscape.com
f769dc5560 merging FILESEP and DIRECTORY_SEPARATOR. they both do the same thing.
git-svn-id: svn://10.0.0.236/trunk@51867 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 19:45:18 +00:00
slamm%netscape.com
595ab124a0 Use real separator on personal toolbar menus. r=hyatt
git-svn-id: svn://10.0.0.236/trunk@51866 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 19:44:22 +00:00
slamm%netscape.com
7d6ce80686 Add bookmarks button (bug #14502) to personal toolbar. Fix spacing of buttons on personal toolbar. r=hyatt
git-svn-id: svn://10.0.0.236/trunk@51865 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 19:43:32 +00:00
mstoltz%netscape.com
ea05167e43 Added GetInputStream function to nsJAR in order to extract files into memory rather than to disk. Created nsJARInputStream to carry this data. Most of the code for this change went into nsZipArchive, which now handles either file output or output to memory. bug=16077 r=dveditz
git-svn-id: svn://10.0.0.236/trunk@51864 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 19:43:26 +00:00
dougt%netscape.com
94bbe207a4 Cleanup.
Removing convertTo* routines

Not hooked up to build yet.


git-svn-id: svn://10.0.0.236/trunk@51863 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 19:34:56 +00:00
dougt%netscape.com
c10be2aa21 1) Change ownership model internally. (17009)
2) Fixed IMAP password dialog problems by adding a PR_SLEEP() in
   nested event loop.
3) Now using a pushed event loop.

r=valeski, mscott.


git-svn-id: svn://10.0.0.236/trunk@51862 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 19:30:50 +00:00
valeski%netscape.com
6f9e12e047 17144. api change to nsIIOService.idl made last night missed the javascript caller in here
git-svn-id: svn://10.0.0.236/trunk@51861 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 19:08:10 +00:00
nhotta%netscape.com
b6cdf6cb47 Added charset propertiy files so the charset conversion to work properly (for win and mac, unix didn't have the problem), 17254, r=ftang.
git-svn-id: svn://10.0.0.236/trunk@51860 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 19:06:41 +00:00
jfrancis%netscape.com
bb138b3c5c reworking editor IME supoprt; r=kin; bugs: 13576, 11878, 11994, 13494, 16432
git-svn-id: svn://10.0.0.236/trunk@51859 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 18:54:47 +00:00
rhp%netscape.com
b4e2e646cf Just adding new files...NOT PART OF THE BUILD!
git-svn-id: svn://10.0.0.236/trunk@51858 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 18:50:08 +00:00
despotdaemon%netscape.com
cceb1924b6 Pseudo-automatic update of changes made by mcs@netscape.com.
git-svn-id: svn://10.0.0.236/trunk@51857 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 17:55:28 +00:00
norris%netscape.com
e544596aa2 Remove method duplication in NativeGlobal.
Add javadoc comments to EcmaError.


git-svn-id: svn://10.0.0.236/trunk@51856 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 17:22:23 +00:00
norris%netscape.com
9be2ae4e35 Get filename and line number into uncaught exception reports.
git-svn-id: svn://10.0.0.236/trunk@51855 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 17:06:12 +00:00
slamm%netscape.com
0f3c71a001 Need path to gunzip. This should be configured.
git-svn-id: svn://10.0.0.236/trunk@51854 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 16:56:00 +00:00
terry%mozilla.org
4f2f6dae6d Update version to 1.3 (which means unstable, tip-of-CVS version).
git-svn-id: svn://10.0.0.236/trunk@51853 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 15:49:58 +00:00
terry%mozilla.org
8f7faa2f78 Fixed perl error caused by previous change.
git-svn-id: svn://10.0.0.236/trunk@51852 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 15:48:25 +00:00
terry%mozilla.org
abfa77727b Make version number be 1.2, we will be spinning a tarball.
git-svn-id: svn://10.0.0.236/trunk@51850 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 15:37:12 +00:00
vidur%netscape.com
1291c59ad4 Replaced delete operator calls with Recycle(). R=joki
git-svn-id: svn://10.0.0.236/trunk@51849 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 14:56:41 +00:00
vidur%netscape.com
252d9255a6 Switched HTML content sink to be more incremental in content creation. Fixes bugs 11141, 854, et. al. R=kipp
git-svn-id: svn://10.0.0.236/trunk@51848 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 14:55:51 +00:00
dcone%netscape.com
73c37400ce Added a clip for the borders and fixed how they are rendered. r=karnaze
bugs:10311,8737,14566


git-svn-id: svn://10.0.0.236/trunk@51847 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 14:34:17 +00:00
rods%netscape.com
e181f8b3fa addedmore tests
git-svn-id: svn://10.0.0.236/trunk@51846 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 14:16:15 +00:00
rods%netscape.com
6c5ee72d6b initial add
git-svn-id: svn://10.0.0.236/trunk@51845 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 14:15:51 +00:00
rods%netscape.com
aaced0b882 The button "active" state needed one more pixel width in the border
r=dcone,b=17154


git-svn-id: svn://10.0.0.236/trunk@51844 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 14:05:49 +00:00
warren%netscape.com
7230bc55ee Fixed NewChannel to pass null for new originalURL argument.
git-svn-id: svn://10.0.0.236/trunk@51843 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 10:37:37 +00:00
hyatt%netscape.com
2d7de08a49 more stubbing out of dynamic overlays r=pavlov
git-svn-id: svn://10.0.0.236/trunk@51842 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 10:03:13 +00:00
tbogard%aol.net
ca83b4534f Added a CanHandleContentType to identify if a given instantiated docShell can handle the requested document type.
git-svn-id: svn://10.0.0.236/trunk@51841 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 09:51:36 +00:00
warren%netscape.com
b9f22ce6f8 Fixed missed change to NewInputStreamChannel
git-svn-id: svn://10.0.0.236/trunk@51840 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 09:51:01 +00:00
warren%netscape.com
fe1c294273 Added nsIChannel::GetOriginalURI so that we can get back to the original chrome file (bug#17144). r=rpotts,mscott
git-svn-id: svn://10.0.0.236/trunk@51839 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 09:16:24 +00:00
endico%mozilla.org
7ecb2f45fd make the grep for server error not so noisy 2>&1
git-svn-id: svn://10.0.0.236/trunk@51838 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 08:37:07 +00:00
hyatt%netscape.com
1ca2484933 change from strings to URIs r=pavlov
git-svn-id: svn://10.0.0.236/trunk@51837 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 08:21:32 +00:00
hyatt%netscape.com
f54d64efad stubbing out dynamic overlay loading and converting chrome registry to IDL r=pavlov
git-svn-id: svn://10.0.0.236/trunk@51836 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 08:13:25 +00:00
mscott%netscape.com
2e56fd5c66 Bug #14928 --> url dispatching. convert nsIContentHandler.idl, nsIURIDispatcher.idl and nsIContentListener.idl
into .h files.
no reviewer yet. the code review for url dispatching will come later.


git-svn-id: svn://10.0.0.236/trunk@51835 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 07:11:44 +00:00
mscott%netscape.com
bd9b666efc Bug #14928 --> first pass at several key interfaces for url dispatching.
Not part of the build and no reviewer yet. The review will come later on when we review url dispatching


git-svn-id: svn://10.0.0.236/trunk@51834 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 07:10:27 +00:00
slamm%netscape.com
a174cc125d New sidebar ui. One panel open at a time. No bug (yet...). r=pavlov
git-svn-id: svn://10.0.0.236/trunk@51832 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 05:46:00 +00:00
ramiro%fateware.com
2f58cc8fd3 Fix the invocation of regxpcom.
git-svn-id: svn://10.0.0.236/trunk@51831 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 05:42:33 +00:00
rpotts%netscape.com
58b6be1d08 Cleanup - changed setter/getter methods to an attribute.
git-svn-id: svn://10.0.0.236/trunk@51830 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 04:49:56 +00:00
rpotts%netscape.com
4c6919a678 Added CancelPendingChannel(...) which allows a nsHTTPChannel to remove itself from the list of pending requests if it is cancelled... This was causing a leak :-(
git-svn-id: svn://10.0.0.236/trunk@51829 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 04:49:23 +00:00
rpotts%netscape.com
1d93a7a7ae Cleanup - Moved the PostData stream from the nsHTTPChannel to the nsHTTPRequest... The PostStream is now released once the request has been sent to the server since it is no longer useful. Fixed up Cancel to remove the channel from the list of pending requests if necessary.
git-svn-id: svn://10.0.0.236/trunk@51828 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 04:48:26 +00:00
rpotts%netscape.com
dc04d4b53b Cleanup - Removed NSPIPE2 ifdefs. Fixed up the nsHTTPResponse constructor which no longer takes a nsIInputStream.
git-svn-id: svn://10.0.0.236/trunk@51827 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 04:45:03 +00:00
troy%netscape.com
bd46e7911f Changed SetView/GetView to take an additional argument which is the
pres context


git-svn-id: svn://10.0.0.236/trunk@51822 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 04:44:41 +00:00
rpotts%netscape.com
a3b472c211 Cleanup - Removed unused methods and members. Changed char* member to nsCString
git-svn-id: svn://10.0.0.236/trunk@51821 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 04:43:19 +00:00
rods%netscape.com
3c48aa841c minor changes to previous checkin to handle css sizing like NavQuirks
b=6695,r=none


git-svn-id: svn://10.0.0.236/trunk@51820 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 04:29:20 +00:00
mcafee%netscape.com
3b76676f40 Moved process killing stuff into killproc(), added alarm timeout for bloattest. code=alecf, r=mcafee
git-svn-id: svn://10.0.0.236/trunk@51819 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 04:07:03 +00:00
rods%netscape.com
8aef13e868 Completely rewrote the the Reflow for gfx text controls, factored out separate
reflow paths for NavQuirks and Standard mode. Also, Standard mode reflow now obeys
cols rows etc. Although there may be a little code bloat, this will make maintaining
the input text and textarea much much easier.
r=kmcclusk, b=6695,7461


git-svn-id: svn://10.0.0.236/trunk@51818 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 03:46:18 +00:00
pollmann%netscape.com
052a729260 Bug 17079: URL encoding of form element values should convert + to %2B and / as needed: r=nisheeth
git-svn-id: svn://10.0.0.236/trunk@51817 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 03:08:17 +00:00
morse%netscape.com
4b5a4b8e5d code cleanup, r=rickg
git-svn-id: svn://10.0.0.236/trunk@51816 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 02:46:34 +00:00
nisheeth%netscape.com
aea3ade8fe Follow-up to fix for bug 10456. I made the earlier changes to the non-Necko part of the code! Making the same changes to the ifdef NECKO part.
git-svn-id: svn://10.0.0.236/trunk@51815 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 02:42:23 +00:00
tbogard%aol.net
2e96f47e2e Changed nsIProgress::addListener and nsIWebBrowser::addListener to be addProgressListener and addWebBrowserListener respectively. This is to avoid confusing name conflicts. Implemented nsIWebBrowser::GetDocument() and nsIWebBrowser::GetDocShell().
git-svn-id: svn://10.0.0.236/trunk@51814 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 02:37:14 +00:00
tbogard%aol.net
254fe24a86 Removed nsIWebBrowserListener in favor of the new more generic nsIInterfaceRequestor. Added some interface boundary parameter validation. Added implementation for add and remove listener.
git-svn-id: svn://10.0.0.236/trunk@51813 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 02:26:57 +00:00
tbogard%aol.net
566e36cc10 Added some documentation.
git-svn-id: svn://10.0.0.236/trunk@51812 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 02:23:38 +00:00
sgehani%netscape.com
499a258aa7 Fixes bug 11209: we now detect free space larger than 2^32 bytes in the Install Wizard. [r=cathleen]
git-svn-id: svn://10.0.0.236/trunk@51811 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 02:12:00 +00:00
sgehani%netscape.com
95d88cbf7b Fixes bug 17190: extract only core_*/* files to obtain the XPInstall engine run by the Install Wizard. [r=cathleen]
git-svn-id: svn://10.0.0.236/trunk@51810 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 02:08:56 +00:00
wtc%netscape.com
f8f5eb822d Added missing function declarations to eliminate compiler warnings.
Checked in on behalf of Colin Blakes <colin@theblakes.com>.


git-svn-id: svn://10.0.0.236/trunk@51809 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 02:01:38 +00:00
nisheeth%netscape.com
aef9243c78 Bugs 10456, 15027, 11948. r=harishd. We no longer try to load up external DTD files unless those DTD files are referred to via a chrome url.
git-svn-id: svn://10.0.0.236/trunk@51808 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 01:58:41 +00:00
wtc%netscape.com
be5e5badd8 Bugzilla bug #17184: PR_Bind should not set the SO_REUSEADDR socket
option.  The HAVE_SOCKET_REUSEADDR macro is now obsolete.  Tests
that depended on the old PR_Bind behavior needs to call PR_SetSocketOption
before PR_Bind.
Modified files: _beos.h, _os2.h, _unixos.h, _win16.h, _win95.h, _winnt.h,
prsocket.c, ptio.c, accept.c, acceptread.c, sel_spd.c, servr_kk.c,
servr_ku.c, servr_uk.c, and servr_uu.c.


git-svn-id: svn://10.0.0.236/trunk@51807 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 01:58:10 +00:00
pavlov%netscape.com
bca7914d4c merge some changes that got dropped somehow during the landing r=hyatt
git-svn-id: svn://10.0.0.236/trunk@51806 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 01:54:39 +00:00
tbogard%aol.net
67f77212c6 Updated to use new nsDocShellBase class. Removed a bunch of code from this level so it instead can be pulled from the base class.
git-svn-id: svn://10.0.0.236/trunk@51802 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 01:46:22 +00:00
tbogard%aol.net
2541c54b1d Added basedocshell library to the list of bound libraries.
git-svn-id: svn://10.0.0.236/trunk@51801 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 01:45:11 +00:00
tbogard%aol.net
97c0df855a Created a base class library that will provide the shared docShell implmentation.
git-svn-id: svn://10.0.0.236/trunk@51800 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 01:44:00 +00:00
slamm%netscape.com
10813277ec Fix typo.
git-svn-id: svn://10.0.0.236/trunk@51799 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 01:40:23 +00:00
tbogard%aol.net
04e0ba7204 added files: mozilla/xpcom/base/nsIInterfaceRequestor.idl
git-svn-id: svn://10.0.0.236/trunk@51798 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 01:37:45 +00:00
tbogard%aol.net
67b737d3e4 Adding nsIInterfaceRequestor.idl to the list of built IDL files.
git-svn-id: svn://10.0.0.236/trunk@51797 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 01:37:29 +00:00
waqar%netscape.com
17e91e8ab8 # 15904
r vidur
d fixes a problem where first character of the comment was being destroyed.


git-svn-id: svn://10.0.0.236/trunk@51796 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 01:30:55 +00:00
edburns%acm.org
4dcff0c574 r=edburns@acm.org
author=idk@eng.sun.com
#16149
approver=edburns@acm.org


git-svn-id: svn://10.0.0.236/trunk@51795 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 01:29:09 +00:00
mccabe%netscape.com
0683dd99f5 Initial checkin of mozbot code-reviewing functionality.
git-svn-id: svn://10.0.0.236/trunk@51794 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 01:22:00 +00:00
Jerry.Kirk%Nexwarecorp.com
d6610d45df Trying to fix complex clipping to reduce redraws in apprunner.
Also fixed key handling for CTRL-keys.
r=kedl


git-svn-id: svn://10.0.0.236/trunk@51793 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 01:13:20 +00:00
scc%netscape.com
6f74b3fb2f Don't |delete| interface pointers. Use |AddRef()| and |Release()| instead. Bug #16762, r=pinkerton.
git-svn-id: svn://10.0.0.236/trunk@51792 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 00:49:33 +00:00
Jerry.Kirk%Nexwarecorp.com
18c97ff34d Fixing problem with &nbsp; being put into empty text fields
This is relly more of a hack, not a fix.
Bug 16886	r=kedl


git-svn-id: svn://10.0.0.236/trunk@51791 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 00:45:24 +00:00
Jerry.Kirk%Nexwarecorp.com
b7f540b9f2 Pulling out changes that made nsAppShell inherit from nsIObserver
that danm thought I should make cause he changed his mind.
r=kedl


git-svn-id: svn://10.0.0.236/trunk@51790 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 00:42:08 +00:00
hangas%netscape.com
08883ca9a8 new ui. r=pavlov,german,hyatt
git-svn-id: svn://10.0.0.236/trunk@51789 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 00:39:19 +00:00
sgehani%netscape.com
7eccb655b3 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@51788 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 00:35:41 +00:00
sgehani%netscape.com
bf1287cb0c *** NOT PART OF BUILD ***
Added ASEncoder tool -- AppleSingle encoder and decoder -- with two interfaces: 

1> Menu and file selector based GUI
2> AppleScript interface (or callable from any OSA compliant scriptable component)

Fixes bug: 16947.


git-svn-id: svn://10.0.0.236/trunk@51787 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 00:34:40 +00:00
pinkerton%netscape.com
a5ef534d81 fix leak of grippy structs when toolbox went away. (r=bienvenu).
git-svn-id: svn://10.0.0.236/trunk@51786 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 00:22:48 +00:00
ducarroz%netscape.com
6d43e18270 Checking it again as for reason, the file I've checked in last time is corrupted.
git-svn-id: svn://10.0.0.236/trunk@51785 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 00:16:33 +00:00
jefft%netscape.com
002757422d fixed bug 17176 -- [DOGFOOD] [Reqression] Can't save attachment; we are not generating message uri correctly; r=mscott
git-svn-id: svn://10.0.0.236/trunk@51784 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-26 00:07:27 +00:00
bienvenu%netscape.com
b361c28994 turn off meteors and spinning barber pole for now r=mscott
git-svn-id: svn://10.0.0.236/trunk@51783 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 23:45:19 +00:00
ssu%netscape.com
719cf747d3 updated/added/removed install error values to accomodate the fileop
routines checked in over the weekend. r=sgehani.


git-svn-id: svn://10.0.0.236/trunk@51782 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 23:44:09 +00:00
ducarroz%netscape.com
e45bf9a654 Fix build bustage for nhotta
git-svn-id: svn://10.0.0.236/trunk@51781 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 23:29:24 +00:00
nhotta%netscape.com
bcc540225b Changed unicode conversion for mail send.
Added a fallback for unmapped characters, moved entity conversion after the unicode conversion as the fallback, avoided to convert twice for text/html case, part of bug fix 15475, r=rhp.


git-svn-id: svn://10.0.0.236/trunk@51780 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 23:21:30 +00:00
ssu%netscape.com
879c9f145f fixed parameter problem during compilation for sgehani. r=sgehani
git-svn-id: svn://10.0.0.236/trunk@51779 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 23:16:46 +00:00
kipp%netscape.com
3cbf0c252a Added missing resources
git-svn-id: svn://10.0.0.236/trunk@51778 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 23:06:05 +00:00
sgehani%netscape.com
32a0978c7e Fix for bug 17137: added complete and abort routines for mac alias creation XPInstall API. [r=ssu]
git-svn-id: svn://10.0.0.236/trunk@51777 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 23:05:44 +00:00
kipp%netscape.com
60ea075c3f Reduce the number of cases that trigger noisy debug noise
git-svn-id: svn://10.0.0.236/trunk@51776 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 23:05:31 +00:00
kipp%netscape.com
dfe78df5d9 Turned off some more debug noise
git-svn-id: svn://10.0.0.236/trunk@51775 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 23:05:15 +00:00
kipp%netscape.com
4bb755ead2 r=ftang,brade, bug=16886,9101 - the text transformer was letting some nbsp's through in a few special cases; the text transformer also squelches shy characters now (9101)
git-svn-id: svn://10.0.0.236/trunk@51774 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 23:04:51 +00:00
kipp%netscape.com
ae6b64e566 r=troy, bug=10497; we now support min/max width/height for image elements
git-svn-id: svn://10.0.0.236/trunk@51773 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 23:03:50 +00:00
kipp%netscape.com
df248f10b1 Quieted down some debug noise and added a missing newline to a printf
git-svn-id: svn://10.0.0.236/trunk@51772 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 23:02:43 +00:00
law%netscape.com
6f73e6604a Bug #14999; last holdout that was using toolkit app core - changed to use OpenDialog; r=davidm@netscape.com
git-svn-id: svn://10.0.0.236/trunk@51771 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 23:02:05 +00:00
dougt%netscape.com
11d905c2a9 ack! what was I thinking.
#ifdef'ing not including!!


git-svn-id: svn://10.0.0.236/trunk@51770 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 22:57:40 +00:00
morse%netscape.com
8bd629f104 fix bug 17172 -- wrong cookie is displayed, r=goodsger
git-svn-id: svn://10.0.0.236/trunk@51769 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 22:56:24 +00:00
kmcclusk%netscape.com
9bb05775e0 Register nsFormProcessor service to exercise nsIFormProcessor interface.
bug 17060. r=karnaze@netscape.com


git-svn-id: svn://10.0.0.236/trunk@51768 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 22:54:12 +00:00
karnaze%netscape.com
f98a03f3ac bug 16284, 14159 nested auto table with percent cells was not growing auto table. nested coord or percent table was only getting min size.
git-svn-id: svn://10.0.0.236/trunk@51767 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 22:49:51 +00:00
dougt%netscape.com
bb554f06d2 adding nsIFile to nsXPComInit. Currently it is #ifdef'ed off.
bug 13320


git-svn-id: svn://10.0.0.236/trunk@51766 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 22:48:44 +00:00
kmcclusk%netscape.com
2f7a2a20da Call nsIFormProcessor service if it has been registered for each value submitted.
bug=17060 r=karnaze@netscape.com


git-svn-id: svn://10.0.0.236/trunk@51765 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 22:48:43 +00:00
dougt%netscape.com
49cd195acc changed license.
git-svn-id: svn://10.0.0.236/trunk@51764 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 22:45:56 +00:00
dougt%netscape.com
ea0c601803 Initial checkin of nsIFile test. bug 13320. r=dougt
Not hooked up to build, yet.


git-svn-id: svn://10.0.0.236/trunk@51763 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 22:45:12 +00:00
dougt%netscape.com
a2ec5f969a Initial checkin of nsIFile windows implementation. bug 13320. r=dougt
Not hooked up to build, yet.


git-svn-id: svn://10.0.0.236/trunk@51762 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 22:44:42 +00:00
akhil.arora%sun.com
bb01f7852c 15579 r=akhil.arora@sun.com Checkin by Igor Nekrestyanov <nis@sparc.spb.su>
Implementation of DOM Events from the W3c DOM Level 2 current working draft


git-svn-id: svn://10.0.0.236/trunk@51761 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 22:42:40 +00:00
dougt%netscape.com
6c8ce03672 adding a progID and className. r=me.
NOT PART OF THE BUILD, YET


git-svn-id: svn://10.0.0.236/trunk@51760 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 22:33:55 +00:00
dougt%netscape.com
6839959ccf Change net module notification to make proxies lazy. r=dveditz, mozbot.
This reduces memory overhead.


git-svn-id: svn://10.0.0.236/trunk@51759 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 22:31:59 +00:00
tbogard%aol.net
ae51cb2bce Added new nsIInterfaceRequestor interface. r=dp
git-svn-id: svn://10.0.0.236/trunk@51758 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 22:31:40 +00:00
law%netscape.com
168d68ed9c Bug #14999; use OpenDialog instead of toolkit app core; r=radha@netscape.com
git-svn-id: svn://10.0.0.236/trunk@51757 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 22:30:40 +00:00
kmcclusk%netscape.com
64e09df2b9 Export nsIFormProcessor.h on Mac. bug=17060; r=karnaze@netscape.com
git-svn-id: svn://10.0.0.236/trunk@51756 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 22:29:22 +00:00
norris%netscape.com
a6a5735f6c Fix 11963 Need security controls on javascript: urls
r=mstoltz@netscape.com


git-svn-id: svn://10.0.0.236/trunk@51755 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 22:23:25 +00:00
norris%netscape.com
68023d9210 Use NS_GET_IID, remove dead code, clean up error conditions for XPConnect security calls.
r=jband


git-svn-id: svn://10.0.0.236/trunk@51754 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 22:22:16 +00:00
norris%netscape.com
2c73987122 Expose referrer from web shell.
r=travis
needed for bug 11963.


git-svn-id: svn://10.0.0.236/trunk@51753 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 22:20:10 +00:00
ftang%netscape.com
80f773ac31 fix not enough gap between IME selection problem. r=erik
git-svn-id: svn://10.0.0.236/trunk@51752 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 22:18:41 +00:00
ftang%netscape.com
13ed9a026b delete nsTextRange array after dispatch the text event. fix wrong array indexing. Fix platform to NS attribute mapping problem. r=tague
git-svn-id: svn://10.0.0.236/trunk@51751 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 22:17:09 +00:00
rods%netscape.com
2c0b3223a2 Export nsIFormProcessor.h on Linux. bug=17060 r=karnaze@netscape.com
git-svn-id: svn://10.0.0.236/trunk@51750 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 22:14:21 +00:00
rhp%netscape.com
a2e9eb0c8e Fix for extra conversion - r: nhotta
git-svn-id: svn://10.0.0.236/trunk@51749 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 22:13:39 +00:00
akkana%netscape.com
b3f6f6906c 15463: Re-enable XIM code, add keycode mappings for shifted characters
git-svn-id: svn://10.0.0.236/trunk@51748 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 22:11:23 +00:00
putterman%netscape.com
2a9fdcf10a Fixes 12894. Messages show up bold again if they are unread. reviewed by bienvenu.
git-svn-id: svn://10.0.0.236/trunk@51747 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 22:10:32 +00:00
alecf%netscape.com
6436fc3afa fix for #17187 - return NS_RDF_NO_VALUE when any particular GetTarget() calls fail
r=bienvenu


git-svn-id: svn://10.0.0.236/trunk@51746 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 22:09:07 +00:00
kmcclusk%netscape.com
cee3171b28 Removed build warning caused by overloaded GetDesiredSize. bug=15575. r=buster@netscape.com
git-svn-id: svn://10.0.0.236/trunk@51745 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 22:06:41 +00:00
nhotta%netscape.com
58f8c6d8d9 Added MsgUtil.lib and MsgUtilDebug.lib to the project, part of bug fix 15475.
git-svn-id: svn://10.0.0.236/trunk@51744 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 22:04:23 +00:00
nhotta%netscape.com
b5fc1e2670 Changed MIME header encoder in unicode conversion. Instead of skipping unmapped characters,
call the fallback funcion (puts a question mark for an unmapped char), part of bug fix 15475, r=rhp.


git-svn-id: svn://10.0.0.236/trunk@51743 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 22:03:09 +00:00
putterman%netscape.com
c473237102 Fix 17107. A bunch of view navigation bugs. Reviewed by bienvenu. It fixes:
1.  Next message with no selection finds the next message
2.  It no longer redisplays current message if Next Message finds no next message.
3.  Next/Previous message works if last/first message is selected.


git-svn-id: svn://10.0.0.236/trunk@51742 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 22:02:58 +00:00
kmcclusk%netscape.com
3a21a346ef Export nsIFormProcessor.h. bug=17060. r=karnaze@netscape.com
git-svn-id: svn://10.0.0.236/trunk@51741 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 22:01:19 +00:00
kmcclusk%netscape.com
389e1be499 First time checked in. Used to provide data during form submission. bug 17060. r=karnaze@netscape.com
git-svn-id: svn://10.0.0.236/trunk@51740 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 21:59:39 +00:00
brade%netscape.com
b77f113bda fix plain text editor (r=cmanske@netscape.com)
git-svn-id: svn://10.0.0.236/trunk@51739 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 21:57:11 +00:00
brade%netscape.com
56be896120 fix plain text editor (r=cmanske@netscape.com, jfrancis@netscape.com)
git-svn-id: svn://10.0.0.236/trunk@51738 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 21:56:37 +00:00
nisheeth%netscape.com
427d3f559c Ongoing work to get macros for timing modules up and running. Not part of the build.
git-svn-id: svn://10.0.0.236/trunk@51737 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 20:59:35 +00:00
jefft%netscape.com
86ba1460c9 fixed bug 17179 -- [dogfood] [BLOCKER] Sending a message does not work; escape the recipient list fixes the problem; r=mscott, a=granrose
git-svn-id: svn://10.0.0.236/trunk@51735 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 20:17:01 +00:00
brendan%mozilla.org
b3a1017637 - Chouck's changes to grow a JSIdArray if necessary in JS_Enumerate, with my
code review and fixes (r=chouck@geocast.com).  He needs this cuz he has no
  knowledge of exact number of properties before new-style enumerating them.
- Patch up jsdbgapi.c a bit -- it needs to use OBJ_GET_ATTRIBUTES and new APIs
  to do a better job describing properties to a debugger.
- Add JSMSG_CANT_DESCRIBE_PROPS for bogus non-native error case in jsdbgapi.c.
- Fix "Inappropriate" => "invalid" in JSMSG_BAD_ARRAY_LENGTH message.


git-svn-id: svn://10.0.0.236/trunk@51734 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 19:24:03 +00:00
wtc%netscape.com
50b0c89090 Bugzilla bug #17093: made plevent.c independent of any internal NSPR
headers (primpl.h in particular).  Tested on Linux, Solaris, Win32,
and Mac. r=srinivas@netscape.com
Modified files: lib/ds/Makefile, lib/ds/Makefile.in, lib/ds/plevent.c


git-svn-id: svn://10.0.0.236/trunk@51733 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 19:20:58 +00:00
rhp%netscape.com
b8a92b1146 Fix for composition quoting and cleanup for dogfood - Bug# 16703 16907 7518 - r: bienvenu
git-svn-id: svn://10.0.0.236/trunk@51732 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 19:04:56 +00:00
rhp%netscape.com
2624eb5719 Fix for attachments not visible and display crashers - Bug #: 16367 16786 - r: bienvenu
git-svn-id: svn://10.0.0.236/trunk@51731 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 19:02:39 +00:00
slamm%netscape.com
3ea969fa03 Need double quotes instead of single quotes to get variable values (fix bloat.pl).
git-svn-id: svn://10.0.0.236/trunk@51730 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 18:02:06 +00:00
norris%netscape.com
10dca74c3e Add contributors.
git-svn-id: svn://10.0.0.236/trunk@51729 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 17:52:48 +00:00
norris%netscape.com
32c0c98b21 Add license text.
git-svn-id: svn://10.0.0.236/trunk@51728 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 17:41:49 +00:00
norris%netscape.com
0034cf42f1 Add license boilerplate.
git-svn-id: svn://10.0.0.236/trunk@51727 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 17:36:20 +00:00
slamm%netscape.com
c6ce018a7f Need to 'require' treedata.pl to get warnings and bloat pattern strings.
git-svn-id: svn://10.0.0.236/trunk@51726 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 17:31:39 +00:00
norris%netscape.com
72dc3d0896 Should get ReferenceError exception for name not found.
git-svn-id: svn://10.0.0.236/trunk@51723 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 16:41:24 +00:00
norris%netscape.com
f8261501a4 Add contributors.
git-svn-id: svn://10.0.0.236/trunk@51722 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 16:40:30 +00:00
pavlov%netscape.com
36aeea55b5 don't install registry.rdf r=ramiro
git-svn-id: svn://10.0.0.236/trunk@51718 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 14:57:24 +00:00
pavlov%netscape.com
e70752a644 makefile changes for the Editor to editor.css change r=hyatt,ramiro
git-svn-id: svn://10.0.0.236/trunk@51717 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 14:56:35 +00:00
kin%netscape.com
d9ba7b42e8 Fix for bug #16701: Editor API Log playback of Insert HRule crashes in DOM code
and     bug #16848: DOM Crash
  - Removed extra NS_RELEASE(attrPrivate) call that was releasing
    attrPrivate one too many times, and causing nsDOMAttributeMap::SetNamedItem() to crash.
r=vidur@netscape.com


git-svn-id: svn://10.0.0.236/trunk@51716 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 14:15:34 +00:00
morse%netscape.com
abe3c3c6c8 fixed typos, no code review
git-svn-id: svn://10.0.0.236/trunk@51715 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 13:13:48 +00:00
rods%netscape.com
8df8f94df3 added some more tests
git-svn-id: svn://10.0.0.236/trunk@51714 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 13:03:47 +00:00
duncan%be.com
5cabd411f1 Fix build under BeOS. r=dveditz
git-svn-id: svn://10.0.0.236/trunk@51713 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 06:22:43 +00:00
nisheeth%netscape.com
341cd407a6 Macros for doing performance analysis of modules in Mozilla. This file is not part of the build yet.
git-svn-id: svn://10.0.0.236/trunk@51712 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 05:29:20 +00:00
varada%netscape.com
70051f68b3 clearing up some code
git-svn-id: svn://10.0.0.236/trunk@51711 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 05:14:12 +00:00
tbogard%aol.net
58ff9e6cc4 Added build directory to build a DLL for various docShells.
git-svn-id: svn://10.0.0.236/trunk@51710 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 04:53:13 +00:00
tbogard%aol.net
34c9d3fa3e Clarified some documentation.
git-svn-id: svn://10.0.0.236/trunk@51709 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 04:51:59 +00:00
tbogard%aol.net
4cab253cb0 Fixed a Caps problem.
git-svn-id: svn://10.0.0.236/trunk@51708 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 04:51:15 +00:00
tbogard%aol.net
14fc92dac1 Framed out the nsHTMLDocShell implementation. Setup to build a library.
git-svn-id: svn://10.0.0.236/trunk@51707 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 04:50:22 +00:00
tbogard%aol.net
671fe34afb Defined what nsCHTMLDocShell implements and included the appropriate header files.
git-svn-id: svn://10.0.0.236/trunk@51706 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 04:48:14 +00:00
karnaze%netscape.com
46cade08ac bug 5799 - considers percentage width of multiple cells when figuring width of auto table.
git-svn-id: svn://10.0.0.236/trunk@51705 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 04:34:28 +00:00
karnaze%netscape.com
18a5e00d6a new regression tests
git-svn-id: svn://10.0.0.236/trunk@51704 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 04:30:54 +00:00
tbogard%aol.net
9fa90714c2 Just added support for an NS_IMPL_ISUPPORTS 7 - 10.
git-svn-id: svn://10.0.0.236/trunk@51703 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 03:42:10 +00:00
varada%netscape.com
55871f81f5 fix for bug #17011 create copy (for config)invokes a window with text relevant to copy in it
git-svn-id: svn://10.0.0.236/trunk@51702 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 03:26:48 +00:00
gagan%netscape.com
e14999de24 Added profiling info for measuring performance when doing -all. Test case only.
git-svn-id: svn://10.0.0.236/trunk@51701 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 02:22:30 +00:00
varada%netscape.com
27f90cbea7 fix for bug 16977 - only edit fields showing up in the show summary button
git-svn-id: svn://10.0.0.236/trunk@51700 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 01:54:32 +00:00
dp%netscape.com
5871c388a1 bug# 15513 Removing dlldeps.cpp from RDF unix build. Patch from
waterson r=dp


git-svn-id: svn://10.0.0.236/trunk@51699 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 00:37:24 +00:00
sdagley%netscape.com
737d3b892e Pre-emptive fix for Mac (and possibly some ports) build bustage - if you're going to use a variable to contain a debug output file name it helps if the variable is declared on all platforms the code compiles for.
git-svn-id: svn://10.0.0.236/trunk@51698 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 00:29:15 +00:00
rickg%netscape.com
0aa148382a fixed FMM (in debug code); r=kmcclusk
git-svn-id: svn://10.0.0.236/trunk@51697 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-24 23:48:00 +00:00
mcafee%netscape.com
15b4b203b5 Adding XPCOM_MEM_BLOAT_LOG=1 for RunBloatTest.
git-svn-id: svn://10.0.0.236/trunk@51696 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-24 22:37:34 +00:00
gagan%netscape.com
bd175bcc62 Fixed bug 15963. Host: headers were not including port numbers. r=mozbot,a=self. (/msg mozbot do these diffs look ok to you? Should I continue with my checkin? <CR> mozbot: That is interesting. Please continue. )
git-svn-id: svn://10.0.0.236/trunk@51695 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-24 22:20:52 +00:00
warren%netscape.com
c9c3ab2262 Fixed up dll loading for Windows. It was silently failing.
git-svn-id: svn://10.0.0.236/trunk@51694 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-24 22:01:09 +00:00
dp%netscape.com
ccb30ad195 bug#16742 Fixing delete on nsISupports. Thanks for patch from
<heikki@citec.fi> Plus using IMPL_ and DECL_ macros and removing
operating on refcnt directly. r=troy r=dp


git-svn-id: svn://10.0.0.236/trunk@51693 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-24 16:19:42 +00:00
tonyr%fbdesigns.com
c9b397be49 Updated address book cls id names that changed
git-svn-id: svn://10.0.0.236/trunk@51692 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-24 16:09:21 +00:00
rods%netscape.com
5926a49df7 added more tests
git-svn-id: svn://10.0.0.236/trunk@51691 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-24 16:04:17 +00:00
rods%netscape.com
a16142db50 updated test
git-svn-id: svn://10.0.0.236/trunk@51690 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-24 15:07:41 +00:00
rods%netscape.com
26d3fe5556 added file
git-svn-id: svn://10.0.0.236/trunk@51689 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-24 15:07:25 +00:00
rods%netscape.com
6579bbdd80 added more tests
git-svn-id: svn://10.0.0.236/trunk@51688 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-24 14:05:44 +00:00
ramiro%fateware.com
b15a17bfcb Simplify the package list file.
git-svn-id: svn://10.0.0.236/trunk@51687 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-24 13:44:34 +00:00
pavlov%netscape.com
185c67ee12 remove registry.rdf r=hyatt
git-svn-id: svn://10.0.0.236/trunk@51686 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-24 09:57:49 +00:00
pavlov%netscape.com
f346c3e821 fix build problems on linux r=hyatt
git-svn-id: svn://10.0.0.236/trunk@51685 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-24 09:20:49 +00:00
warren%netscape.com
b9ca6db5fa Fixed logic for XPCOM_MEM_LOG_CLASSES case.
git-svn-id: svn://10.0.0.236/trunk@51684 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-24 09:13:52 +00:00
hyatt%netscape.com
68f0c59d3a chrome registry can now be dynamically built from RDF fragments t=pavlov
git-svn-id: svn://10.0.0.236/trunk@51683 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-24 09:00:41 +00:00
hyatt%netscape.com
e3d0859994 making chrome registry not be a single uber datasource anymore r=pavlov
git-svn-id: svn://10.0.0.236/trunk@51682 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-24 07:27:12 +00:00
rpotts%netscape.com
c275b7fca5 Backing out the fix for bug #15560. This fixes the editor regression - bug #16937
git-svn-id: svn://10.0.0.236/trunk@51681 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-24 07:26:54 +00:00
pavlov%netscape.com
697deffc1d rename PrefsWindow.xul so that it can be better friends with the chrome registry r=hyatt
git-svn-id: svn://10.0.0.236/trunk@51679 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-24 07:16:45 +00:00
pavlov%netscape.com
35c3e18a5e rename to be happy with the chrome registry r=hyatt
git-svn-id: svn://10.0.0.236/trunk@51678 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-24 07:07:04 +00:00
pavlov%netscape.com
17d1767696 renaming file to be consistant with chrome registry
git-svn-id: svn://10.0.0.236/trunk@51677 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-24 07:00:53 +00:00
hyatt%netscape.com
f44eb6e877 make registry work without needing an rdf datasource r=pavlov
git-svn-id: svn://10.0.0.236/trunk@51676 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-24 06:59:30 +00:00
hyatt%netscape.com
dd85258734 renaming skin.css to global.css r=pavlov
git-svn-id: svn://10.0.0.236/trunk@51675 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-24 06:58:38 +00:00
dp%netscape.com
5f7aa39be5 bug#16742 Fixing delete on nsISupports. Thanks for patch from <heikki@citec.fi> Plus using IMPL_ and DECL_ macros and removing operating on refcnt directly. r=dp
git-svn-id: svn://10.0.0.236/trunk@51674 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-24 04:41:17 +00:00
beard%netscape.com
b500a68477 changed GC_abort() to call ExitToShell() rather than abort(). bug=15906
git-svn-id: svn://10.0.0.236/trunk@51673 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-24 03:26:10 +00:00
rods%netscape.com
d0c68ca52f Simple changed from COLOR_DESKTOP to COLOR_APPWORKSPACE for appworkspace enum
for css 2 color setting
fixes bug 16853,r=none


git-svn-id: svn://10.0.0.236/trunk@51672 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-24 03:03:38 +00:00
beard%netscape.com
964164ffe9 removed obsolete access paths. r=sfraser
git-svn-id: svn://10.0.0.236/trunk@51671 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-24 02:45:17 +00:00
varada%netscape.com
676eaa791f fix to bug #16981 changed Text field to editbox so that value can be enterred
git-svn-id: svn://10.0.0.236/trunk@51670 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-24 02:23:44 +00:00
varada%netscape.com
de47ad8dca fix to bug#16973 - nci file editor field is made dynamic text - can be changed only using file browsing
git-svn-id: svn://10.0.0.236/trunk@51669 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-24 02:18:17 +00:00
varada%netscape.com
66774f2d49 fix for bug #7850 - have to call function depend on the Next button on the ini file
git-svn-id: svn://10.0.0.236/trunk@51668 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-24 02:04:37 +00:00
ssu%netscape.com
2aa8ec93a3 fixes bugs #15394, #15603, part of #15644, and #15487. r=sgehani. The
xpinstall fileops functions have been updated to perform error detection
as much as it can prior to executing the command.


git-svn-id: svn://10.0.0.236/trunk@51667 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-24 01:07:45 +00:00
mscott%netscape.com
684b3cc1bb Bug #16927 add GetMessageUrlFromUri to nsIMsgMessageService
r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@51666 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 23:39:57 +00:00
mscott%netscape.com
0b058cd771 Bug #16927 implement GetMessageUrlFromUri
r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@51665 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 23:39:28 +00:00
troy%netscape.com
d79892b99d Changed nsTextFrame to be derived from nsFrame instead of nsSplittableFrame.
nsTextFrame now has only a next-in-flow pointer and no prev-in-flow pointer.
Subclass nsContinuingTextFrame is used for continuing text frames; it has a
prev-in-flow pointer. This saves 4 bytes


git-svn-id: svn://10.0.0.236/trunk@51664 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 23:19:14 +00:00
troy%netscape.com
5859acba05 Space reductions for nsTableRowFrame. Changed mInitializedChildren to be a
frame state bit, and changed mMinRowSpan and mRowIndex to be packed into
one 32-bit field. Total savings of 8 bytes per row frame


git-svn-id: svn://10.0.0.236/trunk@51663 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 23:08:30 +00:00
dp%netscape.com
1e5c5df64f bug#16742 Fixing delete on nsISupports. Thanks for patch from
<heikki@citec.fi> r=dp


git-svn-id: svn://10.0.0.236/trunk@51662 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 17:34:55 +00:00
dp%netscape.com
b534e205fe bug#16742 Fixing delete on nsISupports. Thanks for patch from <heikki@citec.fi> Plus using IMPL_ and DECL_ macros and removing operating on refcnt directly. r=dp
git-svn-id: svn://10.0.0.236/trunk@51661 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 17:33:29 +00:00
duncan%be.com
5ebdcee645 Make profile manager build under BeOS.
r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@51660 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 17:13:55 +00:00
beard%netscape.com
8678f1bdd7 never consider code offsets greater than the offset of the instruction, which ensures that the returned file offset is always correct. bug=15906
git-svn-id: svn://10.0.0.236/trunk@51659 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 15:57:31 +00:00
tbogard%aol.net
ac565dc536 Framed out nsWebBrowser implementation. Basically just added all the interface functions. Code now has a place to live.
git-svn-id: svn://10.0.0.236/trunk@51658 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 07:56:27 +00:00
tbogard%aol.net
92612afa70 Added some includes of the interfaces that make up nsCWebBrowser
git-svn-id: svn://10.0.0.236/trunk@51657 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 07:55:39 +00:00
tbogard%aol.net
e9e6e9c241 Just changed some comments and function ordering.
git-svn-id: svn://10.0.0.236/trunk@51656 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 07:51:45 +00:00
jband%netscape.com
d7cf1d350b r=mccabe
Primarily fixes to properly handle nsIXPCSecurityManager vetos of
xpconnect activities.

- The code was not propagating security manager vetos of native wrapping up
through xpconnect internals. So, xpconnect was erroneously masking the
security exception with its own 'failed to convert param' exception.
This effects the signatures of nsXPCWrappedNative::GetNewOrUsedWrapper
and nsXPCWrappedJSClass::GetNewOrUsedClass.

- This propagation also helps with the problem that sometimes interfaces
are not set as [scriptable] and we did not make that clear as the source
of xpconnect's failure to convert a param in calling a method. Now this
specific class of exceptions is indicated in the JS exception object when
this happens.

- Added an explicit call to js_ForceGC on shutdown of xpcshell to aid in
avoiding 'false positives' in leak detection

- Return JS_FALSE rather than JS_TRUE when an exception is thrown in
xpcjsid to make the jsengine notices the exception.

- Move #includes that others added in xpcmodule.cpp to xpcprivate.h in
order to maintain the include conventions of this module.

- Avoid throwing an exception if it represents a security manager veto
and the security manager set an exception already.

- Replace uses of nsCOMTypeInfo<> added by scc with NS_GET_IID macros.

- Fixed a methodname misspelling because reviewers care about stuff
like that :)


git-svn-id: svn://10.0.0.236/trunk@51655 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 07:20:04 +00:00
tbogard%aol.net
398c14c4d0 Just added support for an NS_IMPL_ISUPPORTS6.
git-svn-id: svn://10.0.0.236/trunk@51654 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 06:55:45 +00:00
dp%netscape.com
40ee849701 bug# 16742 Fixing delete on nsISupports Thanks for patch from <heikki@citec.fi>. r=dp
git-svn-id: svn://10.0.0.236/trunk@51639 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 06:15:31 +00:00
dp%netscape.com
cc26158c98 bug#16742 Fixing delete on nsISupports. Thanks for patch from
<heikki@citec.fi> Plus using IMPL_ and DECL_ macros and removing
operating on refcnt directly. r=dp


git-svn-id: svn://10.0.0.236/trunk@51638 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 05:45:41 +00:00
dp%netscape.com
259487cdf7 bug#16762 Removing delete on a nsISupports. Thanks to
<heikki@citec.fi> Plus changes to use DECL_ and IMPL_ macros and not
hand define mrefcnt. r=dp


git-svn-id: svn://10.0.0.236/trunk@51637 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 05:31:46 +00:00
ducarroz%netscape.com
6a5732fdec Bug 14258, implement Send Page, R=alecf
git-svn-id: svn://10.0.0.236/trunk@51636 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 04:51:40 +00:00
dougt%netscape.com
9544338359 Modification based on design review.
(THIS IS NOT PART OF THE BUILD YET)


git-svn-id: svn://10.0.0.236/trunk@51635 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 04:51:35 +00:00
ducarroz%netscape.com
798afa71eb Bug 14258, implement Send Page. R=alecf
git-svn-id: svn://10.0.0.236/trunk@51634 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 04:50:20 +00:00
varada%netscape.com
35cf097c8a fix for bug #10806
git-svn-id: svn://10.0.0.236/trunk@51633 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 03:41:41 +00:00
varada%netscape.com
fd98dc9090 fix for bug #5987
git-svn-id: svn://10.0.0.236/trunk@51632 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 03:30:43 +00:00
warren%netscape.com
95063f0074 Fixed warnings.
git-svn-id: svn://10.0.0.236/trunk@51631 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 03:16:27 +00:00
warren%netscape.com
dc65f370b6 Extended docs to talk about new env vars, and how to read bloat logs.
git-svn-id: svn://10.0.0.236/trunk@51630 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 03:16:23 +00:00
warren%netscape.com
c8d6aed234 Cleaned up nsTraceRefcnt environment variables. r=kipp,beard
git-svn-id: svn://10.0.0.236/trunk@51629 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 03:16:19 +00:00
troy%netscape.com
c16f001bc8 Changed Run() to give priority to system messages when pumping
messsages. These are the same changes that I made to viewer's message
pump on 9/13/99


git-svn-id: svn://10.0.0.236/trunk@51628 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 03:09:30 +00:00
rickg%netscape.com
a553c7ea86 fixed infinite-loop bug 17045 by conditioning control loop. r=buster
git-svn-id: svn://10.0.0.236/trunk@51627 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 03:06:19 +00:00
troy%netscape.com
feca3d387f Changed Clear() to check for a shared node arena
git-svn-id: svn://10.0.0.236/trunk@51626 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 03:04:21 +00:00
troy%netscape.com
3972c8f69a Removed a comment
git-svn-id: svn://10.0.0.236/trunk@51624 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 02:27:07 +00:00
nisheeth%netscape.com
b6ce91bcb5 r=troy. Siblings of frames get traversed iteratively during capturing/restoring of state. Earlier they were traversed recursively which was causing the call stack to grow too large.
git-svn-id: svn://10.0.0.236/trunk@51623 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 01:43:49 +00:00
slamm%netscape.com
7c904e3aa8 Add bloat processing. Cleanup tacky code.
git-svn-id: svn://10.0.0.236/trunk@51622 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 01:43:28 +00:00
slamm%netscape.com
1cd3dc4f49 Take out debug statement.
git-svn-id: svn://10.0.0.236/trunk@51621 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 01:35:40 +00:00
beard%netscape.com
4d41f52154 added line hiliting in -blame mode.
git-svn-id: svn://10.0.0.236/trunk@51619 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 01:33:42 +00:00
sspitzer%netscape.com
cfadbaffa1 remove pref-select.html, it is obsolete.
git-svn-id: svn://10.0.0.236/trunk@51616 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 01:29:09 +00:00
sspitzer%netscape.com
992247191f remove PrefsWindow.html, it is obsolete.
git-svn-id: svn://10.0.0.236/trunk@51615 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 01:26:07 +00:00
slamm%netscape.com
e95f03bd55 Parse build logs for bloat data from warren@netscape.com's bloat tool.
git-svn-id: svn://10.0.0.236/trunk@51614 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 01:22:41 +00:00
selmer%netscape.com
2cee86d35e Include IB into the wizard
git-svn-id: svn://10.0.0.236/trunk@51613 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 01:21:09 +00:00
slamm%netscape.com
4d6f026b73 Load bloat data. Clean up load_who().
git-svn-id: svn://10.0.0.236/trunk@51612 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 01:18:25 +00:00
slamm%netscape.com
5b100726d8 Add bloat data to tree cells that have it.
git-svn-id: svn://10.0.0.236/trunk@51611 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 01:18:04 +00:00
pavlov%netscape.com
da0e9ca233 add ScrollRect method to nsIWidget -- implimented on linux and stubbed in nsBaseWidget for mac and windows. Added ifdef'd scrolling code that makes scrolling really fast on linux. Updated nsIWidget.idl (not built) to merge some changes from a branch and added ScrollRect. Added ifdefs for using gtk_fixed instead of gtk_layout as part of the new scrolling code.
git-svn-id: svn://10.0.0.236/trunk@51610 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 01:17:20 +00:00
bienvenu%netscape.com
b9244d6491 cleanup dbs at shutdown, r=mscott
git-svn-id: svn://10.0.0.236/trunk@51609 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 01:13:10 +00:00
morse%netscape.com
6045d43774 fix bug 16753, memory leak, r=rjc
git-svn-id: svn://10.0.0.236/trunk@51608 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 01:01:58 +00:00
gagan%netscape.com
e5e1218aae Post requests are now only read upto the specified amount. Not in the build.
git-svn-id: svn://10.0.0.236/trunk@51607 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 00:47:24 +00:00
varada%netscape.com
91451df7a3 fixes to bug#14014
git-svn-id: svn://10.0.0.236/trunk@51606 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 00:38:51 +00:00
varada%netscape.com
5ea1cd0e4c fixes to bug #2794
git-svn-id: svn://10.0.0.236/trunk@51605 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 00:38:06 +00:00
beard%netscape.com
d7abad5a6c fixing breakage by #undef BlockAllocCat
git-svn-id: svn://10.0.0.236/trunk@51604 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 00:21:17 +00:00
ramiro%fateware.com
0816082384 Add lots of comments. Deal with %dir. Deal with duplicate entries.
Properly call regxpcom each time components get installed.
Not part of SeaMonkey.


git-svn-id: svn://10.0.0.236/trunk@51603 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 00:15:23 +00:00
selmer%netscape.com
17b7d985c2 Fixups to makefile system for globals dll
git-svn-id: svn://10.0.0.236/trunk@51602 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 00:12:13 +00:00
selmer%netscape.com
a1f6f3c1a3 Feeble first DLL for IB
git-svn-id: svn://10.0.0.236/trunk@51601 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 00:10:24 +00:00
pnunn%netscape.com
efe6dfa795 fix for mac bustage. pnunn.
git-svn-id: svn://10.0.0.236/trunk@51600 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 00:10:14 +00:00
selmer%netscape.com
52de2be8a7 adding globals
git-svn-id: svn://10.0.0.236/trunk@51598 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 23:46:35 +00:00
selmer%netscape.com
36e4eb89ff globalizing includes
git-svn-id: svn://10.0.0.236/trunk@51597 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 23:45:20 +00:00
dmose%mozilla.org
d924535fa1 cmd/winfe lives on in the MozillaClassic branch only. removing from the trunk. a=leaf@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@51596 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 23:44:52 +00:00
selmer%netscape.com
5b578df427 globals into a dll
git-svn-id: svn://10.0.0.236/trunk@51595 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 23:42:02 +00:00
sspitzer%netscape.com
1668a389f4 make the xul look pretty by using html fieldsets and legends.
git-svn-id: svn://10.0.0.236/trunk@51593 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 23:31:05 +00:00
ramiro%fateware.com
295053baa2 Dont put the static rdfutil thing inside the FORCE_ALL block. r=alecf.
git-svn-id: svn://10.0.0.236/trunk@51592 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 23:28:30 +00:00
selmer%netscape.com
00ffb48018 Globals implementation
git-svn-id: svn://10.0.0.236/trunk@51591 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 23:28:27 +00:00
sspitzer%netscape.com
54b8cc865e changes for correctness and to make the pref ui look better.
git-svn-id: svn://10.0.0.236/trunk@51590 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 23:27:43 +00:00
sspitzer%netscape.com
aaff3bbf7e make the xul look pretty by using html fieldsets and legends.
fix #17078:  fix the xul so that pref-messages.xul stops asserting like mad or crashing.


git-svn-id: svn://10.0.0.236/trunk@51589 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 23:25:18 +00:00
sspitzer%netscape.com
17aab81855 make the xul look pretty by using html fieldsets and legends.
git-svn-id: svn://10.0.0.236/trunk@51588 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 23:22:52 +00:00
endico%mozilla.org
bb01bac34c improve error message mailed when cvs update dies
git-svn-id: svn://10.0.0.236/trunk@51587 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 23:07:44 +00:00
beard%netscape.com
f0acfa932d #include "xp_mcom.h" to fix link breakage.
git-svn-id: svn://10.0.0.236/trunk@51586 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 22:58:28 +00:00
radha%netscape.com
3139e13324 Turning off debug flag that got set in my previous checkin
git-svn-id: svn://10.0.0.236/trunk@51585 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 22:58:16 +00:00
beard%netscape.com
fb7e21676d MLK: Fixed implementations of QueryInterface, AddRef, and Release to perform correct reference counting. bug=15380, r=evaughan
git-svn-id: svn://10.0.0.236/trunk@51584 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 22:50:01 +00:00
pnunn%netscape.com
0ac69a866f To fix mac bustage. pnunn.
git-svn-id: svn://10.0.0.236/trunk@51583 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 22:48:04 +00:00
beard%netscape.com
2a64a10c92 synched.
git-svn-id: svn://10.0.0.236/trunk@51582 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 22:39:51 +00:00
beard%netscape.com
5d5cc2a548 changed SharedGlobal.java to Global.java
git-svn-id: svn://10.0.0.236/trunk@51581 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 22:39:23 +00:00
norris%netscape.com
986ea91e68 Changes for improved errors-as-exceptions handling.
git-svn-id: svn://10.0.0.236/trunk@51578 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 22:02:58 +00:00
norris%netscape.com
92ab48d1d8 Use simpler, more widely applicable structure for global. Also avoids test failure for Function called as a function.
git-svn-id: svn://10.0.0.236/trunk@51577 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 22:00:21 +00:00
endico%mozilla.org
9b64c7df39 cvs error notification was busted
git-svn-id: svn://10.0.0.236/trunk@51576 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 21:59:10 +00:00
norris%netscape.com
a59a557d7d A NativeString object shouldn't be unwrapped to a primitive.
git-svn-id: svn://10.0.0.236/trunk@51575 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 21:58:54 +00:00
pnunn%netscape.com
4791c61ec9 bug#16785: forgot to checkin the include file change. Removing old, obsolete get image type call.
pnunn.


git-svn-id: svn://10.0.0.236/trunk@51574 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 21:46:56 +00:00
danm%netscape.com
abe94c118b set window title using multibyte. submitted by jamestoder@yahoo.com. r:ftang@netscape.com, by lack of timely objection.
git-svn-id: svn://10.0.0.236/trunk@51573 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 21:45:19 +00:00
sspitzer%netscape.com
35c39da3d2 fix typo. #17087.
"I think about the education that I missed.  but then my homework was never quite like this.  Got it bad, got it bad, got it bad..."


git-svn-id: svn://10.0.0.236/trunk@51572 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 21:41:13 +00:00
danm%netscape.com
0750508062 making GetACPString parameter const. part of submission from jamestoder@yahoo.com. r:me
git-svn-id: svn://10.0.0.236/trunk@51571 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 21:41:04 +00:00
akkana%netscape.com
e9db800eb8 Update a few of the standalone tests. Not part of the build
git-svn-id: svn://10.0.0.236/trunk@51570 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 21:35:16 +00:00
gagan%netscape.com
78b44f58d8 a dummy post request file for testing post requests in HTTP. not in the build.
git-svn-id: svn://10.0.0.236/trunk@51569 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 21:27:38 +00:00
gagan%netscape.com
6955bb58c9 Added /post test as well. Not in the build.
git-svn-id: svn://10.0.0.236/trunk@51568 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 21:24:57 +00:00
gagan%netscape.com
ce76e5ae7d Added stuff to the test server to handle post requests as well. Not in the build.
git-svn-id: svn://10.0.0.236/trunk@51567 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 21:21:30 +00:00
ftang%netscape.com
59e649828f fix locale mapping for CLE. r=ftang
git-svn-id: svn://10.0.0.236/trunk@51566 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 21:11:50 +00:00
bienvenu%netscape.com
0ef6e9d38d one more news leak fix r=sspitzer
git-svn-id: svn://10.0.0.236/trunk@51565 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 21:11:17 +00:00
alecf%netscape.com
31378ed4eb update status
git-svn-id: svn://10.0.0.236/trunk@51564 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 21:06:59 +00:00
pnunn%netscape.com
c4d7a55705 bug#16785. r:neeti@netscape.com. Clean up after changing mime handling in imglib.
git-svn-id: svn://10.0.0.236/trunk@51563 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 21:06:28 +00:00
alecf%netscape.com
ba7f0a4cb5 prefwindow is now a service thanks to nsIModule conversion
git-svn-id: svn://10.0.0.236/trunk@51562 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 21:06:26 +00:00
srinivas%netscape.com
2068a5408d OpenVMS updates by colin@theblakes.com
git-svn-id: svn://10.0.0.236/trunk@51561 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 21:06:08 +00:00
alecf%netscape.com
450ceda4e0 convert nsPrefWindow to a module
prefwindow was doing it's own singleton management, so changed it to use getService()


git-svn-id: svn://10.0.0.236/trunk@51560 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 21:05:31 +00:00
bienvenu%netscape.com
16ace9def7 one more addrbook memory leak fix r=mscott
git-svn-id: svn://10.0.0.236/trunk@51559 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 21:04:45 +00:00
pnunn%netscape.com
42f2519c84 bug#15585. r:neeti@netscape.com. Fix build warnings.
git-svn-id: svn://10.0.0.236/trunk@51558 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 21:04:28 +00:00
pnunn%netscape.com
4be52ad659 Bug#13505: r:neeti@netscape.com. Replace str()'s with nsCRT()'s & nspr()'s.
git-svn-id: svn://10.0.0.236/trunk@51556 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 21:03:52 +00:00
akkana%netscape.com
10a4fb8f22 16988: filter out BR type=_moz, which the editor inserts. r=syd
git-svn-id: svn://10.0.0.236/trunk@51555 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 21:03:29 +00:00
scc%netscape.com
866732108c File Removed.
git-svn-id: svn://10.0.0.236/trunk@51554 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 21:02:15 +00:00
srinivas%netscape.com
bf8979df4c PR_SetThreadPriority should set the priority unconditionally.
git-svn-id: svn://10.0.0.236/trunk@51553 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 21:01:51 +00:00
racham%netscape.com
3f91090fc5 r=sspitzer. Fix for bug 16209. This checkin fixes mozregistry entries to avoid crashes from M9 or builds prior to that
git-svn-id: svn://10.0.0.236/trunk@51552 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 21:00:53 +00:00
jefft%netscape.com
8f8c3afe28 fixed bug 11892 - [dogfood] When Name or Address of a recipient includes 8-bit characters address is incorrectly formed; not quoting name part of an email address; calling GetPath() instead of GetFileName() for all recipients; r=rhp, mscott
git-svn-id: svn://10.0.0.236/trunk@51551 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 21:00:07 +00:00
srinivas%netscape.com
d303858686 Fixed typo in debug statement.
git-svn-id: svn://10.0.0.236/trunk@51550 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 20:59:34 +00:00
srinivas%netscape.com
fe52fa5602 Defined _MD_PIPEAVAILABLE; checkin for "Duncan Wilcox" <duncan@be.com>.
git-svn-id: svn://10.0.0.236/trunk@51549 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 20:58:00 +00:00
srinivas%netscape.com
46e9b52597 Map the SO_BROADCAST option to invalid option, when not supported by the
system.


git-svn-id: svn://10.0.0.236/trunk@51548 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 20:56:25 +00:00
jband%netscape.com
d8c9cc6cae commiting patch from Duncan Wilcox <duncan@be.com> to get prototype right in prep for inline assembly call - some pick compilers didn't like unsigned int when it was really uint32. r=jband
git-svn-id: svn://10.0.0.236/trunk@51547 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 20:53:05 +00:00
jefft%netscape.com
5dd4804e4c fixed bug 17069 - Save As...File format list for saving a selected message shows a .hml for the HTML format; fix typo; r=bienvenu
git-svn-id: svn://10.0.0.236/trunk@51546 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 20:52:56 +00:00
srinivas%netscape.com
1a74d3549b Add PR_SendFile to the PRIOMethods tables to enable use in layered FDs.
Bugzilla #17012.


git-svn-id: svn://10.0.0.236/trunk@51545 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 20:49:19 +00:00
radha%netscape.com
a285ab741e Clean up of Session History apis. Corresponding changes to the users of SH. r=mcafee. No bug #.
git-svn-id: svn://10.0.0.236/trunk@51544 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 20:48:07 +00:00
ducarroz%netscape.com
b21e040071 Fix for bug 15201. We need to convert back the result from UTF-8 to Unicode. R=mscott, bienvenu
git-svn-id: svn://10.0.0.236/trunk@51543 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 20:37:42 +00:00
bienvenu%netscape.com
8ce16092ef fix leaks in news/nntp r=sspitzer
git-svn-id: svn://10.0.0.236/trunk@51542 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 20:33:04 +00:00
bienvenu%netscape.com
598ff07fea fix memory leaks in vcard and calendar factories r=rhp
git-svn-id: svn://10.0.0.236/trunk@51541 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 20:32:02 +00:00
mcafee%netscape.com
0f2352836a Fixing some mis-use error cases, adding comments. Added --testonly flag. code=slamm, r=mcafee
git-svn-id: svn://10.0.0.236/trunk@51540 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 20:31:56 +00:00
slamm%netscape.com
085f841b9d Fix typo.
git-svn-id: svn://10.0.0.236/trunk@51539 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 19:16:40 +00:00
slamm%netscape.com
cb3e8e41cc Add some comments. Describe data structures. Tidy up a bit.
git-svn-id: svn://10.0.0.236/trunk@51538 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 18:53:56 +00:00
norris%netscape.com
ee5e7e9f37 Shouldn't test for equality against the message string, which is implementation independent.
git-svn-id: svn://10.0.0.236/trunk@51537 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 18:33:46 +00:00
slamm%netscape.com
5c43a70394 Add filter for long long constants. Make sure summary table includes everyone (fix off by one error).
git-svn-id: svn://10.0.0.236/trunk@51536 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 17:34:16 +00:00
norris%netscape.com
484a8455bd Don't print out control characters that break the driver.
git-svn-id: svn://10.0.0.236/trunk@51535 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 17:31:59 +00:00
norris%netscape.com
38e1413a00 Fix formatting.
git-svn-id: svn://10.0.0.236/trunk@51534 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 16:58:30 +00:00
norris%netscape.com
e763168909 Fix javadoc
git-svn-id: svn://10.0.0.236/trunk@51533 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 16:56:56 +00:00
jmas%softcatala.org
85ccdaf936 *** empty log message ***
git-svn-id: svn://10.0.0.236/trunk@51532 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 15:53:29 +00:00
troy%netscape.com
d16381b6f3 Removed 5 convenience functions from nsIFrame
git-svn-id: svn://10.0.0.236/trunk@51531 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 14:53:52 +00:00
kipp%netscape.com
2ed3a3fc6a Removed some more warnings
git-svn-id: svn://10.0.0.236/trunk@51530 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 14:51:41 +00:00
dcone%netscape.com
fd397214fb Fixed warning.
git-svn-id: svn://10.0.0.236/trunk@51529 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 13:29:06 +00:00
srinivas%netscape.com
be42687878 PL_ProcessPendingEvents() dispatches only those events currently on the
queue. Added a static helper function (_pl_GetEventCount) that locks the
monitor and counts the number of events in the queue. Checkin for troy.


git-svn-id: svn://10.0.0.236/trunk@51528 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 13:28:39 +00:00
dcone%netscape.com
d23e143664 Fixed the rounding on some transform math. r=kmkclusky
git-svn-id: svn://10.0.0.236/trunk@51527 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 13:28:22 +00:00
rods%netscape.com
285da5c5be adding test cases for form controls
git-svn-id: svn://10.0.0.236/trunk@51526 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 12:46:13 +00:00
braddr%puremagic.com
2e3aacd5dd Change NS_COMFALSE to NS_ERROR_INVALID_ARG. Every caller of LookupName
tests explicitly for NS_OK currently.
r=sleestack


git-svn-id: svn://10.0.0.236/trunk@51525 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 08:03:15 +00:00
briano%netscape.com
3e0f0a58b5 Automated update
git-svn-id: svn://10.0.0.236/trunk@51524 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 07:15:11 +00:00
ramiro%fateware.com
a5d3f6cc70 Removing the badly rotten MOZ_STRIP_NOT_EXPORTED hack. We now have a better
way to accomplish the same thing using linker version scripts.
r=cls@seawood.org


git-svn-id: svn://10.0.0.236/trunk@51521 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 07:11:43 +00:00
braddr%puremagic.com
5d7d8cded2 Change NS_COMFALSE to NS_ERROR_ABORT throughout the space manager.
r=smfr for these two files, and r=scc for the previous file


git-svn-id: svn://10.0.0.236/trunk@51520 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 06:49:50 +00:00
dp%netscape.com
7162f4cdbb bug# 9221 Fixing autoreg terminating on bad aliases. We now let it go
as far as possible ignoring errors. r=sfraser


git-svn-id: svn://10.0.0.236/trunk@51519 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 06:32:26 +00:00
rpotts%netscape.com
c6e185762b Fix build bustage on platforms that require full infor for nsCOMPtrs...
git-svn-id: svn://10.0.0.236/trunk@51518 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 05:56:19 +00:00
ramiro%fateware.com
4b4d193abc More rpm work in progress. Work around some bugs in rules.mk.
git-svn-id: svn://10.0.0.236/trunk@51517 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 05:55:29 +00:00
braddr%puremagic.com
ef38d2fd9c Change NS_COMFALSE instances to NS_ERROR_ABORT's
git-svn-id: svn://10.0.0.236/trunk@51516 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 05:32:31 +00:00
wtc%netscape.com
e83d506ed5 Removed temporary depend:clean hack.
git-svn-id: svn://10.0.0.236/trunk@51515 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 05:29:48 +00:00
rpotts%netscape.com
99e00aec99 bug #13054 (r=warren,gagan). Reworked the way requests are sent to the server. Now requests can be of an arbitrary size...
git-svn-id: svn://10.0.0.236/trunk@51514 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 05:13:01 +00:00
ramiro%fateware.com
dbec4b872f Link in raptorgfx dynamically to make the component properly loadable.
regxpcom was breaking on this one.  r=valeski


git-svn-id: svn://10.0.0.236/trunk@51513 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 05:06:39 +00:00
valeski%netscape.com
aedd1c1253 fixing build warning
git-svn-id: svn://10.0.0.236/trunk@51512 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 04:56:24 +00:00
valeski%netscape.com
3f594fbcb6 fixing build warning
git-svn-id: svn://10.0.0.236/trunk@51511 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 04:48:31 +00:00
dp%netscape.com
7da3eadc15 beautify...
git-svn-id: svn://10.0.0.236/trunk@51510 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 04:47:14 +00:00
valeski%netscape.com
5310cb0ddc removing last reference to nsFtpStreamListenerEvent.h. Actually it was a commented out line.
git-svn-id: svn://10.0.0.236/trunk@51508 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 04:33:19 +00:00
valeski%netscape.com
3d07f98f12 *** empty log message ***
git-svn-id: svn://10.0.0.236/trunk@51507 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 04:32:18 +00:00
sfraser%netscape.com
f90deff3a6 Fixing Mac FTP projects for valeski
git-svn-id: svn://10.0.0.236/trunk@51506 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 04:24:08 +00:00
valeski%netscape.com
5f29d72129 *** empty log message ***
git-svn-id: svn://10.0.0.236/trunk@51505 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 04:22:54 +00:00
valeski%netscape.com
d1271b7aa4 adding connection cache interface
git-svn-id: svn://10.0.0.236/trunk@51504 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 04:11:12 +00:00
valeski%netscape.com
455aa3e358 14659, r=dougt. FTP now uses xpcom proxies to send stream listener notifications back to the channel thread. it also uses them to access connections from the protocol handler cache.
git-svn-id: svn://10.0.0.236/trunk@51503 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 04:10:46 +00:00
valeski%netscape.com
77339b5eec 17039, r=dougt. Releasing QI'd proxy object was causing a crash. this is a temp work around.
git-svn-id: svn://10.0.0.236/trunk@51502 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 04:07:53 +00:00
troy%netscape.com
3a327d90e7 Fixed compiler warning about unused variable
git-svn-id: svn://10.0.0.236/trunk@51501 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 04:01:23 +00:00
rods%netscape.com
f690c63c37 Changed the parameter of the CalcNavQuirksSize to take the input spec instead of the length
not it properly calculates the number of cols and rows when in NavQuiks mode
r=kmcclusk, part of bug 7461


git-svn-id: svn://10.0.0.236/trunk@51498 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 03:14:03 +00:00
ramiro%fateware.com
21e92e4270 Made the spec file actually work. Not part of SeaMonkey.
git-svn-id: svn://10.0.0.236/trunk@51497 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 02:55:21 +00:00
ramiro%fateware.com
36b1b32126 Fixed the mozilla script. Not part of anything.
git-svn-id: svn://10.0.0.236/trunk@51496 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 02:54:23 +00:00
kipp%netscape.com
1a6f5307c4 r=pavlov; fixed up prioritization of the plevent queue so that it's lower than the normal priority; this fixes UI starvation on long document loads AND lets timers through so that painting works (bugs 7455, 6048, etc.)
git-svn-id: svn://10.0.0.236/trunk@51495 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 02:47:02 +00:00
tbogard%aol.net
e68aa79d1d Added building of the DLL.
git-svn-id: svn://10.0.0.236/trunk@51494 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 02:36:35 +00:00
tbogard%aol.net
1709ffcde6 Framed out nsWebBrowser. Added nsCWebBrowser definition. Setup to build library.
git-svn-id: svn://10.0.0.236/trunk@51493 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 02:35:18 +00:00
tbogard%aol.net
e598aadeba Fixed some syntax errors.
git-svn-id: svn://10.0.0.236/trunk@51492 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 02:32:28 +00:00
tbogard%aol.net
b577f2a1bc Framed out nsWebBrowserSetup. Added nsCWebBrowserSetup specification. Setup building of the library.
git-svn-id: svn://10.0.0.236/trunk@51491 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 02:30:51 +00:00
tbogard%aol.net
6408004f20 Fixed the naming.... Added some comments.
git-svn-id: svn://10.0.0.236/trunk@51490 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 02:29:29 +00:00
tbogard%aol.net
ee49ae552f Added nsCHTMLDocShell.
git-svn-id: svn://10.0.0.236/trunk@51489 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 02:27:42 +00:00
tbogard%aol.net
3dc8aba7a4 Added a C++ include of nsIPresContext.h
git-svn-id: svn://10.0.0.236/trunk@51488 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 02:26:35 +00:00
sspitzer%netscape.com
6eb15ceb38 add pref-mailnews.js, which has the necessary (but currently not working) JS for the color picker.
rewrite the xul so that the html select heeds the quote prefs.  (#15230)

use a color picker instead of an empty html select.


git-svn-id: svn://10.0.0.236/trunk@51487 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 02:10:49 +00:00
sspitzer%netscape.com
0cfb0a45bd make the PrefWindow work for html select dom elements, instead of just html input dom elements.
right now, it only works for int prefs.  fix #15230, heed and reflect the quoted style and quoted size prefs
in the html select widget in pref-mailnews.xul.

rewrite the html select elements in the pref xul, to work correctly.
remove unused, commented out xul to avoid confusion.

add new option for "yesterday" for the news offline download pref.
use nsCOMPtr. use PR_snprintf() to avoid potential buffer overruns.
use #defines to clean up the code.  use PR_sscanf instead of sscanf.

r=mscott


git-svn-id: svn://10.0.0.236/trunk@51486 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 02:09:18 +00:00
troy%netscape.com
54572af2e6 r=karnaze@netscape.com
Save 8 bytes per table cell frame by eliminating mCollapseOffset and
using a frame property instead.


git-svn-id: svn://10.0.0.236/trunk@51485 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 02:06:22 +00:00
bienvenu%netscape.com
de04e9ade9 always update folders when clicking on them r=putterman
git-svn-id: svn://10.0.0.236/trunk@51484 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 01:59:50 +00:00
amusil%netscape.com
d522c5e798 Changed FALSE to XP PR_FALSE
git-svn-id: svn://10.0.0.236/trunk@51483 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 01:54:36 +00:00
brendan%mozilla.org
9ef594d4bf Avoid gratuitous initialization and extra sets of ok (r=shaver@mozilla.org).
git-svn-id: svn://10.0.0.236/trunk@51482 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 01:44:47 +00:00
scc%netscape.com
ef634d5f6b remove nsIVariant.h and nsVariant.cpp as per bug #16987 and changes already in for Unix (thanks brad) and Mac, r=danm
git-svn-id: svn://10.0.0.236/trunk@51481 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 01:33:03 +00:00
endico%mozilla.org
49ce32b0ec oops forgot to add the newsbot directory to the path "../newsbot/newsbot.html",
git-svn-id: svn://10.0.0.236/trunk@51480 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 01:32:59 +00:00
alecf%netscape.com
11dd83ae66 update status
git-svn-id: svn://10.0.0.236/trunk@51479 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 01:27:08 +00:00
slamm%netscape.com
242640cfa1 Get the relative prefix for the static page correct.
git-svn-id: svn://10.0.0.236/trunk@51478 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 01:23:48 +00:00
amusil%netscape.com
547d0559fa Address book fix. DB file now gets closed in the destructor. Reviewed by bienvenu.
git-svn-id: svn://10.0.0.236/trunk@51477 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 01:18:42 +00:00
wtc%netscape.com
89df62c930 Bugsplat bug #366500: use the default, PRLock-based atomic stack
implementation on OSF1. r=larryh,srinivas@netscape.com.
Modified files: _osf1.h, osf1.c.


git-svn-id: svn://10.0.0.236/trunk@51476 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 01:10:00 +00:00
alecf%netscape.com
ab99f0ec36 nsIModulize mime emitters - porkjockey work, r=sspitzer
git-svn-id: svn://10.0.0.236/trunk@51475 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 01:05:04 +00:00
dp%netscape.com
f7af54f40f bug# 15046 Preventing deletion of dll when getfactory fails. r=shaver,kipp
git-svn-id: svn://10.0.0.236/trunk@51474 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 01:04:16 +00:00
dp%netscape.com
51386ed041 Fixed warning of unused variable.
git-svn-id: svn://10.0.0.236/trunk@51473 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 01:02:29 +00:00
alecf%netscape.com
6b7dfaa5e0 start to consolidate URL and URI parsing into the base classes: remove a whole bunch of protocol-specific code in favor of generalization
basically, more fixes for #14437
r=scottip


git-svn-id: svn://10.0.0.236/trunk@51471 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 01:02:08 +00:00
dougt%netscape.com
a0ac058370 fix for bug 13894. Hooks up the notification from necko. r=cathleen.
git-svn-id: svn://10.0.0.236/trunk@51470 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 00:53:01 +00:00
endico%mozilla.org
596192f62c the names of the files to be wrapped must be given relative to the root of the tree. in this case: "../newsbot/newsbot.html"
git-svn-id: svn://10.0.0.236/trunk@51469 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 00:45:56 +00:00
evaughan%netscape.com
997f5f6291 Fixed bug 9442. reviewed by Hyatt.
git-svn-id: svn://10.0.0.236/trunk@51468 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 00:38:22 +00:00
mjudge%netscape.com
64c9150aab massive checkin for underlying implementation of key handling from javascript and home/end breakage and.. selecting around NON-text frames. like arrowing around an image for example. 16636,16655 and another i cannot find. r=kin r=hyatt a=me
git-svn-id: svn://10.0.0.236/trunk@51467 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 00:19:18 +00:00
endico%mozilla.org
6cb5db5eff escape quotes around ALIGN=\"right\"
git-svn-id: svn://10.0.0.236/trunk@51466 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 00:14:43 +00:00
kipp%netscape.com
845644f460 Alloc another iid
git-svn-id: svn://10.0.0.236/trunk@51465 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 00:12:31 +00:00
scc%netscape.com
9d0d4095c3 remove "nsVariant.cpp" from the project, and "nsIVariant.h" from the MANIFEST, as per bug #16987, r=sfraser
git-svn-id: svn://10.0.0.236/trunk@51464 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 00:12:03 +00:00
kipp%netscape.com
b9ad416be8 Clean up other dirt
git-svn-id: svn://10.0.0.236/trunk@51463 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 00:11:54 +00:00
kipp%netscape.com
7944188008 Whoops, missed this during my checkin :-(
git-svn-id: svn://10.0.0.236/trunk@51462 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 00:11:31 +00:00
davidm%netscape.com
302f64fb59 2425 [PP] Mac: Apprunner doesn't gracefully quit at shutdown or r
r = sdagley


git-svn-id: svn://10.0.0.236/trunk@51461 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 00:01:45 +00:00
beard%netscape.com
56b367cb81 added parent links, so you can go to the objects referring to a given link.
git-svn-id: svn://10.0.0.236/trunk@51460 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 23:58:28 +00:00
beard%netscape.com
dfaa46c552 broke out from leaksoup.java so it can be used by tracesoup.
git-svn-id: svn://10.0.0.236/trunk@51459 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 23:55:25 +00:00
beard%netscape.com
f8e8fae5ce annotates refcount traces with blame/lxr URLs
git-svn-id: svn://10.0.0.236/trunk@51458 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 23:54:39 +00:00
endico%mozilla.org
62819eff8a align bottom row to the right. <TR ALIGN="right"> doesn't seem to work in mozilla
git-svn-id: svn://10.0.0.236/trunk@51457 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 23:52:41 +00:00
terry%mozilla.org
575dc47298 Make "checkins in last 7 days" link work better in worlds with
multiple repositories.


git-svn-id: svn://10.0.0.236/trunk@51454 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 23:42:39 +00:00
nisheeth%netscape.com
9888b796b2 Fixing Unix warnings. r=harishd
git-svn-id: svn://10.0.0.236/trunk@51452 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 23:27:02 +00:00
akkana%netscape.com
0ab9b94827 Fix a runtime error message -- r= (and suggested by) dp
git-svn-id: svn://10.0.0.236/trunk@51451 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 23:12:31 +00:00
karnaze%netscape.com
9ecfbb54e1 new regression tests
git-svn-id: svn://10.0.0.236/trunk@51450 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 22:52:00 +00:00
terry%mozilla.org
2df0186c7f Wasn't working right with multiple repositories.
git-svn-id: svn://10.0.0.236/trunk@51449 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 22:51:50 +00:00
wtc%netscape.com
096120daf6 Fixed a small mistake in the previous checkin.
git-svn-id: svn://10.0.0.236/trunk@51448 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 22:51:06 +00:00
danm%netscape.com
4e8be85212 removing (unused) references to nsIWebShell.h. requested by buster@netscape.com, bug 16510, r:me
git-svn-id: svn://10.0.0.236/trunk@51447 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 22:47:50 +00:00
leaf%mozilla.org
b541cbb7e8 adding !endif to complete !if
git-svn-id: svn://10.0.0.236/trunk@51446 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 22:40:16 +00:00
endico%mozilla.org
a85345a59b get rid of the <DIV>s and <SPAN>s since we have the rdf file now. the <SPAN> around the article link was messing up the link because they were intertwined <SPAN><A></SPAN>text</A>
git-svn-id: svn://10.0.0.236/trunk@51445 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 22:38:21 +00:00
wtc%netscape.com
358dfee800 Bugsplat bug #365031: moved the definition of PRStack from pratom.h
to primpl.h so that it is not exported.
Bugsplat bug #364813: declare 'prstk_head' volatile, to prevent compiler
from optimizing away references in a loop.
r=larryh,srinivas@netscape.com


git-svn-id: svn://10.0.0.236/trunk@51444 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 22:36:35 +00:00
karnaze%netscape.com
a2ae4b6656 bug 5799 - width of auto width table considers percentage cells when they are small relative to the rest of the table. r=dcone
git-svn-id: svn://10.0.0.236/trunk@51443 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 22:36:21 +00:00
karnaze%netscape.com
ed05316f46 bug 12012 - RemoveFrame was using stale style display. r=dcone
git-svn-id: svn://10.0.0.236/trunk@51442 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 22:33:30 +00:00
mscott%netscape.com
83fec44fd6 Bug #16538 --> FetchMessage takes a stream listener and we should try to create a necko channel for the url,
and call AsyncRead on the channel, passing in the stream listener instead of trying to run the imap url
through the normal means. This fixes the problem where the channel wasn't properly initialized when
copying a imap message to a local folder.
r=jefft,bienvenu


git-svn-id: svn://10.0.0.236/trunk@51441 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 22:33:24 +00:00
wtc%netscape.com
646d7cec23 Temporary depend:clean hack.
git-svn-id: svn://10.0.0.236/trunk@51440 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 22:32:14 +00:00
mscott%netscape.com
fb7a12a36e Bug #16538 --> we need to add nsIStreamObserver to the QI method for this class in order to avoid an assertion
with my fix to bug #16538. I also replaced the handle rolled QueryInterface method with macro.
r=jefft,bienvenu


git-svn-id: svn://10.0.0.236/trunk@51438 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 22:31:27 +00:00
wtc%netscape.com
c2f76119ac Bugzilla bug #16994: fixed compilation problems on platforms without
long longs. r=larryh@netscape.com.  Thanks to Chris Seawood
<cls@seawood.org> for the bug report.


git-svn-id: svn://10.0.0.236/trunk@51437 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 22:28:14 +00:00
cata%netscape.com
dd434afd5e bug #16754, r=erik, fixing memory leak
git-svn-id: svn://10.0.0.236/trunk@51436 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 22:25:44 +00:00
braddr%puremagic.com
8c0a2f84e7 Remove references to nsVariant.cpp and nsIVariant.h.
r=scc


git-svn-id: svn://10.0.0.236/trunk@51435 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 22:24:17 +00:00
bienvenu%netscape.com
f52e7bdb86 fix syncing of imap flags change to db r=mscott,16839
git-svn-id: svn://10.0.0.236/trunk@51434 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 22:23:25 +00:00
pnunn%netscape.com
62438f020b bug#13505. Replacing str functions with nsCRT functions, nspr functions.
pnunn@netscape.com  r:jfrancis@netscape.com


git-svn-id: svn://10.0.0.236/trunk@51433 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 22:23:24 +00:00
rods%netscape.com
c33c65e90f changed the padding so it is adding in the correct left right instead of top bottom
r=kmcclusk, Bug #16936


git-svn-id: svn://10.0.0.236/trunk@51432 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 22:22:32 +00:00
bienvenu%netscape.com
612130b82a check for null when marking header read, r=mscott
git-svn-id: svn://10.0.0.236/trunk@51431 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 22:22:07 +00:00
jst%citec.fi
953ba7bb6a Make printing use only enabled stylesheets. No bug, r=kipp@netscape.com and dcone@netscape.com.
git-svn-id: svn://10.0.0.236/trunk@51430 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 22:20:37 +00:00
rogerl%netscape.com
605c46e143 Loop from 1 instead of 0 since the test result parsing gets messed up by
the null strings not containing 'PASSED'. The 0 case isn't all that
important for upperCase testing.


git-svn-id: svn://10.0.0.236/trunk@51429 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 22:18:52 +00:00
terry%mozilla.org
3b70db325d Add some more debugging output.
git-svn-id: svn://10.0.0.236/trunk@51428 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 22:04:13 +00:00
ftang%netscape.com
908e81fe11 change the input method highligh code from 2 style to 4 styles. r=mjudge
git-svn-id: svn://10.0.0.236/trunk@51427 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 22:01:18 +00:00
jevering%netscape.com
1e20da8f66 Enabling boehm leak detector, r=dp bug#15906
git-svn-id: svn://10.0.0.236/trunk@51426 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 21:59:15 +00:00
jevering%netscape.com
42df555a0b Enabling GC detector, r=dp, bug #15906
git-svn-id: svn://10.0.0.236/trunk@51425 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 21:56:47 +00:00
srinivas%netscape.com
52c617580c Invoke the native acknowledge notify routine only when queue is non-empty.
Checkin for kipp@netscape.com.


git-svn-id: svn://10.0.0.236/trunk@51424 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 21:52:02 +00:00
akkana%netscape.com
e6c9a60dab 16706: Call the rules code to delete the bogus node before inserting html, to fix the new mail reply code. r=jfrancis
git-svn-id: svn://10.0.0.236/trunk@51423 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 21:51:47 +00:00
kipp%netscape.com
adc0fff019 Added two new tests
git-svn-id: svn://10.0.0.236/trunk@51422 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 21:46:52 +00:00
endico%mozilla.org
f535016cde oops use '&', not '%'
git-svn-id: svn://10.0.0.236/trunk@51421 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 21:44:39 +00:00
cata%netscape.com
6499857292 bug #15690, r=ftang, removing bogus rules which were affecting the menu template
git-svn-id: svn://10.0.0.236/trunk@51420 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 21:42:40 +00:00
danm%netscape.com
5ecf5615a7 observe EventQueue creation and deletion. r:hyatt@netscape.com
git-svn-id: svn://10.0.0.236/trunk@51419 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 21:36:25 +00:00
ramiro%fateware.com
1a2e9974f2 Use "(NSINSTALL) -D" instead of direct "mkdir" r=shaver.
git-svn-id: svn://10.0.0.236/trunk@51418 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 21:35:37 +00:00
danm%netscape.com
49ae6251f8 adding method ListenToEventQueue (moving EventQueue observation from appshells to appshellservice) r:hyatt@netscape.com
git-svn-id: svn://10.0.0.236/trunk@51417 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 21:34:57 +00:00
dp%netscape.com
32ccfffb02 bug#14656 Circular release problem of component manager. Fixed by
adding shutdown() method that gets called before the last
release. Enabled only for dp & shaver until we resolve js coredump.


git-svn-id: svn://10.0.0.236/trunk@51416 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 21:34:39 +00:00
dp%netscape.com
a87080011d Making sample better by using COMPtr r=waterson
git-svn-id: svn://10.0.0.236/trunk@51415 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 21:32:17 +00:00
dp%netscape.com
480412f60c Addding xpcom init and shutdown. r=waterson
git-svn-id: svn://10.0.0.236/trunk@51414 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 21:31:53 +00:00
nisheeth%netscape.com
dd57891add Install util.lib to the dist directory in the libs phase rather than the install phase.
git-svn-id: svn://10.0.0.236/trunk@51413 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 21:31:26 +00:00
endico%mozilla.org
35cedcf521 html escape gt and lt symbols in the View Article url
git-svn-id: svn://10.0.0.236/trunk@51412 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 21:22:44 +00:00
rhp%netscape.com
7889a5e148 Fix for duplicate body text in Multipart related message - Bug #16992 - r: mscott
git-svn-id: svn://10.0.0.236/trunk@51411 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 21:18:54 +00:00
mcafee%netscape.com
220ec361b8 Fixing evaughan's last change. r=law
git-svn-id: svn://10.0.0.236/trunk@51410 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 21:14:59 +00:00
brade%netscape.com
1706386f49 add nsTextContentDataChange.cpp a=leaf@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@51409 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 21:14:19 +00:00
ramiro%fateware.com
5244db774f More rpm packaging work in progress. Not part of anything.
git-svn-id: svn://10.0.0.236/trunk@51408 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 21:12:50 +00:00
edburns%acm.org
24e8fb82df Bug: 15606
r=shaver
approver=av

I would like to take the time to personally thank Mike Shaver for all the hard
work he has done to make this bugfix possible.


git-svn-id: svn://10.0.0.236/trunk@51407 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 21:09:21 +00:00
rickg%netscape.com
3e6139004b changed default font-size for viewsource; r=none;
git-svn-id: svn://10.0.0.236/trunk@51406 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 21:05:17 +00:00
mcafee%netscape.com
e9e6fdee20 Backing out evaughan's change which broke linux/solaris. a=mcafee
git-svn-id: svn://10.0.0.236/trunk@51405 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 21:05:02 +00:00
troy%netscape.com
46c5c77d91 Removed unused 4-byte "mMaxElementSize" member data
git-svn-id: svn://10.0.0.236/trunk@51404 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 20:51:04 +00:00
kipp%netscape.com
e4442e8177 r=troy; added nsTextContentChangeData to the build
git-svn-id: svn://10.0.0.236/trunk@51403 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 20:48:43 +00:00
kipp%netscape.com
1e9fb71c5d Support navigators built-in image types internal-gopher-*
git-svn-id: svn://10.0.0.236/trunk@51402 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 20:48:04 +00:00
kipp%netscape.com
e5f0e5328b Fixed percolation of nbsp's into the transformed buffer (bug 16886)
git-svn-id: svn://10.0.0.236/trunk@51401 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 20:47:36 +00:00
kipp%netscape.com
c54e23defe r=troy; Optimize append text reflows to only reflow the new part of the text
git-svn-id: svn://10.0.0.236/trunk@51400 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 20:46:05 +00:00
kipp%netscape.com
fee0551895 moved debug logic for dumping reflow commands so that we can dump them without requiring the incremental reflow verification logic to run
git-svn-id: svn://10.0.0.236/trunk@51399 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 20:45:39 +00:00
kipp%netscape.com
6b290bc673 r=troy; bug: 15153; fixed problem with style-change reflows not being propogated properly
git-svn-id: svn://10.0.0.236/trunk@51398 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 20:44:58 +00:00
kipp%netscape.com
57dac66f2e r=troy; bugs: 13196; fixed floating table reflow issues found in 13196 by storing floater max-element-size for later retrieval
git-svn-id: svn://10.0.0.236/trunk@51397 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 20:44:22 +00:00
locka%iol.ie
9ff1e618b5 Changed scope of some helper methods
git-svn-id: svn://10.0.0.236/trunk@51396 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 20:44:06 +00:00
kipp%netscape.com
88d3d6afe1 r=troy; bugs: 15153, 13196; fixed problem with style-change reflows not being propogated properly; also fixed floating table reflow issues found in 13196 by storing floater max-element-size for later retrieval
git-svn-id: svn://10.0.0.236/trunk@51395 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 20:43:48 +00:00
kipp%netscape.com
6156c0fb7a Export the gopher images
git-svn-id: svn://10.0.0.236/trunk@51394 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 20:42:18 +00:00
kipp%netscape.com
199585b860 Use nsTextContentChangeData to pass down to the reflow logic the effect on the text
git-svn-id: svn://10.0.0.236/trunk@51393 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 20:40:51 +00:00
kipp%netscape.com
6ef7b73278 new file for text reflow optimiziation
git-svn-id: svn://10.0.0.236/trunk@51392 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 20:40:25 +00:00
bienvenu%netscape.com
90299835ef fix addrbook mem leaks and mismatched delete r=mscott\
git-svn-id: svn://10.0.0.236/trunk@51391 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 20:36:02 +00:00
bienvenu%netscape.com
9b4f0c0032 fix msg compose and send mem leaks, ipw, and mismatched delete r=mscott
git-svn-id: svn://10.0.0.236/trunk@51390 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 20:35:26 +00:00
rickg%netscape.com
eb5f25dfe9 changed default font-size for viewsource; r=none;
git-svn-id: svn://10.0.0.236/trunk@51389 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 20:34:02 +00:00
locka%iol.ie
f4438b41e1 Added support for drag and drop of Internet Shortcut files
git-svn-id: svn://10.0.0.236/trunk@51388 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 20:32:52 +00:00
kipp%netscape.com
90d4423420 r=troy; Added a property for max-element-size storage for fixing bug 13196
git-svn-id: svn://10.0.0.236/trunk@51387 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 20:23:05 +00:00
kipp%netscape.com
4fe7cefb4a r=troy; Added nsITextContetChangeData to help optimize modifications of large text elements
git-svn-id: svn://10.0.0.236/trunk@51386 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 20:22:02 +00:00
evaughan%netscape.com
f1d7499417 Fixed some warnings: reviewed -hyatt
git-svn-id: svn://10.0.0.236/trunk@51385 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 20:17:51 +00:00
ramiro%fateware.com
0fed380744 Fix #ifdef DEBUG_ramiro build bustage.
git-svn-id: svn://10.0.0.236/trunk@51384 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 19:56:05 +00:00
matt%netscape.com
426f9c3ea3 Adding manual proxies -r by bill
git-svn-id: svn://10.0.0.236/trunk@51383 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 19:53:19 +00:00
ssu%netscape.com
f923fbd1b1 fixed bug #15309. r=dbragg. it now creates an empty Plugins directory within Seamonkey. Not part of tinderbox. would only affect windows.
git-svn-id: svn://10.0.0.236/trunk@51382 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 19:50:36 +00:00
ramiro%fateware.com
ced5d07b70 Fix #ifdef DEBUG_ramiro build bustage.
git-svn-id: svn://10.0.0.236/trunk@51381 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 19:30:29 +00:00
selmer%netscape.com
206cd25152 Fix enabling when last NCIfile is deleted
git-svn-id: svn://10.0.0.236/trunk@51379 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 18:39:26 +00:00
terry%mozilla.org
49666a52cb Fix perl warning.
git-svn-id: svn://10.0.0.236/trunk@51378 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 18:19:48 +00:00
kipp%netscape.com
da5a072040 new
git-svn-id: svn://10.0.0.236/trunk@51374 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 16:20:53 +00:00
briano%netscape.com
363f0cb92d Automated update
git-svn-id: svn://10.0.0.236/trunk@51373 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 15:00:22 +00:00
ramiro%fateware.com
a3613fc446 Work in progress to add reasonable rpm packaging support for the beast.
NOT PART OF THE SEAMONKEY BUILD.


git-svn-id: svn://10.0.0.236/trunk@51372 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 14:57:38 +00:00
ssu%netscape.com
d5686c3a21 fixing bug #16470. Not part of Tinderbox. Not part of seamonkey core code. r=pavlov. Would affect only windows.
git-svn-id: svn://10.0.0.236/trunk@51371 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 07:24:46 +00:00
tbogard%aol.net
8cf4ca3ed6 Added changes from buster.
git-svn-id: svn://10.0.0.236/trunk@51370 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 06:59:48 +00:00
ssu%netscape.com
ef19fe31d7 removing editor from install build process. Not part of Tinderbox. Not part of seamonkey code. Would affect only windows platforms.
git-svn-id: svn://10.0.0.236/trunk@51369 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 06:44:27 +00:00
tbogard%aol.net
2f9603aabc Added nsITextScroll.idl.
git-svn-id: svn://10.0.0.236/trunk@51368 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 06:41:03 +00:00
pierre%netscape.com
2123a4d227 Fix build bustage
git-svn-id: svn://10.0.0.236/trunk@51367 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 06:40:00 +00:00
tbogard%aol.net
75207bcf9a More changes from buster.
git-svn-id: svn://10.0.0.236/trunk@51366 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 05:52:54 +00:00
pierre%netscape.com
6b7990dcc7 Enabled MOZ_PERF_METRICS in the Mac build:
- updated DefinesMozilla.h
- fixed stopwatch.cpp
- created libutilIDL.mcp
- added StopWatch exports to libutil.exp
- added xpcom.shlb to libutil.mcp
- added libutil.shlb to htmlparser.mcp, layout.mcp, webshell.mcp


git-svn-id: svn://10.0.0.236/trunk@51365 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 05:41:45 +00:00
sfraser%netscape.com
68467cb1bb File Removed.
git-svn-id: svn://10.0.0.236/trunk@51364 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 05:37:53 +00:00
sfraser%netscape.com
7bac435457 Removed nsEditorFactory.cpp and nsEditorShellFactory.cpp which are no longer needed. r=pavlov
git-svn-id: svn://10.0.0.236/trunk@51363 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 05:37:04 +00:00
sfraser%netscape.com
a627d5676e Removal of calls to PR_MumbleMonitor, which were way too heavy-handed for the job. Replaced with PR_AtomicInc/Decrement. part of module sweep, r=morse, pavlov
git-svn-id: svn://10.0.0.236/trunk@51362 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 05:36:21 +00:00
pierre%netscape.com
1e94740a0f First Checked In.
git-svn-id: svn://10.0.0.236/trunk@51361 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 05:35:26 +00:00
mcafee%netscape.com
ca26c9bcab Moved to mozilla/tools/tinderbox (client-side script).
git-svn-id: svn://10.0.0.236/trunk@51360 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 05:20:02 +00:00
mcafee%netscape.com
f7f718532b Added bloat test. Also added --testonly to skip building process. Fixed bloatdiff to put its output to stdout. r=warren
git-svn-id: svn://10.0.0.236/trunk@51359 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 05:16:54 +00:00
troy%netscape.com
dced08401d r=kipp@netscape.com
Added API to get/set properties on frames. Also changed nsContainerFrame
to use a property to implement the frame overflow list. This saves 4 bytes
per container frames


git-svn-id: svn://10.0.0.236/trunk@51358 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 05:11:43 +00:00
waterson%netscape.com
41c3d0afa5 Fix solaris (and other unsupported platforms).
git-svn-id: svn://10.0.0.236/trunk@51357 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 04:28:07 +00:00
waterson%netscape.com
a8195254ae Change nsTraceRefCnt::WalkTheStack() to accept stream.
git-svn-id: svn://10.0.0.236/trunk@51355 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 03:45:38 +00:00
sfraser%netscape.com
aed61fd72a Removed an errant semicolon in a IID declaration. r=floppy moose
git-svn-id: svn://10.0.0.236/trunk@51354 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 03:45:20 +00:00
waterson%netscape.com
035b04b87b Change nsTraceRefcnt::WalkTheStack() to accept stream.
git-svn-id: svn://10.0.0.236/trunk@51353 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 03:45:12 +00:00
waterson%netscape.com
21abead461 Modify nsTraceRefcnt::WalkTheStack() to accept a stream. Other misc formatting fixup. work really done by beard, r=waterson.
git-svn-id: svn://10.0.0.236/trunk@51352 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 03:44:37 +00:00
tbogard%aol.net
ce03f0d9f0 More additions suggested by buster. Not all final, still working out the interfaces.
git-svn-id: svn://10.0.0.236/trunk@51351 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 03:23:31 +00:00
tbogard%aol.net
c8d824834b More changes to the interface. Merging in changes from buster.
git-svn-id: svn://10.0.0.236/trunk@51350 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 03:01:33 +00:00
tbogard%aol.net
619f3992f7 Added new nsIDocShellContainer.idl to the build list.
git-svn-id: svn://10.0.0.236/trunk@51349 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 03:01:10 +00:00
tbogard%aol.net
3b01cf0bec First Check-in.
git-svn-id: svn://10.0.0.236/trunk@51348 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 03:00:07 +00:00
nisheeth%netscape.com
205adceff6 Should not affect build. Include stopwatch object code if MOZ_PERF is defined.
git-svn-id: svn://10.0.0.236/trunk@51347 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 02:47:56 +00:00
dveditz%netscape.com
7d2157e059 mac bustage
git-svn-id: svn://10.0.0.236/trunk@51346 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 02:46:21 +00:00
nisheeth%netscape.com
569e1a2fb1 Fixed warnings. Enabled code to build on UNIX. r=pollmann
git-svn-id: svn://10.0.0.236/trunk@51345 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 02:32:01 +00:00
endico%mozilla.org
8f060eb994 remove the full path names on newsbot.html and wrapped.html so wrap.pl doesn't add "../" to everything. communicator doesn't mind this but it breaks msie and probably mozilla
git-svn-id: svn://10.0.0.236/trunk@51344 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 02:30:21 +00:00
briano%netscape.com
4f1d9b3a36 Automated update
git-svn-id: svn://10.0.0.236/trunk@51343 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 02:15:10 +00:00
nisheeth%netscape.com
3871dd508d Will not affect build. Add support for --enable-perf-metrics autoconf flag that will switch on the reporting of timing information about gecko's layout processes.
git-svn-id: svn://10.0.0.236/trunk@51342 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 02:01:49 +00:00
varada%netscape.com
6475343232 changing all edit fields with browse buttons to non editable scripts
git-svn-id: svn://10.0.0.236/trunk@51341 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 01:56:54 +00:00
dveditz%netscape.com
92654b5840 Missed a test
git-svn-id: svn://10.0.0.236/trunk@51340 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 01:47:28 +00:00
selmer%netscape.com
bea6cdd46f Don't need -MDd in CFLAGS
git-svn-id: svn://10.0.0.236/trunk@51339 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 01:42:48 +00:00
bienvenu%netscape.com
4e7faff324 fix memory leaks and mismatched frees r=jefft
git-svn-id: svn://10.0.0.236/trunk@51338 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 01:42:00 +00:00
bienvenu%netscape.com
4392913cc3 fix mismatched free
git-svn-id: svn://10.0.0.236/trunk@51337 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 01:40:08 +00:00
bienvenu%netscape.com
10931ccb41 another memory leak fix for mime
git-svn-id: svn://10.0.0.236/trunk@51336 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 01:37:03 +00:00
beard%netscape.com
6bfc31a469 fix :: bustage.
git-svn-id: svn://10.0.0.236/trunk@51334 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 01:07:50 +00:00
dveditz%netscape.com
6b0912645b Changing nsFileSpec Copy and Move function names to match their
functionality, and also to free up the namespace for a *real* Copy
and Move that allow renaming the leaf name rather than just copying
into different directories (i.e. to make backup files). r=ssu


git-svn-id: svn://10.0.0.236/trunk@51333 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 00:40:39 +00:00
hoa.nguyen%intel.com
ed3c26548f Optimized decoder. Removed warnings.
git-svn-id: svn://10.0.0.236/trunk@51332 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 00:17:48 +00:00
beard%netscape.com
a27e6a0c95 when GC_DEBUG is off, try to use GC_malloc_ignore_off_page for large blocks. Since GC_MALLOC always returns cleared blocks, don't bother clearning. r=gordon, bug=15906
git-svn-id: svn://10.0.0.236/trunk@51331 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 00:17:28 +00:00
dp%netscape.com
af64d101fa Fixed crash on -f file on quit by using async proxy post event as
opposed to calling quit directly. r=dougt


git-svn-id: svn://10.0.0.236/trunk@51330 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 00:15:30 +00:00
beard%netscape.com
72a36eba4b use nsILeakDetector service. r=gordon, bug=15906
git-svn-id: svn://10.0.0.236/trunk@51329 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 00:13:07 +00:00
karnaze%netscape.com
fb5466f5e4 bug 14915 - fix crash.
git-svn-id: svn://10.0.0.236/trunk@51328 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 00:11:55 +00:00
beard%netscape.com
b582d5259b added GC_address_to_source, MWUnmangle exports. r=gordon, bug=15906
git-svn-id: svn://10.0.0.236/trunk@51327 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 00:09:14 +00:00
beard%netscape.com
eb87b84391 added nsEnvironment.cpp. r=gordon, bug=15906
git-svn-id: svn://10.0.0.236/trunk@51326 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 00:08:13 +00:00
rods%netscape.com
3133a0f78a removed the PR_MAX forcing the y offset to be zero or greater. Not sure why it was doing this.
r=kmcclusk Bug #16152


git-svn-id: svn://10.0.0.236/trunk@51325 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 00:06:23 +00:00
beard%netscape.com
abf884842d added GC_address_to_source, MWUnmangle stubs. r=gordon, bug=15906
git-svn-id: svn://10.0.0.236/trunk@51324 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 00:06:13 +00:00
sspitzer%netscape.com
81245102fa fix for #15231, r=mscott. get the fixed_width pref to stick.
the problem was we had it as an int pref, when it was a bool pref.


git-svn-id: svn://10.0.0.236/trunk@51323 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 00:05:50 +00:00
hoa.nguyen%intel.com
4b7e9a7a5a Optimized decoder.
git-svn-id: svn://10.0.0.236/trunk@51322 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 00:05:16 +00:00
beard%netscape.com
b12276db98 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@51321 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 00:05:05 +00:00
hoa.nguyen%intel.com
b52252a4aa Correctly check for the HZ converter engine state.
git-svn-id: svn://10.0.0.236/trunk@51320 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 00:03:52 +00:00
nhotta%netscape.com
dbcb2cc74d Fix a warning, it was assigning NULL to char type, r=ftang.
git-svn-id: svn://10.0.0.236/trunk@51319 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 23:55:31 +00:00
nhotta%netscape.com
3e99f5b0b8 Adding a wrapper function for a new i18n interface, part of bug fix 15475, r=rhp.
git-svn-id: svn://10.0.0.236/trunk@51318 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 23:51:25 +00:00
cmanske%netscape.com
661bf267b9 Fixed bug 16923. r=mjudge
git-svn-id: svn://10.0.0.236/trunk@51317 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 23:50:20 +00:00
rods%netscape.com
dd80c9dd09 added check for null frame. The child frame can be null when a comment node exists as
one of the children of the select. r=kmcclusk, Bug #16355


git-svn-id: svn://10.0.0.236/trunk@51316 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 23:35:38 +00:00
endico%mozilla.org
48d6ca301e clairify that the 'mozilla' module contains the entire 'current' repository, not everything including all the branches.
git-svn-id: svn://10.0.0.236/trunk@51315 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 23:30:50 +00:00
pierre%netscape.com
a7cee2ccb1 #15636 "Cleanup build warnings". Some compilers issued a "hidden virtual method" warning because only one of the two implementations of GetDesiredSize() was overridden. r=slamm.
git-svn-id: svn://10.0.0.236/trunk@51314 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 23:30:29 +00:00
hoa.nguyen%intel.com
cfe11b1fd4 Changed from char types to PRUint8.
git-svn-id: svn://10.0.0.236/trunk@51313 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 23:21:56 +00:00
wtc%netscape.com
e0c8d6770c Made comments match code.
git-svn-id: svn://10.0.0.236/trunk@51312 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 23:19:31 +00:00
harishd%netscape.com
6cd114ddff Fix for the bustage.
r=pollmann


git-svn-id: svn://10.0.0.236/trunk@51311 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 23:14:50 +00:00
wtc%netscape.com
eacb3c22ae Bugsplat bug #366840: PR_StringToNetAddr needs to set the address family
field of the PRNetAddr structure. Added a new test str2addr.c for this
bug. r=larryh@netscape.com
Modified files: prnetdb.c, pr/tests/runtests.ksh, pr/tests/Makefile,
    pr/tests/Makefile.in
Added file: pr/tests/str2addr.c


git-svn-id: svn://10.0.0.236/trunk@51310 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 23:07:38 +00:00
mcafee%netscape.com
9fa424b571 Moving bloatdiff.pl from webtools/tinderbox (server) to here (client).
git-svn-id: svn://10.0.0.236/trunk@51309 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 22:35:48 +00:00
harishd%netscape.com
676f148787 Fixed Bug 16285 - Replaced char* with nsCAutoString for mBuffer.
This fixes the crash on doing Ctrl-c in editor.

r=akkana


git-svn-id: svn://10.0.0.236/trunk@51308 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 22:35:12 +00:00
harishd%netscape.com
8cccb6a457 Fixed Bug 16014 - Rectifed a glitch in illegal-content handling code.
r=pollmann


git-svn-id: svn://10.0.0.236/trunk@51307 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 22:32:10 +00:00
alecf%netscape.com
e0db5266e6 turn news into a nsIModule
r=sspitzer
(porkjockey work)


git-svn-id: svn://10.0.0.236/trunk@51306 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 22:30:02 +00:00
akkana%netscape.com
49f4e5d7aa 16726: don't print the doctype information in plaintext output. r=cmanske
git-svn-id: svn://10.0.0.236/trunk@51305 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 22:27:14 +00:00
edburns%acm.org
25735aa125 bug: 16842
reviewer: edburns
approver: edburns

Changed raptor to gk in makefile as appropriate.


git-svn-id: svn://10.0.0.236/trunk@51304 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 22:02:34 +00:00
rods%netscape.com
54bbcb0dfd added code to the destructor to make sure the list get rolled up.
r=kmcclusk bug 15912


git-svn-id: svn://10.0.0.236/trunk@51303 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 21:59:04 +00:00
alecf%netscape.com
8d5865d224 clean up nsIMsgFolder API in preparation for fixing a number of bugs, most importantly #14437
r=scottip


git-svn-id: svn://10.0.0.236/trunk@51302 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 21:58:21 +00:00
dmose%mozilla.org
9cdfa509fd macfe lives on in the MozillaClassic branch, but there's no longer a need for it on the trunk. a=smfr@netscape.com
git-svn-id: svn://10.0.0.236/trunk@51301 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 21:53:27 +00:00
endico%mozilla.org
47e168172c add m10 tree for the Design Patterns contest
git-svn-id: svn://10.0.0.236/trunk@51300 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 21:52:08 +00:00
endico%mozilla.org
3d25df00ed merge old changes from when we moved to komodo
git-svn-id: svn://10.0.0.236/trunk@51299 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 21:48:49 +00:00
mscott%netscape.com
2faa0c76f6 optimize nsImapBuildMessageURI to use a nsCAutoString. This saves us an extra allocation of the string later on.
r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@51298 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 21:41:18 +00:00
scc%netscape.com
a83d58083d Now InstallFromManifest "xpcom/components/MANIFEST_COMPONENTS" to get some javascript installed in the apps "Components" directory. This corresponds to work shaver has already done on the other platforms. r=sfraser
git-svn-id: svn://10.0.0.236/trunk@51297 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 21:31:46 +00:00
srinivas%netscape.com
ecb0569df7 The "-mno-486" compiler option is no longer relevant and not supported
in new gcc compilers (v2.95). Bug #15975.


git-svn-id: svn://10.0.0.236/trunk@51296 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 21:19:53 +00:00
bienvenu%netscape.com
0169c2df6e more memory leak fixes, r=mscott
git-svn-id: svn://10.0.0.236/trunk@51295 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 21:18:25 +00:00
bienvenu%netscape.com
3d780d6859 fix rdf resource value leaks r=jefft
git-svn-id: svn://10.0.0.236/trunk@51294 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 21:12:00 +00:00
scc%netscape.com
b029ca73a2 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@51293 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 21:03:21 +00:00
mscott%netscape.com
899ebce13b Bug #16814 --> i found a problem which may be causing us to block in the imap protocol when downloading larger
attachments or images. Basically, the nsMsgLineStreamBuffer class had a fence post bug when determining
if it had enough room to read in more bytes. If the # of free bytes in the stream buffer was 1 byte and we
had just one byte of data left to read in from the incoming stream, we would fail to read in that one byte.
r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@51292 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 21:01:58 +00:00
ftang%netscape.com
c683bbd987 do not do TypedText if the character code is 0. r=brade. Fix bug 16570 and 16811
git-svn-id: svn://10.0.0.236/trunk@51291 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 21:01:20 +00:00
bienvenu%netscape.com
d6cfea3e69 fix mime memory leaks, mostly strings, r=rhp
git-svn-id: svn://10.0.0.236/trunk@51290 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 21:00:02 +00:00
waldemar%netscape.com
28941388eb Changed bottom expressions to syntax error throws
git-svn-id: svn://10.0.0.236/trunk@51289 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 20:58:07 +00:00
waldemar%netscape.com
8a4ea2ca19 Added upper-case Greek letters
git-svn-id: svn://10.0.0.236/trunk@51288 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 20:57:37 +00:00
danm%netscape.com
fe06bcf74b no longer used
git-svn-id: svn://10.0.0.236/trunk@51287 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 20:51:16 +00:00
bienvenu%netscape.com
21c7cb6d78 fix memory leaks of uri's and a progress string r=mscott
git-svn-id: svn://10.0.0.236/trunk@51286 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 20:49:45 +00:00
briano%netscape.com
bd0b8a085b Automated update
git-svn-id: svn://10.0.0.236/trunk@51285 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 20:45:41 +00:00
bienvenu%netscape.com
004de2f422 fix memory leaks in address book r=mscott
git-svn-id: svn://10.0.0.236/trunk@51284 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 20:41:27 +00:00
mcafee%netscape.com
8d734dfcc2 Adding support for --enable-logrefcnt; off by default in optimized builds, we need this for tinderbox. code=dp, r=mcafee
git-svn-id: svn://10.0.0.236/trunk@51283 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 20:40:01 +00:00
law%netscape.com
64d7ceb5a2 Fix for bug #9131; add dependent=yes feature on find dialog so it behaves properly; r=matt@netscape.com
git-svn-id: svn://10.0.0.236/trunk@51282 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 20:36:08 +00:00
bienvenu%netscape.com
f1140e8c6e fix memory leak of notification uri r=dougt
git-svn-id: svn://10.0.0.236/trunk@51281 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 20:30:42 +00:00
akkana%netscape.com
b05d4de40d 15777: Don't declare the same function-static symbol twice in the same file, because some versions of gcc can't deal with it. r=mcafee
git-svn-id: svn://10.0.0.236/trunk@51280 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 20:20:38 +00:00
mcafee%netscape.com
f097b7a2a4 Reviewing and applying pavlov's fix for extra row in color palette. (14315)
git-svn-id: svn://10.0.0.236/trunk@51279 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 20:14:13 +00:00
akkana%netscape.com
2a83eeebf7 16795: Make arrow keys work again.
The gtk event for arrow keys has length=0, but we still need to generate
KeyDown, KeyPress, etc. events for these keys.  r=pavlov


git-svn-id: svn://10.0.0.236/trunk@51277 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 20:04:40 +00:00
dougt%netscape.com
48fd2584d2 removing an extra release (16832)
Now doing a QI when getting a proxy so that the IID matches the |in| real
object.

r=jud


git-svn-id: svn://10.0.0.236/trunk@51276 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 20:04:20 +00:00
akkana%netscape.com
60d8465f63 16844: modifier key presses shouldn't insert anything into the editor. r=brade
git-svn-id: svn://10.0.0.236/trunk@51275 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 20:02:44 +00:00
varada%netscape.com
459ff2f953 fixes for bug #14014 changed EditBox types to Text in the widgets
git-svn-id: svn://10.0.0.236/trunk@51274 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 19:59:00 +00:00
putterman%netscape.com
3a0d0bf033 Fixes 15771 and 10603. Scrolling up in tree widget doesn't lose treeitems. r=hyatt.
git-svn-id: svn://10.0.0.236/trunk@51273 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 19:48:58 +00:00
bienvenu%netscape.com
6b88f85516 fix memory leak of literal string creating rdf node r=scottip
git-svn-id: svn://10.0.0.236/trunk@51272 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 19:06:53 +00:00
scc%netscape.com
0d129de64e eliminate warnings, r=shaver
git-svn-id: svn://10.0.0.236/trunk@51271 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 18:59:00 +00:00
waterson%netscape.com
95123cee1f Bug 15146. Factor nsXULElement's members into prototype and optional 'slots' for heavyweight elements. r=hyatt.
git-svn-id: svn://10.0.0.236/trunk@51270 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 18:55:32 +00:00
cmanske%netscape.com
353d58e800 Fixed bug 16868. r=brade
git-svn-id: svn://10.0.0.236/trunk@51269 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 18:43:56 +00:00
nisheeth%netscape.com
ddb8cb8f28 Changes should not affect build. Ongoing work to make the stopwatch code build on Unix.
git-svn-id: svn://10.0.0.236/trunk@51268 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 18:43:34 +00:00
bienvenu%netscape.com
b205486bc1 fix memory leak of default pref dir file spec r=sspitzer
git-svn-id: svn://10.0.0.236/trunk@51267 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 18:42:30 +00:00
bienvenu%netscape.com
09d199c08a fix memory leaks with mime string bundles and v-cards r=rhp
git-svn-id: svn://10.0.0.236/trunk@51266 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 18:41:49 +00:00
sspitzer%netscape.com
ee0c7447a5 fix for #16820, #16821. r=alecf, a=leaf. fix the pre-select the compose "From" identity
based on the selection in the folder pane.  it broken when I removed the FindServerUsingURI()
method a few days ago.  all better now.


git-svn-id: svn://10.0.0.236/trunk@51265 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 18:31:26 +00:00
leila.garin%eng.sun.com
74762b6d76 Added BWTestThread.java in makefiles, removed print stmt. from TestLoader
git-svn-id: svn://10.0.0.236/trunk@51264 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 17:21:23 +00:00
terry%mozilla.org
3e3cacb732 Ignore the "shadow" and "temp" directories.
git-svn-id: svn://10.0.0.236/trunk@51263 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 16:26:04 +00:00
kipp%netscape.com
deab3a6af2 new
git-svn-id: svn://10.0.0.236/trunk@51262 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 15:31:51 +00:00
kipp%netscape.com
aecc167cc9 Use local images
git-svn-id: svn://10.0.0.236/trunk@51261 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 15:31:26 +00:00
kipp%netscape.com
d4e0127173 Made test run locally without a net
git-svn-id: svn://10.0.0.236/trunk@51260 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 15:31:11 +00:00
terry%mozilla.org
970e03fe63 Fix perl warning.
git-svn-id: svn://10.0.0.236/trunk@51259 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 15:17:37 +00:00
dcone%netscape.com
9abd146c48 Fixed the rounded border rendering code to obey solid, and none style types.
Also bumped all the rounded rects onto pixel boundaries before rendering.


git-svn-id: svn://10.0.0.236/trunk@51258 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 14:46:27 +00:00
law%netscape.com
df6e65595b Fix for bug #?????; Avoid false positive on check for -f cmd line option; r=warren@netscape.com
git-svn-id: svn://10.0.0.236/trunk@51257 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 14:40:25 +00:00
karnaze%netscape.com
6418d90654 Remove caching cell spacing as margin on cells, reducing 16 bytes and avoiding potentially unique style contexts; simplified cell margin calculations; r=troy
git-svn-id: svn://10.0.0.236/trunk@51256 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 14:18:56 +00:00
cmanske%netscape.com
5e0a77611f Fixed bugs 12515, 16493,16494,16495,16692,16794,most of 9758. Replaced old 'target' icon with interim 'anchor' icon. r=sfraser
git-svn-id: svn://10.0.0.236/trunk@51255 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 14:15:25 +00:00
terry%mozilla.org
bf28c3efd8 Fix perl warning.
git-svn-id: svn://10.0.0.236/trunk@51254 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 14:12:43 +00:00
mscott%netscape.com
2f8bc8e00f Bug #16843 and #16832 where we were crashing when dismissing dialogs. this may not be the final
fix but in an earlier change to this file today, this class stopped addreffing an event queue member variable.
But the dtor still released a reference to the event queue that it didn't have!
The eventual fix may be to put the addref back in there but I need to talk to dougt about this.

this is real danm's fix. i'm the reviewer.


git-svn-id: svn://10.0.0.236/trunk@51253 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 08:35:36 +00:00
danm%netscape.com
f98e5e2bc8 fixing obvious flaw in Unlink. r:waterson@netscape.com
git-svn-id: svn://10.0.0.236/trunk@51252 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 08:35:04 +00:00
tbogard%aol.net
501277d9f2 Integrated some changes made by buster. Still talking some them over, but here for now.
git-svn-id: svn://10.0.0.236/trunk@51251 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 07:37:37 +00:00
cls%seawood.org
47d0316267 Some compilers complain if you declare variables after a potential goto call so move the declarations to the top of the function. Should fix the linux libc5 SM-Ports tinderbox & gcc 2.95 builds.
a=mscott


git-svn-id: svn://10.0.0.236/trunk@51250 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 05:40:05 +00:00
cls%seawood.org
31fb034e97 Use PRBool instead of bool as some compilers do not understand bool. Should fix a couple of SM-Ports tinderboxen.
r=sfraser a=mscott


git-svn-id: svn://10.0.0.236/trunk@51249 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 05:37:18 +00:00
waldemar%netscape.com
e9e8df96c5 Removed types from bottom expressions
git-svn-id: svn://10.0.0.236/trunk@51245 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 02:27:53 +00:00
waldemar%netscape.com
ed5c56be64 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@51244 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 02:27:34 +00:00
law%netscape.com
95fc4f832f Fixes for bug #16789; permit OpenDialog to work on hidden window even if document load has not completed yet; r=norris@netscape.com, r=danm@netscape.com
git-svn-id: svn://10.0.0.236/trunk@51243 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 01:25:41 +00:00
cmanske%netscape.com
a978b9e92b Changed a comment. This and last checkin were reviewed by mjudge
git-svn-id: svn://10.0.0.236/trunk@51241 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 01:06:05 +00:00
cmanske%netscape.com
22bf05aebd Adding menu item to start Composer from Browser debug menu as workaround for bug 16789 (can't start editor on command line). Also removed editor init page from code that's not even run?
git-svn-id: svn://10.0.0.236/trunk@51240 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 01:03:39 +00:00
edburns%acm.org
8af706c11b Added Swing webclient test code and windows makefile mods.
Author=Ann Sunhachawee
r=edburns@acm.org
Approver=edburns@acm.org
Bug=http://bugzilla.mozilla.org/show_bug.cgi?id=16842


git-svn-id: svn://10.0.0.236/trunk@51239 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 00:49:28 +00:00
waldemar%netscape.com
cc0c52492a Changed syntax of getters and setters to "get name" and "set name". Relaxed grammar constraints on definitions. Changed over to colon syntax for types. Added local visibility and block modifiers.
git-svn-id: svn://10.0.0.236/trunk@51238 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 00:46:31 +00:00
evaughan%netscape.com
e5f071ac53 fixed numerous warnings. Reviewed by Hyatt.
git-svn-id: svn://10.0.0.236/trunk@51237 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 00:46:21 +00:00
waldemar%netscape.com
83bc932793 Removed octal escapes. Replaced bottom by throw of syntax error.
git-svn-id: svn://10.0.0.236/trunk@51236 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 00:43:58 +00:00
waldemar%netscape.com
db1c1b6e5e Removed octals. Removed rational-to-integer, which was replaced by semantic subtyping. Replaced bottom by throw of syntax error.
git-svn-id: svn://10.0.0.236/trunk@51235 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 00:43:22 +00:00
waldemar%netscape.com
11aeb1c87d Removed rational-to-integer and types in bottom calls, which were replaced by semantic subtyping
git-svn-id: svn://10.0.0.236/trunk@51234 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 00:42:17 +00:00
waldemar%netscape.com
f02f9a2f0c Removed rational-to-integer, which was replaced by semantic subtyping
git-svn-id: svn://10.0.0.236/trunk@51233 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 00:41:59 +00:00
waldemar%netscape.com
1234934b00 Added semantic subtyping, throw, and catch
git-svn-id: svn://10.0.0.236/trunk@51232 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 00:40:55 +00:00
waldemar%netscape.com
bc5b327059 Fixed bug that would sometimes emit a newline between a backslash and its following escaped character
git-svn-id: svn://10.0.0.236/trunk@51231 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 00:40:04 +00:00
terry%mozilla.org
60beb90ee5 Fixed stupid perl warning.
git-svn-id: svn://10.0.0.236/trunk@51230 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 00:27:16 +00:00
alecf%netscape.com
30aa1d1d5c remove old gifs
git-svn-id: svn://10.0.0.236/trunk@51229 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 00:19:23 +00:00
alecf%netscape.com
ba963eb07e remove old gif
git-svn-id: svn://10.0.0.236/trunk@51228 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 00:18:32 +00:00
alecf%netscape.com
1bfdda92a8 remove unused images
git-svn-id: svn://10.0.0.236/trunk@51227 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 00:15:50 +00:00
mcafee%netscape.com
fcf9fe791f minor whitespace
git-svn-id: svn://10.0.0.236/trunk@51226 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 00:14:23 +00:00
larryh%netscape.com
2efaf6b409 BugSplat 367096
git-svn-id: svn://10.0.0.236/trunk@51225 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 00:12:37 +00:00
norris%netscape.com
b2e9644e2b Work on 1646 [DOGFOOD] javascript: URLs aren't working
r=mstoltz


git-svn-id: svn://10.0.0.236/trunk@51224 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 00:12:04 +00:00
alecf%netscape.com
59c413637f remove old gifs
git-svn-id: svn://10.0.0.236/trunk@51223 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 00:11:46 +00:00
larryh%netscape.com
eb823e8216 BugSplat 367096
git-svn-id: svn://10.0.0.236/trunk@51222 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 00:07:01 +00:00
terry%mozilla.org
11426df64d Fixed stupid perl warning.
git-svn-id: svn://10.0.0.236/trunk@51221 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 00:06:41 +00:00
kipp%netscape.com
7903586ee4 Removed some silly warnings
git-svn-id: svn://10.0.0.236/trunk@51220 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 00:06:12 +00:00
despotdaemon%netscape.com
4f6f8b68b0 Pseudo-automatic update of changes made by jmas@softcatala.org.
git-svn-id: svn://10.0.0.236/trunk@51219 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 23:58:29 +00:00
kipp%netscape.com
32b2148862 Added new test
git-svn-id: svn://10.0.0.236/trunk@51218 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 23:53:31 +00:00
despotdaemon%netscape.com
fc8c4bd300 Pseudo-automatic update of changes made by leaf@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@51217 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 23:51:38 +00:00
pollmann%netscape.com
e0757a21ca Bug 15729: Fall back to content when getting text value; r=vidur
git-svn-id: svn://10.0.0.236/trunk@51216 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 23:43:58 +00:00
selmer%netscape.com
b2360b9a85 fix for crash on cancel newconfig dialog
git-svn-id: svn://10.0.0.236/trunk@51215 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 23:43:13 +00:00
alecf%netscape.com
959275c4ac return null identity on null or empty key
no bug
r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@51214 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 23:37:54 +00:00
dveditz%netscape.com
c097cd276c reenabling 6986-fix for the mac, r-dougt
git-svn-id: svn://10.0.0.236/trunk@51213 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 23:17:54 +00:00
despotdaemon%netscape.com
efa03bb824 Pseudo-automatic update of changes made by jmas@softcatala.org.
git-svn-id: svn://10.0.0.236/trunk@51212 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 23:13:07 +00:00
leaf%mozilla.org
843c7df9fb adding mozilla/embedding and mozilla/docshell to SeaMonkeyCore
git-svn-id: svn://10.0.0.236/trunk@51211 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 23:09:34 +00:00
kipp%netscape.com
3096ad4a52 r=ftang; fixed off by one error that made return value oPrev inconsistent
git-svn-id: svn://10.0.0.236/trunk@51210 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 23:06:27 +00:00
kipp%netscape.com
4befc8fe5e Added more tests
git-svn-id: svn://10.0.0.236/trunk@51209 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 23:04:55 +00:00
kipp%netscape.com
2d9044ac40 new
git-svn-id: svn://10.0.0.236/trunk@51208 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 23:04:33 +00:00
kipp%netscape.com
9c72c46de9 Fixed O(N^2) debug logic bug; speed up paint loop by avoiding painting too much now that we have combined-area (bug 7455, 12297)
git-svn-id: svn://10.0.0.236/trunk@51207 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 23:04:19 +00:00
kipp%netscape.com
bbbab95269 update to new nsTextTransformer api
git-svn-id: svn://10.0.0.236/trunk@51206 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 23:01:58 +00:00
kipp%netscape.com
6b051cc38a r=ftang; rewrite to fix 16656, parts of 7455
git-svn-id: svn://10.0.0.236/trunk@51205 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 23:01:45 +00:00
kipp%netscape.com
d6884c9b41 Init text-transformer during module setup to save cycles (bug 7455)
git-svn-id: svn://10.0.0.236/trunk@51204 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 23:01:23 +00:00
amusil%netscape.com
1d95656844 Fixed bug in editing anonymous attributes in database. Now all attributes get modified instead
of only the first.


git-svn-id: svn://10.0.0.236/trunk@51203 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 22:46:29 +00:00
tbogard%aol.net
c820ac974d More documentation and clean-up of the interfaces.
git-svn-id: svn://10.0.0.236/trunk@51202 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 22:40:28 +00:00
tbogard%aol.net
e5684d8a64 Added some documentation.
git-svn-id: svn://10.0.0.236/trunk@51201 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 22:39:57 +00:00
nisheeth%netscape.com
fedd700745 Checkin does not affect build. If MOZ_PERF is set to 1 define the compiler define MOZ_PERF_METRICS for the windows build.
git-svn-id: svn://10.0.0.236/trunk@51200 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 22:37:53 +00:00
valeski%netscape.com
cc447b7234 14659, r=gagan&warren&dougt
Misc. FTP changes:
*increased FTP buffer read/write size from 4k to 8k.
*removed un-needed (for now) SetPASV() for FTP connection thread
*string optimizations
*FTP Connection thread now uses the NS_IMPL_ISUPPORTS4 macro for addref, rel, and QI methods.
*connection cache key api consolidation (Get()/Remove() combo turned into Remove(key)).

Authentication dialog changes:
*Authentication dialog now includes host name the user is trying to connect to.

nsIRequest support:
*FTP Connection thread now maintains a member variable pointing to it's event queue. It also pumps the event queue in the main loop.
*FTP Connection thread now implemented the nsIRequest interface (never called directly; only via the nsFTPChannel api)
*FTP Channel now uses an xpcom proxy object to make the nsIRequest api calls on the FTP Connection thread.

FTP protocol interpretation changes:
*FTP now handles servers that send multi-line greetings in the first Read() (we blocked indefinately before)
*FTP now parses the parent working directory properly (used to always treat it as '/')


git-svn-id: svn://10.0.0.236/trunk@51199 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 22:37:47 +00:00
dougt%netscape.com
0377b9291c Fix for bug 16818. xpcom proxy does not handle classes with two or more
interfaces correctly.  What happens is the real object is addref
incorrectly and will never be deleted.

r=jud


git-svn-id: svn://10.0.0.236/trunk@51198 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 22:35:54 +00:00
dp%netscape.com
fabbeba48e Fixed warnings. r=pam nunn
git-svn-id: svn://10.0.0.236/trunk@51197 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 22:28:38 +00:00
nisheeth%netscape.com
b7fab4e31c Changes should not affect the build. Renaming the RAPTOR_PERF_METRICS ifdef to MOZ_PERF_METRICS.
git-svn-id: svn://10.0.0.236/trunk@51196 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 22:27:20 +00:00
dp%netscape.com
bf856b8053 Converting implementations of QueryInterface() to the std one. This
fixes bugs in the previous implementation that caused unbalanced
refcounts and premature releases. Thanks for rpotts for the heads
up. r=pam nunn


git-svn-id: svn://10.0.0.236/trunk@51195 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 22:27:08 +00:00
cathleen%netscape.com
1f3c5b3ef3 add txmgr.xpt to core list, like the rest of the editor files.
also removed a couple of obsolete files from the list


git-svn-id: svn://10.0.0.236/trunk@51194 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 22:03:29 +00:00
pnunn%netscape.com
c88ef4fe6e clean up associated with bug#15817, gif decoder. r: dp@netscape.com.
Removing obsolete file.


git-svn-id: svn://10.0.0.236/trunk@51193 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 22:02:49 +00:00
warren%netscape.com
077b0c94d4 Added 'PageCycler' code so that we can iterate through URL loads (by calling mozilla.exe -f <file-of-urls>). We need this for adding bloat/leaks info to tinderbox. r=law
git-svn-id: svn://10.0.0.236/trunk@51192 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 22:01:28 +00:00
danm%netscape.com
855118ba4a retire event queues even on Windows when they're no longer used. part of bug 15856. r:hyatt@netscape.com
git-svn-id: svn://10.0.0.236/trunk@51191 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 22:00:12 +00:00
rods%netscape.com
2a900deed8 The code that checked to see whether it should explicitly set focus on the gfx's containing widget
now uget the new focused content's frame instead of using the mCurrentTarget. The mCurrentTarget
is correct for a mouse down but incorrect for a "tab". This is because the mCurrentTarget points at
the currently focused content for a tab event, instead of the new content.
r=joki, bug 11162


git-svn-id: svn://10.0.0.236/trunk@51190 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 21:57:43 +00:00
pnunn%netscape.com
cc3d6490a5 bug# 16785. r: dp, valeski, neeti. Send mimetype info from channel to imglib.
If no decoder, sniff data stream for mime info.


git-svn-id: svn://10.0.0.236/trunk@51189 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 21:49:20 +00:00
alla%lysator.liu.se
cba2b194ce Update the GtkMozilla widget so it works. Also updated the streaming interface
so that it works with Necko. Small cleanups.
Fixes 16576 and 14975. r=shaver


git-svn-id: svn://10.0.0.236/trunk@51188 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 21:46:33 +00:00
norris%netscape.com
0b51721d30 Remove references to unsupported JVM_ calls. Needed for bug 16577.
r=shaver


git-svn-id: svn://10.0.0.236/trunk@51187 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 21:45:29 +00:00
dp%netscape.com
41b9a6b713 Removing prototype of NS_NewDocumentElementFrame. r=evaughan
git-svn-id: svn://10.0.0.236/trunk@51186 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 21:40:54 +00:00
locka%iol.ie
1e319234e1 Implemented ShowContextMenu so that CBrowse can display custom popup menus in response to right mouse clicks
git-svn-id: svn://10.0.0.236/trunk@51185 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 21:39:42 +00:00
tbogard%aol.net
ab0c88be9a Ooops, last night removing one warning uncovered another. r=gimpy
git-svn-id: svn://10.0.0.236/trunk@51184 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 21:34:21 +00:00
terry%mozilla.org
d1fca29577 Need to value_quote() things that go into VALUE attributes in HTML.
git-svn-id: svn://10.0.0.236/trunk@51183 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 21:27:41 +00:00
despotdaemon%netscape.com
a0b1fe8617 Pseudo-automatic update of changes made by paw@netscape.com.
git-svn-id: svn://10.0.0.236/trunk@51182 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 21:26:55 +00:00
endico%mozilla.org
2e29901945 align "edit products" at the top so its not lost 3 screens down in the products list.
git-svn-id: svn://10.0.0.236/trunk@51181 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 21:26:39 +00:00
bienvenu%netscape.com
bad04c3403 fix nsImapProtocol leaks r=mscott, no bug #
git-svn-id: svn://10.0.0.236/trunk@51180 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 21:24:31 +00:00
pierre%netscape.com
9264bc9c89 added stopwatch.cpp to the mac build for nisheeth
git-svn-id: svn://10.0.0.236/trunk@51179 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 21:12:14 +00:00
slamm%netscape.com
4481922240 Handle clicks properly. Fix for 14857 and 11986. r=rjc
git-svn-id: svn://10.0.0.236/trunk@51178 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 21:11:39 +00:00
cathleen%netscape.com
2d960ed1c1 additional cleanup, and previous checked in added wallet chrome files, partial fix for bug 15220
git-svn-id: svn://10.0.0.236/trunk@51177 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 21:09:04 +00:00
rogerl%netscape.com
4e16b4e094 r=norris
Delayed functionDef from creating property until after the body parses
succesfully.


git-svn-id: svn://10.0.0.236/trunk@51176 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 21:07:45 +00:00
mscott%netscape.com
2fc150a6c8 no bug number. I found that we were making an extra copy of the message body before writing it to the stream.
I was able to fix this by using a nsCString instead of an nsString for the message body. Also, audited the file
to use nsCAutoString instead of nsString to save some extra copying. Used NS_WITH_SERVICE macros for componenet
mananager and register service. Added some com ptr useage too.
r=rhp


git-svn-id: svn://10.0.0.236/trunk@51175 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 21:06:42 +00:00
rogerl%netscape.com
d0725e4d4e r=norris
Fixed bug #12951 - var if for..in statement should always be of type
string.


git-svn-id: svn://10.0.0.236/trunk@51174 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 21:06:03 +00:00
neeti%netscape.com
ee6aa2ffd0 updating status
git-svn-id: svn://10.0.0.236/trunk@51172 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 21:03:33 +00:00
cathleen%netscape.com
0fffda37f6 *** empty log message ***
git-svn-id: svn://10.0.0.236/trunk@51170 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 21:02:43 +00:00
mscott%netscape.com
6823e8565b Bug #16538 --> pass the emitter into NS_NewPipe as a pipe observer.
r=jefft


git-svn-id: svn://10.0.0.236/trunk@51169 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 21:02:27 +00:00
mscott%netscape.com
7524389c82 Bug #16538 --> the emitter now supports nsIPipeObserver and we'll now flush our output stream when we are told
it is full. This fixes the problem where large attachements were truncated at 32K.
r=jefft


git-svn-id: svn://10.0.0.236/trunk@51168 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 21:01:54 +00:00
Jerry.Kirk%Nexwarecorp.com
c40a73a776 Fixes to correct lots of extra drawing because of incorrectly clipped regions
Bug #16698 r=kedl


git-svn-id: svn://10.0.0.236/trunk@51167 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 20:50:17 +00:00
selmer%netscape.com
2ff1cb0969 CheckListBox supports descriptions (bug #4884)
git-svn-id: svn://10.0.0.236/trunk@51166 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 20:30:18 +00:00
norris%netscape.com
d201925571 7261 Connect XPConnect visibility filter to query principals
Reviewed by mstoltz.


git-svn-id: svn://10.0.0.236/trunk@51165 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 20:28:24 +00:00
rods%netscape.com
15f62c11c2 cleaned up warning, result hidding another, r=kmcclusk, (no bug)
git-svn-id: svn://10.0.0.236/trunk@51164 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 19:59:06 +00:00
rods%netscape.com
959963c9b8 fixed several warning and fixed setting the wrap property enum to off r=kmcclusk, bug 16770
git-svn-id: svn://10.0.0.236/trunk@51163 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 19:58:07 +00:00
rods%netscape.com
88de486c18 removed comma after last enum, warning clean up, r=kmcclusk (no bug)
git-svn-id: svn://10.0.0.236/trunk@51162 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 19:56:35 +00:00
varada%netscape.com
0d2cedd9ae setting focus in edit boxes in dialog boxeson init
git-svn-id: svn://10.0.0.236/trunk@51161 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 19:53:40 +00:00
beard%netscape.com
45cf1dc448 for JBindery runner, added System.exit()
git-svn-id: svn://10.0.0.236/trunk@51160 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 19:43:31 +00:00
rpotts%netscape.com
0f75f32b71 bug #15560. Changed the LoadGroup to fire notifications via PLEvents to stop reenterency.
git-svn-id: svn://10.0.0.236/trunk@51159 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 19:42:55 +00:00
terry%mozilla.org
d49cc3e1d1 Fixed perl warning.
git-svn-id: svn://10.0.0.236/trunk@51158 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 19:42:49 +00:00
rpotts%netscape.com
cd23316388 bug #15560. Changed the LoadGroup to fire notifications via PLEvents to stop reenterency.
git-svn-id: svn://10.0.0.236/trunk@51157 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 19:36:07 +00:00
danm%netscape.com
88e77696a0 added CreateFromIThread. r:valeski@netscape.com
git-svn-id: svn://10.0.0.236/trunk@51156 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 19:18:27 +00:00
troy%netscape.com
36419b7094 b=16781, r=vidur@netscape.com
Re-ordered destructor to delete maps after destroying the frame hierarchy


git-svn-id: svn://10.0.0.236/trunk@51154 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 19:06:37 +00:00
locka%iol.ie
1468b5f4ac Updated to include new registry entries
git-svn-id: svn://10.0.0.236/trunk@51153 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 19:06:31 +00:00
selmer%netscape.com
3fd4887790 Removing Recede...
git-svn-id: svn://10.0.0.236/trunk@51152 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 19:06:29 +00:00
selmer%netscape.com
5bdff5a335 Putting button names back
git-svn-id: svn://10.0.0.236/trunk@51151 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 19:04:11 +00:00
shaver%netscape.com
2d88ea3522 corrected assembly, from Ulrich Drepper <drepper@cygnus.com> (16612, r=shaver)
git-svn-id: svn://10.0.0.236/trunk@51150 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 19:03:01 +00:00
pollmann%netscape.com
7c466fda74 Bug 16725: Enable align attribute for iframe; r=harishd
git-svn-id: svn://10.0.0.236/trunk@51149 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 19:01:49 +00:00
selmer%netscape.com
7dac51627e Interpret functions moved to interpret.cpp; memory allocations cleaned up
git-svn-id: svn://10.0.0.236/trunk@51148 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 18:58:38 +00:00
leila.garin%eng.sun.com
46abc39ebf New perl automated script.
git-svn-id: svn://10.0.0.236/trunk@51147 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 18:48:53 +00:00
despotdaemon%netscape.com
494eaeb121 Pseudo-automatic update of changes made by leaf@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@51146 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 17:34:13 +00:00
despotdaemon%netscape.com
8b64d99548 Pseudo-automatic update of changes made by exv@randomc.com.
git-svn-id: svn://10.0.0.236/trunk@51145 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 17:20:25 +00:00
terry%mozilla.org
9195dc1900 Fixed perl warnings.
git-svn-id: svn://10.0.0.236/trunk@51144 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 16:41:40 +00:00
norris%netscape.com
bd1c7245f6 Fixed bug. We weren't loading classes in bottom-up dependency order.
Subject:
            Re: another getClassLoader exception
       Date:
            Mon, 18 Oct 1999 22:01:24 -0400
      From:
            Andrew Wason <aw@softcom.com>
        To:
            norris@netscape.com (Norris Boyd)
        CC:
            Howard Lin <howard@softcom.com>
 References:
            1 , 2




At 05:03 PM 10/18/99 -0700, Norris Boyd wrote:
>Are you still seeing this problem?


Yes.  I just did a CVS update to get the latest stuff and we still have
this problem.

I wrote a standalone sample program that duplicates the problem.  Run
JSSupport and you should get this exception:

defineClass org.mozilla.javascript.gen.c2
Exception in thread "main" java.lang.NoClassDefFoundError:
org/mozilla/javascript/gen/c1
         at java.lang.ClassLoader.resolveClass0(Native Method)
         at java.lang.ClassLoader.resolveClass(ClassLoader.java:545)
         at
JSSupport$MySecuritySupport$DataClassLoader.loadClass(JSSupport.java:89)
         at JSSupport$MySecuritySupport.defineClass(JSSupport.java:47)
         at org.mozilla.javascript.optimizer.Codegen.compile(Codegen.java,
Compiled Code)
         at org.mozilla.javascript.Context.compile(Context.java:1761)
         at org.mozilla.javascript.Context.compile(Context.java:1691)
         at org.mozilla.javascript.Context.compileReader(Context.java:810)
         at org.mozilla.javascript.Context.evaluateReader(Context.java:725)
         at org.mozilla.javascript.Context.evaluateString(Context.java:692)
         at JSSupport.<init>(JSSupport.java:20)
         at JSSupport.main(JSSupport.java:9)



Andrew



>--N
>
>Andrew Wason wrote:
>
> > At 04:54 PM 10/12/99 -0700, Norris Boyd wrote:
> > >I just checked in changes so that the class calling ScriptRuntime (c5
> in your
> > >case) will load the class itself using the normal Java classloading
> mechanism
> > >rather than an explicit call to the class loader. I pushed the bits up
> to the
> > >ftp site, but it takes a bit to propagate.
> >
> > I get this exception now (debugging statements are from my code):
> >
> > SecuritySupport.defineClass org.mozilla.javascript.gen.c5
> > DataClassLoader.loadClass org.mozilla.javascript.gen.c5
> > DataClassLoader.loadClass org.mozilla.javascript.gen.c4
> > using default loader com.softcom.realjava.PluginClassLoader@da9486a0
> > java.lang.NoClassDefFoundError: org/mozilla/javascript/gen/c4
> >          at java.lang.ClassLoader.resolveClass0(Native Method)
> >          at java.lang.ClassLoader.resolveClass(ClassLoader.java:545)
> >          at
> >
> com.softcom.realjava.plugins.RealJavaScript$RealJavaScriptSecuritySupport$Da
> > taClassLoader.loadClass(RealJavaScript.java:410)
> >          at
> >
> com.softcom.realjava.plugins.RealJavaScript$RealJavaScriptSecuritySupport.de
> > fineClass(RealJavaScript.java:352)
> >          at org.mozilla.javascript.optimizer.Codegen.compile(Codegen.java,
> > Compiled Code)
> >          at org.mozilla.javascript.Context.compile(Context.java:1761)
> >          at org.mozilla.javascript.Context.compile(Context.java:1691)
> >          at org.mozilla.javascript.Context.compileReader(Context.java:810)
> >
> > So when c5 is being loaded by my SecuritySupport, it also needs to load c4.
> > I decompiled org.mozilla.javascript.gen.c5 and it's constant pool
> > references CLASS org.mozilla.javascript.gen.c4, so c5 is dependent on c4
> > being loadable.  Is the problem that c5 is being loaded before the
> > optimizer has defined c4?
> >
> > I get the above exception for some classes and not others.  It seems
> > consistent that I always get it for classes with dependencies on other
> > optimizer classes that haven't been generated yet.
> >
> > Andrew
> >
> > --
> > Andrew Wason
> > SoftCom, Inc.
> > aw@softcom.com

--
Andrew Wason
SoftCom, Inc.
aw@softcom.com



   JSSupport.java

                  Name:
                         JSSupport.java
                   Type:
                         Java Source File (text/java)
                Encoding:
                         base64


git-svn-id: svn://10.0.0.236/trunk@51143 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 16:38:23 +00:00
terry%mozilla.org
c94f0dfbd5 Fixed perl warnings.
git-svn-id: svn://10.0.0.236/trunk@51142 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 16:33:06 +00:00
terry%mozilla.org
4d41190cf3 This was using complicated perl features I don't understand, so I simplified it and it works now...
git-svn-id: svn://10.0.0.236/trunk@51141 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 16:24:48 +00:00
terry%mozilla.org
fae1be4423 Fixed perl warning.
git-svn-id: svn://10.0.0.236/trunk@51140 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 15:07:27 +00:00
terry%mozilla.org
c51e515d06 Fix perl warnings.
git-svn-id: svn://10.0.0.236/trunk@51139 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 15:05:16 +00:00
brade%netscape.com
736ea51be4 add images from Dan Haddix (r=pavlov@pavlov.net)
git-svn-id: svn://10.0.0.236/trunk@51138 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 14:53:55 +00:00
bienvenu%netscape.com
22abb4e345 fix ref count logging on nsMimeImpl r=warren
git-svn-id: svn://10.0.0.236/trunk@51137 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 14:50:09 +00:00
brade%netscape.com
d885aed29d add images from Dan Haddix (r=rods@netscape.com)
git-svn-id: svn://10.0.0.236/trunk@51136 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 14:44:01 +00:00
troy%netscape.com
0bdf9140d7 Changes to frame property API (code's not being used yet)
git-svn-id: svn://10.0.0.236/trunk@51135 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 14:41:55 +00:00
rods%netscape.com
186216cd35 changed font-family and margin settings for input text and textareas
r-kmcclusk, Bug #4072


git-svn-id: svn://10.0.0.236/trunk@51134 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 13:39:59 +00:00
brade%netscape.com
f27c8ca4ba function for image map editor added (contributed by Dan Haddix)
git-svn-id: svn://10.0.0.236/trunk@51133 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 13:34:34 +00:00
brade%netscape.com
156010fda2 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@51132 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 13:32:22 +00:00
brade%netscape.com
2eaffc0b34 add images for Dan Haddix (image map editor)
git-svn-id: svn://10.0.0.236/trunk@51131 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 13:31:25 +00:00
rods%netscape.com
d3a58b07b8 Changed the sizing comparison for NavQuirks in debug mode to get the font family and size
for the input text  and textarea, I also changed the border calc for only when the
the size is explicitly set.
r=kmcclusk, Bug #3040,11285


git-svn-id: svn://10.0.0.236/trunk@51130 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 11:59:01 +00:00
rods%netscape.com
701a5f632f Moved GetWrapProperty to nsFormControlHelper
Changed add the added of scrollbar sizes for Standard mode
r=kmcclusk, Bug #3040,11285


git-svn-id: svn://10.0.0.236/trunk@51129 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 11:58:53 +00:00
rods%netscape.com
94117fe06b Added methods for getting a frame's current font and
for calculating the nsIFormControlFrame's NavQuirks size
Added two methods for getting the "wrap" property and andded a new enum
for for testing against instead of a string
Added a method for calculating the size when in NavQuirks modes, this currently
duplicates the algorithms for for input text and textareas
r=kmcclusk, Bug #3040,11285


git-svn-id: svn://10.0.0.236/trunk@51128 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 11:58:50 +00:00
rods%netscape.com
4df3a52095 Removed old commented out code and unused comments. r=kmcclusk, (no bug)
git-svn-id: svn://10.0.0.236/trunk@51127 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 11:35:17 +00:00
rods%netscape.com
7df83f9c8c Added a method in the debug build to return the Navigator size for a given
for control for a given font family and size. Used for NavQuirks testing only.
r=kmcclusk, Bugs #3040, 4072


git-svn-id: svn://10.0.0.236/trunk@51126 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 11:34:00 +00:00
rickg%netscape.com
6dafd0deac fixed bug 16584; CRCRLF not handled correctly. r=syd
git-svn-id: svn://10.0.0.236/trunk@51125 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 08:52:30 +00:00
tbogard%aol.net
b70777ae81 Removed the last of gimpy's warnings. r=gimpy.
git-svn-id: svn://10.0.0.236/trunk@51124 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 08:03:11 +00:00
jband%netscape.com
88ae89c00d trivial fix to get rid of warning from copy/paste error - was passing unused argument to printf
git-svn-id: svn://10.0.0.236/trunk@51123 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 08:00:29 +00:00
tbogard%aol.net
4d16c8e921 Another warning. r=gimpy.
git-svn-id: svn://10.0.0.236/trunk@51122 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 07:59:20 +00:00
tbogard%aol.net
b17c3685f5 Fixed a few more of gimpy's warnings..... Oh, we found a bug there. r=gimpy Total warnings now under 200!
git-svn-id: svn://10.0.0.236/trunk@51121 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 07:57:51 +00:00
tbogard%aol.net
8b7f08fbc0 Removing gimpy's warnings. r=gimpy. This brings us down to 200. :)
git-svn-id: svn://10.0.0.236/trunk@51120 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 07:50:55 +00:00
tbogard%aol.net
ceae1958d8 Removed border from the XUL browser, editor, and iframe tags. This allows content coming up in chromeless pop-up windows not be visually cluttered with a needless border. r=hyatt.
git-svn-id: svn://10.0.0.236/trunk@51119 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 07:40:44 +00:00
cls%seawood.org
beb3488154 Add newline at end of file for broken compilers.
git-svn-id: svn://10.0.0.236/trunk@51118 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 06:40:25 +00:00
beard%netscape.com
8af0179bfb changed NSLibraryStartup.o to NSComponentStartup.o, since it's really a component. r=jband
git-svn-id: svn://10.0.0.236/trunk@51117 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 06:31:49 +00:00
jband%netscape.com
defd5464f8 fixing brendan's copy/paste bug that broke gc. r=shaver
git-svn-id: svn://10.0.0.236/trunk@51116 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 05:58:07 +00:00
dp%netscape.com
ab76ab5c8c Fixing warning. Moved declaration into if 0 block.
git-svn-id: svn://10.0.0.236/trunk@51115 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 05:49:04 +00:00
cls%seawood.org
8644b9e14b Use PR_TRUE instead of c++ keyword "true" in case of broken/out-of-date compilers.
r=syd


git-svn-id: svn://10.0.0.236/trunk@51114 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 05:38:27 +00:00
cls%seawood.org
0d7e9393fb Syncing Makefile.ins with srinivas' previous checkin.
r=shaver


git-svn-id: svn://10.0.0.236/trunk@51113 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 05:30:36 +00:00
troy%netscape.com
85565b9667 Changed a comment
git-svn-id: svn://10.0.0.236/trunk@51112 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 05:00:30 +00:00
troy%netscape.com
670fa6c8d6 Change to code that's not currently being used. Before it gets used it
will get code reviewed


git-svn-id: svn://10.0.0.236/trunk@51111 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 04:52:33 +00:00
troy%netscape.com
a34fdc41e1 Didn't actually change anything. Just moved two functions up higher in the
file to make the Solaris compiler happy...


git-svn-id: svn://10.0.0.236/trunk@51110 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 04:50:34 +00:00
selmer%netscape.com
727f93afc4 Minor cleanup
git-svn-id: svn://10.0.0.236/trunk@51109 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 03:46:54 +00:00
alecf%netscape.com
5e8b124880 event targets for checkboxes now reflect reality
(just a test, not part of product)


git-svn-id: svn://10.0.0.236/trunk@51108 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 03:16:45 +00:00
jefft%netscape.com
668bbc4967 removed obsolete menubar xul tag; fixed bug 16145; r=rhp, ducarroz; a=dp
git-svn-id: svn://10.0.0.236/trunk@51107 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 03:08:43 +00:00
waterson%netscape.com
6a8fd22671 Obsolete.
git-svn-id: svn://10.0.0.236/trunk@51106 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 03:05:25 +00:00
beard%netscape.com
de43edf0b2 fixed histogram sorting.
git-svn-id: svn://10.0.0.236/trunk@51105 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 03:03:12 +00:00
pierre%netscape.com
bdfce7679a Fix build in Mac embedding apps after last week's changes in nsIWebShell.
git-svn-id: svn://10.0.0.236/trunk@51104 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 03:02:01 +00:00
pierre%netscape.com
f1aa92ba58 Fix a crash in Mac embedding apps: HasGfxScrollBars() checks for null pointer after calling GetPrefs().
git-svn-id: svn://10.0.0.236/trunk@51103 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 03:00:47 +00:00
alecf%netscape.com
de2e6cfb95 land new DOMViewer branch
no reviewer, not part of product, just a test


git-svn-id: svn://10.0.0.236/trunk@51102 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 02:46:45 +00:00
selmer%netscape.com
7f47a31e88 Fixes to make enable/disable work in checklist.ini
git-svn-id: svn://10.0.0.236/trunk@51100 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 02:41:48 +00:00
Jerry.Kirk%Nexwarecorp.com
9518fbd96c moving Push/PopThreadEventQueue to nsIEventQueueService.
This is required to get anythinbg to work now...
r=danm@netscape.com


git-svn-id: svn://10.0.0.236/trunk@51099 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 02:26:53 +00:00
endico%mozilla.org
b6decda29b search patterns are limited to 29 characters due to the -n option in glimpse
git-svn-id: svn://10.0.0.236/trunk@51098 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 02:14:09 +00:00
despotdaemon%netscape.com
77a9ed2910 Pseudo-automatic update of changes made by pfong@julian.uwo.ca.
git-svn-id: svn://10.0.0.236/trunk@51097 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 02:04:40 +00:00
alecf%netscape.com
6557db6b98 Start to land DOMViewer branch (extension - not part of product)
git-svn-id: svn://10.0.0.236/trunk@51096 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 02:01:40 +00:00
selmer%netscape.com
e654e9fdbb Changed interpretation & initialization to use onInit and onCommand INI file directives
git-svn-id: svn://10.0.0.236/trunk@51094 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 01:30:18 +00:00
slamm%netscape.com
0bbf0c1cfd Fix build bustage
git-svn-id: svn://10.0.0.236/trunk@51093 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 01:29:44 +00:00
sspitzer%netscape.com
ed6cbe944d other part of fix for #15235. fix send later. r=alecf
git-svn-id: svn://10.0.0.236/trunk@51092 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 01:24:25 +00:00
sspitzer%netscape.com
a8b4e077c5 part of fix for #15235. get send later to work again. r=alecf
git-svn-id: svn://10.0.0.236/trunk@51091 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 01:23:54 +00:00
despotdaemon%netscape.com
49bc011b9b Pseudo-automatic update of changes made by jfalzon@julian.uwo.ca.
git-svn-id: svn://10.0.0.236/trunk@51090 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 01:11:16 +00:00
dougt%netscape.com
fa7e2137bd Fix for bug 14784. Moved pref item up. r=cathleen.
git-svn-id: svn://10.0.0.236/trunk@51089 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 01:01:51 +00:00
despotdaemon%netscape.com
569c5aba2d Pseudo-automatic update of changes made by scosta@julian.uwo.ca.
git-svn-id: svn://10.0.0.236/trunk@51088 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 00:51:34 +00:00
srinivas%netscape.com
263860675d Update with post-3.5 fixes on the tip
git-svn-id: svn://10.0.0.236/trunk@51087 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 00:40:39 +00:00
pierre%netscape.com
51196f76b4 Fix #12737 "-moz-fixed should be compat mode only". Overwrites the fixed font family with the normal font family in navQuirks mode only. r=pollmann.
git-svn-id: svn://10.0.0.236/trunk@51086 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 00:31:45 +00:00
Jerry.Kirk%Nexwarecorp.com
3b650617aa Removed some hacks that were no longer necessary because of fixes made
on GFX side to fix nsRegion and the double buffer routines. Also
removed the DOUBLE_CLICK messages as directed by someone, I forget now who.
Bug 16698 r=Michael.Kedl@Nexwarecorp.com


git-svn-id: svn://10.0.0.236/trunk@51085 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 00:29:33 +00:00
Jerry.Kirk%Nexwarecorp.com
03c368d1b3 Various fixes to correct bugs in nsRegionPh and to correct clipping
done by the double buffer routines.
Bug# 16698 r=Michael.Kedl@Nexwarecorp.com


git-svn-id: svn://10.0.0.236/trunk@51084 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 00:27:56 +00:00
selmer%netscape.com
a711824bea Enable/Disable for Network builds
git-svn-id: svn://10.0.0.236/trunk@51083 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 00:27:21 +00:00
terry%mozilla.org
c4afb2ebc0 Fixed perl warning.
git-svn-id: svn://10.0.0.236/trunk@51082 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 00:25:42 +00:00
terry%mozilla.org
42d190d77d Fixed stupid perl warning.
git-svn-id: svn://10.0.0.236/trunk@51081 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 00:20:52 +00:00
terry%mozilla.org
877a31dd8a Fix potential security hole (and I think some perl warnings.)
git-svn-id: svn://10.0.0.236/trunk@51080 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 00:17:54 +00:00
larryh%netscape.com
a6a41c799e BugZilla 16566
git-svn-id: svn://10.0.0.236/trunk@51079 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 00:15:05 +00:00
terry%mozilla.org
2249323ac8 Fixed perl warnings -- this module no longer defines its own "die" routine.
git-svn-id: svn://10.0.0.236/trunk@51078 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 00:07:23 +00:00
despotdaemon%netscape.com
4654177ca6 Pseudo-automatic update of changes made by jhuntley@julian.uwo.ca.
git-svn-id: svn://10.0.0.236/trunk@51077 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 00:05:52 +00:00
terry%mozilla.org
a4508fd4ea Fixed stupid perl warning.
git-svn-id: svn://10.0.0.236/trunk@51076 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 00:04:59 +00:00
nhotta%netscape.com
a310c234a4 Fixing the linux build bustage.
git-svn-id: svn://10.0.0.236/trunk@51075 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 00:03:57 +00:00
edburns%acm.org
d2f14fa650 r=neeti@netscape.com
bug: 16679
approved by: neeti@netscape.com

Return NS_ERROR_FAILURE when a cookie is not found.


git-svn-id: svn://10.0.0.236/trunk@51074 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 00:03:33 +00:00
terry%mozilla.org
35043c37a6 Fixed stupid perl warning.
git-svn-id: svn://10.0.0.236/trunk@51073 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-19 00:02:42 +00:00
terry%mozilla.org
282909ff22 Fixed stupid perl warnings.
git-svn-id: svn://10.0.0.236/trunk@51072 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 23:57:58 +00:00
despotdaemon%netscape.com
0f0eb4c9e6 Pseudo-automatic update of changes made by shaver@netscape.com.
git-svn-id: svn://10.0.0.236/trunk@51070 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 23:53:02 +00:00
srinivas%netscape.com
fcf52e9477 Initial version
git-svn-id: svn://10.0.0.236/trunk@51068 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 23:46:10 +00:00
jband%netscape.com
039dd4adee checking in code to fix bug 12768 submitted by Dan.Oscarsson@trab.se. Needed a 'const char*' tmp varible to work with a 'const char*' buffer that was passed in. The same problem is in both js.c and xpcshell.cpp. r=jband
git-svn-id: svn://10.0.0.236/trunk@51066 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 23:45:39 +00:00
terry%mozilla.org
f8f7d2f6fc Fixed stupid perl warning.
git-svn-id: svn://10.0.0.236/trunk@51065 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 23:42:25 +00:00
terry%mozilla.org
565f556bd3 Fixed stupid perl warning.
git-svn-id: svn://10.0.0.236/trunk@51064 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 23:35:57 +00:00
alecf%netscape.com
bd2182e45d add big comment describing how this dialog works
(no reviewer, no bug, just comments)


git-svn-id: svn://10.0.0.236/trunk@51063 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 23:35:53 +00:00
alecf%netscape.com
dd194c9fb7 fix for #15685
r=sspitzer
rdf: prefix on XML attributes was confusing the template


git-svn-id: svn://10.0.0.236/trunk@51062 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 23:35:22 +00:00
nhotta%netscape.com
fc73fd2088 Checking in a fix for the linux build bastage,
git-svn-id: svn://10.0.0.236/trunk@51061 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 23:32:45 +00:00
terry%mozilla.org
94c58cd2a0 Oops; fixed perl error.
git-svn-id: svn://10.0.0.236/trunk@51060 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 23:32:03 +00:00
terry%mozilla.org
6856a7ee21 Fixed stupid perl warning.
git-svn-id: svn://10.0.0.236/trunk@51059 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 23:23:08 +00:00
jband%netscape.com
fb63cac2a5 checking in bug 16629 fix to cbegle's xpconnect tests submitted by green@FreeBSD.org. This fixes screwy longlong test methods. r=jband
git-svn-id: svn://10.0.0.236/trunk@51058 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 23:20:16 +00:00
alecf%netscape.com
88779549b8 fix typedef so this compiles with boehm's own makefile or mozilla's makefile.in
git-svn-id: svn://10.0.0.236/trunk@51057 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 23:17:02 +00:00
alecf%netscape.com
35edd9a187 we should actually be using generic threads so unhide this stuff
git-svn-id: svn://10.0.0.236/trunk@51056 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 23:15:44 +00:00
briano%netscape.com
2f40b34ffb Automated update
git-svn-id: svn://10.0.0.236/trunk@51055 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 23:15:10 +00:00
alecf%netscape.com
ad85636e7f build boehm when flag is used r=sspitzer
(last checkin also r=sspitzer)


git-svn-id: svn://10.0.0.236/trunk@51054 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 23:14:16 +00:00
alecf%netscape.com
a6598d4a1c add flag for boehm (doesn't quite work yet)
git-svn-id: svn://10.0.0.236/trunk@51053 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 23:13:47 +00:00
waterson%netscape.com
ffa36fb99e Move nsXULElement declaration into the header file.
git-svn-id: svn://10.0.0.236/trunk@51052 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 23:05:35 +00:00
terry%mozilla.org
8662f77243 Fixed stupid perl warning.
git-svn-id: svn://10.0.0.236/trunk@51051 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 23:04:40 +00:00
terry%mozilla.org
93cd29ad2b Massive spank to put "use strict" in all Bonsai code.
git-svn-id: svn://10.0.0.236/trunk@51050 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 22:55:01 +00:00
alecf%netscape.com
36d234884e remove makefiles that arent' part of the module anymore
git-svn-id: svn://10.0.0.236/trunk@51049 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 22:49:05 +00:00
rickg%netscape.com
217ed89f11 fixed bug16624; r=buster. Buffer used to translate unicode entities in forms wasn't being truncated.
git-svn-id: svn://10.0.0.236/trunk@51048 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 22:39:58 +00:00
ducarroz%netscape.com
4f836323d6 Fix for bug 15313 & 15536. .txt files are now interpreted as XML document. Therefore we need to load a .html file even if it content is purely plain text. R=rhp
git-svn-id: svn://10.0.0.236/trunk@51047 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 22:38:54 +00:00
sspitzer%netscape.com
01d0e55136 fix for #16259, r=alecf. use the right line endings on the mac. now, instead of putting the LINEBREAK in every string, and then
writing every string to the stream, we do the line ending when we write to the stream.


git-svn-id: svn://10.0.0.236/trunk@51046 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 22:38:53 +00:00
slamm%netscape.com
3981b8f2c8 Update checkout target. Add logging. Stop on conflicts. r=dougt
git-svn-id: svn://10.0.0.236/trunk@51045 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 22:33:32 +00:00
nhotta%netscape.com
25c87328ce Changed interface and implementation of nsIEntityConverter,
more entity support (before Latin1 only), added a string based interface. Bug fix 8865, r=ftang.


git-svn-id: svn://10.0.0.236/trunk@51044 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 22:33:14 +00:00
cata%netscape.com
76ebba554f Conversion to Module. Reviewed by dp. Bug #15589.
git-svn-id: svn://10.0.0.236/trunk@51043 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 22:23:28 +00:00
troy%netscape.com
c8965f4626 r=kipp@netscape.com Moved ownership of root frame (and frame hierarchy) over to
the frame manager


git-svn-id: svn://10.0.0.236/trunk@51042 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 22:20:37 +00:00
ftang%netscape.com
2476a575cf fix bug 16656, change the test condiction for NS_PRECONDICTION. also add some error checking code for null ptr. r=erik
git-svn-id: svn://10.0.0.236/trunk@51041 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 22:17:16 +00:00
waterson%netscape.com
911c570602 Remove nsRDFElement.cpp
git-svn-id: svn://10.0.0.236/trunk@51040 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 22:08:39 +00:00
waterson%netscape.com
7a9241890d Rename nsRDFElement to nsXULElement; rename nsXULElement to nsXULAggregateElement.
git-svn-id: svn://10.0.0.236/trunk@51039 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 22:08:15 +00:00
waterson%netscape.com
ce617a2441 Rename nsRDFElement to nsXULElement.
git-svn-id: svn://10.0.0.236/trunk@51038 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 22:07:36 +00:00
rhp%netscape.com
eff48efacc Change for separating inline attachments - Bug #16367 - r: bienvenu
git-svn-id: svn://10.0.0.236/trunk@51037 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 22:07:02 +00:00
buster%netscape.com
a8ec8337df some extremely minor cleanup of bugs found by ftang. Thanks, frank.
git-svn-id: svn://10.0.0.236/trunk@51036 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 21:59:19 +00:00
akhil.arora%sun.com
b931259907 16427 r=akhil.arora@sun.com fixed by Denis Sharypov <sdv@sparc.spb.su>
Found some more instances where the DOM spec says that it is not an error
  to return a NULL. Do not throw exceptions in these cases.


git-svn-id: svn://10.0.0.236/trunk@51035 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 21:53:20 +00:00
pavlov%netscape.com
b8fadf3327 clean up wizard code a bit
git-svn-id: svn://10.0.0.236/trunk@51034 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 21:52:03 +00:00
rods%netscape.com
ef34fa6834 Links will now scroll into view when they get focus and anchors now respond
to the .focus call from script. r=kmcclusk, Bug #15198


git-svn-id: svn://10.0.0.236/trunk@51033 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 21:49:38 +00:00
rods%netscape.com
a1a74387d0 Move code to handle focus event into the correct switch statement
r=kmcclusk, bug 7133


git-svn-id: svn://10.0.0.236/trunk@51032 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 21:47:31 +00:00
akhil.arora%sun.com
479581e81f 16488 r=akhil.arora@sun.com fixed by Denis Sharypov <sdv@sparc.spb.su>
Copy/Paste error- createEntityReference was calling the wrong coreDOM method


git-svn-id: svn://10.0.0.236/trunk@51031 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 21:44:57 +00:00
pavlov%netscape.com
9bfe6151f6 new files
git-svn-id: svn://10.0.0.236/trunk@51030 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 21:44:15 +00:00
law%netscape.com
25e63cd81a Bug #14999; stop using toolkit app core; r=sfraser@netscape.com
git-svn-id: svn://10.0.0.236/trunk@51029 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 21:39:18 +00:00
law%netscape.com
45245a0e3f Bug #14999; stop using toolkit app core (added JavaScript[Debug].shlb to this project); r=sfraser@netscape.com
git-svn-id: svn://10.0.0.236/trunk@51028 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 21:36:57 +00:00
norris%netscape.com
cb1dcdbdc6 Part of bug 7261 "Connect XPConnect visibility filter to query principals"
Reviewed by rhp@netscape.com.


git-svn-id: svn://10.0.0.236/trunk@51027 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 21:35:52 +00:00
waterson%netscape.com
08c93a00f3 Bug 15558. Fix personal toolbar style rules (patch courtesy dbaron@fas.harvard.edu). r=matt
git-svn-id: svn://10.0.0.236/trunk@51026 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 21:35:28 +00:00
law%netscape.com
c4ca3de4e5 Bug #14999; stop using toolkit app core; r=davidm@netscape.com
git-svn-id: svn://10.0.0.236/trunk@51025 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 21:33:29 +00:00
pavlov%netscape.com
329e721fff update file list
git-svn-id: svn://10.0.0.236/trunk@51024 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 21:30:40 +00:00
law%netscape.com
1c3ac7d8fe Bug #14999; stop using toolkit app core; r=ducarroz@netscape.com
git-svn-id: svn://10.0.0.236/trunk@51023 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 21:29:54 +00:00
bienvenu%netscape.com
cf9daf3b34 change shutdown code to go through nsMessengerBootstrap instead of relying on service shutdown listener or destructors getting called r=alecf
git-svn-id: svn://10.0.0.236/trunk@51022 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 21:16:23 +00:00
ssu%netscape.com
ef93fdf802 fixing bug #16694. fixes crash bug in the select components dialog in the windows installer. r=sgehani. Affects only windows platform.
git-svn-id: svn://10.0.0.236/trunk@51021 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 21:15:09 +00:00
dp%netscape.com
068b895d74 Removing extra backslashes at the end of the install lines. Fixing
build.


git-svn-id: svn://10.0.0.236/trunk@51020 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 20:43:11 +00:00
sspitzer%netscape.com
80c75c7ae1 fix warnings. following alecf's recommendations, remove the FindServerUsingURI() method from the nsIMsgAccountManager, remove CreateFolderInDatasource() from nsIMsgFolder, change several methods in nsMsgCopy to return nsresult, and have nsIMsgFolder ** as an outparam, use GetResource() instead of CreateFolderInDatasource(). use NS_SUCCEEDED() instead of comparing against NS_OK directly.
git-svn-id: svn://10.0.0.236/trunk@51019 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 20:42:06 +00:00
brade%netscape.com
f24babcd8f make doEditor create an html editor rather than the plaintext editor. (bug #16681; r=sfraser@netscape.com)
git-svn-id: svn://10.0.0.236/trunk@51018 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 20:27:14 +00:00
harishd%netscape.com
cd72403513 Fix for Bug 16126 -- Error message was not getting propagated
to the parser ( CNavDTD::AddLeaf() )
Related to bug 16578 - Throwing userdefined tags to the floor
( what we used to do before ). This will avoid people from being
blocked.   Will work on a fix later.

r=nisheeth


git-svn-id: svn://10.0.0.236/trunk@51017 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 20:23:27 +00:00
selmer%netscape.com
f641e35434 Enable BoldText type
git-svn-id: svn://10.0.0.236/trunk@51016 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 20:22:21 +00:00
troy%netscape.com
16faac45a3 Removed delete operators (they had no implementation, they were private so
they wern't accidently called), because HP compiler generated an error if
new operator was public but delete operator was private


git-svn-id: svn://10.0.0.236/trunk@51015 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 20:16:49 +00:00
nhotta%netscape.com
83699f202b Add new propertie files for html entity, part of bug fix 8865, r=ftang.
git-svn-id: svn://10.0.0.236/trunk@51014 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 20:02:20 +00:00
tonyr%fbdesigns.com
b46af177f3 Added string bundles for the mailnews import tools
git-svn-id: svn://10.0.0.236/trunk@51013 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 19:58:07 +00:00
dougt%netscape.com
921610c409 Fix for 16700. Isolating CreateTransport into new function.
r=gagan.


git-svn-id: svn://10.0.0.236/trunk@51012 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 19:43:34 +00:00
warren%netscape.com
895b2679fc Made bloatdiff distinguish between no change in leaks, and infinite leakage (no leak before, but leak now).
git-svn-id: svn://10.0.0.236/trunk@51011 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 19:43:29 +00:00
selmer%netscape.com
ef18489b86 Corrected tab sort order
git-svn-id: svn://10.0.0.236/trunk@51010 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 19:39:42 +00:00
Jerry.Kirk%Nexwarecorp.com
614348b081 Installed our own PtMainLoop() function that can be exited to allow
the Create Profile Manager to display a dialog, then exit the GUI and display
a different dialog.
Bug# 16667 r=Michael.Kedl@Nexwarecorp.com


git-svn-id: svn://10.0.0.236/trunk@51009 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 19:34:07 +00:00
selmer%netscape.com
fb6169fb87 Temporary fixes for tab ordering
git-svn-id: svn://10.0.0.236/trunk@51008 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 19:23:11 +00:00
warren%netscape.com
91a872ec09 Took out redundant MOZ_COUNT_CTOR/DTOR calls.
git-svn-id: svn://10.0.0.236/trunk@51007 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 19:21:53 +00:00
slamm%netscape.com
900a118dd2 Landing of SIDEBAR_19991007_BRANCH. r=waterson
git-svn-id: svn://10.0.0.236/trunk@51006 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 19:21:52 +00:00
radha%netscape.com
b1aa689e2b Mail news regresion with replying to a message. r=mscott bug # 16550
git-svn-id: svn://10.0.0.236/trunk@51005 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 19:09:27 +00:00
warren%netscape.com
0ae271237a Made it implement nsIURL as well as nsIURI.
git-svn-id: svn://10.0.0.236/trunk@51004 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 19:07:16 +00:00
warren%netscape.com
671c8baf13 Cleanup to use nsCOMPtrs.
git-svn-id: svn://10.0.0.236/trunk@51003 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 19:06:57 +00:00
warren%netscape.com
a270067a3a Took out redundant MOZ_COUNT_CTOR/DTOR calls.
git-svn-id: svn://10.0.0.236/trunk@51002 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 19:06:21 +00:00
troy%netscape.com
a431ec5d07 b=16615. Two line change. Added check for case of root node being a leaf.
The rest of the changes are NOT yet in use. They willbe reviewed by Kipp before
they're turned on


git-svn-id: svn://10.0.0.236/trunk@51001 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 19:02:09 +00:00
akkana%netscape.com
ae4dba7c09 Remove two ifdef DEBUG_akkana lines that were left in when someone
changed the implementation of ConvertContentToXIF, so that I can
compile again.  This won't affect anyone but me.  r=kipp


git-svn-id: svn://10.0.0.236/trunk@51000 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 19:01:56 +00:00
troy%netscape.com
3a3c120af6 b=16652, r=troy@netscape.com
Patch from Johnny Stenback that breaks a weak link reference


git-svn-id: svn://10.0.0.236/trunk@50999 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 19:00:49 +00:00
shaver%netscape.com
408093c6c7 fix // comment in C file (r=brade)
git-svn-id: svn://10.0.0.236/trunk@50998 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 19:00:18 +00:00
rogerl%netscape.com
b4ac2f29ae Changed tests for ECMA 3 definition of array.length handling.
git-svn-id: svn://10.0.0.236/trunk@50995 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 16:55:44 +00:00
pavlov%netscape.com
2a38ab0914 revert some key code to pre branch landing so that typing works correctly
git-svn-id: svn://10.0.0.236/trunk@50993 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 16:08:16 +00:00
danm%netscape.com
21960bf642 adding PR_LOGging to event queue handling. r:hyatt@netscape.com
git-svn-id: svn://10.0.0.236/trunk@50992 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 15:09:50 +00:00
danm%netscape.com
c4ec5e4d7e moving Push/PopThreadEventQueue to nsIEventQueueService. r:hyatt@netscape.com
git-svn-id: svn://10.0.0.236/trunk@50991 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 15:08:45 +00:00
danm%netscape.com
5bb4aa8eb3 synching with nsWebShellWindow 1.219 (nsIModalWindowSupport removed). r:hyatt@netscape.com
git-svn-id: svn://10.0.0.236/trunk@50990 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 15:06:38 +00:00
danm%netscape.com
2d0400db89 removing nsIModalWindowSupport r:hyatt@netscape.com
git-svn-id: svn://10.0.0.236/trunk@50989 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 15:05:17 +00:00
danm%netscape.com
8e456a4690 moving Push/PopThreadEventQueue to nsIEventQueueService r:hyatt@netscape.com
git-svn-id: svn://10.0.0.236/trunk@50988 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 15:04:18 +00:00
danm%netscape.com
1dff151de6 patch nsEventQueue leak in GetProxyObject r:hyatt@netscape.com
git-svn-id: svn://10.0.0.236/trunk@50987 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 15:01:40 +00:00
danm%netscape.com
0b71323316 event queues own and delete themselves when they're done. bug 15856 r:hyatt@netscape.com
git-svn-id: svn://10.0.0.236/trunk@50986 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 14:59:57 +00:00
danm%netscape.com
e200e99d65 new r:hyatt@netscape.com
git-svn-id: svn://10.0.0.236/trunk@50985 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 14:57:07 +00:00
ftang%netscape.com
c18bf1d357 1. add asserting code to check null ptr
2. add if code and return NS_ERROR_NULL_POINTER if the ptr is null
3. add code to check return value 
r=myself


git-svn-id: svn://10.0.0.236/trunk@50984 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 14:48:41 +00:00
karnaze%netscape.com
905268d150 added #ifdef for debug printing.
git-svn-id: svn://10.0.0.236/trunk@50983 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 13:48:19 +00:00
karnaze%netscape.com
0b5271c1c7 bug 15958(partial) - uses mComputedWidth instead of availableSize.width. r=buster; asked hook for permission, got no response.
git-svn-id: svn://10.0.0.236/trunk@50982 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 13:47:01 +00:00
karnaze%netscape.com
aef57f8136 bug 15993 - in quirks mode allocates space for a 1 pixel border if the content is empty and the table has a border. It was incorrectly, doing this even if the content was not empty. r=buster; asked permission from hook and got no response.
git-svn-id: svn://10.0.0.236/trunk@50981 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 13:45:41 +00:00
dveditz%netscape.com
038ada687d stopgap for mysterious Mac bustage
git-svn-id: svn://10.0.0.236/trunk@50980 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 12:58:58 +00:00
dveditz%netscape.com
ddf8086d83 generate unique regkeys (6986)
git-svn-id: svn://10.0.0.236/trunk@50979 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 12:06:19 +00:00
srinivas%netscape.com
e8fb19a369 Include fcntl.h always. Bugizlla #16630.
git-svn-id: svn://10.0.0.236/trunk@50978 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 11:13:23 +00:00
dveditz%netscape.com
48a1d530ed variable name change to silence warning
git-svn-id: svn://10.0.0.236/trunk@50977 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 08:35:39 +00:00
dveditz%netscape.com
64356116f8 cleaning up warnings 15626; removing RegisterService/UnregisterService calls per request from dp
git-svn-id: svn://10.0.0.236/trunk@50976 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 05:56:15 +00:00
rickg%netscape.com
756b010b94 another WIP for bug 13536; added charset notification back in; r=harish
git-svn-id: svn://10.0.0.236/trunk@50975 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 05:14:38 +00:00
buster%netscape.com
7653742295 fixed bug 16486, r=brade@netscape.com
windows widget code handles control-key combinations correctly.


git-svn-id: svn://10.0.0.236/trunk@50974 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 03:39:48 +00:00
jband%netscape.com
8013d6bb78 fix typo in comment
git-svn-id: svn://10.0.0.236/trunk@50972 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 02:54:26 +00:00
jband%netscape.com
0a174a879e r=mccabe (I'll be adding more comments to the headers as requested)
Implement nsIXPCNativeCallContext to meet user feature
requirements. This allows simpler implementation of reflection of
native classes into JavaScript in cases where they need to
support legacy interfaces that include optional parameters and
method name overloading. This also provides a general mechanism
for native methods to discover if they were called from JS code,
exactly what JS parameters were passed, explicitly return jsvals,
and throw explicit jsvals without interference from xpconnect.
With test cases.


git-svn-id: svn://10.0.0.236/trunk@50971 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 02:53:04 +00:00
mcafee%netscape.com
6d347761bd Adding perl-path to match other tinderbox files.
git-svn-id: svn://10.0.0.236/trunk@50970 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 01:34:45 +00:00
rickg%netscape.com
c1b9043596 forgot to check this in for viewsource; bug13536; r=harish
git-svn-id: svn://10.0.0.236/trunk@50969 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 00:46:33 +00:00
dveditz%netscape.com
57ed2f138a hoping this fixes the mac bustage
git-svn-id: svn://10.0.0.236/trunk@50968 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-17 23:55:56 +00:00
pavlov%netscape.com
0d172a490d work around for not being able to type in text fields on unix without them closing your apps.
16564 and 16542 r=smfr


git-svn-id: svn://10.0.0.236/trunk@50966 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-17 23:27:50 +00:00
karnaze%netscape.com
a06cb090a4 new regression tests. does not affect build.
git-svn-id: svn://10.0.0.236/trunk@50965 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-17 23:26:02 +00:00
bienvenu%netscape.com
3f482a5e18 fix leak of profile dir in addr book session
git-svn-id: svn://10.0.0.236/trunk@50964 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-17 22:16:32 +00:00
shaver%netscape.com
b2f619e9fa fixing build by removing leftover #endif
git-svn-id: svn://10.0.0.236/trunk@50963 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-17 22:15:34 +00:00
dveditz%netscape.com
ea80c313d6 Added NR_RegFlush (14909, required for 16283/16600); warning cleanup (15626) r=shaver
git-svn-id: svn://10.0.0.236/trunk@50962 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-17 21:47:53 +00:00
karnaze%netscape.com
cf41a16010 new regression test, doesn't affect build.
git-svn-id: svn://10.0.0.236/trunk@50961 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-17 21:46:13 +00:00
dveditz%netscape.com
9d59534945 Added nsIRegistry::Flush (bug 16283, required for 16600), r=shaver
git-svn-id: svn://10.0.0.236/trunk@50960 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-17 21:45:53 +00:00
morse%netscape.com
04d5d271eb fix bug 16319, stop assertion failure, r=dp
git-svn-id: svn://10.0.0.236/trunk@50959 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-17 21:41:50 +00:00
shaver%netscape.com
8c73db21d3 make View->Use Stylesheet use type=radio. (r=hyatt)
git-svn-id: svn://10.0.0.236/trunk@50958 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-17 21:38:21 +00:00
shaver%netscape.com
f2a09249da Added support for type="radio" (pick-one) XP menus.
Cleaned up nsFrame class declaration a bit.
Added some API entries to nsIMenuFrame in support of type="radio"'s
pick-one behaviour.
Renamed UpdateMenuChecked to UpdateMenuSpecialState.
Removed stale string-splitting code in CreateAnonymousContent.
(r=hyatt,mcafee)


git-svn-id: svn://10.0.0.236/trunk@50957 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-17 21:37:37 +00:00
mscott%netscape.com
ee5e86e569 Bug #16394 --> no longer need to call intialize after creating a url
r=jefft


git-svn-id: svn://10.0.0.236/trunk@50956 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-17 20:04:59 +00:00
mscott%netscape.com
e396ccade3 Bug #16394 --> extract user name from the url spec. Don't force us to pass it in on initialize.
r=jefft


git-svn-id: svn://10.0.0.236/trunk@50955 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-17 20:04:40 +00:00
mscott%netscape.com
79e9036238 Bug #16394 --> Initialize now has no arguments.
r=jefft


git-svn-id: svn://10.0.0.236/trunk@50954 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-17 20:04:08 +00:00
mscott%netscape.com
71ebac111b Bug #16394 --> call Initialize function on url after we create one
r=jefft


git-svn-id: svn://10.0.0.236/trunk@50953 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-17 20:03:37 +00:00
briano%netscape.com
81d0f9cde9 Automated update
git-svn-id: svn://10.0.0.236/trunk@50952 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-17 15:30:18 +00:00
cls%seawood.org
3f3f4e0c22 r=pavlov
Add temporary --enable-nspr-autoconf option to allow platforms to test the newly added autoconf setup for nspr (bug 11893) before turning it on as default.


git-svn-id: svn://10.0.0.236/trunk@50951 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-17 15:16:47 +00:00
cls%seawood.org
5e7ffdc098 Bug 11893. r=shaver
Sync the autoconf Makefile.ins.


git-svn-id: svn://10.0.0.236/trunk@50950 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-17 15:12:41 +00:00
warren%netscape.com
a53c95056f Added .txt to delta file name.
git-svn-id: svn://10.0.0.236/trunk@50949 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-17 07:57:45 +00:00
warren%netscape.com
a0fc33207e Changed format slightly.
git-svn-id: svn://10.0.0.236/trunk@50948 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-17 07:52:19 +00:00
warren%netscape.com
990cda09f3 Changed format slightly.
git-svn-id: svn://10.0.0.236/trunk@50947 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-17 07:50:09 +00:00
warren%netscape.com
6a7c1e6176 Added bloat log diffing program.
git-svn-id: svn://10.0.0.236/trunk@50946 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-17 07:42:27 +00:00
warren%netscape.com
bc35fd61d0 Accidently got added in the wrong directory.
git-svn-id: svn://10.0.0.236/trunk@50945 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-17 07:30:25 +00:00
rickg%netscape.com
d16fa469ea removed warnings; no material code affected
git-svn-id: svn://10.0.0.236/trunk@50944 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-17 07:01:10 +00:00
karnaze%netscape.com
c96e8acd42 new regression test. does not affect code.
git-svn-id: svn://10.0.0.236/trunk@50943 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-17 05:17:41 +00:00
karnaze%netscape.com
0ee3058ec4 new regression test
git-svn-id: svn://10.0.0.236/trunk@50942 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-17 03:42:37 +00:00
troy%netscape.com
c04a6a88dc r=karnaze@netscape.com Cc'd hyatt@netscape.com
Space optimization. mBorderEdges is no longer an embedded object. Now it's
allocated when needed (for collapsing border model tables only). This saves
80 bytes per table cell frame for the normal HTML case of adjacent border
model


git-svn-id: svn://10.0.0.236/trunk@50941 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-17 03:30:11 +00:00
karnaze%netscape.com
84d23e1d2e bug 11321 - Renamed kidMaxElementSize to localKidMaxElementSize and renamed pKidMaxElementSize to kidMaxElementSize and fixed the incorrect usage.
git-svn-id: svn://10.0.0.236/trunk@50940 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-17 03:17:53 +00:00
karnaze%netscape.com
906709b8b6 bug 11321 - the frame constructor sets the primary frame when an anonymous table or row group frame is involved.
git-svn-id: svn://10.0.0.236/trunk@50939 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-17 03:15:13 +00:00
rickg%netscape.com
1a6a40a3c6 Fix (perf) bug 13536 dealing with viewsource; r=kmcclusk.
Viewsource is now based on XML. These changes make viewsource 2X faster,
30% smaller (in obj code), and uses between 30-60% less markup overhead.
This update also enables stylesheet usage on viewsource, which is controlled
by the viewsource namespace  in html.css.

Also, note that viewsource remains (and always has been) fully incremental.
Remaining performance issues are in contentsink as shown in quantify runs.


git-svn-id: svn://10.0.0.236/trunk@50938 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-17 02:50:38 +00:00
rickg%netscape.com
7f8bd4a5fc improve debug timing code for ongoing perf work; not enabled in normal build. r=peterl
git-svn-id: svn://10.0.0.236/trunk@50937 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-17 02:45:26 +00:00
sgehani%netscape.com
9868a31060 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@50936 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-17 01:39:40 +00:00
sgehani%netscape.com
0c1e14a45f File Removed.
git-svn-id: svn://10.0.0.236/trunk@50935 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-17 01:36:14 +00:00
warren%netscape.com
c81e025f6f Added bloat log diffing program.
git-svn-id: svn://10.0.0.236/trunk@50934 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-17 00:19:29 +00:00
morse%netscape.com
f4c14fbc7e remove build warning, r=jar
git-svn-id: svn://10.0.0.236/trunk@50933 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-16 23:37:28 +00:00
morse%netscape.com
2464d177c4 fix bug 15137, open->openDialog, r=jar
git-svn-id: svn://10.0.0.236/trunk@50932 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-16 23:36:22 +00:00
bienvenu%netscape.com
65fd934be9 fix memory leak of user name r=mscott
git-svn-id: svn://10.0.0.236/trunk@50931 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-16 22:44:55 +00:00
bienvenu%netscape.com
170bb762af fix leaks in mime xul emitters r=rhp
git-svn-id: svn://10.0.0.236/trunk@50930 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-16 20:49:06 +00:00
bienvenu%netscape.com
a6a7ff9957 fix memory leak in install notifier r=dougt
git-svn-id: svn://10.0.0.236/trunk@50929 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-16 20:48:36 +00:00
morse%netscape.com
051b2edf1a fix bug 10434, memory leak detection, r=sfraser
git-svn-id: svn://10.0.0.236/trunk@50928 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-16 19:34:10 +00:00
rickg%netscape.com
b03845b337 updated FAQ section of nsString documentation
git-svn-id: svn://10.0.0.236/trunk@50927 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-16 18:45:18 +00:00
rickg%netscape.com
3169a02cfa WIP bug13536; r=peterl; this code is not used yet
git-svn-id: svn://10.0.0.236/trunk@50926 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-16 18:22:24 +00:00
bienvenu%netscape.com
21e8b134dc fix build bustage
git-svn-id: svn://10.0.0.236/trunk@50925 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-16 18:16:21 +00:00
bienvenu%netscape.com
0ddfb1fd70 remove unused all threads table r=davidmc
git-svn-id: svn://10.0.0.236/trunk@50924 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-16 17:55:59 +00:00
troy%netscape.com
3e862c4fc9 Space optimization, r=karnaze@netscape.com Cc'd hyatt@netscape.com
Save 4 bytes by eliminating the mCalculated data member which wasn't being used


git-svn-id: svn://10.0.0.236/trunk@50923 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-16 16:17:07 +00:00
bienvenu%netscape.com
74fc660d77 fix memory leaks r=mscott
git-svn-id: svn://10.0.0.236/trunk@50922 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-16 15:43:26 +00:00
karnaze%netscape.com
60203265cd added 2 additional file lists to regression tests to work around new javascript bug.
git-svn-id: svn://10.0.0.236/trunk@50921 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-16 05:26:22 +00:00
peterl%netscape.com
be312e3eea Made style rules work against nsIMutableStyleContext
r=troy


git-svn-id: svn://10.0.0.236/trunk@50920 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-16 04:06:04 +00:00
peterl%netscape.com
f3c05f912b Added new style data accessors.
Added nsIMutableStyleContext interface.
Made style rules work against nsIMutableStyleContext
r=troy


git-svn-id: svn://10.0.0.236/trunk@50919 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-16 04:05:59 +00:00
neeti%netscape.com
a279c2f778 updating status
git-svn-id: svn://10.0.0.236/trunk@50918 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-16 03:07:59 +00:00
neeti%netscape.com
f3b4c01e52 Converted dll to use nsIModule - bug 14034, r=dp
git-svn-id: svn://10.0.0.236/trunk@50916 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-16 03:05:55 +00:00
neeti%netscape.com
a87ba00c59 Converted dll to use nsIModule -bug 14034, r=jband
git-svn-id: svn://10.0.0.236/trunk@50915 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-16 03:04:16 +00:00
rhp%netscape.com
5839f11126 Changes to display when a message is coming from a 5.0 client - Bug #7518 - r: mscott
git-svn-id: svn://10.0.0.236/trunk@50914 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-16 02:38:24 +00:00
selmer%netscape.com
347b70512d CheckListBox used
git-svn-id: svn://10.0.0.236/trunk@50913 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-16 02:01:01 +00:00
selmer%netscape.com
9a7f96144c CheckListBox incorporated
git-svn-id: svn://10.0.0.236/trunk@50912 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-16 02:00:18 +00:00
warren%netscape.com
5cf514e9ae Added total/summary information to bloat log. Made LogNewXPCOM/LogDeleteXPCOM only be needed for losing architectures.
git-svn-id: svn://10.0.0.236/trunk@50911 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-16 01:57:18 +00:00
jevering%netscape.com
70a261fb73 The nsLeakDetector.cpp file now requires a few extra header files which weren't being exported on win
git-svn-id: svn://10.0.0.236/trunk@50910 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-16 01:44:52 +00:00
jevering%netscape.com
f66066c2c8 Removed a define I shouldn't have checked in.
git-svn-id: svn://10.0.0.236/trunk@50909 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-16 01:41:14 +00:00
varada%netscape.com
6f328194ff fixes to bug#7717 on exiting the wizard you get a message stating that data has been saved
git-svn-id: svn://10.0.0.236/trunk@50908 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-16 01:40:06 +00:00
jevering%netscape.com
6660a0bc5b Hooking up the Boehm collector.
Can we please call this thing the Bone Collector?  That would be much cooler.
Thank you drive through.


git-svn-id: svn://10.0.0.236/trunk@50907 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-16 01:22:01 +00:00
troy%netscape.com
6722de88b9 Added some new code that's not in use yet
git-svn-id: svn://10.0.0.236/trunk@50906 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-16 00:55:48 +00:00
rickg%netscape.com
85a81f49a8 WIP for bug13536; r=plinss
git-svn-id: svn://10.0.0.236/trunk@50905 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-16 00:39:24 +00:00
varada%netscape.com
54ba582bb1 new struct in header file
git-svn-id: svn://10.0.0.236/trunk@50904 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-16 00:16:36 +00:00
beard%netscape.com
7bd68dd578 added code to initialize/shutdown the leak detector. bug=15906, r=alecf
git-svn-id: svn://10.0.0.236/trunk@50903 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-16 00:06:37 +00:00
beard%netscape.com
774e39f024 renamed NSInitGarbageCollector/NSShutdownGarbageCollector to NS_, and returning nsresult. Moved leak report file to nsLeakDetector.cpp. bug=15906, r=alecf
git-svn-id: svn://10.0.0.236/trunk@50902 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-16 00:06:36 +00:00
beard%netscape.com
371afc89ab added nsLeakDetector.cpp to build. bug=15906, r=alecf
git-svn-id: svn://10.0.0.236/trunk@50901 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-16 00:03:45 +00:00
beard%netscape.com
a743954b5c maded entire file conditionally compile #if defined(GC_LEAK_DETECTOR). bug=15906, r=alecf
git-svn-id: svn://10.0.0.236/trunk@50900 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-16 00:02:26 +00:00
jevering%netscape.com
f820994c06 More windows porting of the boehm collector.
git-svn-id: svn://10.0.0.236/trunk@50899 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 23:45:47 +00:00
bienvenu%netscape.com
7ce48293df fix memory leak of registry location r=warren
git-svn-id: svn://10.0.0.236/trunk@50898 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 23:45:45 +00:00
cyeh%netscape.com
942579f723 proxy checkin for terry@mozilla.org. quiet warnings about uninitialized
variables at runtime


git-svn-id: svn://10.0.0.236/trunk@50897 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 23:43:52 +00:00
nisheeth%netscape.com
c916cc6da1 Changes do not get built in regular build. Fix timing hooks in the parser.
git-svn-id: svn://10.0.0.236/trunk@50896 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 23:42:09 +00:00
kipp%netscape.com
66125fa907 r=troy; revised nsITextContent api to simplify it and the consumers; this is done as prep work for bug 9101
git-svn-id: svn://10.0.0.236/trunk@50895 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 23:36:07 +00:00
sdagley%netscape.com
8916be1144 Fix #15740 - now check for immediate errors from async i/o calls. Also ensure that io_pending flag for the thread is cleared if we complete the async call before calling WaitOnThisThread(). r=sfraser
git-svn-id: svn://10.0.0.236/trunk@50894 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 23:35:27 +00:00
kipp%netscape.com
a1aaea4959 r=troy; fixed bug 7093 by carefully pre-computed the collapsed top margin before reflowing the child block and then using that value to properly acquire the available space; In addition, I had to fix an incremental reflow bug associated with this problem
git-svn-id: svn://10.0.0.236/trunk@50893 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 23:35:10 +00:00
terry%mozilla.org
6f2641b237 Fixed what I believe is just a stupid typo. (This code really needs to have
"use strict" added to it all, and with all the resulting cleanup.)


git-svn-id: svn://10.0.0.236/trunk@50892 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 23:31:22 +00:00
kipp%netscape.com
17b485a261 Wiped out another warning
git-svn-id: svn://10.0.0.236/trunk@50891 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 23:29:21 +00:00
kipp%netscape.com
ae469e66fe new
git-svn-id: svn://10.0.0.236/trunk@50890 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 23:25:02 +00:00
peterl%netscape.com
e8a5d2e937 Added namespace ID to the AttributeChanged notification
Part of the fix for Bug 15153
r=troy


git-svn-id: svn://10.0.0.236/trunk@50889 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 23:17:53 +00:00
peterl%netscape.com
bba68903df Added namespace ID to the AttributeChanged notification
Part fo the fix for Bug 15153
r=troy


git-svn-id: svn://10.0.0.236/trunk@50888 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 23:16:45 +00:00
terry%mozilla.org
762178f097 Fixed a bunch of "undefined variable" warnings.
git-svn-id: svn://10.0.0.236/trunk@50887 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 23:16:32 +00:00
peterl%netscape.com
5e2e0d9a32 Changed reported namespace of attributes from HTML to None.
r=vidur
Also added namespace ID to the AttributeChanged method
Part of the fix for Bug 15153
r=troy


git-svn-id: svn://10.0.0.236/trunk@50886 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 23:15:17 +00:00
peterl%netscape.com
48baad18a6 Added code to detect generated content that depends on attributes and reflow when the attribute changes
Fix for Bug 15153
r=pierre
Also added namespace ID to the AttributeChanged method
r=troy


git-svn-id: svn://10.0.0.236/trunk@50885 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 23:14:44 +00:00
varada%netscape.com
d237a54c3d fixes to bug #5987 changed the values of the buttons in the ini files
git-svn-id: svn://10.0.0.236/trunk@50884 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 22:56:37 +00:00
varada%netscape.com
15123c9a18 fixing bug #5987 - introduced three new fields in VARS in the ini files - cancel back and next - use those to change the text on the buttons
git-svn-id: svn://10.0.0.236/trunk@50883 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 22:55:06 +00:00
troy%netscape.com
52071cf0b1 Added some new code that isn't being used
git-svn-id: svn://10.0.0.236/trunk@50882 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 22:53:24 +00:00
gagan%netscape.com
7c5bb7d019 Added "resolving host" status notification for eSocketState_Created. No bug number. r=law.
git-svn-id: svn://10.0.0.236/trunk@50881 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 22:47:24 +00:00
jefft%netscape.com
f34b34e8a2 back out unneed changes which cause downloading messages to hang; bug 16338, r=bienvenu
git-svn-id: svn://10.0.0.236/trunk@50880 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 22:26:32 +00:00
sfraser%netscape.com
a529a81529 Added nsJSXULEditorElement and nsXULEditorElement for travis. r=travis.
git-svn-id: svn://10.0.0.236/trunk@50879 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 22:21:43 +00:00
waqar%netscape.com
2e88f3fb20 #9777
r vidur@netscape.com
d The issue was resolved by DOM commitie to allow SplitText to give an error
only on if the start of split is larger than the length. If it is same lenght
it is allowed.


git-svn-id: svn://10.0.0.236/trunk@50878 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 22:18:23 +00:00
beard%netscape.com
b457512e99 added nsLeakDetector.idl. bug=15906, r=alecf
git-svn-id: svn://10.0.0.236/trunk@50877 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 22:17:53 +00:00
cmanske%netscape.com
d3b17dbcb9 Fixed bugs 16316, 16494, 16495, all relating to editor file open, saving, and window title issues. r=law
git-svn-id: svn://10.0.0.236/trunk@50876 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 22:06:41 +00:00
tbogard%aol.net
a7ed2ac01b Changed TextEditorAppShell.xul to use the new XUL editor tag instead of html:iframe. Changed EditorStartup to take an element. Changed EditorStartup to request the EditorShell from the editorElement rather than doing a createInstance and QI. r=hyatt
git-svn-id: svn://10.0.0.236/trunk@50875 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 21:58:49 +00:00
jevering%netscape.com
19f7cec6df Windows makefile for boehm collector.
git-svn-id: svn://10.0.0.236/trunk@50874 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 21:57:31 +00:00
jevering%netscape.com
7a40245954 Forget continuation line - boehm collector work.
git-svn-id: svn://10.0.0.236/trunk@50873 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 21:56:51 +00:00
tbogard%aol.net
2aa2164659 Changed html:iframe to the new XUL editor tag. r=hyatt
git-svn-id: svn://10.0.0.236/trunk@50872 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 21:54:42 +00:00
norris%netscape.com
0ad2206225 Fix 16166 setTimeout() security problem
r=mstoltz


git-svn-id: svn://10.0.0.236/trunk@50871 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 21:52:37 +00:00
cls%seawood.org
84b2db2829 Files not used by build. Attempting to resolve cvs checkin problem. a=srinivas,leaf
git-svn-id: svn://10.0.0.236/trunk@50870 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 21:42:20 +00:00
Jerry.Kirk%Nexwarecorp.com
777d2a990a Fix for viewer bustage on Neutrino. Added call to nsIThread::SetMainThread
in main() of viewer so that it can retrieved in other cases. R=vidur


git-svn-id: svn://10.0.0.236/trunk@50869 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 21:39:30 +00:00
fur%netscape.com
1242a2627f Renamed variable to avoid a compiler warning. R: mccabe
git-svn-id: svn://10.0.0.236/trunk@50868 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 21:38:04 +00:00
shaver%netscape.com
a8a9b25086 Make View->Sidebar a type=checkbox menuitem (r=slamm)
git-svn-id: svn://10.0.0.236/trunk@50867 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 21:37:53 +00:00
cls%seawood.org
b8f8ee7596 Files not used by build. Attempting to resolve cvs checkin problem. a=srinivas,leaf
git-svn-id: svn://10.0.0.236/trunk@50866 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 21:36:53 +00:00
beard%netscape.com
c69becfcc9 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@50865 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 21:36:04 +00:00
bienvenu%netscape.com
cb256a41dc fix shutdown leak by resetting host session list r=jefft
git-svn-id: svn://10.0.0.236/trunk@50864 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 21:35:55 +00:00
beard%netscape.com
ef31ca76db using dumpMemoryLeaks() instead of about:bloat?leaks. bug=15906, r=hyatt
git-svn-id: svn://10.0.0.236/trunk@50863 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 21:35:18 +00:00
beard%netscape.com
202835974e added dumpMemoryLeaks(). bug=15906, r=hyatt
git-svn-id: svn://10.0.0.236/trunk@50862 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 21:35:11 +00:00
akhil.arora%sun.com
e3af9ebeab 13260 r=akhil.arora@sun.com Fixed by Denis Sharypov <sdv@sparc.spb.su>
Added checks for integer arguments being outside of legal range and
  throw exceptions if not.


git-svn-id: svn://10.0.0.236/trunk@50861 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 21:25:56 +00:00
cmanske%netscape.com
b3ffd2ef95 Fixed bug 15442 - use about:blank for empty doc URL for editor. r=law
git-svn-id: svn://10.0.0.236/trunk@50860 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 21:24:45 +00:00
mccabe%netscape.com
dc9018f2ee Fix line editing support for the standalone XPCOM-enabled JavaScript shell. To aid debugging on unix platforms.
To use, define JS_READLINE when compiling mozilla/js/src/xpconnect/shell.

r=shaver


git-svn-id: svn://10.0.0.236/trunk@50859 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 21:23:53 +00:00
tbogard%aol.net
bb54504747 Adding support for retrieving the EditorShell from editor element. r=hyatt
git-svn-id: svn://10.0.0.236/trunk@50858 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 21:21:10 +00:00
brade%netscape.com
cb5f04d59d use the proper function calls to get the status for alt, shift and meta keys. bug #16486. reviewed valeski@netscape.com
git-svn-id: svn://10.0.0.236/trunk@50857 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 21:20:57 +00:00
kipp%netscape.com
6b0a23c77d Nuke some more warnings
git-svn-id: svn://10.0.0.236/trunk@50855 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 21:18:32 +00:00
scc%netscape.com
38a4215c26 Bug #15292, r=dp. Made the component manager inherit from |nsSupportsWeakReference|, fixed its |QueryInterface()| appropriately, and added casts in two places that became ambiguous now that the component manager had multiple |nsISupports| in it. Now one can hold a weak reference to the component manager using |nsIWeakReference|.
git-svn-id: svn://10.0.0.236/trunk@50853 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 21:14:43 +00:00
law%netscape.com
d169b3d37b Fix for bugs #16525 and #16527, Remove menu separator when not link or frame, add back in missing items; r=matt@netscape.com
git-svn-id: svn://10.0.0.236/trunk@50850 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 21:13:31 +00:00
shaver%netscape.com
130160f659 Add support for type="checkbox" in <menuitem>.
Converted small pile of PRBool to PRPackedBool for space savings.
r=hyatt


git-svn-id: svn://10.0.0.236/trunk@50849 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 21:13:24 +00:00
law%netscape.com
fbce7337a4 Fix for bug #16269, add resizable feature to view-source window, r=danm@netscape.com
git-svn-id: svn://10.0.0.236/trunk@50848 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 21:11:22 +00:00
Jerry.Kirk%Nexwarecorp.com
bee1ad520f Handles KeyEvents the new way, not completely finished...
Bug # 16539 r=Michael.Kedl@Nexwarecorp.com


git-svn-id: svn://10.0.0.236/trunk@50847 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 21:10:36 +00:00
vidur%netscape.com
6fb05929c2 Fix for viewer bustage on Windows. Added call to nsIThread::SetMainThread in main() of viewer so that it can retrieved in other cases. R=kipp
git-svn-id: svn://10.0.0.236/trunk@50846 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 21:09:46 +00:00
tbogard%aol.net
a469976da4 Adding support for retrieving the EditorShell from editor element. r=hyatt
git-svn-id: svn://10.0.0.236/trunk@50845 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 21:07:27 +00:00
jefft%netscape.com
ce92446784 remove the size limit for downloading Pop3 message; bug 16338; r=bienvenu
git-svn-id: svn://10.0.0.236/trunk@50844 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 21:02:27 +00:00
waterson%netscape.com
d6562a99e8 Darnit. Didn't mean to FORCE_PR_LOG. Removing that #define.
git-svn-id: svn://10.0.0.236/trunk@50843 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 20:55:54 +00:00
tbogard%aol.net
a4dcc5f6fe First Check-in.
git-svn-id: svn://10.0.0.236/trunk@50842 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 20:51:58 +00:00
shaver%netscape.com
82e40a8366 Fix case and return value in nsIModule.idl.
Add deleteCategoryEntry and deleteCategory to nsICategoryManager.
Update nsCategoryManager.js to use new nsIModule case, and talk to the registry.
r=brendan


git-svn-id: svn://10.0.0.236/trunk@50841 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 20:51:38 +00:00
ssu%netscape.com
2c8714f0fe fixes bugs #15884 and #16220. r=dbragg. fixes Install.FileExecute for the
1 parameter format and also the function gets logged correctly in
install.log.


git-svn-id: svn://10.0.0.236/trunk@50840 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 20:50:49 +00:00
waterson%netscape.com
55b0508a7b Bug 9764. Fix HTML templates to ensure that attribute adding is namespace-agnostic. Add local variable for isUnique so that BuildContentFromTemplate will work if resource- and non-resource elements are siblings in a template. Add logging capability for debug. r=rjc.
git-svn-id: svn://10.0.0.236/trunk@50839 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 20:47:19 +00:00
ssu%netscape.com
8be86d2e54 fixes bug #6408 and #15393. r=dbragg. fixes windows installer xpinstall
error detection.  Windows platform only"


git-svn-id: svn://10.0.0.236/trunk@50838 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 20:47:15 +00:00
despotdaemon%netscape.com
3ff30eed90 Pseudo-automatic update of changes made by leaf@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@50837 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 20:06:46 +00:00
kipp%netscape.com
54422e686a Eliminate need for networked loaded images
git-svn-id: svn://10.0.0.236/trunk@50836 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 19:44:09 +00:00
slamm%netscape.com
5203f99e62 Need to quote parentheses in ignore pattern.
git-svn-id: svn://10.0.0.236/trunk@50835 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 18:42:27 +00:00
despotdaemon%netscape.com
4e198d349e Pseudo-automatic update of changes made by jst@citec.fi.
git-svn-id: svn://10.0.0.236/trunk@50834 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 17:14:41 +00:00
kipp%netscape.com
93d0d8d38f nuked
git-svn-id: svn://10.0.0.236/trunk@50833 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 16:58:21 +00:00
bienvenu%netscape.com
bc725fb9b5 fix crash reading messages with new profiles
git-svn-id: svn://10.0.0.236/trunk@50831 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 16:09:49 +00:00
beard%netscape.com
4afa5bff04 improved report format, included root list
git-svn-id: svn://10.0.0.236/trunk@50830 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 15:56:05 +00:00
brade%netscape.com
6f185f7761 fixes to handle for control keys (off by 1) (bug #15693) r=kin@netscape.com
git-svn-id: svn://10.0.0.236/trunk@50829 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 14:56:33 +00:00
brade%netscape.com
a7ee842442 don't allow other modifiers when cut/copy/pasting (bug #15693); this missed the keyEvent branch. r=kin@netscape.com
git-svn-id: svn://10.0.0.236/trunk@50828 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 14:52:45 +00:00
kipp%netscape.com
a41c4bbacd Removed old netlib code; changed url loading when crawling to use the event queue to fix some re-entrancy issues somewhat
git-svn-id: svn://10.0.0.236/trunk@50827 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 14:09:19 +00:00
kipp%netscape.com
f3b0bfeedb Added sorting to the debug dump data for show-frame-size and show-content-size
git-svn-id: svn://10.0.0.236/trunk@50826 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 14:08:14 +00:00
buster%netscape.com
34185693a8 bug 12221 [Dogfood] Gfx text controls need to notify on mouse events
r=rods@netscape.com
also did some associated performance work, factoring code and collapsing multiple listener
objects down to 1.  This saves a few allocations and about 60 bytes per text control.

bug 11803 Need new event for text value changing
r=hyatt@netscape.com
not dogfood approved, but the fix has been sitting in my tree for 2 weeks


git-svn-id: svn://10.0.0.236/trunk@50825 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 13:38:29 +00:00
buster%netscape.com
4225108b72 bug 11803 Need new event for text value changing
r=hyatt@netscape.com
not dogfood approved, but the fix has been sitting in my tree for 2 weeks


git-svn-id: svn://10.0.0.236/trunk@50824 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 13:37:06 +00:00
buster%netscape.com
dc3e971a7e bug 11803 Need new event for text value changing
r=hyatt@netscape.com
not dogfood, but the fix has been sitting in my tree for 2 weeks


git-svn-id: svn://10.0.0.236/trunk@50823 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 13:36:23 +00:00
buster%netscape.com
ab0550c29d no bug number, part of webshell cleanup. nsIWebShell.h was needlessly included, so I removed it
trivial change, no reviewer.


git-svn-id: svn://10.0.0.236/trunk@50822 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 13:34:45 +00:00
rods%netscape.com
a38b9c0061 Fixed focus processing, this new code is very close to version 1.54 but more robust,
this fixes bug #7133. It has been compiled and tested on Win, Mac, and Linux.
r=buster,dcone


git-svn-id: svn://10.0.0.236/trunk@50821 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 13:20:32 +00:00
despotdaemon%netscape.com
b4b7016433 Pseudo-automatic update of changes made by tomk@mitre.org.
git-svn-id: svn://10.0.0.236/trunk@50820 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 11:54:29 +00:00
hyatt%netscape.com
6c5c58d1e8 Fix for 16479. r=waterson
git-svn-id: svn://10.0.0.236/trunk@50819 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 07:54:43 +00:00
tbogard%aol.net
f56f56047f Fixed a couple of typos.
git-svn-id: svn://10.0.0.236/trunk@50818 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 07:52:50 +00:00
varada%netscape.com
818b65a0d4 inform function has been changed to take in two parameters to show the filename as well as the directory with absolute path
git-svn-id: svn://10.0.0.236/trunk@50817 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 07:45:20 +00:00
varada%netscape.com
23669a0409 changes from relative path to absolute path in interpret.cpp and validation of empty entry in ncidialog
git-svn-id: svn://10.0.0.236/trunk@50816 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 07:43:57 +00:00
jevering%netscape.com
e8deb39b49 Adding boehm collector to windows.
(not part of the build yet)


git-svn-id: svn://10.0.0.236/trunk@50815 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 07:41:54 +00:00
jevering%netscape.com
8c8649671d Adding boehm collector linkages to the windows build.
(not part of the build yet)


git-svn-id: svn://10.0.0.236/trunk@50813 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 07:40:13 +00:00
tbogard%aol.net
8fef749953 Changed the nativeWindowParent's to be a nativeWindow instead of a long. nativeWindow is a typedef'd voidStar.
git-svn-id: svn://10.0.0.236/trunk@50807 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 07:31:28 +00:00
tbogard%aol.net
9565067a46 First landing.
git-svn-id: svn://10.0.0.236/trunk@50805 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 07:23:53 +00:00
dp%netscape.com
8b5b037caf bug# 5085 Eliminating some checks at autoreg time to improve startup
performance. r=sfraser


git-svn-id: svn://10.0.0.236/trunk@50803 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 07:12:08 +00:00
waterson%netscape.com
9f70f9cb52 Add xpcnativecallcontext.cpp for jband.
git-svn-id: svn://10.0.0.236/trunk@50802 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 07:08:15 +00:00
varada%netscape.com
1882311d32 removing relative paths and evaluating absolute ones
git-svn-id: svn://10.0.0.236/trunk@50801 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 06:51:03 +00:00
dveditz%netscape.com
20b7b8aa72 expose libreg ability to delete named values in nsIRegistry. Patch from
Jonas Utterström <jonas.utterstrom@vittran.norrnod.se>, r=dveditz


git-svn-id: svn://10.0.0.236/trunk@50800 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 06:47:58 +00:00
rjc%netscape.com
9621ab20bf Fix leak in nsXULSortService (found by Boehm GC). Also, remove CTOR_COUNT stuff. Review: waterson@netscape.com
git-svn-id: svn://10.0.0.236/trunk@50798 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 06:27:02 +00:00
brendan%mozilla.org
f2330eb459 1. Fixed missing JS_LOCK_GC in JS_YieldRequest, commented other badness there.
2.  Cleaned up ugly JS_GC_Flag typedef name and put XXXbe comment in there for
    next time: someone seems to have patched around a deadlock that has since
    bit chouck@geocast.com.
3.  Fixed gcDisabled by moving it from cx to rt and updating it atomically.
4.  Fixed ECMA violation where for (var i, j in o) ... was permitted; only one
    variable is allowed.
(Item 4 was a bug on rogerl's list, since closed?  r=shaver@mozilla.org.)


git-svn-id: svn://10.0.0.236/trunk@50795 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 05:46:42 +00:00
sspitzer%netscape.com
37928e864b fix possible solaris bustage by including the nsIFoo.h files when we have nsCOMPtr<nsIFoo> foo;
git-svn-id: svn://10.0.0.236/trunk@50794 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 05:10:28 +00:00
jband%netscape.com
32f352bb68 adding new empty placeholder file to the build. Will also add it to Mac project via camelot and put real stuff in it after all is stable. r=jband :)
git-svn-id: svn://10.0.0.236/trunk@50793 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 05:09:08 +00:00
sspitzer%netscape.com
b3c21470de more fixes to get copies and sent folder prefs to work right.
now, mailbox:// urls work.
change the logic of LocateMessageFolder() to be:

if (the target folder is not "anyfolder://") then {
	find the folder and return it if your find it.
	if you can't find it, create it in the datasource and return the folder.  see bug #14591
}
else {
	look for the default folder in any server associated with the current identity.
	if you find it, return it.
}


git-svn-id: svn://10.0.0.236/trunk@50790 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 05:03:03 +00:00
waterson%netscape.com
daa650308d Unclutter stuff by using nsCOMPtr in the nsElementMap::ContentListItem. Add leakenmacros to ContentListItem. Fix a leak in the the internal enumerator routine. Comment the internal enumerator routine since it's kinda funky. Add 'tag name' to the log messages.
git-svn-id: svn://10.0.0.236/trunk@50789 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 04:45:43 +00:00
sspitzer%netscape.com
f6806b13d3 remove unused variablable to fix a couple warnings.
git-svn-id: svn://10.0.0.236/trunk@50788 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 04:33:21 +00:00
shaver%netscape.com
103a22ed8e fix obj_getCount to property destroy state and propagate error (r=jband)
git-svn-id: svn://10.0.0.236/trunk@50787 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 04:32:46 +00:00
kin%netscape.com
9af25b17a4 Fix for bug #15360: Drag Selecting, Clicking, then Clicking leaves caret cruft.
r=troy@netscape.com,kipp@netscape.com,evaughan@netscape.com,beard@netscape.com

layout/html/base/src/nsGfxScrollFrame.cpp
    - Renamed all occurrences of ScrollPositionChanged() to
      to ScrollPositionDidChange() to match changes made
      to nsIScrollPositionListener.
    - Added ScrollPositionWillChange() stub method.

layout/html/base/src/nsPresShell.cpp
    - Added PresShellViewEventListener class that implements the
      nsIScrollPositionListener and nsICompositeListener view
      interfaces. This allows us to turn caret rendering on and off
      when scrolling and repainting to prevent leaving caret cruft
      on the screen.
    - PresShellViewEventListener is created in InitialReflow(), and
      released in ~PresShell().

view/public/Makefile.in
view/public/makefile.win
view/public/MANIFEST
    - Added nsICompositeListener to list of files to be exported.

view/public/nsICompositeListener.h
    - New file. Implementers of this interface can register themselves
      with the view manager to receive notification before and after
      a view is composited/refreshed.

view/public/nsIScrollPositionListener.h
    - Added a ScrollPositionWillChange() method.
    - Changed ScrollPositionChanged() to ScrollPositionDidChange().

view/public/nsIViewManager.h
    - Added AddCompositeListener() and RemoveCompositeListener methods.

view/src/nsScrollingView.cpp
view/src/nsScrollingView.h
    - Added NotifyScrollPositionWillChange() and
      NotifyScrollPositionDidChange() methods.
    - Modified HandleScrollEvent() to call NotifyScrollPositionWill/DidChange()
      methods. Added temporary offsetX and offsetY variables to allow us
      to calculate new offsets without changing mOffsetX and mOffsetY before
      notifications are sent out.

view/src/nsScrollPortView.cpp
    - Changed ScrollPositionChanged() to ScrollPositionDidChange().
    - Modified ScrollTo() to call the listener's ScrollPositionWillChange()
      method.

view/src/nsViewManager.cpp
view/src/nsViewManager.h
    - Added AddCompositeListener() and RemoveCompositeListener() methods.
    - Added support for CompositeListener notifications in the Refresh()
      methods for regions and rects.
    - Fix for bug #15901: [DOGFOOD] Selected text does not clear when you type
      Modified UpdateView() so that rects with zero width and height are
      no longer added to our damage region.
      r=beard@netscape.com


git-svn-id: svn://10.0.0.236/trunk@50786 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 04:29:30 +00:00
karnaze%netscape.com
dcf8e1f205 new regression test.
git-svn-id: svn://10.0.0.236/trunk@50785 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 04:29:09 +00:00
waterson%netscape.com
033d3bbd40 Fix compiler warning; r=rjc.
git-svn-id: svn://10.0.0.236/trunk@50784 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 04:26:46 +00:00
neeti%netscape.com
34b93b8117 updating status
git-svn-id: svn://10.0.0.236/trunk@50783 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 04:20:40 +00:00
karnaze%netscape.com
ef61c5a72c pass2 reflow doesn't request max element sizes to help with bug 14855. Reviewers didn't respond.
git-svn-id: svn://10.0.0.236/trunk@50782 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 04:09:22 +00:00
brendan%mozilla.org
7c13a9f3b1 Rename ToSource to uneval (r=shaver@mozilla.org,terry@geocast.com).
git-svn-id: svn://10.0.0.236/trunk@50781 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 04:07:59 +00:00
neeti%netscape.com
898eb50d34 Converted to use nsIModule to prepare for memory leaks fixing. Bug# 14034. r=sspitzer
git-svn-id: svn://10.0.0.236/trunk@50780 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 04:06:43 +00:00
neeti%netscape.com
6b6c7716c8 Converted to use nsIModule to prepare for memory leaks fixing. Bug# 14034. r=alecf
git-svn-id: svn://10.0.0.236/trunk@50779 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 04:06:14 +00:00
neeti%netscape.com
351b6ca2c6 Converted to use nsIModule to prepare for memory leaks fixing. Bug# 14034. r=waterson
git-svn-id: svn://10.0.0.236/trunk@50778 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 04:05:22 +00:00
beard%netscape.com
08cd03a169 fixed 2 string memory leaks (bug #15380). r=saari
git-svn-id: svn://10.0.0.236/trunk@50777 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 03:57:45 +00:00
radha%netscape.com
d7784c7d67 Send out OnStartDocumentLoad(0 notifications for visits to
anchors in a page. bug # 11631 15441. r=law. Got clearance from travis too


git-svn-id: svn://10.0.0.236/trunk@50776 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 03:50:47 +00:00
bienvenu%netscape.com
78b763db4d more of addrbook memory leak fixes r=mscott
git-svn-id: svn://10.0.0.236/trunk@50774 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 03:50:21 +00:00
radha%netscape.com
d6dbd3db1f fixing session history for frames. I accidently broke the behavior in
my monday's checkin. No bug #. r=law


git-svn-id: svn://10.0.0.236/trunk@50773 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 03:49:29 +00:00
troy%netscape.com
be2abd7a2c Patch from jst@citec.fi r=troy@netscape.com
Part of a fix for crash when expanding/collapsing toolbars. Change to
DeletingFrameSubtree() to make sure it examines the additional child
list as well as the principal child list


git-svn-id: svn://10.0.0.236/trunk@50772 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 03:37:10 +00:00
waterson%netscape.com
1464bedb39 Bug 16402. Make sure that literals addref (and release) the RDF service. Make sure to deal with edge Unregister[Resource|Literal] conditions; e.g., being called to unregister a literal when none was ever registered. r=rjc
git-svn-id: svn://10.0.0.236/trunk@50771 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 03:36:04 +00:00
jband%netscape.com
df5ae28aef r=shaver
- Fixed two similar cases where code was missing one level of
pointer dereference in terminating a copied string. Was trashing
data further up the stack.
- Use 'nsAllocator::Free' in two similar cases where 'delete' was
mistakenly used. Error pointed out by Purify.


git-svn-id: svn://10.0.0.236/trunk@50770 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 03:31:09 +00:00
rhp%netscape.com
2caa1592a8 Fix for email names with embedded &'s - Bug #16383 r=jefft
git-svn-id: svn://10.0.0.236/trunk@50769 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 03:27:33 +00:00
troy%netscape.com
8ec1b4ee83 Space savings. r=kipp@netscape.com
Re-implemented DST code to use separate objects for leaf nodes and
internal nodes. This reduces the per node size from 16 bytes to (on
average) 13 bytes per node


git-svn-id: svn://10.0.0.236/trunk@50768 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 03:18:28 +00:00
troy%netscape.com
9c1337b86f Space savings. r=karnaze@netscape.com Cc'd hyatt@netscape.com
Eliminated member data mIsContentEmpty and now we use a frame state bit
instead. This saves 4 bytes of space per table cell frame


git-svn-id: svn://10.0.0.236/trunk@50767 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 03:14:59 +00:00
shaver%netscape.com
9a4de938e7 make xpcshell use jsrtsvc, and let jsrtsvc handle JS_Shutdown (r=jband)
git-svn-id: svn://10.0.0.236/trunk@50766 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 03:05:48 +00:00
bienvenu%netscape.com
0eddf3358e fix memory leak of nsIURI in Set and GetAttribute r=waterson
git-svn-id: svn://10.0.0.236/trunk@50765 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 02:59:37 +00:00
srinivas%netscape.com
cc0b044bfe Autoconf for NSPR. Checkin for cls@seawood.org. Bugzilla #11893.
git-svn-id: svn://10.0.0.236/trunk@50764 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 02:42:36 +00:00
srinivas%netscape.com
6f136bc3f5 Autoconf for NSPR. Checkin for cls@seawood.org. Bugzilla #11893.
git-svn-id: svn://10.0.0.236/trunk@50763 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 02:36:40 +00:00
peterl%netscape.com
06471a021a moved toggle and tri-state from user-modify to user-select to stay in sync with CSS3
no bug #
r=pierre


git-svn-id: svn://10.0.0.236/trunk@50762 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 02:11:09 +00:00
cls%seawood.org
e381009988 Fix for bug #13412. r=shaver
If configured using --with-extensions or --with-extension=all, enable all of the non-default extensions rather than extension "yes" or "all".


git-svn-id: svn://10.0.0.236/trunk@50761 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 02:04:09 +00:00
akhil.arora%sun.com
047329ce0a 16426 r=akhil.arora@sun.com fixed by Denis Sharypov <sdv@sparc.spb.su>
The class java.lang.RuntimeException was not being pinned


git-svn-id: svn://10.0.0.236/trunk@50760 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 01:47:04 +00:00
akhil.arora%sun.com
4e04c99aad 16427 r=akhil.arora@sun.com fixed by Denis Sharypov <sdv@sparc.spb.su>
Check before dereferencing a NULL pointer.


git-svn-id: svn://10.0.0.236/trunk@50759 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 01:43:24 +00:00
varada%netscape.com
b2e2e2a6bc change from relative to absolute path
git-svn-id: svn://10.0.0.236/trunk@50758 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 01:39:32 +00:00
sspitzer%netscape.com
0d6acc8491 fix for #14892, automatically migrate if we only have one 4.x profile and no 5.0 profiles.
r=mscott.


git-svn-id: svn://10.0.0.236/trunk@50757 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 01:38:54 +00:00
akhil.arora%sun.com
0e030fdb50 16424 r=akhil.arora@sun.com fixed by Denis Sharypov <sdv@sparc.spb.su>
Fix two problems that kept the code from compiling on Win32


git-svn-id: svn://10.0.0.236/trunk@50756 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 01:38:42 +00:00
varada%netscape.com
cbaf31ef98 getting rid of relative paths in wizardmachine.cpp and wizardui.cpp for generate lists
git-svn-id: svn://10.0.0.236/trunk@50755 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 01:38:25 +00:00
varada%netscape.com
0e04699ad6 getting rid of relative paths in accountsetup and checklist inifiles
git-svn-id: svn://10.0.0.236/trunk@50754 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 01:19:25 +00:00
despotdaemon%netscape.com
6e4309cd35 Pseudo-automatic update of changes made by endico@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@50753 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 00:57:31 +00:00
wtc%netscape.com
ef278f909e Bugsplat bug #358401: created a separate .rc file for each DLL. The
product name is "Netscape Portable Runtime" and the file descriptions
are "NSPR Library", "PLDS Library", "PLC Library", and "PRSTRMS Library".
A debug build is indicated in the file description.  The copyright years
changed to 1996-1999.
Modified files: rules.mk, lib/ds/Makefile, lib/ds/Makefile.in,
lib/libc/src/Makefile, lib/libc/src/Makefile.in,
lib/prstreams/Makefile, lib/prstreams/Makefile.in,
prinit.h, nspr.rc
Added files: plds.rc, plc.rc, prstrms.rc
Removed file: resource.h


git-svn-id: svn://10.0.0.236/trunk@50752 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 00:51:41 +00:00
mcafee%netscape.com
981a0b415a Add #status option so you don't have to scroll down to the tree status.
git-svn-id: svn://10.0.0.236/trunk@50751 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 00:50:58 +00:00
sspitzer%netscape.com
13ef2ec53a more fixes to the 4.x uri -> 5.0 uri (copies and folders) code, for windows and mac.
#14951.  r=mscott


git-svn-id: svn://10.0.0.236/trunk@50750 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 00:50:34 +00:00
rpotts%netscape.com
fa27c68f3e bug #16328. Share a single nsToolkit instance among all widgets.
git-svn-id: svn://10.0.0.236/trunk@50749 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 00:49:11 +00:00
fur%netscape.com
69272dcfcd Initial version of net data cache APIs
git-svn-id: svn://10.0.0.236/trunk@50748 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 00:46:41 +00:00
kipp%netscape.com
f23d12f0ae Removed two more warnings
git-svn-id: svn://10.0.0.236/trunk@50747 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 00:29:28 +00:00
leaf%mozilla.org
1388fcf255 adding lib/mac/embedding for pierre -leaf
git-svn-id: svn://10.0.0.236/trunk@50746 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 00:19:06 +00:00
cathleen%netscape.com
1ba2750fb6 adds jsurl.xpt and html.css to windows packager list
git-svn-id: svn://10.0.0.236/trunk@50745 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 00:14:44 +00:00
wtc%netscape.com
974a9a3d5c Backed out the Windows resource file stuff checked in in the autoconf
branch merge.  It has two problems: 1. RESOBJ is not being used.  It
has the same meaning as the existing variable RES.  2. $(RES) is added
to OBJS twice on Win32.


git-svn-id: svn://10.0.0.236/trunk@50744 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 00:14:09 +00:00
nhotta%netscape.com
0cbcded17a Hooking up nsISaveAsCharset to the build, part of bug fix 8865, r=ftang.
git-svn-id: svn://10.0.0.236/trunk@50743 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 00:13:00 +00:00
bienvenu%netscape.com
f9c5bba278 fix memory leaks opening and closing dbs r=mscott
git-svn-id: svn://10.0.0.236/trunk@50742 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 00:11:58 +00:00
nhotta%netscape.com
dbcdcc135b Changed to get a charset name from a locale instead of hard code, also fixed a memory leak, bug=10816, r=tague
git-svn-id: svn://10.0.0.236/trunk@50741 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 00:11:38 +00:00
nhotta%netscape.com
54747068e8 Additional fallback for not charset labeled input, bug=15766, r=rhp
git-svn-id: svn://10.0.0.236/trunk@50740 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 00:08:42 +00:00
nhotta%netscape.com
58752631d9 Hooking up nsISaveAsCharset to the build, part of bug fix 8865, r=ftang.
git-svn-id: svn://10.0.0.236/trunk@50739 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 00:05:23 +00:00
bienvenu%netscape.com
284cea9db5 fix mork linked list which was disabling more than one table change from getting recorded r=davidmc
git-svn-id: svn://10.0.0.236/trunk@50738 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 00:05:10 +00:00
shaver%netscape.com
62dca335b0 Fix for 15480 (menu reflow from content change).
Use <titledbutton>, not <div>, for accelerator text to fix alignment
and improve performance _ever_ so slightly.
Initial support for checked menus (needs more magic).
(r=hyatt)


git-svn-id: svn://10.0.0.236/trunk@50737 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 23:59:18 +00:00
wtc%netscape.com
ad9bb8908b Removed the rule for $(PURE_LIBRARY), which was accidentally
resurrected in the autoconf checkin.


git-svn-id: svn://10.0.0.236/trunk@50736 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 23:55:27 +00:00
shaver%netscape.com
f3548d4772 case correction, scriptability and deprecative comment for nsIEnumerator (r=waterson,brendan)
git-svn-id: svn://10.0.0.236/trunk@50734 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 23:52:59 +00:00
mjudge%netscape.com
8633625794 oops. for got to check this in last time. bug number is 14795
git-svn-id: svn://10.0.0.236/trunk@50733 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 23:52:42 +00:00
norris%netscape.com
9323b18962 Fix a Unix warning by removing an unused local variable
git-svn-id: svn://10.0.0.236/trunk@50732 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 23:49:36 +00:00
norris%netscape.com
d8ebef8633 correct a comment.
git-svn-id: svn://10.0.0.236/trunk@50731 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 23:49:05 +00:00
kmcclusk%netscape.com
d8ff43782f Set vertical-align:baseline for input[type=image] to make it compatible with Nav 4.x
bug #16370; r=rods@netscape.com


git-svn-id: svn://10.0.0.236/trunk@50730 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 23:48:02 +00:00
pollmann%netscape.com
806e3f40cd Bugs 16450, 11979, 16576: Add back a CRLF I took out of the form post headers; r=harishd
git-svn-id: svn://10.0.0.236/trunk@50729 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 23:47:08 +00:00
davidm%netscape.com
b8febcc271 14974 apprunner fails to start up on B&W G3 8.6
Add file to generate logs on the mac
r sdagley


git-svn-id: svn://10.0.0.236/trunk@50728 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 23:46:27 +00:00
norris%netscape.com
814809437c Fix bug 16303. r=alecf@netscape.com
git-svn-id: svn://10.0.0.236/trunk@50727 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 23:45:40 +00:00
davidm%netscape.com
4d52510e79 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@50726 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 23:45:20 +00:00
kmcclusk%netscape.com
440593ffd1 When submitting a form using a "get" method only add the ? if the href does not end in a ?.
bug #16137 r=rods@netscape.com


git-svn-id: svn://10.0.0.236/trunk@50725 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 23:45:02 +00:00
kmcclusk%netscape.com
9827b1d455 Return the value of the option element value attribute if it is present otherwise return
the content of the option. bug #16158. r=rods@netscape.com


git-svn-id: svn://10.0.0.236/trunk@50724 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 23:41:40 +00:00
morse%netscape.com
19b5a1e558 fix bug 16357, memory leak, r=neeti
git-svn-id: svn://10.0.0.236/trunk@50723 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 23:37:35 +00:00
harishd%netscape.com
1cd0327569 Bug fix 2749 - Tweaked comment handling in quirks mode.
Bug fix 15992 - Line breaks within script and style were not getting counted
Related to bug 15423 - Rectified a glitch in Nav. DTD code where a doctype tag
                                         was opening up a body.
Userdefined tags are now treated as containers.
Added Kipp's Leaky Tool

r=pollmann.


git-svn-id: svn://10.0.0.236/trunk@50722 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 23:37:21 +00:00
morse%netscape.com
75a2c4fce1 fix bug 16348, memory leak, r=neeti
git-svn-id: svn://10.0.0.236/trunk@50721 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 23:36:50 +00:00
sdagley%netscape.com
6f9ff35120 Enforce _MD_DEFAULT_STACK_SIZE as the minimum stack size on Mac. r=beard
git-svn-id: svn://10.0.0.236/trunk@50720 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 23:33:13 +00:00
pepper%netscape.com
7f58cc3a0b Changed friend declaration to make HP compilers happy.
aCC requires a decl of friend class ClassName instead of friend ClassName.
r=peterl@netscape.com,mgleeson@netscape.com


git-svn-id: svn://10.0.0.236/trunk@50719 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 23:31:07 +00:00
ssu%netscape.com
6277f3a3b3 fixes bug #16246, #16312, #16344, #16308. r=dbragg@netscape.com. fixes crash bug if the install file operation fails. no longer crashes.
git-svn-id: svn://10.0.0.236/trunk@50718 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 23:30:56 +00:00
kipp%netscape.com
a4a3169649 r=dougt; fixed a warning
git-svn-id: svn://10.0.0.236/trunk@50717 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 23:30:39 +00:00
sdagley%netscape.com
072fc1a666 Marking all Mac threads as GCable for leak detector work. Bug #15906. r=beard
git-svn-id: svn://10.0.0.236/trunk@50716 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 23:29:34 +00:00
pepper%netscape.com
0c627abfcd Added missing newline at end of file to make the HP compilers happy.
r=mgleeson@netscape.com


git-svn-id: svn://10.0.0.236/trunk@50715 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 23:28:17 +00:00
alecf%netscape.com
3185d0a81d add boehm to apprunner
(flag not active in build yet)


git-svn-id: svn://10.0.0.236/trunk@50714 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 23:27:45 +00:00
alecf%netscape.com
4d423eecaf add boehm leak detector support to xpcom on linux
(these flags not active in the build yet)


git-svn-id: svn://10.0.0.236/trunk@50713 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 23:26:41 +00:00
wtc%netscape.com
0317a9ec8d Bugsplat bug #365543: removed the PRIntn typecast in the definition of
PR_TRUE and PR_FALSE.


git-svn-id: svn://10.0.0.236/trunk@50712 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 23:25:01 +00:00
alecf%netscape.com
c8460fa4ce tweaks to make generic_threads work on linux
not part of build


git-svn-id: svn://10.0.0.236/trunk@50711 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 23:24:34 +00:00
alecf%netscape.com
2fce42c8be more tweaks to make beard's generic_threads stuff work on linux
linux already has some of these routines implemented with pthread-specifics
not part of build = no reviewer/bug


git-svn-id: svn://10.0.0.236/trunk@50710 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 23:22:17 +00:00
mgleeson1%netscape.com
34c5281c43 r=pepper HPUX specific change - enable 64-bit int for js
git-svn-id: svn://10.0.0.236/trunk@50709 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 23:20:27 +00:00
wtc%netscape.com
463f69ae27 Bugzilla bug #14126: quote $(OS_RELEASE) in the shell command.
Thanks to Greg Noel <GregNoel@san.rr.com> for the bug report
and the fix.  Reviewed by Greg Noel and tested on several flavors
of Linux (x86, sparc, alpha, and ppc) and FreeBSD.


git-svn-id: svn://10.0.0.236/trunk@50708 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 23:17:38 +00:00
mcafee%netscape.com
8ebe80d3dc Better warning messages. r=pavlov.
git-svn-id: svn://10.0.0.236/trunk@50707 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 23:13:39 +00:00
kipp%netscape.com
37a76d8a25 r=Tomi.Leppikangas@oulu.fi; landed his patch for solaris build issues
git-svn-id: svn://10.0.0.236/trunk@50706 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 23:11:44 +00:00
kipp%netscape.com
63bce01588 Fixed edge case where line bounds wasn't quite accurate which causes the combined rect to not match which now wastes memory; only affects right aligned lines
git-svn-id: svn://10.0.0.236/trunk@50705 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 23:10:59 +00:00
kipp%netscape.com
18e9b9d2f5 r=troy; Reworked nsLineBox api to allow for reduced storage overhead; fixed bug 16252 while keeping bug 12709 fixed
git-svn-id: svn://10.0.0.236/trunk@50704 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 23:10:03 +00:00
jband%netscape.com
b3711cec39 Fixing leaks found by beard...
- Fixed leaked nsID ptr. bug 16373. This alsothrows a JS
exception when JS callers call createInstance or getService
using an (optional) param that is not an iid. This had been a
'XXX' in the code.
- Moved a release call out of just the error condition block in
setting up a ServiceReleaser. I should have caught this one, but
few of my tests use services :(  I have hopes that the whole
ServiceReleaser will become unnecessary as the ServiceManager
system changes and simply calling NS_RELEASE on a service becomes
sufficient.
- Cleaned up an addref/release pair in a setter (need to move to
nsComPtrs!) r=beard


git-svn-id: svn://10.0.0.236/trunk@50703 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 23:08:59 +00:00
kipp%netscape.com
dde9a9185e r=troy; Use a custom frame type so that bullets show up properly in the frame sizing data
git-svn-id: svn://10.0.0.236/trunk@50702 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 23:08:58 +00:00
kipp%netscape.com
3f737c9dc4 r=troy; Added some more atoms so that Dframe sizing data is more particular for line boxes
git-svn-id: svn://10.0.0.236/trunk@50701 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 23:08:31 +00:00
kipp%netscape.com
873c0b8d47 r=troy; Added a #define to prevent future code crashes
git-svn-id: svn://10.0.0.236/trunk@50700 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 23:08:04 +00:00
ftang%netscape.com
2a3924d2e0 fix Shift+a does not produce A in editor problem. We need to clean up isShift before we send. r=pavlov
git-svn-id: svn://10.0.0.236/trunk@50699 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 23:04:57 +00:00
kipp%netscape.com
a542382c77 Added a new table regression test
git-svn-id: svn://10.0.0.236/trunk@50698 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 22:58:41 +00:00
terry%mozilla.org
909afc64d2 Patch by holger@holger.om.org (Holger Schurig) -- was not correctly fixing up the 'when' column in the bugs_activity table.
git-svn-id: svn://10.0.0.236/trunk@50697 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 22:35:12 +00:00
terry%mozilla.org
270c5df832 Patch by holger@holger.om.org (Holger Schurig) -- get the permissions right on the shadow directory.
git-svn-id: svn://10.0.0.236/trunk@50696 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 22:32:44 +00:00
ftang%netscape.com
da9f453e91 fix problem with url bar trancation. Do not send extra key press for non A-Z0-9
git-svn-id: svn://10.0.0.236/trunk@50695 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 21:49:49 +00:00
brade%netscape.com
6bc5327b10 add nspr shlb to optimized too (to fix probably future mac bustage); remove bad path (r=sfraser@netscape.com)
git-svn-id: svn://10.0.0.236/trunk@50694 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 20:34:38 +00:00
ssu%netscape.com
0acd8acee3 fixing bug #16242. approved by leaf. r=leaf. removes jre122 from the mozilla installer. not part of tinderbox. would only affect windows.
git-svn-id: svn://10.0.0.236/trunk@50693 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 20:23:22 +00:00
brade%netscape.com
9c363797fa add nspr shlb to debug to fix mac build bustage
git-svn-id: svn://10.0.0.236/trunk@50692 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 20:18:30 +00:00
dmose%mozilla.org
f0ad8b22a7 fix to cope with checkins.when column name change to checkins.ci_when
git-svn-id: svn://10.0.0.236/trunk@50691 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 20:10:30 +00:00
ftang%netscape.com
0abb41fb24 fix the problem taht PageUp/PageDown/Up/Down/Left/Right/Home/End does not work after we land the keyevent branch. add missing isMeta code there
git-svn-id: svn://10.0.0.236/trunk@50690 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 20:03:00 +00:00
ftang%netscape.com
2d2a382150 landing keyEvent_19991004_BRANCH
bugs # see the log of the check in into branch
author/reviewer:
mozilla/layout/base/src/nsRangeList.cpp brade/mjudge
mozilla/layout/html/forms/src/nsGfxTextControlFrame.cpp brade/ftang
mozilla/layout/events/src/nsDOMEvent.cpp brade/joki
mozilla/layout/events/src/nsEventStateManager.cpp brade/joki
mozilla/widget/public/nsGUIEvent.h akkana/ftang
mozilla/widget/src/windows/nsWindow.cpp ftang/mjudge
mozilla/widget/src/windows/nsWindow.h ftang/mjudge
mozilla/widget/src/mac/nsTextAreaWidget.cpp brade/ftang
mozilla/widget/src/mac/nsMacEventHandler.cpp brade/simon
mozilla/widget/src/xpwidgets/nsKeyBindMgr.cpp brade/ftang
mozilla/widget/src/gtk/nsGtkEventHandler.cpp akkana/?
mozilla/widget/src/gtk/nsWidget.cpp erik/ftang
mozilla/layout/xul/base/src/nsTreeCellFrame.cpp brade/ftang
mozilla/editor/base/nsEditorEventListeners.cpp brade/akkana
mozilla/editor/base/nsHTMLEditor.cpp brade/akkana
mozilla/rdf/content/src/nsXULKeyListener.cpp ftang/saari
fix the master bug- 15693
fix at least, but not limited to, the following bugs
10158,11956,6053,9333,10901,14348,6449,11845,13016,14410,15657,15307,15842,13856


git-svn-id: svn://10.0.0.236/trunk@50688 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 18:27:01 +00:00
alecf%netscape.com
74f7c311eb fix back/forward buttons, #16415
a=leaf


git-svn-id: svn://10.0.0.236/trunk@50687 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 18:26:13 +00:00
terry%mozilla.org
210deb53ba Fix invalid SQL introduced by last patch.
git-svn-id: svn://10.0.0.236/trunk@50686 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 17:34:00 +00:00
terry%mozilla.org
e121b35d4c Allow sorting of status whiteboard column.
git-svn-id: svn://10.0.0.236/trunk@50685 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 17:21:43 +00:00
srinivas%netscape.com
3b846f9edf Add autoconf for NSPR. Check in for cls@seawood.org. Buzill 11893
git-svn-id: svn://10.0.0.236/trunk@50684 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 15:09:11 +00:00
rods%netscape.com
f2b4462a33 This corrects an erroneous checkin made on monday, fixes bug #16362 r=dcone
git-svn-id: svn://10.0.0.236/trunk@50683 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 14:55:08 +00:00
srinivas%netscape.com
e68238933b Autconf for NSPR. Checkin for cls@seawood.org. Bugzill #11893.
git-svn-id: svn://10.0.0.236/trunk@50682 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 14:50:38 +00:00
kipp%netscape.com
49f795c9c9 Make necko work with the viewer again
git-svn-id: svn://10.0.0.236/trunk@50681 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 14:43:59 +00:00
brade%netscape.com
bbc03d38ad remove dbl-click message (per joki); dblclick message is causing bug #14990; r=sfraser@netscape.com
git-svn-id: svn://10.0.0.236/trunk@50680 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 14:22:22 +00:00
brade%netscape.com
eb9061c0ef add nsXULControllers.cpp for hyatt (fix mac bustage)
git-svn-id: svn://10.0.0.236/trunk@50679 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 14:14:55 +00:00
brade%netscape.com
093237bea8 add nsIControllers.idl for hyatt (fix mac build bustage)
git-svn-id: svn://10.0.0.236/trunk@50678 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 13:56:34 +00:00
morse%netscape.com
9cbd053f44 fix bug 10434, memory leak detection, r=kin
git-svn-id: svn://10.0.0.236/trunk@50677 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 13:50:36 +00:00
morse%netscape.com
789e4a6e68 fix bug 10434, memory leak detection, r=valeski
git-svn-id: svn://10.0.0.236/trunk@50676 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 13:36:33 +00:00
hyatt%netscape.com
b895b64505 Fixing warnings. r=travis
git-svn-id: svn://10.0.0.236/trunk@50675 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 12:02:32 +00:00
hyatt%netscape.com
3e56d44211 Fixing linux bustage. Typo in makefile.
git-svn-id: svn://10.0.0.236/trunk@50674 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 11:18:03 +00:00
tbogard%aol.net
226a10c27a Changed the content area of navigator to use the new browser tag rather than html:iframe. r=hyatt.
git-svn-id: svn://10.0.0.236/trunk@50673 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 11:00:21 +00:00
hyatt%netscape.com
9259952dca Landing re-architected command dispatcher. r=hangas(XUL/JS), saari(C++)
git-svn-id: svn://10.0.0.236/trunk@50672 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 10:58:25 +00:00
tbogard%aol.net
d548e091c7 Fixed a number of incorrect assumptions of the attribute retrieval so it would now work with the of new XUL content nodes (iframe, browser, editor). r=hyatt.
git-svn-id: svn://10.0.0.236/trunk@50671 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 10:58:04 +00:00
tbogard%aol.net
e623d0cd2b Adding construction for new XUL tags "iframe", "editor", and "browser". r=hyatt.
git-svn-id: svn://10.0.0.236/trunk@50670 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 10:55:24 +00:00
tbogard%aol.net
645b1aba54 Adding new XUL tags, "iframe", "browser", "editor". r=hyatt.
git-svn-id: svn://10.0.0.236/trunk@50669 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 10:54:32 +00:00
tbogard%aol.net
9cb4c25b8a Added rules for the new browser, editor and iframe types. r=hyatt
git-svn-id: svn://10.0.0.236/trunk@50668 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 10:50:10 +00:00
sgehani%netscape.com
04a7745986 *** NOT PART OF BUILD ***
Fixed bug 11216: Cascading dependencies feature
   
Fixed bug 14320: Parser and action support for the LAUNCHAPP atribute
   
Fixed bug 14322: Mouse over displays component description
   
Fixed bug 16224: Mac Install Wizard crashing when installing custom components


git-svn-id: svn://10.0.0.236/trunk@50667 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 08:30:29 +00:00
sgehani%netscape.com
e33d697bbd Divide by 1024 rather than 1000 when calculating component install sizes. [r=ssu]
git-svn-id: svn://10.0.0.236/trunk@50666 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 08:15:35 +00:00
locka%iol.ie
3e4a7413ef Seperated webshell initialisation/termination out into their own methods. Added support to run Mozilla control from any directory with calls to the new NS_InitXPCOM and some new registry keys.
git-svn-id: svn://10.0.0.236/trunk@50665 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 07:46:55 +00:00
locka%iol.ie
e08fc8df48 Added context popup menu resources
git-svn-id: svn://10.0.0.236/trunk@50664 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 07:44:40 +00:00
locka%iol.ie
9d3f958db2 Added simple working implementation of drag and drop. Control now accepts a URL dragged and dropped from the IE address bar.
git-svn-id: svn://10.0.0.236/trunk@50663 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 07:43:50 +00:00
alecf%netscape.com
4cb578fb28 fix for #16303 - work around DOM security by specifying absolute chrome URLs
patch from norris, r=alecf


git-svn-id: svn://10.0.0.236/trunk@50662 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 07:07:43 +00:00
alecf%netscape.com
067e9e08c7 more tweaks to actually make this do useful things with linux - override malloc with GC_malloc
git-svn-id: svn://10.0.0.236/trunk@50659 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 05:34:21 +00:00
alecf%netscape.com
b7e4e49c84 make this link on rh60 - the pthreads that comes with rh60 doesn't allow direct access to __pthread_initial_thread_box, which was only used as a test anyway
git-svn-id: svn://10.0.0.236/trunk@50658 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 05:33:46 +00:00
troy%netscape.com
3007f63368 b=15388,15408 r=peterl@netscape.com
Made it so that for absolutely positioned frames we pass in the containing
block width/height to the HTML reflow state, rather than have it compute it.
This means we get a bottom up size rather than a top down size. That fixes
a problem where for containing blocks with a specified 'height' of 'auto' we
weren't correctly calculating the containing block height


git-svn-id: svn://10.0.0.236/trunk@50657 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 04:56:50 +00:00
troy%netscape.com
bc13612958 b=16238. Fix discussed with evaughan@netscape. One line change to make sure
the default area frame flag of NS_BLOCK_SPACE_MGR is used for scrolled
elements


git-svn-id: svn://10.0.0.236/trunk@50656 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 04:47:18 +00:00
warren%netscape.com
18d4872487 Reordered columns as per macafee's suggestion.
git-svn-id: svn://10.0.0.236/trunk@50655 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 04:37:13 +00:00
troy%netscape.com
50fb78a575 Space reductions for nsTableFrame. r=karnaze@netscape.com and changes Cc'd to
Hyatt. Tested extensively in apprunner (now mozilla). Change was to reduce from
10 to 5 the default size of the mColumnWidths array (note that the array is
dynamically grown if necessary). This reduces by 20 bytes the minimum table
frame size


git-svn-id: svn://10.0.0.236/trunk@50654 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 04:27:01 +00:00
karnaze%netscape.com
43efe84083 bug 15247 - ComputeAvailableTableWidth accounts for margins
git-svn-id: svn://10.0.0.236/trunk@50653 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 04:03:20 +00:00
karnaze%netscape.com
14d9729d57 cells with width=0 become auto, added comments
git-svn-id: svn://10.0.0.236/trunk@50652 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 04:01:26 +00:00
karnaze%netscape.com
1c91cf67ee new regression tests
git-svn-id: svn://10.0.0.236/trunk@50651 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 03:59:42 +00:00
ssu%netscape.com
661f8f1993 fixing bug #16064. checking in for dveditz@netscape.com. r=ssu@netscape.com. This fixes the crash under win98 when running from the windows installer.
git-svn-id: svn://10.0.0.236/trunk@50650 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 03:26:22 +00:00
srinivas%netscape.com
33f38025b2 Enable specification of minimum stack size.
git-svn-id: svn://10.0.0.236/trunk@50649 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 02:33:14 +00:00
jefft%netscape.com
f59d48eecf enable message move/copy {File Here} menu item; bug 13880, r= hangas
git-svn-id: svn://10.0.0.236/trunk@50648 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 02:20:02 +00:00
rhp%netscape.com
36d221edd9 Fix for attachment count - bug #16076 - reviewer: jefft
git-svn-id: svn://10.0.0.236/trunk@50647 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 02:05:20 +00:00
alecf%netscape.com
e39c37dd58 one down, one to go
git-svn-id: svn://10.0.0.236/trunk@50646 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 02:01:40 +00:00
beard%netscape.com
2975241aaf added support for "about:bloat?leaks". bug=15906,r=warren
git-svn-id: svn://10.0.0.236/trunk@50645 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 01:56:49 +00:00
varada%netscape.com
60280cb48a fix for bug #6348 -new field called Title is to be added in each ini file for the show example
git-svn-id: svn://10.0.0.236/trunk@50644 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 01:56:43 +00:00
evaughan%netscape.com
c89e48e233 Fixed gfx scrollbars style rule. Reviewed by Hyatt
git-svn-id: svn://10.0.0.236/trunk@50642 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 01:55:41 +00:00
alecf%netscape.com
af6d54dbdd convert to nsIModule
r=sspitzer
no bug


git-svn-id: svn://10.0.0.236/trunk@50640 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 01:40:27 +00:00
mcafee%netscape.com
ea6a04a363 Backing out quotes change for (14663), r=matt
git-svn-id: svn://10.0.0.236/trunk@50639 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 01:38:22 +00:00
varada%netscape.com
9acc778e9e bug #10361 config in title
git-svn-id: svn://10.0.0.236/trunk@50637 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 01:23:02 +00:00
varada%netscape.com
9b7d72b4f3 fix for bug #10361 - make neccessary changes in ini files in the title
git-svn-id: svn://10.0.0.236/trunk@50636 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 01:21:01 +00:00
bienvenu%netscape.com
48263cb73e real fix for build bustage
git-svn-id: svn://10.0.0.236/trunk@50635 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 01:02:23 +00:00
peterl%netscape.com
946d493f92 moved style rule cascading logic into a stand-alone rule processor
the rule processor can now cascade rules from multiple style sheets
fix for bug 12401 & 12106
r=pierre


git-svn-id: svn://10.0.0.236/trunk@50634 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 00:59:21 +00:00
peterl%netscape.com
c7896988cd factored out parsing of style attribute
deferred parsing of style attribute until content
is connected to a document
Fix for bug 14986
r=vidur


git-svn-id: svn://10.0.0.236/trunk@50633 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 00:57:37 +00:00
peterl%netscape.com
866322d95e added an assertion to help track down Bug 14238
r=troy


git-svn-id: svn://10.0.0.236/trunk@50632 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 00:56:30 +00:00
cyeh%netscape.com
8ba9c7c1f8 move megahal initialization so that if there is a nick collision and we
die, we at least don't leave a forked process behind.


git-svn-id: svn://10.0.0.236/trunk@50631 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 00:44:37 +00:00
don%netscape.com
7491373c1e Fixed build bustage.
git-svn-id: svn://10.0.0.236/trunk@50630 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 00:39:45 +00:00
varada%netscape.com
0a71d36864 rewriting verifyval to compare values
git-svn-id: svn://10.0.0.236/trunk@50629 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 00:39:31 +00:00
Jerry.Kirk%Nexwarecorp.com
5f745cfd66 These changes fix a draw problem when a top-level window was Move'd
Bug=16325 r=Michael.Kedl@Nexwarecorp.com


git-svn-id: svn://10.0.0.236/trunk@50628 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 00:33:49 +00:00
cmanske%netscape.com
1347e8f244 Fixed bugs 16204, 16118, 15831,15448,14342(partial) r=mjudge
git-svn-id: svn://10.0.0.236/trunk@50627 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 00:13:27 +00:00
cmanske%netscape.com
376ee7ffc4 Fixed bug 16118, part of fix for 14342. Reduced size of ender input widget. r=hyatt,hangas
git-svn-id: svn://10.0.0.236/trunk@50626 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 00:13:21 +00:00
beard%netscape.com
c49f31fb70 fixing a memory leak, just use an nsAutoString. bug=15380, r=harishd
git-svn-id: svn://10.0.0.236/trunk@50625 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 23:59:27 +00:00
alecf%netscape.com
064759d0a6 make this compile with -pedantic on Linux 2.2
git-svn-id: svn://10.0.0.236/trunk@50624 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 23:58:25 +00:00
alecf%netscape.com
4cc8b798cc add new makefile for our build system
git-svn-id: svn://10.0.0.236/trunk@50623 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 23:58:09 +00:00
alecf%netscape.com
e8c68e85db move old Boehm makefile to Makefile.unix
(not part of build)


git-svn-id: svn://10.0.0.236/trunk@50622 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 23:57:38 +00:00
bienvenu%netscape.com
2d2078838d add close method to datasources, r=mscott, no bug, but fixes some shutdown memory leaks
git-svn-id: svn://10.0.0.236/trunk@50621 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 23:55:57 +00:00
beard%netscape.com
06ca9ef5c4 make stack crawl instructions addresses reflect call site, not return address. bug=15906, r=rjc
git-svn-id: svn://10.0.0.236/trunk@50620 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 23:45:40 +00:00
beard%netscape.com
a0aa1b960a Rewrote using Mac file I/O, since MSL can only manage 35 FILEs. bug=15906, r=rjc
git-svn-id: svn://10.0.0.236/trunk@50619 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 23:45:03 +00:00
beard%netscape.com
34cb9deb75 for now, let leak detector reclaim block. bug=15906, r=rjc
git-svn-id: svn://10.0.0.236/trunk@50618 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 23:44:55 +00:00
beard%netscape.com
6dfda342cc html-ized the report, added -blame option.
git-svn-id: svn://10.0.0.236/trunk@50617 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 23:42:49 +00:00
alecf%netscape.com
416447022b fix typo (gif not dif)
talked to cmanske about this, no review necessary


git-svn-id: svn://10.0.0.236/trunk@50616 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 23:39:52 +00:00
dveditz%netscape.com
c5129bc74b added directory recursion feature to makecopy.exe, r=dougt
git-svn-id: svn://10.0.0.236/trunk@50615 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 23:37:24 +00:00
varada%netscape.com
59aaafb7d0 fix for bug #6569
git-svn-id: svn://10.0.0.236/trunk@50614 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 21:30:51 +00:00
terry%mozilla.org
10a148d16b Removing the last vote on a bug was causing an SQL error.
git-svn-id: svn://10.0.0.236/trunk@50611 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 20:17:01 +00:00
selmer%netscape.com
9c33ecf2b8 fix 15325 - don't allow dupl config
git-svn-id: svn://10.0.0.236/trunk@50607 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 19:55:13 +00:00
selmer%netscape.com
73b2bf9d78 Can't have commands after a Reload
git-svn-id: svn://10.0.0.236/trunk@50606 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 19:24:41 +00:00
wtc%netscape.com
78e2d8b9b1 Fixed an error of incorrect return value type in _MD_DeleteSharedMemory.
git-svn-id: svn://10.0.0.236/trunk@50603 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 19:17:05 +00:00
larryh%netscape.com
c2335df585 NSPR 3.5 landing
git-svn-id: svn://10.0.0.236/trunk@50602 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 18:32:42 +00:00
rbs%maths.uq.edu.au
28de62d660 [MathML] Fix to get the scriptlevel style context back, and minor cleanups.
git-svn-id: svn://10.0.0.236/trunk@50600 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 15:10:14 +00:00
karnaze%netscape.com
d0d34df829 bug 11026 - AllocateUnconstrained was off by 1 twip in some cases. bug 14159 - cell is not fixed width if an auto cell in the same col has a larger desired size for backward compatibilty.
git-svn-id: svn://10.0.0.236/trunk@50599 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 14:44:22 +00:00
kipp%netscape.com
9c0c764b13 Removed an unsupported argument (-f)
git-svn-id: svn://10.0.0.236/trunk@50598 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 14:43:04 +00:00
karnaze%netscape.com
12a011a2e9 removed handling of 0 width cells in ComputeAvailableTableWidth since it is done in nsHTMLTableElement. review=kmcclusk
git-svn-id: svn://10.0.0.236/trunk@50597 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 14:39:33 +00:00
karnaze%netscape.com
b893071648 added comments
git-svn-id: svn://10.0.0.236/trunk@50596 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 14:36:28 +00:00
gagan%netscape.com
6d496c35bf Argh... fix my last fix.
git-svn-id: svn://10.0.0.236/trunk@50595 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 12:16:08 +00:00
gagan%netscape.com
14334bc5ea Fix build bustage on windows.
git-svn-id: svn://10.0.0.236/trunk@50594 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 11:50:14 +00:00
gagan%netscape.com
22f1039803 Fix the windows build bustage. Bad checkin on my part!
git-svn-id: svn://10.0.0.236/trunk@50593 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 11:09:37 +00:00
gagan%netscape.com
a4426a97a5 Removing an #if 0 block that got checked in accidently with my last checkins.
git-svn-id: svn://10.0.0.236/trunk@50592 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 10:31:16 +00:00
gagan%netscape.com
8d5737519d Removed an unneccesary include statement. No bug number.
git-svn-id: svn://10.0.0.236/trunk@50591 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 10:28:10 +00:00
gagan%netscape.com
b3785299ff Fix for bug # 10333. Made webshell a progress event sink as well so that now it redirects all progress messages from necko land to the appropriate docloader observer. The hack to delete strings which are being received in the status messages is a work around the current limitation of the proxy event code. When bug # 16273 is fixed that delete wont be necessary. In fixing this I also noticed that the nsFileTransport wasn't using the proxy events and was incorrectly firing status messages directly onto the UI thread. Fixed that as well. r=rpotts,warren
git-svn-id: svn://10.0.0.236/trunk@50588 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 10:24:12 +00:00
waterson%netscape.com
821cb4f5b2 Factor out dirtying of tree, fixed bug with dynamic column creation due to row addition. r=hyatt
git-svn-id: svn://10.0.0.236/trunk@50587 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 08:53:57 +00:00
waterson%netscape.com
250dbce4cf Add check-for-null-pointer to FireOnSelectHandler() to avoid crashing in the case where a select handler fires on an 'orphaned' node with no document. This can happen if a document is being destroyed and random scripts and events are still filtering through the system.
git-svn-id: svn://10.0.0.236/trunk@50585 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 08:02:02 +00:00
pinkerton%netscape.com
3cadc697e1 correctly update cellmap when scrolling in a tree with no column headers (r=hyatt, partial fix for bug#15771)
git-svn-id: svn://10.0.0.236/trunk@50584 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 08:01:43 +00:00
waterson%netscape.com
eecbd2d60c Add PR_LOG() calls to aid debugging.
git-svn-id: svn://10.0.0.236/trunk@50583 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 08:00:45 +00:00
waterson%netscape.com
d69c3be183 Add PR_LOG() calls to aid with debugging.
git-svn-id: svn://10.0.0.236/trunk@50582 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 08:00:14 +00:00
sfraser%netscape.com
6aa6a226a0 Add jsurl IDL manifest and project for dougt.
git-svn-id: svn://10.0.0.236/trunk@50579 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 07:19:40 +00:00
dougt%netscape.com
683eda7a2e 1) Now evaluting the script during channel creation rather than read() to
avoid a deadlock between the UI/JS thread and the FileTransport thread.

2) Isolating the proxy of the eval to a single interface

3) Change makefiles for windows and unix.

Brendan asked me to look at this.  I am not sure if there is a bug number.

reviewer=brendan@meer.net


git-svn-id: svn://10.0.0.236/trunk@50578 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 07:17:36 +00:00
sfraser%netscape.com
057541d810 Part of dougt jsurl changes. Fixing the project to use the _debug prefix file when building debug. r=dougt
git-svn-id: svn://10.0.0.236/trunk@50577 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 07:16:12 +00:00
sfraser%netscape.com
1359dee773 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@50576 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 07:14:12 +00:00
alecf%netscape.com
fb48c801ad fix windows bustage (sorry, I thought I checked this line in from my windows box, must have missed it)
git-svn-id: svn://10.0.0.236/trunk@50575 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 07:00:42 +00:00
alecf%netscape.com
252994d3f4 update status
git-svn-id: svn://10.0.0.236/trunk@50574 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 06:14:58 +00:00
alecf%netscape.com
579a822e8a convert XPFE components over the nsIModules
git-svn-id: svn://10.0.0.236/trunk@50573 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 06:12:15 +00:00
despotdaemon%netscape.com
17726547ac Pseudo-automatic update of changes made by risto@netscape.com.
git-svn-id: svn://10.0.0.236/trunk@50572 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 06:07:34 +00:00
alecf%netscape.com
aae40a4d2d nsIModule-ize addressbook
r=sspizer
no bug


git-svn-id: svn://10.0.0.236/trunk@50571 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 05:55:06 +00:00
alecf%netscape.com
53caf671cb DTDs contain image names too
git-svn-id: svn://10.0.0.236/trunk@50570 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 05:53:10 +00:00
pavlov%netscape.com
2aaf45465d take 2 static CID's out of two different functions and combine them into 1 r=alecf fixes bug #15776
git-svn-id: svn://10.0.0.236/trunk@50569 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 05:42:05 +00:00
karnaze%netscape.com
36a43a236d new regression tests, file images for others. Does not affect the build.
git-svn-id: svn://10.0.0.236/trunk@50568 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 05:40:53 +00:00
alecf%netscape.com
309ba432a9 fix makefiles to correct outdent.dif/outdent.gif typo
git-svn-id: svn://10.0.0.236/trunk@50567 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 05:35:57 +00:00
alecf%netscape.com
7f72e574c1 add another missing file
git-svn-id: svn://10.0.0.236/trunk@50566 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 05:34:24 +00:00
sspitzer%netscape.com
e3f84eb9e4 add more comments about what's left to do, and why this is a little scary.
git-svn-id: svn://10.0.0.236/trunk@50565 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 05:33:26 +00:00
mscott%netscape.com
619a993e2c make sure the user name goes into outgoing imap urls that we make
Bug #16263 --> implement NewURI so we can view embedded images!
r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@50564 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 05:21:08 +00:00
mscott%netscape.com
d272bf5abd Bug #16263 --> CreateListOfMessageIDStrings should look for '?' as the delimiter used by
mime for each message part instead of '&'.
r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@50563 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 05:20:14 +00:00
mscott%netscape.com
fab3227026 Bug #16263 --> make nsGetImapServer public
r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@50562 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 05:19:27 +00:00
sspitzer%netscape.com
1caffddc3f whoops, forgot this wee bit of JS.
git-svn-id: svn://10.0.0.236/trunk@50561 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 05:14:16 +00:00
alecf%netscape.com
dad4df6919 remove file that's making CVS complain
git-svn-id: svn://10.0.0.236/trunk@50560 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 05:10:14 +00:00
sspitzer%netscape.com
332b7443db fix for #16264, r=mscott. migrate prefs (if we need to) when compose is opened.
also, if we have no identities, launch the account wizard so the user can create
 one.  also, cache the nsIMsgMailSession, we don't need to go through Components
[] and do a getService each time.


git-svn-id: svn://10.0.0.236/trunk@50559 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 05:09:14 +00:00
alecf%netscape.com
f347f08869 oops, missed this file because of a misspelling
fixes mac and possibly windows breakage


git-svn-id: svn://10.0.0.236/trunk@50558 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 04:41:11 +00:00
alecf%netscape.com
9083887386 update new image names in all XUL, JS, and CSS
git-svn-id: svn://10.0.0.236/trunk@50556 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 04:26:01 +00:00
sspitzer%netscape.com
7516584ad9 fix for #16262, r=mscott. now we have "Mozilla Profile Wizard" (a.k.a. -ProfileWizard) for the mac.
git-svn-id: svn://10.0.0.236/trunk@50555 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 04:21:18 +00:00
vidur%netscape.com
b1974e5540 Fix for bug 15772. Check that a content node is part of the document tree before dispatching a blur event to it. R=joki
git-svn-id: svn://10.0.0.236/trunk@50554 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 04:19:26 +00:00
alecf%netscape.com
d807cd69da get rid of old poorly cased gif file
git-svn-id: svn://10.0.0.236/trunk@50553 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 04:18:00 +00:00
alecf%netscape.com
b5cd4ed681 oops, missed this mac file
git-svn-id: svn://10.0.0.236/trunk@50552 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 04:17:04 +00:00
sspitzer%netscape.com
cb1644bdd6 fix for bug #14591, r=mscott.
handle the case where we migrate from 4.x and our sent folder is on the imap server.
but, since we haven't logged into the imap server yet, our folders are undiscovered.

other related fixes:
1) make it so on failure to fcc, save to draft, save to template, send later the message shows up.
2) clean up the error message strings
3) fix how we determine if an URI points to a local folder. (all we need to do is look at the scheme and see if it is "mailbox:"
4) remove a stale comment.


git-svn-id: svn://10.0.0.236/trunk@50551 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 04:12:06 +00:00
alecf%netscape.com
e7a07c934b export new gifs on Mac
git-svn-id: svn://10.0.0.236/trunk@50550 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 04:10:49 +00:00
alecf%netscape.com
4353d33c01 export new images on windows
r=mscott
no bug


git-svn-id: svn://10.0.0.236/trunk@50549 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 04:09:25 +00:00
alecf%netscape.com
4b07a41a74 export new gifs on unix
r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@50548 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 04:08:15 +00:00
alecf%netscape.com
2475291b21 checkin new image file names
not part of build
no reviewer 'cause you can't review images :)
no bug #, just maintenance for skins a la German
all files added with -kb


git-svn-id: svn://10.0.0.236/trunk@50547 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 03:57:13 +00:00
mscott%netscape.com
928088a46d we appeared to be leaking an rdf resource. I fixed this leak by using a nsCOMPtr.
r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@50546 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 03:18:32 +00:00
pollmann%netscape.com
5c5ba7aa15 Bug 16126: Check for a cached state when reading value or submitting Gfx text frame (before initialize); r=joki
git-svn-id: svn://10.0.0.236/trunk@50545 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 02:49:42 +00:00
mscott%netscape.com
2b381da127 Bug #16115 --> addref the web shell window inside it's Close method to keep the web shell window from getting
deleted out from under us. This could happen because in closing the window, we are destroying a webshell which
could have the last outstanding reference to the webshell window.
r=dp


git-svn-id: svn://10.0.0.236/trunk@50544 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 02:47:56 +00:00
cathleen%netscape.com
b0844bfd3a update windows packaging file list, bug 16144, r=ssu
git-svn-id: svn://10.0.0.236/trunk@50543 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 02:20:16 +00:00
pollmann%netscape.com
489f3fc875 Bug 15423: Check for a base href when forming the URL for an image map; r=harishd
git-svn-id: svn://10.0.0.236/trunk@50541 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 01:37:30 +00:00
valeski%netscape.com
e96f49b91f 16250. r=warren. IOService method name case changed. reflecting the new method names in the directory javascript
git-svn-id: svn://10.0.0.236/trunk@50540 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 01:36:57 +00:00
davidm%netscape.com
989168e646 8010 [FEATURE] Task Menu | Tools sub-menu items do not work
remove bogus rules
r = hangas


git-svn-id: svn://10.0.0.236/trunk@50539 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 01:25:39 +00:00
varada%netscape.com
caca355dec correcting temp node problem
git-svn-id: svn://10.0.0.236/trunk@50538 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 01:19:23 +00:00
mjudge%netscape.com
01e83014a6 bugs 15547,15645,13665,13277,5761, r=akkana,kin,hyatt. fixing selection bugs, keyboard navigation, triple clicking and drag scrolling. get position not a valid call anymore to nsIFrame.h
git-svn-id: svn://10.0.0.236/trunk@50537 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 01:16:09 +00:00
mjudge%netscape.com
dcd63f4da3 bugs 15547,15645,13665,13277,5761, r=akkana,kin,hyatt. fixing selection bugs, keyboard navigation, triple clicking and drag scrolling.
git-svn-id: svn://10.0.0.236/trunk@50536 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 01:15:26 +00:00
troy%netscape.com
5132f68d26 b=15509, r=peterl@netscape.com
If the frame has visible content that extends outside its content area,
then the view needs to be marked as having transparent content


git-svn-id: svn://10.0.0.236/trunk@50535 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 01:02:53 +00:00
pinkerton%netscape.com
9101132f9e removed some visibility/display rules that were already in xul.css. added a workaround for bug #15722 to not change the icons of the scrollbar buttons on rollover, which caused the trees that contained said scrollbars to fully reflow. (r=hyatt).
git-svn-id: svn://10.0.0.236/trunk@50534 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 01:00:05 +00:00
pollmann%netscape.com
c41e517028 Bug 15180: Don't add a Referer line to the HTTP post data, as Necko already adds one. r=harishd
git-svn-id: svn://10.0.0.236/trunk@50533 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 00:54:47 +00:00
mgleeson1%netscape.com
fc95d0c6a1 r=dougt need eol for port boxes
git-svn-id: svn://10.0.0.236/trunk@50532 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 00:50:31 +00:00
rbs%maths.uq.edu.au
6c0a9f5fc0 [MathML] Hooks to allow --enable-mathml
git-svn-id: svn://10.0.0.236/trunk@50531 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 00:46:09 +00:00
waterson%netscape.com
34e280d8c3 Fix up commentary to reflect reality; remove some confusing stylistic changes. r=bienvenu
git-svn-id: svn://10.0.0.236/trunk@50530 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 00:45:57 +00:00
briano%netscape.com
971976b8c4 Automated update
git-svn-id: svn://10.0.0.236/trunk@50529 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 00:45:14 +00:00
pinkerton%netscape.com
93aed372f7 pulled mac-specific patches to the tip in order to allow typing in the url bar in navigator to work w/out firing cmd-keybindings. (r=saari, no explicit bug number).
git-svn-id: svn://10.0.0.236/trunk@50528 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 00:44:43 +00:00
waterson%netscape.com
aa390e05d8 Fix 'commandupdater' nodes; make sure that they are hooked up correctly from the XUL content sink; factor code to appropriately deal with being called from two places. r=hyatt.
git-svn-id: svn://10.0.0.236/trunk@50527 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 00:43:46 +00:00
beard%netscape.com
1a22e3ed7e fixing image decoder leak. bug=15380, r=pnunn
git-svn-id: svn://10.0.0.236/trunk@50526 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 00:41:43 +00:00
rbs%maths.uq.edu.au
1896cfefef [MathML] Assigning @MOZ_MATHML@ to MOZ_MATHML
git-svn-id: svn://10.0.0.236/trunk@50525 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 00:39:36 +00:00
rbs%maths.uq.edu.au
410ce267d5 [MathML] Update MathML hooks
git-svn-id: svn://10.0.0.236/trunk@50524 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 00:33:17 +00:00
varada%netscape.com
fcb9e9bf51 fixes for bug #15782 to save caches
git-svn-id: svn://10.0.0.236/trunk@50523 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 00:28:59 +00:00
varada%netscape.com
37e2169b4e fix for bug #15782 to save cache file in the respective directories and also to save after each page and to save the last used config name in the default che
git-svn-id: svn://10.0.0.236/trunk@50522 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 00:28:10 +00:00
selmer%netscape.com
2e8166fd64 Added checking to ensure DLL & procedure get loaded successfully
git-svn-id: svn://10.0.0.236/trunk@50521 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 00:19:03 +00:00
selmer%netscape.com
3f42f06246 Fixed up releasing DLLs in destructor
git-svn-id: svn://10.0.0.236/trunk@50519 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 00:12:27 +00:00
cbegle%netscape.com
7519f0fc4c * removed stuff from the idl file that caused warnings
* fixed a typo that caused a warning (nsIsupports)
* fixed values of constants that caused warnings
* use a macro instead of assinging a long long value directly

r=jband


git-svn-id: svn://10.0.0.236/trunk@50518 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 00:11:21 +00:00
pinkerton%netscape.com
7062dc3e8b take a first stab at native system colors. obviously more work needs to be done to use appearance, but this will get us started. (r=sfraser, bug# 1021).
git-svn-id: svn://10.0.0.236/trunk@50517 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 00:08:17 +00:00
pinkerton%netscape.com
8c90b18f03 correctly trigger the sending of mouse_exit events when the mouse moves into the growBox. fixes a bug with gfx scrollbars in bookmarks when the window was resized. (r=sfraser, no explicit bug number).
git-svn-id: svn://10.0.0.236/trunk@50516 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 00:06:00 +00:00
selmer%netscape.com
51c5a4e65e Implemented basis for DLL functions in interpreter; fixed Reload to exit if anything follows it
git-svn-id: svn://10.0.0.236/trunk@50515 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 00:01:10 +00:00
norris%netscape.com
169ef88ab4 Fix following problem:
Subject:
        another getClassLoader exception
   Date:
        Tue, 12 Oct 1999 10:39:26 -0400
   From:
        Andrew Wason <aw@softcom.com>
     To:
        norris@netscape.com (Norris Boyd)
    CC:
        Howard Lin <howard@softcom.com>




Norris,

It looks like the classes the optimizer generates call
ScriptRuntime.defineFunction which calls getClassLoader.  This throws a
SecurityException.

java.security.AccessControlException: access denied
(java.lang.RuntimePermission getClassLoader )
at
java.security.AccessControlContext.checkPermission(AccessControlContext.java
, Compiled Code)
at java.security.AccessController.checkPermission(AccessController.java,
Compiled Code)
at java.lang.SecurityManager.checkPermission(SecurityManager.java, Compiled
Code)
at java.lang.Class.getClassLoader(Class.java, Compiled Code)
at
org.mozilla.javascript.ScriptRuntime.defineFunction(ScriptRuntime.java:2045)
at org.mozilla.javascript.gen.c5.initScript(order.js)
at org.mozilla.javascript.gen.c5.exec(order.js)
at org.mozilla.javascript.Context.evaluateReader(Context.java:728)
[...]



Andrew
--
Andrew Wason
SoftCom, Inc.
aw@softcom.com


git-svn-id: svn://10.0.0.236/trunk@50514 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 23:54:03 +00:00
despotdaemon%netscape.com
e0c55754d5 Pseudo-automatic update of changes made by dmose@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@50513 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 23:30:12 +00:00
kipp%netscape.com
b7194daf71 r=kin,troy; Fixed reflow bug with optimization logic to avoid measuring text (no bug #)
git-svn-id: svn://10.0.0.236/trunk@50512 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 23:29:01 +00:00
kipp%netscape.com
01e298fd41 Fixed bugs with combined-area continuing to include trimmed whitespace (wip for 12297); Added support for tracking trim for 16176)
git-svn-id: svn://10.0.0.236/trunk@50511 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 23:27:32 +00:00
kipp%netscape.com
091955e9a0 New API for bug 16176
git-svn-id: svn://10.0.0.236/trunk@50510 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 23:26:41 +00:00
kipp%netscape.com
76b98f20a7 Factored common code into a single method (UseComputedHeight)
git-svn-id: svn://10.0.0.236/trunk@50509 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 23:25:49 +00:00
kipp%netscape.com
51d691cc02 Port to new nsILineIterator api
git-svn-id: svn://10.0.0.236/trunk@50508 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 23:25:19 +00:00
kipp%netscape.com
45e857d860 Fixed bug with bounds of line-box including side margins when it shouldn't (part of 12297)
git-svn-id: svn://10.0.0.236/trunk@50507 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 23:24:51 +00:00
kipp%netscape.com
28bd74e177 r=troy; Cleaned up line-box API (prep work for bug #12297; more coming); Support new line iterator API change (#16176)
git-svn-id: svn://10.0.0.236/trunk@50505 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 23:24:22 +00:00
kipp%netscape.com
eb73055cf6 Removed silly NS_IMETHOD decls
git-svn-id: svn://10.0.0.236/trunk@50504 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 23:22:53 +00:00
kipp%netscape.com
2c17cc458b Added two new atoms to help meter large vs. small line boxes
git-svn-id: svn://10.0.0.236/trunk@50503 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 23:22:34 +00:00
kipp%netscape.com
d10b7ecd53 Removed two warnings
git-svn-id: svn://10.0.0.236/trunk@50502 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 23:21:40 +00:00
kipp%netscape.com
028e053c7f new
git-svn-id: svn://10.0.0.236/trunk@50501 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 23:20:40 +00:00
rjc%netscape.com
252f4090ad Fix VC5 build bustage.
git-svn-id: svn://10.0.0.236/trunk@50500 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 23:09:09 +00:00
idk%eng.sun.com
9599670719 Fix 16230
Call AddRef for newly created PlugletInsance
r = akhil.arora@sun.com


git-svn-id: svn://10.0.0.236/trunk@50499 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 23:01:44 +00:00
terry%mozilla.org
100e540599 Patch by Holger Schurig <holger@holger.om.org> -- rewriting and enhancing the
ability to edit components, products, and versions.  Yay!


git-svn-id: svn://10.0.0.236/trunk@50498 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 23:00:35 +00:00
mgleeson1%netscape.com
b383080e9b r=evaughan friend declaration needs to declare object is function or class (HPUX)
git-svn-id: svn://10.0.0.236/trunk@50497 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 22:58:04 +00:00
norris%netscape.com
f40460044c Fix 7254 Implement DOM security
Reviewed by mstoltz@netscape.com


git-svn-id: svn://10.0.0.236/trunk@50496 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 22:55:25 +00:00
pavlov%netscape.com
967990a454 build nsScriptableRegion.cpp on windows and linux r=pinkerton ********* WORK TO FIX BUG 12465 *********
git-svn-id: svn://10.0.0.236/trunk@50495 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 22:53:41 +00:00
norris%netscape.com
120ec26f3b Work on 15824 bad refcounting in nsCodebasePrincipal
Attempt to discover problem with additional assertions
reviewed by mstoltz@netscape.com


git-svn-id: svn://10.0.0.236/trunk@50494 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 22:52:49 +00:00
norris%netscape.com
f686bba5d8 Fix part of 5403 Services improperly released: Use NS_WITH_SERVICE
reviewed by mstoltz@netscape.com


git-svn-id: svn://10.0.0.236/trunk@50493 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 22:51:54 +00:00
norris%netscape.com
1d1cd2baaf Fix unix build warning.
Reviewed by rogerl@netscape.com.


git-svn-id: svn://10.0.0.236/trunk@50492 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 22:48:17 +00:00
dougt%netscape.com
b6030ceac7 adding default constructor (mac compiler blues)
git-svn-id: svn://10.0.0.236/trunk@50491 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 22:47:50 +00:00
norris%netscape.com
258a2a6d4a Needed for 7254: Implement DOM security
reviewed by Ben Goodger <rgoodger@ihug.co.nz> and Seth Spitzer <sspitzer@netscape.com>

Scripts running from chrome are considered super privileged and can perform operations that
scripts from the web cannot. I differentiate chrome scripts from web
scripts by considering all scripts loaded from chrome: URIs to be
privileged.

The problem I'm running into is that the loading of relative urls in
this code ends up going to the file: protocol (which is what the chrome
protocol is converted to internally). This change makes sure we load
from the chrome protocol so that the scripts are privileged and don't
get access errors. It's probably a good idea to load from the chrome
protocol anyway since it may one day be resolved to extracting from a
JAR file rather than accessing a discrete file.


git-svn-id: svn://10.0.0.236/trunk@50490 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 22:47:36 +00:00
dougt%netscape.com
2f38d972f2 adding default constructor (mac compilers blues)
git-svn-id: svn://10.0.0.236/trunk@50489 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 22:46:49 +00:00
kmcclusk%netscape.com
afe30290c8 Set state of checkbox and Radio button on MouseUp instead of MouseDown so JavaScript onclick
event handlers can retreive the correct state of the form element. bug 15366; r=rods@netscape.com

Submit the form when a text field is clicked on only if the JavaScript event handler
has not consumed the event. bug 15949; r=rods@netscape.com


git-svn-id: svn://10.0.0.236/trunk@50488 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 22:44:23 +00:00
wtc%netscape.com
19cd8f1747 Backed out previous revision, which was checked in during code freeze.
git-svn-id: svn://10.0.0.236/trunk@50486 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 22:37:13 +00:00
cyeh%netscape.com
3ee2fa81c3 add support for megahal conversation ai, fix syntax error for sending
stock reports to the original requestor.


git-svn-id: svn://10.0.0.236/trunk@50485 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 22:34:49 +00:00
dougt%netscape.com
2ebb109791 changing the entrypoint to call another constructor. I need this since I have
removed an unneeded constructor.  related bug 13724. r=brendan@meer.net


git-svn-id: svn://10.0.0.236/trunk@50484 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 22:32:10 +00:00
dougt%netscape.com
8344cba9ee Added a nested event loop instead of blocking during sync calls. Partial fix
for bug 13724.  (I still must remove ifdef's for the autoproxy code.)
r=brendan@meer.net.


git-svn-id: svn://10.0.0.236/trunk@50483 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 22:29:43 +00:00
rjc%netscape.com
7c82b0b5f1 [performance] When profile manager is being used, don't read in bookmarks twice... by deferring hiddenwindow.xul loading until after profile manager is done. Review: danm and sspitzer
git-svn-id: svn://10.0.0.236/trunk@50482 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 22:20:28 +00:00
kmcclusk%netscape.com
1f838ed9cc Backing out change made while tree was closed
git-svn-id: svn://10.0.0.236/trunk@50481 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 22:07:24 +00:00
kmcclusk%netscape.com
288ad892dc Backing out changes made while tree was closed.
git-svn-id: svn://10.0.0.236/trunk@50480 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 22:01:49 +00:00
norris%netscape.com
0067ebd9f5 Remove redundant import.
git-svn-id: svn://10.0.0.236/trunk@50479 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 21:46:50 +00:00
kmcclusk%netscape.com
3ed94d5f1f Set state of checkbox and Radio button on MouseUp instead of MouseDown so JavaScript onclick
event handlers can retreive the correct state of the form element. bug 15366; r=rods@netscape.com

Submit the form when a text field is clicked on only if the JavaScript event handler
has not consumed the event. bug 15949; r=rods@netscape.com


git-svn-id: svn://10.0.0.236/trunk@50478 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 21:42:31 +00:00
evaughan%netscape.com
74de522d21 Fixed mail/news regression. Code review Saari, Hyatt
git-svn-id: svn://10.0.0.236/trunk@50476 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 20:50:01 +00:00
selmer%netscape.com
318689d640 Top level makefile
git-svn-id: svn://10.0.0.236/trunk@50474 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 20:36:42 +00:00
terry%mozilla.org
06a85f06f3 Patch by Holger Schurig <holger@holger.om.org> -- If there is no exactly ONE
user in the profiles table, then this user will be promoted into all groups.


git-svn-id: svn://10.0.0.236/trunk@50473 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 20:28:41 +00:00
beard%netscape.com
fa0386eb21 printing stack crawls with LXR URLs.
git-svn-id: svn://10.0.0.236/trunk@50472 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 18:59:52 +00:00
dmose%mozilla.org
980b8b883b not used on the trunk; the space in the file name is causing script problems. r=smfr@netscape.com, a=leaf@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@50471 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 18:32:04 +00:00
selmer%netscape.com
b237b4f45e Split interpret into its own class
git-svn-id: svn://10.0.0.236/trunk@50470 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 18:31:05 +00:00
terry%mozilla.org
e5bf02a97b newer alphas of MySQL won't let use "when" as a column name, so let's change
our usage while it's still easy to do so.


git-svn-id: svn://10.0.0.236/trunk@50469 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 18:05:42 +00:00
slamm%netscape.com
ffbff9e7c8 Forgot a semicolon and that caused the creation of bogus files. a=leaf. Thanks to jim_nance@yahoo.com for pointing out the problem.
git-svn-id: svn://10.0.0.236/trunk@50468 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 17:05:05 +00:00
terry%mozilla.org
f07d66246d Patch by Holger Schurig <holgerschurig@nikocity.de> -- replace all the
yicky old make*.sh files and the CHANGES file with a new, nifty
checksetup.pl file that knows how to create a setup from scratch as
well as upgrade an older setup to a new one.  Very cool stuff!


git-svn-id: svn://10.0.0.236/trunk@50467 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 16:58:11 +00:00
terry%mozilla.org
6c6ce1b3d7 Patch by tom@platte.com (Tom Schutter) -- wasn't working if no groups
had isbuggroup set.


git-svn-id: svn://10.0.0.236/trunk@50466 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 16:52:25 +00:00
norris%netscape.com
c813db9f21 Fix release date, add contributor.
git-svn-id: svn://10.0.0.236/trunk@50465 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 16:52:13 +00:00
karnaze%netscape.com
eb1e3503ae new regression test.
git-svn-id: svn://10.0.0.236/trunk@50464 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 14:50:38 +00:00
Jerry.Kirk%Nexwarecorp.com
f62900eb59 Fixed syntax error which caused invalidation not to work when logging
was turned off.
Bug# 16169 r=Dale.Stansberry@Nexwarecorp.com


git-svn-id: svn://10.0.0.236/trunk@50463 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 14:39:32 +00:00
neeti%netscape.com
0e926140f9 updating status
git-svn-id: svn://10.0.0.236/trunk@50462 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 13:38:23 +00:00
neeti%netscape.com
639989c1df Converted to nsIModule to prepare for memory leaks fixing. Bug# 14034. r=waterson
git-svn-id: svn://10.0.0.236/trunk@50461 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 13:33:42 +00:00
dcone%netscape.com
78accf0d1a fixed the CreateRenderingContext call in nsDeviceContext to get rid of warnings. CR by KMcclusk.
git-svn-id: svn://10.0.0.236/trunk@50460 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 13:32:34 +00:00
briano%netscape.com
d7505330dd Automated update
git-svn-id: svn://10.0.0.236/trunk@50459 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 12:52:20 +00:00
cls%seawood.org
b166fe020d Converting patches applied for bug 15241 into a build option, --enable-implicit-archive, that is off by default.
r=syd


git-svn-id: svn://10.0.0.236/trunk@50458 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 12:36:07 +00:00
briano%netscape.com
55f10b405f Automated update
git-svn-id: svn://10.0.0.236/trunk@50457 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 11:52:18 +00:00
ramiro%netscape.com
8bcbaf642c Fix for bug 16163. Usage of -liberty to demangle symbols breaks on loser
linux distributions.  I changed configure.in to detect this lib before using
it.  You can stop whinning now thank you.  r=syd@netscape.com.


git-svn-id: svn://10.0.0.236/trunk@50456 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 11:42:56 +00:00
warren%netscape.com
a5420e53d5 Fixed nsnull problem!
git-svn-id: svn://10.0.0.236/trunk@50455 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 11:21:26 +00:00
terry%mozilla.org
611923e583 Updating the vote cache should not update the date-last-changed field
in the bug.


git-svn-id: svn://10.0.0.236/trunk@50454 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 11:18:29 +00:00
warren%netscape.com
4e84b82b51 Fixed return value for non-debug builds.
git-svn-id: svn://10.0.0.236/trunk@50453 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 10:27:40 +00:00
warren%netscape.com
865a79a1b5 Added Bloat statistics under QA menu.
git-svn-id: svn://10.0.0.236/trunk@50452 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 09:37:37 +00:00
warren%netscape.com
5e7fed7a2f Added about:bloat
git-svn-id: svn://10.0.0.236/trunk@50451 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 09:35:22 +00:00
warren%netscape.com
ed816f5fa6 added files: mozilla/netwerk/protocol/about/src/nsAboutBloat.cpp
git-svn-id: svn://10.0.0.236/trunk@50450 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 09:32:18 +00:00
warren%netscape.com
da470df1ca Added nsTraceRefcnt logging.
git-svn-id: svn://10.0.0.236/trunk@50449 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 09:30:16 +00:00
warren%netscape.com
4ff5cdca2a Made nsTraceRefcnt output write to streams.
git-svn-id: svn://10.0.0.236/trunk@50448 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 09:30:12 +00:00
warren%netscape.com
991d518e3e removed files: mozilla/netwerk/protocol/about/src/nsAboutBloat.cpp
git-svn-id: svn://10.0.0.236/trunk@50447 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 09:26:38 +00:00
warren%netscape.com
d8984b315e added files: mozilla/netwerk/protocol/about/src/nsAboutBloat.cpp
git-svn-id: svn://10.0.0.236/trunk@50446 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 09:25:14 +00:00
warren%netscape.com
c5fccc649e Added about:bloat handler.
git-svn-id: svn://10.0.0.236/trunk@50445 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 09:20:25 +00:00
pollmann%netscape.com
419cb327c4 Bug 15841: Don't default to selecting item 0 of a listbox
Bug 15769: Default select item 0 when adding or removing opt to combo
r=harishd


git-svn-id: svn://10.0.0.236/trunk@50444 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 08:47:29 +00:00
pollmann%netscape.com
7860787b10 Bug 15769: Default select item 0 when adding or removing opt to combo
r=harishd


git-svn-id: svn://10.0.0.236/trunk@50443 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 08:47:22 +00:00
mscott%netscape.com
ccf37b21ec Remove this file from the repository to fix the Mac buids.
The mac projects were looking in this folder and always finding the
stale nsISessionHistory.h file instead of using the idl generated
header file
r=davidm


git-svn-id: svn://10.0.0.236/trunk@50442 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 07:50:17 +00:00
mcafee%netscape.com
0ba95a928f Applying patch from buhr@stat.wisc.edu. Fixes destination widget confusion (14759). Unix-only, a=mscott
git-svn-id: svn://10.0.0.236/trunk@50441 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 07:26:47 +00:00
radha%netscape.com
569c87328e Build bustage in solaris
git-svn-id: svn://10.0.0.236/trunk@50440 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 05:57:03 +00:00
mscott%netscape.com
941d2435ba nsISessionHistory.idl needs to be in this project.
i think this should fix Radha' build breakage for the mac.


git-svn-id: svn://10.0.0.236/trunk@50439 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 05:45:10 +00:00
mcafee%netscape.com
68944c6b5c Adding debug Pref UI for evaughan's gfx scrollbars. r=waterson
git-svn-id: svn://10.0.0.236/trunk@50438 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 05:40:15 +00:00
sfraser%netscape.com
1122546a7f Fix for bug 16151; make the file transport working thread stack size 64k, instead of 8k. Fixes crashes on startup on Mac. r=beard
git-svn-id: svn://10.0.0.236/trunk@50437 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 05:39:18 +00:00
jefft%netscape.com
b77b7f8e29 removed files: mozilla/mailnews/compose/src/nsMsgI18N.cpp
git-svn-id: svn://10.0.0.236/trunk@50436 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 05:24:48 +00:00
jefft%netscape.com
1eb33cb46e added files: mozilla/mailnews/base/util/nsMsgI18N.cpp
git-svn-id: svn://10.0.0.236/trunk@50435 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 05:21:21 +00:00
jefft%netscape.com
c0fbb70022 fixed bug 15676 - Display problem in Subject header with non-ascii when Forwarding; decode the subject string based on character prior setting it to nsMsgComposeFields; move nsMsgI18N.h, nsMsgI18N.cpp from compose/src to base/util; r=rhp, nhotta
git-svn-id: svn://10.0.0.236/trunk@50434 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 05:18:27 +00:00
mscott%netscape.com
ec97378850 Bug #15655 --> don't build old nsMimeFactory. Build nsMimeModule instead.
r=rhp


git-svn-id: svn://10.0.0.236/trunk@50433 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 05:05:17 +00:00
mscott%netscape.com
df2bf72c59 Bug #15655 -> build nsMimeModule.cp
r=rhp


git-svn-id: svn://10.0.0.236/trunk@50432 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 05:04:41 +00:00
mscott%netscape.com
7527b7b206 bug #15655 --> no longer build nsMimeFactory.cpp...we build
nsMimeModule instead.
r=rhp


git-svn-id: svn://10.0.0.236/trunk@50431 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 05:04:25 +00:00
mscott%netscape.com
a252dee761 include nsMsgMimeCID.h to get the CID. (moved CID out of interface)
r=rhp


git-svn-id: svn://10.0.0.236/trunk@50430 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 05:03:49 +00:00
mscott%netscape.com
05ab0a848d Bug #15655 module for mime. (replaces nsMimeFactory.cpp)
remove NS_New** factory method. minor cleanup
r=rhp


git-svn-id: svn://10.0.0.236/trunk@50429 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 05:03:25 +00:00
mscott%netscape.com
d0cd134272 Bug #15655 module for mime. (replaces nsMimeFactory.cpp)
r=rhp


git-svn-id: svn://10.0.0.236/trunk@50428 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 05:03:05 +00:00
mscott%netscape.com
e89f59cad5 Bug #15655 new file. module for mime. (replaces nsMimeFactory.cpp)
r=rhp


git-svn-id: svn://10.0.0.236/trunk@50427 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 05:02:23 +00:00
rbs%maths.uq.edu.au
dd050726f8 [MathML] Updates and initial landing of the example mixing.xml to illustrate how to mix MathML with other markups
git-svn-id: svn://10.0.0.236/trunk@50426 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 05:00:32 +00:00
rbs%maths.uq.edu.au
02f74ae132 [MathML] Removing unecessary #include of header files
git-svn-id: svn://10.0.0.236/trunk@50425 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 04:53:41 +00:00
rbs%maths.uq.edu.au
a017529e6b [MathML] Additional missing hooks
git-svn-id: svn://10.0.0.236/trunk@50424 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 04:47:55 +00:00
rbs%maths.uq.edu.au
7083308cff [MathML] Removing unecessary #include of header files
git-svn-id: svn://10.0.0.236/trunk@50423 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 04:42:15 +00:00
waterson%netscape.com
6430228b19 Add nsScrollPortView.cpp to the build to get around undefined symbols at startup: looks like it got missed on Unix.
git-svn-id: svn://10.0.0.236/trunk@50422 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 04:41:07 +00:00
radha%netscape.com
7ba4c213b3 XPIDLising session history. bug # 15437. r=law
git-svn-id: svn://10.0.0.236/trunk@50421 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 04:40:59 +00:00
rbs%maths.uq.edu.au
84470b2c93 [MathML] Portability: adding explicit get() on pointers coming from nsCOMPtr
git-svn-id: svn://10.0.0.236/trunk@50420 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 04:38:21 +00:00
radha%netscape.com
270ce881b4 XPIDised session history. Corresponding changes to users of nsISessionHistory.
Bug # 15437. r=law


git-svn-id: svn://10.0.0.236/trunk@50419 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 04:37:43 +00:00
cls%seawood.org
173cc583c1 Temp fix for the dependency problem caused by the use of implicit shared libs. a=leaf
git-svn-id: svn://10.0.0.236/trunk@50418 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 03:42:02 +00:00
idk%eng.sun.com
651e1ddd8a Bug <a href=http://bugzilla.mozilla.org/show_bug.cgi?id=15892> 15892 </a>
increment pointer to  mime description string before calling strchr


git-svn-id: svn://10.0.0.236/trunk@50417 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 03:29:27 +00:00
waterson%netscape.com
30e53d03e9 Bug 16105. (Bugsplat 366256.) Ensure that nsISupports::Release() calls dtor only once by 'stabilizing' refcnt to a non-zero value before invoking the dtor. See also news://news.mozilla.org/37FD0F3C.3078AE5C%40netscape.com. r=scc,fur
git-svn-id: svn://10.0.0.236/trunk@50416 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 03:05:10 +00:00
warren%netscape.com
0a71bb415f Fixed missed GetFileSpec
git-svn-id: svn://10.0.0.236/trunk@50415 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 02:35:00 +00:00
rbs%maths.uq.edu.au
daf51ae193 Revamp of the architecture for stretchy symbols so that nsMathMLChar only deals with the atomic stretchy task.
git-svn-id: svn://10.0.0.236/trunk@50414 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 02:12:36 +00:00
waterson%netscape.com
e20da712ec Bug 16105. (Bugsplat 366256.) Ensure that nsISupports::Release() calls dtor only once by 'stabilizing' refcnt to a non-zero value before invoking the dtor. See also news://news.mozilla.org/37FD0F3C.3078AE5C%40netscape.com. r=scc,fur
git-svn-id: svn://10.0.0.236/trunk@50413 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 02:10:08 +00:00
alecf%netscape.com
a4d81273ff upating status
git-svn-id: svn://10.0.0.236/trunk@50412 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 02:07:13 +00:00
rbs%maths.uq.edu.au
931605d622 Removing a duplicate reference to a src file
git-svn-id: svn://10.0.0.236/trunk@50411 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 02:06:05 +00:00
rbs%maths.uq.edu.au
ba241132ea Removing a typedef and adding a new NS_MATHML_OPERATOR_MUTABLE flag
git-svn-id: svn://10.0.0.236/trunk@50409 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 01:58:27 +00:00
selmer%netscape.com
36bb330940 Created new Interpret.cpp & CInterpret class
git-svn-id: svn://10.0.0.236/trunk@50408 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 01:54:00 +00:00
rbs%maths.uq.edu.au
328d62f08f [MathML] removing registration hooks. They are now handled by nsLayoutModule.
git-svn-id: svn://10.0.0.236/trunk@50407 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 01:48:05 +00:00
warren%netscape.com
6a952509ef Lowercased idl method names for scriptability. Cleaned up nsIURL interface.
git-svn-id: svn://10.0.0.236/trunk@50406 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 01:39:37 +00:00
peterl%netscape.com
3295631735 store system colors as int rather than enums
return proper result code when setting system color
r=rods


git-svn-id: svn://10.0.0.236/trunk@50405 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 01:31:33 +00:00
slamm%netscape.com
f12855c796 Remove extra 'mozilla/' in cvsblame'd source link.
git-svn-id: svn://10.0.0.236/trunk@50404 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 01:25:47 +00:00
rbs%maths.uq.edu.au
121acfa205 [MathML] Setting a bolean to PR_TRUE to allow generated pseudo content (e.g., :before, :after) in MathML.
git-svn-id: svn://10.0.0.236/trunk@50403 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 01:19:34 +00:00
cathleen%netscape.com
01eb918031 fix mac packager list, bug 16141, r=ssu
git-svn-id: svn://10.0.0.236/trunk@50402 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 01:11:42 +00:00
selmer%netscape.com
63d606d58f Fix up inclusions of headers
git-svn-id: svn://10.0.0.236/trunk@50401 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 00:56:51 +00:00
pavlov%netscape.com
8f331211d9 fix cursor blinking on linux r=ramiro
git-svn-id: svn://10.0.0.236/trunk@50400 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 00:44:07 +00:00
alecf%netscape.com
e2e17b4ff5 finish landing nsIModule for compose
this and my last checkin r=sspizter
no bug, porkjockey work


git-svn-id: svn://10.0.0.236/trunk@50399 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 00:37:39 +00:00
alecf%netscape.com
d5785373e3 land nsIModule for mail compose
git-svn-id: svn://10.0.0.236/trunk@50398 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 00:34:06 +00:00
peterl%netscape.com
1299fd6c0b better result code testing in recreate frames for content
part of fix for 14134
r=pierre


git-svn-id: svn://10.0.0.236/trunk@50397 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 00:32:13 +00:00
peterl%netscape.com
7021f197de added ignore value to user-focus
r=hyatt


git-svn-id: svn://10.0.0.236/trunk@50396 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 00:30:54 +00:00
peterl%netscape.com
df37832d89 added 'ignore' keyword
r=hyatt


git-svn-id: svn://10.0.0.236/trunk@50395 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 00:30:19 +00:00
warren%netscape.com
6d83d361f0 Fixed bloat snapshotting capabilities. r=kipp
git-svn-id: svn://10.0.0.236/trunk@50394 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 00:29:54 +00:00
warren%netscape.com
93c11dbc7d Added NS_LOG_RELEASE for bloat stats. r=kmcclusk
git-svn-id: svn://10.0.0.236/trunk@50393 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 00:28:14 +00:00
ssu%netscape.com
6a84236160 fixing bug #16095. apprunner.exe got renamed to mozilla.exe. This fix updates the installer to create the proper windows shortcut. Not part of tinderbox. r=dbragg@netscape.com
git-svn-id: svn://10.0.0.236/trunk@50392 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 00:23:37 +00:00
peterl%netscape.com
8b985c46d4 fix return type for append reflow command (was returning PRBool for nsresult)
part of fix for 14134
r=pierre


git-svn-id: svn://10.0.0.236/trunk@50391 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 00:23:10 +00:00
peterl%netscape.com
bd0a1b5cb4 dont strip multiple changes with nsnull frames
part of fix for 14134
r=pierre


git-svn-id: svn://10.0.0.236/trunk@50390 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 00:22:18 +00:00
peterl%netscape.com
b765a3d4c4 add 'ignore' to user focus
r=hyatt


git-svn-id: svn://10.0.0.236/trunk@50389 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 00:21:06 +00:00
dougt%netscape.com
06ac17fb62 fixes bug 15709. r=dveditz.
git-svn-id: svn://10.0.0.236/trunk@50388 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 00:20:23 +00:00
evaughan%netscape.com
4dbf02b9bd added files: mozilla/view/src/nsScrollPortView.cpp
git-svn-id: svn://10.0.0.236/trunk@50387 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 00:16:34 +00:00
sspitzer%netscape.com
da4d6e495b fix for #16098, r=mscott. Now we have "Mozilla Profile Manager" for the mac, which is the same as -ProfileManager on the other platforms
git-svn-id: svn://10.0.0.236/trunk@50386 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 00:16:31 +00:00
evaughan%netscape.com
b6c93b5c5c Integrated Gfx scrollbars.
git-svn-id: svn://10.0.0.236/trunk@50385 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 00:16:06 +00:00
mscott%netscape.com
6d6b3023f8 support nsIStreamObserver to get rid of an assert in necko.
r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@50384 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 00:13:45 +00:00
cbegle%netscape.com
d31b3296a7 new files.
new tests for xpconnect.  r=jband.


git-svn-id: svn://10.0.0.236/trunk@50383 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 00:12:43 +00:00
varada%netscape.com
bb0622beb7 changing minlen and maxlen in edit fields
git-svn-id: svn://10.0.0.236/trunk@50382 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 00:12:10 +00:00
alecf%netscape.com
342865f5fe was not setting the "type" attribute during CreateIncomingServer
fixes #16075
r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@50381 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 00:07:14 +00:00
varada%netscape.com
e6f4dfa6bc bug #5958 validating entering of characters in the newconfigdialog edit fields
git-svn-id: svn://10.0.0.236/trunk@50380 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 00:05:38 +00:00
kmcclusk%netscape.com
f52acaed14 Implemented nsRenderingContextWin::CopyClipRegion. bug 13913; r=rods@netscape.com
git-svn-id: svn://10.0.0.236/trunk@50379 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 00:05:04 +00:00
ducarroz%netscape.com
888a71ee23 Fix for bug 15235 & 14785. I checkin this for jefft. Messages need to be save using platform specific line break. R=ducarroz
git-svn-id: svn://10.0.0.236/trunk@50378 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 00:03:17 +00:00
kmcclusk%netscape.com
90932ba7f3 Changed WIN32 windows style from WS_EX_CLIENTEDGEto WS_EX_WINDOWEDGE to
stop drawing client windows sunken. bug=15151; r=rods@netscape.com


git-svn-id: svn://10.0.0.236/trunk@50377 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-11 23:56:55 +00:00
rods%netscape.com
b845870367 changed fonts for select and optgroup to match r=kmcclusk b=12230
git-svn-id: svn://10.0.0.236/trunk@50376 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-11 23:48:41 +00:00
varada%netscape.com
c3b9e376e5 fix to bug #15339- added SetForegroundWindowin the OnSetActive code in the wizardui.cpp
git-svn-id: svn://10.0.0.236/trunk@50375 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-11 23:47:49 +00:00
nhotta%netscape.com
59ee43f7fc Adding a new interface which does a charset conversion plus NE and NCR for fallback. Part of bug fix #8865, r=ftang.
git-svn-id: svn://10.0.0.236/trunk@50374 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-11 23:47:27 +00:00
rods%netscape.com
a30fed502d removed css system color references (not implemented on Mac yet)
changed all checkbox borders to 2 pixels r=kmcclusk b=13854


git-svn-id: svn://10.0.0.236/trunk@50373 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-11 23:44:36 +00:00
nisheeth%netscape.com
d65bc1efa0 We now use the new RAPTOR_STOPWATCH_DEBUGTRACE macro to annotate all manipulations of the timers.
git-svn-id: svn://10.0.0.236/trunk@50372 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-11 23:42:56 +00:00
nisheeth%netscape.com
932343b896 Changes not part of build. We now use the new RAPTOR_STOPWATCH_DEBUGTRACE macro to annotate all manipulations of the timers.
git-svn-id: svn://10.0.0.236/trunk@50371 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-11 23:33:14 +00:00
nisheeth%netscape.com
4443e74058 Changes not part of build. Added a debug trace macro that outputs to the console only when DEBUG_STOPWATCH is defined.
git-svn-id: svn://10.0.0.236/trunk@50370 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-11 23:30:45 +00:00
rogerl%netscape.com
9a868467c2 NOT A PART OF SEAMONKEY BUILD
- fixed test ECMA references,
- added test to -002


git-svn-id: svn://10.0.0.236/trunk@50368 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-11 22:59:25 +00:00
norris%netscape.com
6a9e7e63c8 Fix bug:
Subject:
        optimizer SecurityException
   Date:
        Mon, 11 Oct 1999 17:37:51 -0400
   From:
        Andrew Wason <aw@softcom.com>
     To:
        norris@netscape.com (Norris Boyd)
    CC:
        Howard Lin <howard@softcom.com>




We use our own SecuritySupport implementation in Rhino.  This is properly
getting called by the optimizer to generate new classes (e.g.
org.mozilla.javascript.gen.c5 etc.)

However, after defining the class, Codegen.compile calls getClassLoader()
on the new class.  The default SecurityManager doesn't allow
getClassLoader() to be called and so an exception is thrown:

java.lang.RuntimeException: Malformed optimizer package
java.security.AccessControlException: access denied
(java.lang.RuntimePermission getClassLoader )
        at org.mozilla.javascript.optimizer.Codegen.compile(Codegen.java:138)
        at org.mozilla.javascript.Context.compile(Context.java:1761)
        at org.mozilla.javascript.Context.compile(Context.java:1691)
        at org.mozilla.javascript.Context.compileReader(Context.java:810)
        at org.mozilla.javascript.Context.evaluateReader(Context.java:725)
        [...]

This is kind of a pain to duplicate outside of our application, but if you
require a test case I can create one.

Codegen is attempting to call loadClass() after it uses
SecuritySupport.defineClass().  Our SecuritySupport calls loadClass()
internally in its defineClass() implementation.  This is what JavaAdapter
expects.

This is from Codegen.compile():

                         if (securitySupport == null) {
                             if (Context.isSecurityDomainRequired())
                                 throw new SecurityException("Required " +
                                             "security context missing");
                             if (classLoader == null)
                                 classLoader = new JavaScriptClassLoader();
                             clazz = classLoader.defineClass(name, classFile);
                         } else {
                             clazz = securitySupport.defineClass(name,
classFile,
                                                                 securityDom
securityDomain);
                         }
                         ClassLoader loader = clazz.getClassLoader();
                         clazz = loader.loadClass(name);


This is from JavaAdapter.createAdapterClass():


         SecuritySupport ss = cx.getSecuritySupport();
         if (ss != null)  {
             Object securityDomain = cx.getSecurityDomainForStackDepth(-1);
             return ss.defineClass(adapterName, bytes, securityDomain);
         } else {
             if (classLoader == null)
                 classLoader = new MyClassLoader();
             classLoader.defineClass(adapterName, bytes);
             return classLoader.loadClass(adapterName, true);
         }


So JavaAdapter is assuming SecuritySupport.defineClass() will call
ClassLoader.loadClass() on the new class, while Codegen is assuming it
needs to call ClassLoader.loadClass() on the class defined by
SecuritySupport.defineClass().

These should be made consistent, and in both cases it should be assumed
that SecuritySupport will both define and load the class.


Andrew
--
Andrew Wason
SoftCom, Inc.
aw@softcom.com


git-svn-id: svn://10.0.0.236/trunk@50367 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-11 22:48:13 +00:00
rogerl%netscape.com
2fc190da13 NOT A PART OF SEAMONKEY BUILD
- removed redundant test & fixed test for 'super' to detect syntax error


git-svn-id: svn://10.0.0.236/trunk@50366 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-11 22:38:40 +00:00
varada%netscape.com
d6fa660ea6 #6569 adding Message function to OnNext handler
git-svn-id: svn://10.0.0.236/trunk@50365 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-11 22:30:02 +00:00
varada%netscape.com
2c4f182411 #15327 changing minlen to maxlen
git-svn-id: svn://10.0.0.236/trunk@50364 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-11 22:28:59 +00:00
sfraser%netscape.com
159030e89c Part of fix for 15795; nsFileSpecMac.cpp is no longer pulled in with a nasty #include, and is thus added to the project. r=dougt
git-svn-id: svn://10.0.0.236/trunk@50362 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-11 21:19:47 +00:00
terry%mozilla.org
c140cc2ce4 Got rid of silly debugging hack.
git-svn-id: svn://10.0.0.236/trunk@50361 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-11 21:19:46 +00:00
sfraser%netscape.com
8023b08ebc Fix for bugs 15795 and 16090 -- fix startup crash which was due to an uninitialized nsFileSpec trashing the stack. Also no longer set mError on CreateDirectory if the dir already exists, prevent += "foo" when mError is set, and add assertions XP to catch calls with NULL strings.
reviewed by dougt and (in part) sspitzer. a=leaf.


git-svn-id: svn://10.0.0.236/trunk@50360 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-11 21:19:06 +00:00
terry%mozilla.org
c90da152c8 Sort votes in decreasing order, not increasing.
git-svn-id: svn://10.0.0.236/trunk@50359 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-11 21:17:17 +00:00
leaf%mozilla.org
f9f813ef1c removing multiple include of mozilla/silentdl from raptor modules
git-svn-id: svn://10.0.0.236/trunk@50357 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-11 19:48:28 +00:00
slamm%netscape.com
8fad354f5e Remove '-test' from output file name
git-svn-id: svn://10.0.0.236/trunk@50356 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-11 19:46:59 +00:00
slamm%netscape.com
9a58260a6e finished testing
git-svn-id: svn://10.0.0.236/trunk@50355 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-11 19:43:46 +00:00
slamm%netscape.com
d1bd5d5e97 New file indexing. Use '/cvsroot' instead of lxr index.
git-svn-id: svn://10.0.0.236/trunk@50354 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-11 19:42:53 +00:00
slamm%netscape.com
ea86098377 Skip attic files.
git-svn-id: svn://10.0.0.236/trunk@50353 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-11 19:40:51 +00:00
slamm%netscape.com
dcfe02ab7b slight tweak. take 2.
git-svn-id: svn://10.0.0.236/trunk@50352 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-11 19:37:32 +00:00
slamm%netscape.com
cb5728cc3b slight tweak
git-svn-id: svn://10.0.0.236/trunk@50351 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-11 19:36:12 +00:00
slamm%netscape.com
1a57622faf Need to account for ,v
git-svn-id: svn://10.0.0.236/trunk@50350 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-11 19:34:57 +00:00
slamm%netscape.com
5bfc12b38e Test new file indexing.
git-svn-id: svn://10.0.0.236/trunk@50349 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-11 19:26:38 +00:00
varada%netscape.com
fb01047518 checking in fixes for bug #6569 - confirmation on clicking the finish button
git-svn-id: svn://10.0.0.236/trunk@50348 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-11 19:23:25 +00:00
terry%mozilla.org
a8e3ac3d29 Let's not keep everything locked up while regenerating.
git-svn-id: svn://10.0.0.236/trunk@50347 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-11 19:02:49 +00:00
terry%mozilla.org
8d648e06d7 Stop reporting "area"; don't report voters on the CC line.
git-svn-id: svn://10.0.0.236/trunk@50346 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-11 18:54:45 +00:00
terry%mozilla.org
c49588441a Make "rescanall" only check bugs which have changed in the last two days.
git-svn-id: svn://10.0.0.236/trunk@50345 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-11 18:23:21 +00:00
terry%mozilla.org
d9793670d5 Added ability to run "processmail rescanall" to scan *every* bug for
any mail that ought to be sent to someone.


git-svn-id: svn://10.0.0.236/trunk@50344 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-11 18:18:39 +00:00
terry%mozilla.org
865140e021 Oops; need extra directions to avoid problems when removing the "area" column.
git-svn-id: svn://10.0.0.236/trunk@50343 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-11 17:41:47 +00:00
terry%mozilla.org
6e44e98669 Stupid hack to let things work with people who have bookmarked
vote-sorting URLs using the old style.


git-svn-id: svn://10.0.0.236/trunk@50342 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-11 17:21:18 +00:00
terry%mozilla.org
97ae527556 Added a "votes" field to the bugs table, which caches the total number
of votes that have been cast for that bug.  This let me simplify the
SQL in buglist.cgi, which makes things more efficient and fixes
several strange bugs.


git-svn-id: svn://10.0.0.236/trunk@50341 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-11 17:14:32 +00:00
kipp%netscape.com
c2c9a9c0b6 Updated documentation to be more accurate; provided description of command line arguments
git-svn-id: svn://10.0.0.236/trunk@50340 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-11 15:30:17 +00:00
Jerry.Kirk%Nexwarecorp.com
058528945e Adding a "; else true" to work around broken shell under QNX4 for the
Neutrino cross-compile.
Bug #16049 r=Dale.Stansberry@Nexwarecorp.com


git-svn-id: svn://10.0.0.236/trunk@50339 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-11 14:41:25 +00:00
neeti%netscape.com
b3d531541b updating status
git-svn-id: svn://10.0.0.236/trunk@50338 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-11 14:17:18 +00:00
briano%netscape.com
f52490e687 Automated update
git-svn-id: svn://10.0.0.236/trunk@50337 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-11 11:16:05 +00:00
briano%netscape.com
16ba6581af Automated update
git-svn-id: svn://10.0.0.236/trunk@50336 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-11 11:07:20 +00:00
ramiro%netscape.com
7fe99209ab Fix for bug 13522. Duplicate nsTimer.cpp files. Removing the old ones.
r=pavlov@netscape.com,sfraser@netscape.com.


git-svn-id: svn://10.0.0.236/trunk@50335 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-11 04:01:35 +00:00
ramiro%netscape.com
64aa89c32a Fix for bug 13522. Duplicate nsITimer.h files. Removing the old ones.
r=pavlov@netscape.com.


git-svn-id: svn://10.0.0.236/trunk@50334 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-11 03:48:21 +00:00
pavlov%netscape.com
770be8200a Do not draw images if we have an empty clip region r=syd fixes bug #11086
git-svn-id: svn://10.0.0.236/trunk@50333 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-11 03:04:59 +00:00
mcafee%netscape.com
574bed9e24 Enable Solaris/Intel/egcs to build & run. Patch submitted by Roy Jones, r=mcafee
git-svn-id: svn://10.0.0.236/trunk@50332 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-10 23:41:23 +00:00
putterman%netscape.com
d468916c06 Remove ctor/dtor counter macros I added before it was determined we shouldn't
use them for xpcom classes.


git-svn-id: svn://10.0.0.236/trunk@50331 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-10 22:52:49 +00:00
putterman%netscape.com
9dbd192f71 Use ctor/dtor counter macros on non xpcom classes. reviewed by mscott. no bug.
git-svn-id: svn://10.0.0.236/trunk@50330 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-10 22:32:54 +00:00
putterman%netscape.com
e618bdbebb Switch over mailnews/base to use nsIModule. I forgot to mention that these
checkins were reviewed by mscott.  There's no bug.


git-svn-id: svn://10.0.0.236/trunk@50329 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-10 22:32:25 +00:00
putterman%netscape.com
7f3afb38db Switch over mailnews/base to use nsIModule.
git-svn-id: svn://10.0.0.236/trunk@50328 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-10 22:31:48 +00:00
putterman%netscape.com
1ef39b7b56 Create a version of NS_GENERIC_FACTORY_CONSTRUCTOR that lets you pass in
an initialization function.  No bug.  Reviewed by dp.


git-svn-id: svn://10.0.0.236/trunk@50327 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-10 22:30:55 +00:00
ramiro%netscape.com
a29fb3f1d9 Add .*.timestamp to ignore the new "ar" hack droppings.
git-svn-id: svn://10.0.0.236/trunk@50326 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-10 07:34:06 +00:00
rpotts%netscape.com
907eec02fc Removed 2 *extra* calls to NS_RELEASE in failure cases...
git-svn-id: svn://10.0.0.236/trunk@50325 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-10 06:58:42 +00:00
dveditz%netscape.com
cb001a0982 build fix, packager needs to know about changed Win32 names
git-svn-id: svn://10.0.0.236/trunk@50324 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-10 04:59:59 +00:00
warren%netscape.com
6320eadc46 Fixed refcounting problem and possible out-of-memory condition. r=kipp
git-svn-id: svn://10.0.0.236/trunk@50323 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-10 02:08:08 +00:00
dveditz%netscape.com
30a83caa1d Fixing 8.3 library name problems, bugs 10355, 10359,10364, 10365, 10372, 11796, 11791. Checking in for cathleen, r=dveditz
git-svn-id: svn://10.0.0.236/trunk@50322 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-10 01:32:59 +00:00
ssu%netscape.com
765cdf4fa9 fixing bug #15953. No fix is not part of tinderbox builds. affects only windows. Got approval from Syd_Sheriff. Also updated config.ini to not reference the editor since it has been rolled into the core.xpi.
git-svn-id: svn://10.0.0.236/trunk@50321 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-09 22:21:11 +00:00
ssu%netscape.com
f818f184a0 this checkin is to help fix bug #15393. There is one more step to truly fix it, which will come later. Reviewed by sgehani@netscape.com. This only affects windows platforms. This fix is needed because xpistub.dll no longers requires two callback functions: XpiStart() and XpiFinal().
git-svn-id: svn://10.0.0.236/trunk@50320 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-09 21:41:02 +00:00
ssu%netscape.com
2478da99aa this checkin is to help fix bug #15393. There is one more step to truly fix it, which will come later. This fix is by dveditz, and reviewed by ssu.
git-svn-id: svn://10.0.0.236/trunk@50319 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-09 21:37:21 +00:00
rginda%ndcico.com
27e760dac4 * Makefile.in, makefile.win
Install new css files and alternate images.

* README
Removed some rot.

* events.js
Add ability to disable a hook without uninstalling it.
Changed return value of addHook to the new hook object.
Added getHook(name) method.
Removed unused variable from routeEvent.

* http.js, irc-debug.js
Fixed spelling error.

* irc.js
network.onConnect no longer forwards the event to the server.
Added getModeStr() method to the IRCChanMode object to retrieve the entire mode string for a channel.

* utils.js
Added Clone() constructor.
Fixed problem in stringTrim.
Added getStackTrace() ... Whoopee!! ...

* bsconnection.c, bsutil.c
Stop warnings on Mac.

* index.html
Change links to buttons to avoid troubles with other methods (href="javascript:f()" | (href="javascript:(void 0)" | href="#") onclick="f()")

* test3-commands.js
Wiring for /testdisplay and /msg commands.

* test3-handlers.js
Added debug message toggle menuitem handler.
Added style change menu item handler.
Added hack to work around bad KeyUp events.
Factored out some logic from onInputCompleteLine into getObjectDetails (in test3-static.js)
Added /testdisplay and /msg implementation.
Fixed error message for unknown network passed to /network.
Added topicDate to output of /topic command.
updateNetwork and updateChannel calls sprinkled throughout to keep the statusbar current.
Added topic change handler.

* test3-static.js
Post new messages top to bottom!!
Disable the debug hook by default.
Added getObjectDetails (factored out of test3-handlers.js)
Added setOutputStyle to dynamically change the .cs file used for the output window.
Implemented updateNetwork and updateChannel.
Massive changes to .display methods make output window now display using a table, instead of spans (much faster, btw.)
Fixed addHistory to trim the correct side of the output, regardless of print direction.

* test3.css
Factored out output window styles.

* test3.xul
Added menu options for debug message toggle and style changes.
Added statusbar (table.)

* test3-output-default.css, test3-output-marble.css
Added output window stylesheets.


git-svn-id: svn://10.0.0.236/trunk@50318 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-09 21:26:52 +00:00
ssu%netscape.com
84d2d35991 fixing bug #15584. reviewed by sgehani@netscape.com. Fixes build warnings under linux.
git-svn-id: svn://10.0.0.236/trunk@50317 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-09 21:08:35 +00:00
law%netscape.com
7f7558dc5d Bug #15916; cleaned up context menu generation to make it faster; rev=hyatt@netscape.com
git-svn-id: svn://10.0.0.236/trunk@50316 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-09 07:58:24 +00:00
law%netscape.com
2705d8b72b Bug #14999; removed use of toolkit app core; rev=scottip@netscape.com
git-svn-id: svn://10.0.0.236/trunk@50315 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-09 06:23:30 +00:00
law%netscape.com
0a8ef0fe92 Bug #14999; removed use of toolkit app core; rev=rgoodger@ihug.co.nz
git-svn-id: svn://10.0.0.236/trunk@50314 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-09 06:21:53 +00:00
law%netscape.com
8191c9d684 Bug #14999; removed use of toolkit app core; rev=davidm@netscape.com
git-svn-id: svn://10.0.0.236/trunk@50313 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-09 06:18:58 +00:00
law%netscape.com
79880beab5 Bug #14999; removed use of toolkit app core; rev=tao@netscape.com
git-svn-id: svn://10.0.0.236/trunk@50312 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-09 06:17:46 +00:00
law%netscape.com
7db449cd06 Bug #14999; removed use of toolkit app core; rev=sfraser@netscape.com
git-svn-id: svn://10.0.0.236/trunk@50311 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-09 06:16:33 +00:00
law%netscape.com
18dd71d7d3 Bug #14999; removed use of toolkit app core; rev=dbragg@netscape.com
git-svn-id: svn://10.0.0.236/trunk@50310 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-09 06:15:06 +00:00
jband%netscape.com
8d3833cb33 Much of this is under the auspices of bug 15794. r=mccabe.
- map xpcshell's 'quit()' to a loop exit rather than calling
'exit(0)' so that the cleanup and leak detection code will still
get called.

- add NS_InitXPCOM and NS_ShutdownXPCOM to xpcshell to run said
cleanup and leak detection code.

- use more NS_IF_* macros

- fix numerous places where code assumed that
nsXPConnect::GetXPConnect() does not add a new ref on the
xpconnect singleton object (the behavior changed some time back
but not all the uses did - brainfade!).

- fix nsXPCException::NewException to automatically trim
'dataless' native stackframes off of the front of a stack trace.
The old system of manually telling it how many frames to trim was
not working well. We really want the first frame showing to be an
'interesting' frame so that callers who get exceptions thrown at
them will see some useful information rather than an empty native
frame that represents (but says nothing about) some native frame
in the xpconnect runtime.

- remove an extra addref from the trimming loop in
nsXPCException::NewException.

- Stop building XPCJSStack objects. XPConnect stacks are singly
linked lists of XPCJSStackFrame objects with refcounted links. I
had this stupid idea that each object would have a refcounted
link to a XPCJSStack object that would tie together the lifetimes
of all objects in the chain. This was overcomplex and
unnecessary. The linked list was enough. Any frame without a
refcount deserved to be deleted because it is simply unreachable.
There was no reason to tie together all the lifetimes of each
object in the chain. So this has been simplified in a big way.

- fixed place in xpcthrower.cpp where we were leaking a refcount
on the xpconnect singleton each time an xpcexception was thrown.

- do cleanup and gc() at the end of xpctest_echo.js to use for
leak testing - all wrappers should go away.


git-svn-id: svn://10.0.0.236/trunk@50309 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-09 06:01:57 +00:00
morse%netscape.com
580e6e380c use nsIModule to prepare for memory leaks fixing. Bug# 14034. r=neeti
git-svn-id: svn://10.0.0.236/trunk@50308 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-09 04:50:32 +00:00
sdagley%netscape.com
f5924be40d XP_MAC GC leak detector changes: using LMGetCurStackBase to compute stack bottom, and considering all threads GCable. r=sdagley (checking in for beard). bug=15906
git-svn-id: svn://10.0.0.236/trunk@50306 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-09 03:39:54 +00:00
sdagley%netscape.com
886d9b7c4f XP_MAC: turning off a spurious assert in PR_Lock (which can get called at interrupt time!). r=sdagley (checking in for beard). bug=15906
git-svn-id: svn://10.0.0.236/trunk@50305 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-09 03:39:52 +00:00
beard%netscape.com
d2773dffe3 fix build bustage, accidentally left GC_LEAK_DETECTOR on.
git-svn-id: svn://10.0.0.236/trunk@50304 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-09 03:31:58 +00:00
beard%netscape.com
79da82091a fix memory leaks (nsMacMessage sink). r=pavlov, bug=15380
git-svn-id: svn://10.0.0.236/trunk@50302 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-09 03:08:56 +00:00
beard%netscape.com
8927726ce7 added "Dump Leaks" menu item. r=jar, bug=15906
git-svn-id: svn://10.0.0.236/trunk@50301 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-09 03:01:44 +00:00
beard%netscape.com
4aa916c066 added dump leaks command. added explicit calls to NS_InitXPCOM/NS_ShutdownXPCOM. r=jar, bug=15906
git-svn-id: svn://10.0.0.236/trunk@50300 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-09 03:01:43 +00:00
beard%netscape.com
a193449dbf Changed MemAllocatorGC.o target to build MemAllocatorDebug.o. r=jar, bug=15906
git-svn-id: svn://10.0.0.236/trunk@50299 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-09 02:58:20 +00:00
beard%netscape.com
6d47545512 removed FSp_fopen.c, SymFiles.cpp now using native Mac file I/O. r=jar, bug=15906
git-svn-id: svn://10.0.0.236/trunk@50298 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-09 02:57:51 +00:00
beard%netscape.com
d568e564ce added :dist:gc: and :dist:mac: to access paths. r=jar, bug=15906
git-svn-id: svn://10.0.0.236/trunk@50297 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-09 02:56:56 +00:00
beard%netscape.com
9a6d1be468 GC_add_roots -> GC_register_fragment, GC_remove_roots -> GC_unregister_fragment. r=jar, bug=15906
git-svn-id: svn://10.0.0.236/trunk@50296 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-09 02:56:55 +00:00
beard%netscape.com
c3710aa7cf added "IDE_Options.h" to ensure consistent build settings. r=jar, bug=15906
git-svn-id: svn://10.0.0.236/trunk@50295 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-09 02:54:38 +00:00
beard%netscape.com
ab9846ab1e added gc_fragments.h. r=jar, bug=15906
git-svn-id: svn://10.0.0.236/trunk@50294 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-09 02:53:25 +00:00
beard%netscape.com
bfb9762e5a nsFileSpec.GetLeafName() allocates a string, fix leak. r=warren, bug=15380
git-svn-id: svn://10.0.0.236/trunk@50293 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-09 02:52:46 +00:00
cls%seawood.org
f49139b533 Bug #13782 r=ramiro
Fixed the various clean targets so that a distclean is only performed on GtkMozilla when explicitly asked for.


git-svn-id: svn://10.0.0.236/trunk@50292 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-09 02:41:01 +00:00
dveditz%netscape.com
19c0e43ded fixing Win32 debug build bustage with NS_LOG_ADDREF. r=mccabe
git-svn-id: svn://10.0.0.236/trunk@50291 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-09 02:09:31 +00:00
mccabe%netscape.com
d69dd3df67 Fix to 15813. Change to using nsFileSpec to read .xpt files; this is 2x faster on the Mac. Fix courtesy Simon Fraser.
r=sfraser, or r=mccabe, depending on how you look at it.


git-svn-id: svn://10.0.0.236/trunk@50290 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-09 02:07:35 +00:00
edburns%acm.org
dc683794a3 Fix for http://bugzilla.mozilla.org/show_bug.cgi?id=15902
Approved by: edburns@acm.org
Reviewed by: edburns@acm.org
Authored by: idk@eng.sun.com


git-svn-id: svn://10.0.0.236/trunk@50289 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-09 01:34:29 +00:00
selmer%netscape.com
dc6d4aa6fa New standard makefile
git-svn-id: svn://10.0.0.236/trunk@50288 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-09 01:33:45 +00:00
rhp%netscape.com
99e13cf601 Changes to fix VCard display problems - Changed generated JS - Bugs: #14204 and #12352 - Reviewer: scottip
git-svn-id: svn://10.0.0.236/trunk@50287 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-09 01:19:00 +00:00
edburns%acm.org
66eaef7892 Fix for http://bugzilla.mozilla.org/show_bug.cgi?id=15607
Approved by: av@netscape.com
Reviewed by: av@netscape.com

/**

 * This method queries the prefs for proxy information.

 * It has been tested and is known to work in the following three cases

 * when no proxy host or port is specified

 * when only the proxy host is specified

 * when only the proxy port is specified

 * This method conforms to the return code specified in

 * http://developer.netscape.com/docs/manuals/proxy/adminnt/autoconf.htm#1020923

 * with the exception that multiple values are not implemented.

 */

NS_IMETHODIMP nsPluginHostImpl::FindProxyForURL(const char* url, char* *result)


git-svn-id: svn://10.0.0.236/trunk@50286 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-09 01:18:02 +00:00
slamm%netscape.com
5ff13771d4 Use temporary file name without process number for checkout. I was getting the name wrong because I refered to it in a new process (still using the 17606 variable. Hopefully this will be the final checking for bug #15750. r=waterson. I updated some comments too.
git-svn-id: svn://10.0.0.236/trunk@50285 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-09 00:31:17 +00:00
dp%netscape.com
c6019b3551 adding precheckin tests. r=matt
git-svn-id: svn://10.0.0.236/trunk@50284 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 23:50:49 +00:00
dp%netscape.com
3be8f0bb27 Adding precheckin tests
git-svn-id: svn://10.0.0.236/trunk@50283 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 23:48:20 +00:00
av%netscape.com
f82a173c1b Bug 15178, r=vidur adding check for return value avoiding crash
git-svn-id: svn://10.0.0.236/trunk@50282 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 23:47:03 +00:00
av%netscape.com
c4fd2231d1 Bug 15178, r=vidur adding check for null-pointer avoiding crash
git-svn-id: svn://10.0.0.236/trunk@50281 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 23:46:23 +00:00
terry%mozilla.org
22765f12e4 Fixed bug 15890 -- was producing garbled SQL if doing a query
that required the bugs_activity table.


git-svn-id: svn://10.0.0.236/trunk@50280 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 23:45:42 +00:00
kipp%netscape.com
fb8e1bdb06 Fixed cellmap ctor/dtor logging to not show up negative
git-svn-id: svn://10.0.0.236/trunk@50279 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 23:42:13 +00:00
kipp%netscape.com
9c16516bfc Fixed a comment that was out of date
git-svn-id: svn://10.0.0.236/trunk@50278 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 23:41:39 +00:00
kipp%netscape.com
a4f420d4fb Fixed up hook to track library loads for refcnt logging
git-svn-id: svn://10.0.0.236/trunk@50277 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 23:41:18 +00:00
kipp%netscape.com
6a697df2cd Always call dump-statistics and reset-statistics so that MOZ_DUMP_LEAKS isn't required
git-svn-id: svn://10.0.0.236/trunk@50276 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 23:40:52 +00:00
kipp%netscape.com
fabbe52905 Tweaked to avoid a crash in case bloat tracking is on but there is no bloat data to dump
git-svn-id: svn://10.0.0.236/trunk@50275 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 23:39:57 +00:00
beard%netscape.com
b625f8c219 modernized constants.
git-svn-id: svn://10.0.0.236/trunk@50274 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 23:35:34 +00:00
beard%netscape.com
3270b2a66f Rewrote using Mac file I/O, since MSL can only manage 35 FILEs.
git-svn-id: svn://10.0.0.236/trunk@50273 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 23:35:32 +00:00
jfrancis%netscape.com
84003fe77b applying same fix as rev 1.28 (initializing mIsDone) to the rest of the Init() methods.
git-svn-id: svn://10.0.0.236/trunk@50272 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 23:34:07 +00:00
nisheeth%netscape.com
2a38ee05b4 Not currently part of the build. Added a stack behind the save/restore timing macros.
git-svn-id: svn://10.0.0.236/trunk@50271 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 23:27:09 +00:00
akhil.arora%sun.com
9dcd28272e Fixes Bug 15837 by instantiating the proper subtype of Node instead of Node.
Fixed by Igor Nekrestyanov <nis@sparc.spb.su>.
Reviewed by Akhil Arora <akhil.arora@sun.com>.


git-svn-id: svn://10.0.0.236/trunk@50270 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 23:22:52 +00:00
troy%netscape.com
bae6f56e4b Changes to SizeOf() code only. This code is debug code that only runs
when you chose the "Show Frame Sizes" menu item...


git-svn-id: svn://10.0.0.236/trunk@50269 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 23:18:19 +00:00
kipp%netscape.com
deff3927b7 new
git-svn-id: svn://10.0.0.236/trunk@50268 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 23:04:26 +00:00
selmer%netscape.com
6f9a832691 Configs instead of Customizations directory
git-svn-id: svn://10.0.0.236/trunk@50267 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 22:56:29 +00:00
rogerl%netscape.com
5e3057bc5f Fixed 14060 - calling exec on java methods was gettmg caught by exec
trapping nonsense.


git-svn-id: svn://10.0.0.236/trunk@50266 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 22:55:33 +00:00
syd%netscape.com
062e198b32 Export platform.h. This is legacy stuff that should be removed eventually.
r=mcafee.


git-svn-id: svn://10.0.0.236/trunk@50264 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 22:37:37 +00:00
syd%netscape.com
52eb9ba5eb Build into include for exports (currently just platform.h) r=mcafee
git-svn-id: svn://10.0.0.236/trunk@50263 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 22:36:46 +00:00
kipp%netscape.com
ba85b17922 Unbreak people who were actually using MOZ_TRACE_XPCOM_REFCNT
git-svn-id: svn://10.0.0.236/trunk@50262 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 22:30:19 +00:00
troy%netscape.com
69fbd973a0 Fix for blocker #15839. r=kipp@netscape.com,kin@netscape.com
Typing into a text area wasn't working properly. Problem was that when the text
changed we were reflowing the text frames with a resize reflow command and
we thought we could optimize the reflow. So I changed ContentChanged() to
mark each text frame dirty so we would know not to do the optimization


git-svn-id: svn://10.0.0.236/trunk@50261 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 22:04:31 +00:00
kipp%netscape.com
041db07f43 Fixed opt build bustage
git-svn-id: svn://10.0.0.236/trunk@50260 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 22:04:04 +00:00
kipp%netscape.com
60a9b36aae Fixed windows build bustage
git-svn-id: svn://10.0.0.236/trunk@50256 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 21:19:42 +00:00
cls%seawood.org
075aedf4ee Ok, let's not try to generate the remove list if there is no library to remove things from
git-svn-id: svn://10.0.0.236/trunk@50255 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 21:17:32 +00:00
waterson%netscape.com
ca11a90c92 Initial revision. Not in build.
git-svn-id: svn://10.0.0.236/trunk@50251 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 21:15:21 +00:00
waterson%netscape.com
84e4143c7e Add new files not in the build.
git-svn-id: svn://10.0.0.236/trunk@50248 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 21:11:20 +00:00
morse%netscape.com
abd3497f8c use nsIModule to prepare for memory leaks fixing. Bug# 14034. r=neeti
git-svn-id: svn://10.0.0.236/trunk@50246 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 20:47:17 +00:00
cbegle%netscape.com
6389e9eed1 Adding new files. Tests for XPConnect. These files are not part of the
build.  R=jband@netscape.com


git-svn-id: svn://10.0.0.236/trunk@50245 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 20:45:37 +00:00
kipp%netscape.com
16a80cecba Tweaked stack trace display code
git-svn-id: svn://10.0.0.236/trunk@50244 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 20:42:33 +00:00
kipp%netscape.com
bbf17a2772 Support demangling again by working around crash bug in demangle library
git-svn-id: svn://10.0.0.236/trunk@50243 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 20:42:15 +00:00
kipp%netscape.com
5b712622da Enable NS_FreeImageManager now that the call is part of the tip
git-svn-id: svn://10.0.0.236/trunk@50242 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 20:41:49 +00:00
kipp%netscape.com
0eec4f1a12 nuked
git-svn-id: svn://10.0.0.236/trunk@50241 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 20:41:21 +00:00
kipp%netscape.com
e18af2d0ee Cleanup moz-decl-counter usage and fix NS_LOG_ADDREF usage
git-svn-id: svn://10.0.0.236/trunk@50239 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 20:41:19 +00:00
neeti%netscape.com
0f9df28d81 Converted nsxpi.dll and xpiflash.dll to use nsIModule to prepare for memory leaks fixing. Bug# 14034. r=dougt
git-svn-id: svn://10.0.0.236/trunk@50238 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 20:41:13 +00:00
ftang%netscape.com
655211e9e0 remove obsolted file
git-svn-id: svn://10.0.0.236/trunk@50237 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 20:35:24 +00:00
ftang%netscape.com
e62cab32bc change to nsIModule r=kipp
git-svn-id: svn://10.0.0.236/trunk@50236 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 20:30:58 +00:00
ftang%netscape.com
ff64ed5645 remove factory file and add module file
git-svn-id: svn://10.0.0.236/trunk@50235 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 20:30:42 +00:00
cls%seawood.org
7ac835a8b2 Added a test to see if there are any archive members to be removed before calling AR_DELETE as NetBSD's & OpenBSD's versions of ar do not like removing an empty list.
r=leaf


git-svn-id: svn://10.0.0.236/trunk@50234 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 20:30:28 +00:00
kipp%netscape.com
b44472476c Merged bloaty and moz ctor counting (space team work)
git-svn-id: svn://10.0.0.236/trunk@50233 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 20:29:47 +00:00
ftang%netscape.com
7ce12116c7 add new file for nsIMoudle work, r=kipp
git-svn-id: svn://10.0.0.236/trunk@50232 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 20:27:24 +00:00
slamm%netscape.com
16bf5b4e43 Backout troy's last set of changes. Caused bug #15790, 'opening bookmarks window and expanding mail folders crashes'. r=waterson.
git-svn-id: svn://10.0.0.236/trunk@50230 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 18:52:19 +00:00
beard%netscape.com
f5cc851bd0 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@50229 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 17:51:45 +00:00
slamm%netscape.com
2b7533ef10 Fix empty sidebar. bug #15468. Need to wait for sidebar-panels in init routine.
git-svn-id: svn://10.0.0.236/trunk@50227 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 17:15:27 +00:00
rickg%netscape.com
24c8eb13e7 added default XML apos entity; no bug #. This update (and my last) were reviewed by peterl
git-svn-id: svn://10.0.0.236/trunk@50226 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 15:05:41 +00:00
rickg%netscape.com
7bfc990fcf fixed bug 15649; when the parsing library was modularized last week, tag lookup for view source got disconnected. This simply reconnects it.
git-svn-id: svn://10.0.0.236/trunk@50225 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 14:52:16 +00:00
terry%mozilla.org
b978d371e9 Added ability to query by votes.
git-svn-id: svn://10.0.0.236/trunk@50224 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 14:47:21 +00:00
terry%mozilla.org
8c7166d122 Added ability to query by votes.
git-svn-id: svn://10.0.0.236/trunk@50223 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 14:41:17 +00:00
buster%netscape.com
273f420e23 fixed my part of bug 15814 (Cleanup build warnings)
so trivial, no reviewer needed
fixed my part of bug  5403 (Services improperly released: Use NS_WITH_SERVICE)
a handful of subtle error handling bugs were fixed as a side effect
r=Akkana


git-svn-id: svn://10.0.0.236/trunk@50222 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 14:39:20 +00:00
law%netscape.com
edef6fb916 For bug #14999; adding new method to simplify applying OpenDialog to the hidden window. rev=danm@netscape.com
git-svn-id: svn://10.0.0.236/trunk@50219 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 14:04:17 +00:00
terry%mozilla.org
2aa7b332a8 Fixed bug 15808 -- previous change had busted querying of CC.
git-svn-id: svn://10.0.0.236/trunk@50218 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 14:01:02 +00:00
rods%netscape.com
db039d9432 ifdef'ed out a static counter for debugging. r=kmcclusk b=15637
git-svn-id: svn://10.0.0.236/trunk@50217 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 12:24:11 +00:00
sgehani%netscape.com
97b88d421f Failover implemented for i18n strings in XPInstall if the string bundle service is not available, fails, or if the .properties resource file is not avilable. Fixes install wizard logging. Completion of fix for bug 8140. [r=ssu]
git-svn-id: svn://10.0.0.236/trunk@50216 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 09:00:13 +00:00
sspitzer%netscape.com
4b800ef247 more clean up. #15402.
git-svn-id: svn://10.0.0.236/trunk@50215 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 07:58:54 +00:00
waterson%netscape.com
199c8166c7 Misc cleanup, r=hyatt
git-svn-id: svn://10.0.0.236/trunk@50214 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 07:26:39 +00:00
waterson%netscape.com
fbecb0f668 Add elements to element map by 'ref', as well.
git-svn-id: svn://10.0.0.236/trunk@50213 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 07:26:14 +00:00
sspitzer%netscape.com
1dd1cfee5a temporary printfs to help me debug the elusive #15792 that only bijals is seeing
git-svn-id: svn://10.0.0.236/trunk@50212 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 07:12:21 +00:00
sspitzer%netscape.com
52d84b804d just checking in comments. resizeToContent() makes the "Create Profile Wizard"
take up the whole screen.  (bug logged on danm already.)


git-svn-id: svn://10.0.0.236/trunk@50211 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 06:50:26 +00:00
cls%seawood.org
a0ade5ef67 Checking in locally generated configure until briano's script gets fixed
git-svn-id: svn://10.0.0.236/trunk@50210 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 05:57:01 +00:00
sspitzer%netscape.com
4b226a4436 when renaming a profile, and renaming the profile directory on disk,
don't do a copy and delete.  just rename the directory.
r=davidm, #15402


git-svn-id: svn://10.0.0.236/trunk@50209 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 05:41:40 +00:00
cls%seawood.org
07d74ceef4 Applied Jim Nance's, <jim_nance@yahoo.com>, patch to reduce the size of a build by using a modified version of GNU make's implicit ruleset that incrementally add object files to static library archive and eliminates the need to have the unused object files sitting around. A clobber is required to see the savings.
Bug #15241 . r=sleestack


git-svn-id: svn://10.0.0.236/trunk@50208 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 05:18:46 +00:00
sspitzer%netscape.com
d4f79e4e21 fix build bustage on windows.
git-svn-id: svn://10.0.0.236/trunk@50207 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 05:14:48 +00:00
troy%netscape.com
093e5bfd97 Change to SizeOf() code (diagnostic code only). Changed table frame
code to split the column cache size out into a separate listing


git-svn-id: svn://10.0.0.236/trunk@50206 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 05:12:55 +00:00
sspitzer%netscape.com
3ba1fc9867 more clean up of the profile code. #15402, r=davidm
make profileExists() part of the nsIProfile interface, so I can
get at it from JS.  startCommunicator is now startApprunner.
get RenameProfile() and DeleteProfile() to work better.
make the delete profile dialog size to content.
change the 2nd arg of DeleteProfile() to be a bool, and not a string.
use MakeUnique() to prevent undesired collisions of profiles on disk.


git-svn-id: svn://10.0.0.236/trunk@50205 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 04:58:32 +00:00
sspitzer%netscape.com
127e23606e add some bulletproofing. r=davidm
git-svn-id: svn://10.0.0.236/trunk@50204 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 04:55:37 +00:00
sspitzer%netscape.com
be500f5f77 make the prompt and alert dialogs resize to content.
fix by davidm, r=sspitzer, bug #15815


git-svn-id: svn://10.0.0.236/trunk@50203 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 04:51:19 +00:00
troy%netscape.com
28f1fa0323 Removed some dead code and moved some #if 0 code from the area frame
to the block frame. This completes the previous checkin


git-svn-id: svn://10.0.0.236/trunk@50202 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 04:45:12 +00:00
warren%netscape.com
15a67038a4 Fixed bug in computing object count mean and stddev.
git-svn-id: svn://10.0.0.236/trunk@50201 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 04:39:24 +00:00
troy%netscape.com
579c8e2248 Frame space reductions. r=kipp@netscape.com
Table cell frames and table caption frames now use block frames and not area
frames. This saves 24 bytes per frame instance


git-svn-id: svn://10.0.0.236/trunk@50200 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 04:32:46 +00:00
beard%netscape.com
312671bf23 added .xSYM address to source mapping.
git-svn-id: svn://10.0.0.236/trunk@50199 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 04:14:09 +00:00
beard%netscape.com
cc845797fa changed format of object size.
git-svn-id: svn://10.0.0.236/trunk@50198 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 04:13:44 +00:00
beard%netscape.com
8c486b4dbf added address to source mapping using .xSYM files.
git-svn-id: svn://10.0.0.236/trunk@50197 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 04:13:04 +00:00
beard%netscape.com
3da62e7fd4 added Histogram report.
git-svn-id: svn://10.0.0.236/trunk@50196 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 04:12:11 +00:00
beard%netscape.com
d75c5a8f47 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@50195 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 04:11:39 +00:00
danm%netscape.com
fefde390b5 hiddenWindow loads its full glory only on the Mac. speeds launch time for everyone else. r:hyatt
git-svn-id: svn://10.0.0.236/trunk@50194 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 03:31:41 +00:00
peterl%netscape.com
d1916dab07 First step at fixing 12106, factored out style rule processing from
style sheets into a seperate style rule processor interface
r=troy


git-svn-id: svn://10.0.0.236/trunk@50193 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 03:09:31 +00:00
leaf%mozilla.org
12ad3a8ea1 << termination needs to be the first thing on the line, no preceding whitespace
fixing solaris build


git-svn-id: svn://10.0.0.236/trunk@50192 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 02:27:34 +00:00
peterl%netscape.com
41ae9835a0 removed setting of border color for table parts (cruft from the dark ages)
Bug 15802
r=rickg


git-svn-id: svn://10.0.0.236/trunk@50191 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 02:07:37 +00:00
mscott%netscape.com
42395fb4cd Bug #14612. I'm checking this in for warren. r=mscott
The pipe shouldn't block when you write more bytes into the pipe than the size of the pipe's buffer. Add an extra
notify to the writer of the pipe after we read data out of it.


git-svn-id: svn://10.0.0.236/trunk@50190 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 02:03:34 +00:00
ducarroz%netscape.com
02844df3be Fix for bug 15720, We need to tell the nsMsgLineBuffer which format of line break we will use. R=jefft,mscott
git-svn-id: svn://10.0.0.236/trunk@50189 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 01:55:36 +00:00
warren%netscape.com
c9fbdb8075 Fixed AddRef/Release problems to eliminate negative refcounts in Bloaty.
git-svn-id: svn://10.0.0.236/trunk@50188 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 01:49:06 +00:00
tao%netscape.com
9470ef781b Hook up l10n/ when MOZ_L10N is defined.
git-svn-id: svn://10.0.0.236/trunk@50187 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 01:32:44 +00:00
alecf%netscape.com
450082561c fix mac-specific bustage
git-svn-id: svn://10.0.0.236/trunk@50186 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 01:11:13 +00:00
tao%netscape.com
de2f3b6942 Move da-DK files to l10n/lang; r=leaf
git-svn-id: svn://10.0.0.236/trunk@50185 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 01:06:56 +00:00
alecf%netscape.com
c3ba33bbb8 fix windows bustage
git-svn-id: svn://10.0.0.236/trunk@50184 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 01:01:56 +00:00
edburns%acm.org
d6eb736cf5 1999-10-07 <Ed Burns <ed.burns@sun.com>>
* This change fixes
 	http://bugzilla.mozilla.org/show_bug.cgi?id=15793 which caused one
 	to have to copy the component.reg and components directory.  It
 	also causes webclient to do autoregistration.  It also adds a
 	debugging method to BrowserControlMozillaShim.java
 	nativeDebugBreak().

	This changes makes webclient depend on having mozilla sources from
 	10/5/99 or later.

	Reviewed by Mark Lin <marklin@eng.sun.com>
	Approved by Ed Burns <edburns@acm.org>, module owner


git-svn-id: svn://10.0.0.236/trunk@50183 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 00:52:53 +00:00
edburns%acm.org
f0ebe3333d 1999-10-07 <Ed Burns <ed.burns@sun.com>>
* This change fixes
 	http://bugzilla.mozilla.org/show_bug.cgi?id=15793 which caused one
 	to have to copy the component.reg and components directory.  It
 	also causes webclient to do autoregistration.  It also adds a
 	debugging method to BrowserControlMozillaShim.java
 	nativeDebugBreak().

	This changes makes webclient depend on having mozilla sources from
 	10/5/99 or later.

	Reviewed by Mark Lin <marklin@eng.sun.com>
	Approved by Ed Burns <edburns@acm.org>, module owner


git-svn-id: svn://10.0.0.236/trunk@50182 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 00:48:01 +00:00
alecf%netscape.com
0a89ba79ef oops, remove XP_UNIX specific stuff which was busting things
git-svn-id: svn://10.0.0.236/trunk@50181 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 00:37:17 +00:00
terry%mozilla.org
479c02d23b Sorting by the vote column was busted.
git-svn-id: svn://10.0.0.236/trunk@50180 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 00:30:49 +00:00
sspitzer%netscape.com
af65076fcc don't specify the width and height, so the dialog resizes to content.
git-svn-id: svn://10.0.0.236/trunk@50178 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 00:17:22 +00:00
alecf%netscape.com
867ac81c42 add new NS_xxx_MODULE* macros (not used anywhere in the build just yet)
git-svn-id: svn://10.0.0.236/trunk@50177 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 00:12:29 +00:00
jband%netscape.com
1c2af52291 fix warning of old style C++ variable scope declared in 'for'. bug 15778. r=slamm
git-svn-id: svn://10.0.0.236/trunk@50176 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-08 00:11:05 +00:00
tao%netscape.com
524f22fa3d Move localized resource files to mozilla/l10n/lang.
git-svn-id: svn://10.0.0.236/trunk@50173 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 23:59:32 +00:00
alecf%netscape.com
f562178cfd exorcise xp.h from compose header files, in preparation for nsIModule landing
r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@50172 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 23:55:42 +00:00
terry%mozilla.org
ff8d0b5547 Added the ability for users to "vote" on which bugs they think should
be fixed.


git-svn-id: svn://10.0.0.236/trunk@50171 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 23:54:52 +00:00
rickg%netscape.com
32ae9a79ff fixed bug 15881; r=kmcclusk
git-svn-id: svn://10.0.0.236/trunk@50170 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 23:52:29 +00:00
rickg%netscape.com
dee37d8ec6 fixed bug 15788; r=kmcclusk
git-svn-id: svn://10.0.0.236/trunk@50169 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 23:51:29 +00:00
mscott%netscape.com
14bcf4dfb6 Bug #11836 --> convert local factory to be a nsIModule
r=bienvenu


git-svn-id: svn://10.0.0.236/trunk@50168 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 23:35:10 +00:00
mscott%netscape.com
53ff6e3994 Bug #12198 --> don't dereference a null ptr for the uri. return gracefully.
r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@50167 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 23:29:13 +00:00
mscott%netscape.com
dea623bfa3 Bug #15615 --> when the proxy code is processing an event, we can't be holding onto the event queue's monitor. Because
you could run into the scenario where in processing the event, the thread blocks waiting for an event from another thread.
That thread tries to post the event to the orginal thread's event Queue but can't enter the queue's monitor.
r=warren (or reviewed by me depending on your point of view since we figured it out together).


git-svn-id: svn://10.0.0.236/trunk@50166 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 23:25:36 +00:00
danm%netscape.com
c631c144f2 killing general table and td rules since these are global to the entire app, and table display:block in particular will break all tables. want to remove other rules, too, but stopped with the delightfully self-contradictory #righttext, which isn't used. r:hyatt
git-svn-id: svn://10.0.0.236/trunk@50165 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 23:10:41 +00:00
waterson%netscape.com
2064c545e9 Bug 15687. Make sure to test whether CreateTemplateBuilder() succeeded before dereferencing the builder we get back. r=rjc
git-svn-id: svn://10.0.0.236/trunk@50164 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 23:07:00 +00:00
terry%mozilla.org
7edab401af Helpfile for voting feature.
git-svn-id: svn://10.0.0.236/trunk@50163 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 23:03:59 +00:00
slamm%netscape.com
70d8dbcabe Make the sidebar panels appear. Bug #15468. r=mcafee. Had 'datasources' defined when it wasn't needed.
git-svn-id: svn://10.0.0.236/trunk@50159 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 22:56:22 +00:00
selmer%netscape.com
fdf016b522 varada - bug #15770 adding extra funtions to create button in checklist.ini to verify presence of config before doing a copy
git-svn-id: svn://10.0.0.236/trunk@50157 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 22:18:13 +00:00
sspitzer%netscape.com
eb6f6392d7 add new line to the end of the file.
git-svn-id: svn://10.0.0.236/trunk@50156 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 22:05:53 +00:00
slamm%netscape.com
7d127002f9 Fix solaris build bustage. The shell does not like {} command grouping. Use () instead.
git-svn-id: svn://10.0.0.236/trunk@50155 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 22:04:04 +00:00
rods%netscape.com
4d74acf338 minor adjustment for focus
git-svn-id: svn://10.0.0.236/trunk@50154 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 21:58:14 +00:00
rods%netscape.com
4c6b85103e Addtional changes for form padding and borders
r=kmcclusk


git-svn-id: svn://10.0.0.236/trunk@50153 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 21:54:13 +00:00
warren%netscape.com
fc64e1c69b Added 'Bloaty' refcounting and memory bloat statistics code
git-svn-id: svn://10.0.0.236/trunk@50152 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 21:50:20 +00:00
mcafee%netscape.com
c322512ff3 Adding leaky to the linux/intel build. a=ramiro, r=slamm
git-svn-id: svn://10.0.0.236/trunk@50151 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 21:48:05 +00:00
rods%netscape.com
3b7075a69b Changed the border and padding for all the form control frames to be as compatible with Nav Quirks as we can
added rules for form controls inside of tables
r=kmcclusk


git-svn-id: svn://10.0.0.236/trunk@50150 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 21:47:54 +00:00
rods%netscape.com
3848b18fe7 Added the COMPAre macro for comparing sizes with NavQuirks
r=kmcclusk


git-svn-id: svn://10.0.0.236/trunk@50149 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 21:46:31 +00:00
neeti%netscape.com
b0bb720dd1 updating status.
git-svn-id: svn://10.0.0.236/trunk@50148 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 21:44:37 +00:00
valeski%netscape.com
5735cf240f not in build. test app for makeabsolute performance
git-svn-id: svn://10.0.0.236/trunk@50147 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 21:43:49 +00:00
rods%netscape.com
32093a83c6 Changed the way the list figures out how high a single item is, it now subtracts out the padding & border instead of just the border
r=kmcclusk


git-svn-id: svn://10.0.0.236/trunk@50146 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 21:39:50 +00:00
rods%netscape.com
f291b097d5 Removed code where standard mode was incorrectly subtracting border size
r=kmcclusk


git-svn-id: svn://10.0.0.236/trunk@50145 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 21:37:02 +00:00
slamm%netscape.com
1c08cd13d9 Quit when cvs has an error. Previously it kept going. Bug #15750. r=mcafee. Also change default module from SeaMonkeyEditor to SeaMonkeyAll.
git-svn-id: svn://10.0.0.236/trunk@50144 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 21:24:17 +00:00
rods%netscape.com
d66d5defc6 Added macro to help in figuring Nav Quirks default size for all
controls ifdef for just me. Renamed aMetrics to aDesiredSize
Did some clean. Nav Quirks obeys padding and not border.
Reworked how computed size is used r=kmcclusk


git-svn-id: svn://10.0.0.236/trunk@50143 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 21:09:47 +00:00
rods%netscape.com
e6f28ca7ba Added macro to help in figuring Nav Quirks default size for all
controls ifdef for just me r=kmcclusk


git-svn-id: svn://10.0.0.236/trunk@50142 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 21:07:38 +00:00
rods%netscape.com
e414c28907 Added macro to help in figuring Nav Quirks default size for all controls r=kmcclusk
git-svn-id: svn://10.0.0.236/trunk@50141 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 21:04:52 +00:00
dp%netscape.com
c94e8e9c8e Removing ifdef DEBUG_dp.
git-svn-id: svn://10.0.0.236/trunk@50140 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 21:03:48 +00:00
endico%mozilla.org
a566a33989 fixed html error so the grey text search box will be aligned at top
git-svn-id: svn://10.0.0.236/trunk@50139 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 21:02:59 +00:00
pinkerton%netscape.com
1452789bbd correctly determine when the image has changed sizes to avoid causing unnecessary reflows. now comparing twips to twips instead of twips to pixels. part of fix for bug #15722 (r=evaughan).
git-svn-id: svn://10.0.0.236/trunk@50138 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 21:02:58 +00:00
dp%netscape.com
cc675f4462 Instrumentation to detect leaks of BrowserInstance. r=don
git-svn-id: svn://10.0.0.236/trunk@50136 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 21:01:16 +00:00
sfraser%netscape.com
b591bc9b02 Fix for bug 15749; passing null strings to nsFileSpec routines was doing bad things, like strlen(NULL). r=dougt
git-svn-id: svn://10.0.0.236/trunk@50135 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 20:57:21 +00:00
norris%netscape.com
15352050f2 Enable URI checks for web JavaScript.
Fixes bug 11462 "Need checks for setting URLs"
Reviewed by mstoltz.


git-svn-id: svn://10.0.0.236/trunk@50134 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 20:56:49 +00:00
dp%netscape.com
27bf7b0e38 Fixed webshell leak caused by session history entry circular
reference. r=radha


git-svn-id: svn://10.0.0.236/trunk@50133 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 20:55:14 +00:00
kmcclusk%netscape.com
15925c0587 bug=15184 Made <input type=password> a form submitter. Hitting return in a password field
will now submit the form. r=rods@netscape.com


git-svn-id: svn://10.0.0.236/trunk@50132 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 20:54:42 +00:00
rods%netscape.com
6fb1b8e0d6 set the padding to 1 related to bug# 15314
git-svn-id: svn://10.0.0.236/trunk@50131 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 20:53:23 +00:00
rhp%netscape.com
f536f04be7 Changes for bug #13098 - Reviewer: jefft
git-svn-id: svn://10.0.0.236/trunk@50130 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 20:53:06 +00:00
pavlov%netscape.com
46858a98ee unif 0 synchronous drawing on linux and add some checks to make sure we are visible and don't dump paint events when we are going to ignore them r=akkana
git-svn-id: svn://10.0.0.236/trunk@50128 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 20:49:11 +00:00
kipp%netscape.com
759b90d985 Whoops, backed out last check - wasn't supposed to land it
git-svn-id: svn://10.0.0.236/trunk@50127 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 20:46:50 +00:00
kipp%netscape.com
3b5f2c1e21 r=kin; Added in ctor/dtor counts
git-svn-id: svn://10.0.0.236/trunk@50126 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 20:45:56 +00:00
rogerl%netscape.com
e143bf497c Fixed build failures - these files are NOT part of the seamonkey build.
git-svn-id: svn://10.0.0.236/trunk@50125 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 20:45:27 +00:00
rogerl%netscape.com
750861810b Fixed error reporting to not smack the source line with a zero, but use
copyN instead - things were failing when very last line of input had an
error and didn't end with '\n'. r=mccabe


git-svn-id: svn://10.0.0.236/trunk@50124 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 20:44:40 +00:00
dcone%netscape.com
c0cc4a7df7 Took out a pure virtual function CreateRenderingContext() that was declared in the interface
git-svn-id: svn://10.0.0.236/trunk@50123 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 20:43:03 +00:00
rogerl%netscape.com
df73818e4c Fixed build warnings by removing macros with '{..}'.
Made str_escape available for jsfile.
r=mccabe


git-svn-id: svn://10.0.0.236/trunk@50122 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 20:42:20 +00:00
rogerl%netscape.com
7ba994995c Making str_escape available for jsfile use. r=mccabe.
git-svn-id: svn://10.0.0.236/trunk@50121 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 20:41:15 +00:00
rogerl%netscape.com
cfd4889e52 Bug #12168. Catch new Array(NaN). r=mccabe.
git-svn-id: svn://10.0.0.236/trunk@50120 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 20:40:17 +00:00
dcone%netscape.com
09be733a85 Fixed some warnings
git-svn-id: svn://10.0.0.236/trunk@50119 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 20:40:00 +00:00
troy%netscape.com
70a3da2b30 Space reductions, r=karnaze@netscape.com
Eliminated one data member, moved one to flag frame state, and changed mBorderEdges
to be heap allocated (only for collapsing border model)


git-svn-id: svn://10.0.0.236/trunk@50117 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 20:38:50 +00:00
alecf%netscape.com
3f1f724756 add myself to fix DLLs
git-svn-id: svn://10.0.0.236/trunk@50116 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 20:15:58 +00:00
waterson%netscape.com
76ea87ea04 Bug 15683. Hack to get the tree open. Don't SetParent(nsnull), <option> elements do funky stuff when the <option> is inside a <xul:template>. r=kmcclusk
git-svn-id: svn://10.0.0.236/trunk@50114 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 19:32:39 +00:00
norris%netscape.com
9754a010ca Fix 15711 Can't call java.lang.Class methods from JS
git-svn-id: svn://10.0.0.236/trunk@50112 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 18:27:21 +00:00
norris%netscape.com
5ca75e8020 Subject:
Re: NPL vs. MPL
       Date:
            Wed, 06 Oct 1999 18:30:34 -0400
      From:
            "Ian D. Stewart" <idstewart@softhome.net>
        To:
            Norris Boyd <norris@netscape.com>
 References:
            1 , 2 , 3




Norris Boyd wrote:

  Great. So I'd like to change this copyright text

  /* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset:
  4 -*-
   *
   * The contents of this file are subject to the Mozilla Public License
   * Version 1.0 (the "MozPL"); you may not use this file except in
   * compliance with the MozPL.  You may obtain a copy of the MozPL at
   * http://www.mozilla.org/NPL/
   *
   * Software distributed under the MozPL is distributed on an "AS IS"
  basis,
   * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
  MozPL
   * for the specific language governing rights and limitations under the
   * MozPL.
   *
   * The Initial Developer of this code under the MozPL is Ian D. Stewart.

   * Portions created by Ian D. Stewart are Copyright (C) 1998, 1999
   * Ian D. Stewart.
   * All Rights Reserved.
   */

  to this:

  /* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset:
  4 -*-
   *
   * The contents of this file are subject to the Netscape Public
   * License Version 1.1 (the "License"); you may not use this file
   * except in compliance with the License. You may obtain a copy of
   * the License at http://www.mozilla.org/NPL/
   *
   * Software distributed under the License is distributed on an "AS
   * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr
   * implied. See the License for the specific language governing
   * rights and limitations under the License.
   *
   * The Original Code is ListenerCollection, released
   * May 15, 1998.
   *
   * The Initial Developer of the Original Code is Ian D. Stewart.
   * Portions created by Ian D. Stewart are Copyright (C) 1998, 1999
   * Ian D. Stewart.
   * Rights Reserved.
   *
   * Contributor(s):
   * Ian D. Stewart
   *
   * Alternatively, the contents of this file may be used under the
   * terms of the GNU Public License (the "GPL"), in which case the
   * provisions of the GPL are applicable instead of those above.
   * If you wish to allow use of your version of this file only
   * under the terms of the GPL and not to allow others to use your
   * version of this file under the NPL, indicate your decision by
   * deleting the provisions above and replace them with the notice
   * and other provisions required by the GPL.  If you do not delete
   * the provisions above, a recipient may use your version of this
   * file under either the NPL or the GPL.
   */

  Can you give me your approval for this change?

Make it so.


Ian


git-svn-id: svn://10.0.0.236/trunk@50111 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 16:57:01 +00:00
dcone%netscape.com
75b915c855 Turned on the background tiling optimization.. Reviewed By rods
git-svn-id: svn://10.0.0.236/trunk@50110 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 14:57:32 +00:00
bienvenu%netscape.com
82ee650dbf try not to leak all environments r=davidmc
git-svn-id: svn://10.0.0.236/trunk@50109 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 14:45:26 +00:00
bienvenu%netscape.com
879bafb0b6 try not to leak all factories r=davidmc
git-svn-id: svn://10.0.0.236/trunk@50108 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 14:43:44 +00:00
bienvenu%netscape.com
fd723643f2 fix mork factory r=mscott 12326, also fix some memory leaks
git-svn-id: svn://10.0.0.236/trunk@50107 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 14:30:44 +00:00
bienvenu%netscape.com
5dbbb4bb89 fix mork factory r=mscott 12326, fix ref count logging
git-svn-id: svn://10.0.0.236/trunk@50106 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 14:29:45 +00:00
bienvenu%netscape.com
28bab47569 fix mork factory r=mscott 12326
git-svn-id: svn://10.0.0.236/trunk@50104 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 14:28:54 +00:00
bienvenu%netscape.com
391cdf28f4 fix mork factory r=waterson 12326
git-svn-id: svn://10.0.0.236/trunk@50103 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 14:27:50 +00:00
jefft%netscape.com
a2221d154c fixed bug 10801 -- [Featuure] Save Messages, bug 14794 - message sent from unsent folder display as raw message; we need to pay attention to where we want to save the message as template, if the message goes to the local mail folder we have to add the dummy envelope header plus the x mozilla status lines; when sending unsent messages we need to set from/sender information to pass the sanity check at the send time; reviewed by rhp
git-svn-id: svn://10.0.0.236/trunk@50102 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 14:27:11 +00:00
bienvenu%netscape.com
571b348058 use nsIModule for Mork r=mscott no bug
git-svn-id: svn://10.0.0.236/trunk@50101 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 14:26:15 +00:00
rods%netscape.com
af37c61c55 removed unused result to remove warning r=pinkerton
git-svn-id: svn://10.0.0.236/trunk@50100 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 13:47:43 +00:00
waterson%netscape.com
f958803974 Bug 13910. Make sure to update element map for XUL (as well as HTML) elements when changing 'id' or 'ref' attributes.
git-svn-id: svn://10.0.0.236/trunk@50099 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 10:09:17 +00:00
waterson%netscape.com
4bac26a215 Bug 13910. Make sure to add elements to the map by 'ref' attribute, as well.
git-svn-id: svn://10.0.0.236/trunk@50098 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 10:08:14 +00:00
sspitzer%netscape.com
834be86386 more clean up for #15402. disable the rename, delete and start buttons
if no profile is selected, and enable them when a profile is selected.
turn dumps into alerts to tell the user why something failed.


git-svn-id: svn://10.0.0.236/trunk@50097 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 09:41:33 +00:00
sspitzer%netscape.com
01e635a3a6 last touches to finally get Cancel (from the Create Profile Wizard) and Exit
(from the Profile Manager) to work properly.


git-svn-id: svn://10.0.0.236/trunk@50096 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 09:15:25 +00:00
sspitzer%netscape.com
4d9fe202fe fix my comment
git-svn-id: svn://10.0.0.236/trunk@50095 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 09:12:27 +00:00
sspitzer%netscape.com
faac109667 minor cleanup of the profile js. #15402
git-svn-id: svn://10.0.0.236/trunk@50094 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 09:03:07 +00:00
sspitzer%netscape.com
7ef56b5288 minor tweak on the way to getting Cancel / Exit to behave properly in the
Profile Manager UI.  they both set the current profile to "".


git-svn-id: svn://10.0.0.236/trunk@50093 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 09:01:23 +00:00
sspitzer%netscape.com
bde00ceef7 add documentation and fixes from Ben Goodger <rgoodger@ihug.co.nz>
also add the mozilla license.  r=sspitzer.


git-svn-id: svn://10.0.0.236/trunk@50092 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 08:47:16 +00:00
rickg%netscape.com
ac6276e5cd fixed leak using patch from beard; verified in purify. r=rgess; bug=15751
git-svn-id: svn://10.0.0.236/trunk@50090 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 07:22:57 +00:00
sspitzer%netscape.com
13d46b9f86 more fixes for #15402, general cleanup of the profile code. Close button is now Exit. remove GetSingleProfile(), use GetFirstProfile() instead. Add ForgetCurrentProfile() for use in getting cancel to work properly.
git-svn-id: svn://10.0.0.236/trunk@50089 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 06:57:38 +00:00
sspitzer%netscape.com
c0b38598d6 GetSingleProfile() is going away. use GetFirstProfile now.
git-svn-id: svn://10.0.0.236/trunk@50088 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 06:55:59 +00:00
sspitzer%netscape.com
c959c10bfc fix for #15735, r=waterson. fix the JS error by re-writing the C style
fancy logic.


git-svn-id: svn://10.0.0.236/trunk@50087 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 06:37:32 +00:00
warren%netscape.com
1e7a6bdb4d Fixed warnings.
git-svn-id: svn://10.0.0.236/trunk@50086 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 04:10:12 +00:00
neeti%netscape.com
7425479597 Converted to use nsIModule to prepare for memory leaks fixing. Bug# 14034. r=dveditz
git-svn-id: svn://10.0.0.236/trunk@50085 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 03:39:36 +00:00
rhp%netscape.com
9cdcbef4af Fixing a test program makefile. THIS IS NOT PART OF ANY BUILD!
git-svn-id: svn://10.0.0.236/trunk@50084 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 03:39:02 +00:00
rhp%netscape.com
9eb3c904c6 Fixing a test program. THIS IS NOT PART OF ANY BUILD!
git-svn-id: svn://10.0.0.236/trunk@50083 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 03:38:42 +00:00
sspitzer%netscape.com
94a677a8af fix for bug #15402. exit if we get past the profile manager without a current profile. this can happen.
git-svn-id: svn://10.0.0.236/trunk@50082 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 03:10:18 +00:00
beard%netscape.com
9d922a368f First Checked In.
git-svn-id: svn://10.0.0.236/trunk@50081 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 03:03:36 +00:00
morse%netscape.com
1424e84e14 fix bug 15721, cookies not persistent, r=jar nsAppRunner.cpp
git-svn-id: svn://10.0.0.236/trunk@50080 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 02:48:27 +00:00
ramiro%netscape.com
f2333c7dab Added mozilla/tools/leaky to SeaMonkeyCore. r=leaf.
git-svn-id: svn://10.0.0.236/trunk@50079 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 02:39:56 +00:00
beard%netscape.com
a57d0470d2 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@50078 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 02:11:44 +00:00
varada%netscape.com
dc0146ae24 have made error dialog box systemmodal bug #15339
git-svn-id: svn://10.0.0.236/trunk@50077 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 02:07:23 +00:00
rjc%netscape.com
1978802be8 Add in CTOR/DTOR stuff for leak detection. Review: hyatt@netscape.com
git-svn-id: svn://10.0.0.236/trunk@50076 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 01:51:30 +00:00
kipp%netscape.com
51e85831e8 r=peterl; fixed a regression that I regrettably caused; had the test for success backwards
git-svn-id: svn://10.0.0.236/trunk@50075 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 01:44:16 +00:00
varada%netscape.com
0a87564964 %Root% is a global variable that contains the value of the current working directory - so we can use it in an inifile to resolve the relative root locations
git-svn-id: svn://10.0.0.236/trunk@50074 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 01:39:34 +00:00
harishd%netscape.com
946d742a4d In reference to bug # 12415
Added assertion ( per warrne's request ) to detect null char occasionally appearing in the input
stream provided by necko
R=pollmann


git-svn-id: svn://10.0.0.236/trunk@50073 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 01:30:56 +00:00
akkana%netscape.com
bc8b6d116e 13750,13753,14075,15293,13873,12551:
- Rewrite wrapping logic for plaintext output sink,
  and run all output through the wrapping/formatting Write method
  (which now has logic to determine when we should be wrapping).
- Handle blockquote type=cite mail quotes.
- Write several new regression tests for plaintext output bugs,
  and include those tests and their expected output into the
  automated output test.
r=sfraser,harishd


git-svn-id: svn://10.0.0.236/trunk@50072 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 01:10:32 +00:00
mcafee%netscape.com
0a81ee7839 Cleaning up whitespace so I can edit this file with a clue.
git-svn-id: svn://10.0.0.236/trunk@50071 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 01:07:41 +00:00
slamm%netscape.com
52995d7ec4 Remove call to sidebarOverlayInit(). This is already called in sidebarOverlay.js when sidebarOverlay.xul loads. Fixes bug #15719, 'Sidebar panels get added twice'. r=waterson.
git-svn-id: svn://10.0.0.236/trunk@50070 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 01:03:19 +00:00
sspitzer%netscape.com
deecdfd350 add an alert if there is no profile name. bug #15402
git-svn-id: svn://10.0.0.236/trunk@50069 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 00:55:51 +00:00
kipp%netscape.com
5fc1175eb9 Fixed a memory leak in the sizeof-handler logic (blush)
git-svn-id: svn://10.0.0.236/trunk@50068 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 00:49:40 +00:00
harishd%netscape.com
b84b2685ff Mapping nsDTDMode to eParseMode (in mozilla/htmlparser/src/nsIDTD.h)
R=pollmann


git-svn-id: svn://10.0.0.236/trunk@50067 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 00:35:16 +00:00
kipp%netscape.com
99aaa55232 Updated SizeOf methods for html content objects to be more accurate; implemented MOZ_DECL_CTOR_COUNTER for all html content objects
git-svn-id: svn://10.0.0.236/trunk@50066 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 00:35:04 +00:00
kipp%netscape.com
4e6e50c103 Tweaked call of log_release
git-svn-id: svn://10.0.0.236/trunk@50065 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 00:32:25 +00:00
kipp%netscape.com
b17c92e839 Added some atoms to support SizeOf metrics
git-svn-id: svn://10.0.0.236/trunk@50064 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 00:31:41 +00:00
kipp%netscape.com
d5ce80751a Work around a crash by stubbing out some pointers that are weak links that are not to be used during shutdown
git-svn-id: svn://10.0.0.236/trunk@50063 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 00:31:21 +00:00
kipp%netscape.com
b87e5bb00d Don't forget to remove the observer when dtor is running (fixes a sometimes crash in viewer); also fixed a memory leak of a style context
git-svn-id: svn://10.0.0.236/trunk@50062 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 00:30:20 +00:00
kipp%netscape.com
a72c992c6f Eliminate a memory leak of a style context (which ends up leaking all the stylecontexts upward)
git-svn-id: svn://10.0.0.236/trunk@50061 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 00:29:28 +00:00
harishd%netscape.com
080879ab10 Bug 13647
In nsXIFConverter::BeginContainer(const nsString& aTag)
newline was getting appended by default at the end of a tag.
Setting the default value to PR_FALSE to avoid newline insertion
at the end of a tag.
R=akkana


git-svn-id: svn://10.0.0.236/trunk@50060 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 00:28:58 +00:00
kipp%netscape.com
78b500998c Eliminate a warning
git-svn-id: svn://10.0.0.236/trunk@50059 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 00:28:41 +00:00
sspitzer%netscape.com
7097d190f2 bulletproofing for bug #15728, r=alecf
if there are no panels, just return.


git-svn-id: svn://10.0.0.236/trunk@50058 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 00:28:24 +00:00
sspitzer%netscape.com
f49a6fc3a9 workaround fix for #15728. r=alecf. prevent crashing when I click on the tab in the create profile wizard.
git-svn-id: svn://10.0.0.236/trunk@50057 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 00:24:44 +00:00
varada%netscape.com
9299843cda change customization to configs directory in checklist.ini in some files
git-svn-id: svn://10.0.0.236/trunk@50056 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 00:15:35 +00:00
varada%netscape.com
0925de79f3 changed customizations directory to Configs in wizardmachine.cp as well as in the checklist.ini
git-svn-id: svn://10.0.0.236/trunk@50055 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-07 00:11:01 +00:00
rogerl%netscape.com
b1873070a7 More errors-as-exceptions stuff
git-svn-id: svn://10.0.0.236/trunk@50054 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 23:55:33 +00:00
mcafee%netscape.com
5b962a0f3c Adding option for modeless pref dialog, ifdef'd off by default. r=akkana
git-svn-id: svn://10.0.0.236/trunk@50053 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 23:54:47 +00:00
sgehani%netscape.com
6b11a987a4 *** NOT PART OF BUILD ***
DEBUG symbolic constant renamed to MIW_DEBUG.


git-svn-id: svn://10.0.0.236/trunk@50052 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 23:52:08 +00:00
sgehani%netscape.com
d016fe35cc *** NOT PART OF BUILD ***
DEBUG symbolic constant changed from DEBUG to MIW_DEBUG.


git-svn-id: svn://10.0.0.236/trunk@50051 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 23:51:14 +00:00
sgehani%netscape.com
be68b07064 *** NOT PART OF BUILD ***
Cleanup of inflation routines.


git-svn-id: svn://10.0.0.236/trunk@50050 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 23:50:10 +00:00
sgehani%netscape.com
c45dd4d212 *** NOT PART OF BUILD ***
Disable back button on welcome window preventing user from returning to the license window.


git-svn-id: svn://10.0.0.236/trunk@50049 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 23:49:16 +00:00
sgehani%netscape.com
3600061916 *** NOT PART OF BUILD ***
Disk space checking is now accurate for "Custom Install".


git-svn-id: svn://10.0.0.236/trunk@50048 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 23:48:09 +00:00
sgehani%netscape.com
f7d9ac0919 *** NOT PART OF BUILD ***
Detect and don't download pre-existing .xpi files. Fixes bug 15695.


git-svn-id: svn://10.0.0.236/trunk@50047 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 23:47:02 +00:00
sgehani%netscape.com
542eeddaf1 *** NOT PART OF BUILD ***
Mouse over component now highlights and updates long description: fixes bug 14322.


git-svn-id: svn://10.0.0.236/trunk@50046 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 23:45:49 +00:00
harishd%netscape.com
0b8b118754 Cleaned up warnings. R=rickg
git-svn-id: svn://10.0.0.236/trunk@50044 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 23:24:28 +00:00
sspitzer%netscape.com
4c88fb3ec4 whoops, checked in dos formatted text files from a unix box. ran dos2unix on them to fix it. part of fix for #15402. these new files come from Ben Goodger <rgoodger@ihug.co.nz> r=sspitzer
git-svn-id: svn://10.0.0.236/trunk@50042 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 23:19:53 +00:00
troy%netscape.com
75bf4aa54d b=11971, r=peterl@netscape,karnaze@netscape.com
Changed ContentInserted() to use GetFrameFor() so we target the table cell's
area frame


git-svn-id: svn://10.0.0.236/trunk@50041 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 23:17:28 +00:00
pavlov%netscape.com
88babc4d7b final step to make menus dismiss on unix r=hyatt
git-svn-id: svn://10.0.0.236/trunk@50040 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 23:00:53 +00:00
akkana%netscape.com
ada22baf14 15712: Fix gtk double-click events. r=pavlov
git-svn-id: svn://10.0.0.236/trunk@50039 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 22:57:00 +00:00
vidur%netscape.com
d46c14654b Added window.scrollBy/scrollTo/scrollX/scrollY. Scopus bug 361046. R=troy
git-svn-id: svn://10.0.0.236/trunk@50038 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 22:07:42 +00:00
sspitzer%netscape.com
578092310a remove references to xul.css, as it is no longer needed.
git-svn-id: svn://10.0.0.236/trunk@50037 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 22:07:29 +00:00
troy%netscape.com
032742ad4c Moved space manager to block frame and changed it the space manager is
temporary only during the reflow process
r=kipp@netscape.com


git-svn-id: svn://10.0.0.236/trunk@50036 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 22:05:23 +00:00
kmcclusk%netscape.com
7c76fd51f5 r=rods; bug=15478; Added WS_EX_TOOLWINDOW extended style for popup windows
to prevent popups from creating empty task bar buttons.
bug=6061; NS_DISPLAYCHANGE event is now generated when the display depth changes
on WIN32.


git-svn-id: svn://10.0.0.236/trunk@50035 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 21:54:49 +00:00
norris%netscape.com
48f3a0603c More license wrangling: fix the release date (1999, not 1998).
git-svn-id: svn://10.0.0.236/trunk@50031 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 21:52:17 +00:00
sspitzer%netscape.com
20945ad3ee remove unused code, now that CreateNewProfile() takes two arguments
git-svn-id: svn://10.0.0.236/trunk@50030 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 21:52:02 +00:00
rpotts%netscape.com
b286c0c010 Removed dead code inside of #if 0 blocks...
git-svn-id: svn://10.0.0.236/trunk@50026 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 21:43:21 +00:00
sspitzer%netscape.com
9c68bc61cc fix the create profile wizard ui.
this work was done by the almighty Ben Goodger <rgoodger@ihug.co.nz>
r=sspitzer
I did a little clean up, and made it so show the native file path


git-svn-id: svn://10.0.0.236/trunk@50025 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 21:36:59 +00:00
jband%netscape.com
cd534a023e - the rest of the fix for bug 14738 - detect JSErrors with
JSErrorReports when thrown as exceptions. Extract JSErrorReport
and convert to an xpcexception. This restores functionality that
was whacked when JS errors-as-exceptions was enabled in the JS
engine.
- add conversion support for string-with-length as part of array
support mentioned in bug 13420. All the array stuff is basically
in with minimal testcases. More comprehensive tests need to be
written to verify and tune the code.
- fix a broken #undef
- switch to using PR_Alloc/PR_Free internally in nsjsid where we
were using new/delete before. This is prompted by warren's change
to nsID::ToString that uses PR_Alloc were before it used new.
This fixes an alloc/delete mismatch detected by Purify.
r=mccabe


git-svn-id: svn://10.0.0.236/trunk@50024 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 21:35:27 +00:00
sspitzer%netscape.com
ac743ecce8 fix for #15197 (and a whole bunch of duplicates).
fix by vidur, r=rogerl


git-svn-id: svn://10.0.0.236/trunk@50023 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 21:31:34 +00:00
neeti%netscape.com
68ccc3d94a updating status. Not part of the build
git-svn-id: svn://10.0.0.236/trunk@50022 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 21:13:38 +00:00
norris%netscape.com
cedec739aa Fix another portion of 13192 Mozilla is "oversecured" and does not allow access to documents in the same domain
Reviewed by vidur.


git-svn-id: svn://10.0.0.236/trunk@50021 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 21:13:37 +00:00
norris%netscape.com
cd59845c25 Fix 15618 [CRASH] JS assertion on table regression test
Reviewed by rogerl@netscape.com.


git-svn-id: svn://10.0.0.236/trunk@50020 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 21:12:21 +00:00
waterson%netscape.com
84fb96cb65 Bug 13910. Fix flash panel style rules, XUL, and JS so that flashes start to display again. r=slamm.
git-svn-id: svn://10.0.0.236/trunk@50019 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 21:08:50 +00:00
neeti%netscape.com
6b2d99d685 updating status. Not part of the build
git-svn-id: svn://10.0.0.236/trunk@50018 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 21:07:30 +00:00
beard%netscape.com
e6c61c5ffe added EcmaError.java, NativeError.java
git-svn-id: svn://10.0.0.236/trunk@50017 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 21:07:04 +00:00
neeti%netscape.com
b84f7a78de updating status. Not part of the build
git-svn-id: svn://10.0.0.236/trunk@50016 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 21:05:25 +00:00
neeti%netscape.com
f6d3593b2e updating status. Not part of the build
git-svn-id: svn://10.0.0.236/trunk@50015 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 20:58:41 +00:00
sspitzer%netscape.com
d6ec571916 make sure we save the prefs when we exit. will fix a bunch of problems, including #15705. r=alecf, a=leaf
git-svn-id: svn://10.0.0.236/trunk@50014 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 20:52:50 +00:00
gagan%netscape.com
a378b87978 Partial checkins for fixing bug # 10333. Added the nsIStatusCodeEventSink for conveying status codes to the UI thread from the socket ones. r=mscott,a=don
git-svn-id: svn://10.0.0.236/trunk@50013 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 20:50:12 +00:00
norris%netscape.com
734f2fb55c Update contributors, add some license text.
git-svn-id: svn://10.0.0.236/trunk@50012 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 20:50:04 +00:00
cbegle%netscape.com
4cdb11b194 tests for javascript errors as exceptions, a feature that was recently
added to the javascript engine.

not part of the build.


git-svn-id: svn://10.0.0.236/trunk@50011 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 20:45:44 +00:00
gagan%netscape.com
7258a74fc0 added files: mozilla/netwerk/base/public/nsIStatusCodeEventSink.idl
git-svn-id: svn://10.0.0.236/trunk@50010 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 20:44:23 +00:00
terry%mozilla.org
944a16f933 Wow. Turns out this stuff would only handle 10 products. Did the
cheap fix that lets it handle 1000 products.


git-svn-id: svn://10.0.0.236/trunk@50009 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 20:37:37 +00:00
neeti%netscape.com
3b3d0e4e1b updating status. Not part of the build
git-svn-id: svn://10.0.0.236/trunk@50008 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 20:36:28 +00:00
vidur%netscape.com
f614c92aba Added document.width/document.height to nsIDOMNSDocument. Bug 961. R: troy
git-svn-id: svn://10.0.0.236/trunk@50007 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 20:33:58 +00:00
vidur%netscape.com
e16887dc96 Implemented document.width/document.height by looking at the dimensions of the view of the frame of the document element. Bug 961. R: troy
git-svn-id: svn://10.0.0.236/trunk@50006 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 20:32:49 +00:00
putterman%netscape.com
12980882c5 Added constructor/destructor counting macros for various mailnews
classes.  reviewed by bienvenu.  no bug.


git-svn-id: svn://10.0.0.236/trunk@50005 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 20:32:25 +00:00
buster%netscape.com
1e0b48570c fixed some space leaks reported by kipp. no bug #, r=tague
added some assertions and error checking to nsEditor::Do, no bug #, r=kin
fixed bug 14898 (implemented type-in state for any context), r=jfrancis


git-svn-id: svn://10.0.0.236/trunk@50004 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 20:27:41 +00:00
ramiro%netscape.com
3412f4f935 Take myself out of the "you suck" list. r=dp
git-svn-id: svn://10.0.0.236/trunk@50003 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 20:22:23 +00:00
mscott%netscape.com
9baa358bf2 No Bug #.......removing an obsolete file that isn't part of the build
r=valeski


git-svn-id: svn://10.0.0.236/trunk@50002 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 20:21:35 +00:00
bienvenu%netscape.com
9b0345f34f fix leak of accounts, mail session r=scottip bug 000
git-svn-id: svn://10.0.0.236/trunk@50000 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 20:00:27 +00:00
jfrancis%netscape.com
0209785bbb revised rules system api to include "handled" parameter and ceased to overload the meaning of the "cancel" parameter; added TypedText() method to editor, editorshell, and logging, so that logging will work properly with typing; coallesce deletions for undo purposes r=buster@netscape.com
git-svn-id: svn://10.0.0.236/trunk@49999 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 19:34:09 +00:00
srinivas%netscape.com
7ef083b590 Backed out previous checkin.
git-svn-id: svn://10.0.0.236/trunk@49996 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 19:33:52 +00:00
srinivas%netscape.com
97336400bc Previous change backed out.
git-svn-id: svn://10.0.0.236/trunk@49995 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 19:31:17 +00:00
srinivas%netscape.com
a633fa30b6 Backout previous change.
git-svn-id: svn://10.0.0.236/trunk@49994 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 19:30:01 +00:00
dmose%mozilla.org
52a561a9c0 removing obsolete doc file; a=leaf@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@49993 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 19:17:56 +00:00
terry%mozilla.org
45c9c2b5a6 Missing some whitespace that may be vital.
git-svn-id: svn://10.0.0.236/trunk@49991 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 19:07:38 +00:00
srinivas%netscape.com
ea30288c1f Fixed bug in previous checkin - initialize variables before use.
git-svn-id: svn://10.0.0.236/trunk@49990 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 19:07:19 +00:00
harishd%netscape.com
77f9635cce Fix for Bugs
13640, 13736 - Memory leaks - R=rickg
1312 - Hooked up XHTML DOCTYPE - R=rickg
7590 - Prematuredly closing <SCRIPT> on seeing </SCRIPTERR>
2749 - Strict comment handling for noquirks mode - R=rickg
14955 - LEGEND inside FIELDSET was causing infinite looping - R=rickg,pollmann
14952 - LABEL got closed on seeing SPAN (LABEL can contain SPAN ) - R=pollmann
15381 - comment handling for XIF and HTML - R=akkana
15346 - Stray end tag caused loading blank document - R=rickg,pollmann


git-svn-id: svn://10.0.0.236/trunk@49988 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 19:04:29 +00:00
neeti%netscape.com
3963f45810 updating status
git-svn-id: svn://10.0.0.236/trunk@49987 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 19:01:51 +00:00
mgleeson1%netscape.com
210400fa8f r=waterson enums used in structs must be public members for HPUX
git-svn-id: svn://10.0.0.236/trunk@49986 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 18:56:03 +00:00
mgleeson1%netscape.com
9d0be77836 r=kipp removed unnecessary include for dlfcn.h
git-svn-id: svn://10.0.0.236/trunk@49985 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 18:53:41 +00:00
waterson%netscape.com
223352ad77 Comment out '_dead' renaming to get context menus working again. r=law
git-svn-id: svn://10.0.0.236/trunk@49984 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 18:53:32 +00:00
srinivas%netscape.com
852ba0f2aa Fixed typo in previous checkin. Also, the correct bug # is 15680.
git-svn-id: svn://10.0.0.236/trunk@49983 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 18:49:27 +00:00
rhp%netscape.com
58d7842b20 Changes for Bug #13512 - Reviewer: Bienvenu
git-svn-id: svn://10.0.0.236/trunk@49982 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 18:35:16 +00:00
srinivas%netscape.com
bf992aac1f Add the SO_BROADCAST option. Bug #365862.
git-svn-id: svn://10.0.0.236/trunk@49981 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 18:31:22 +00:00
bienvenu%netscape.com
ba3a9ad68c use nsIModule for factory, r=rhp bug 000
git-svn-id: svn://10.0.0.236/trunk@49980 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 18:30:35 +00:00
norris%netscape.com
522636a5de Make sure creation of class loader is inside a try block to handle security exceptions.
git-svn-id: svn://10.0.0.236/trunk@49979 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 17:39:48 +00:00
valeski%netscape.com
6f9ef9e6d4 r=warren, 15457. Added file extension attribute to URL implementations
git-svn-id: svn://10.0.0.236/trunk@49977 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 14:36:22 +00:00
pavlov%netscape.com
a1c9b6dcaa get CaptureRollupEvents working properly on unix. Fix focus problem that was being caused by grabbing the focus via SetFocus(). Fix potential crash in OnRealize(). fixes 15169, 15537, 15470 r=rods (for focus parts) r=blizzard@redhat.com (for all of it)
git-svn-id: svn://10.0.0.236/trunk@49974 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 14:04:05 +00:00
pavlov%netscape.com
743ccfad5b ifdef out the call to CaptureMouse since it is no longer needed r=rods
git-svn-id: svn://10.0.0.236/trunk@49973 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 13:36:39 +00:00
warren%netscape.com
055d89c0e3 Updating xpcom registry usage as per edburns@acm.org and dp's suggestions.
git-svn-id: svn://10.0.0.236/trunk@49972 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 09:57:50 +00:00
brendan%mozilla.org
3188df57a2 Fix Object.prototype.toSource so it parenthesizes outermost-toSource literals for eval roundtrips.
git-svn-id: svn://10.0.0.236/trunk@49971 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 09:09:31 +00:00
warren%netscape.com
bf35f71ce1 Fixed nsCOMPtr bustage.
git-svn-id: svn://10.0.0.236/trunk@49970 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 09:03:43 +00:00
warren%netscape.com
49e47e3066 Fixed build warnings.
git-svn-id: svn://10.0.0.236/trunk@49969 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 08:51:48 +00:00
warren%netscape.com
30cf63de80 Added AsyncOpen to nsIChannel for URL dispatching. Added ContentLength to InputStreamChannel. (r=rpotts,valeski)
git-svn-id: svn://10.0.0.236/trunk@49968 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 08:26:01 +00:00
dougt%netscape.com
3e9e75feec Fix for 11812. Reordered the clean up so that deletion of the "real" object
happens after NS_RELEASE of the proxy object.  This is a test program.

reviewed by gagan.


git-svn-id: svn://10.0.0.236/trunk@49967 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 08:17:04 +00:00
warren%netscape.com
ccc05991a3 added files: mozilla/netwerk/base/public/nsIFileSystem.idl
git-svn-id: svn://10.0.0.236/trunk@49966 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 08:16:48 +00:00
gagan%netscape.com
c39e2405d9 An event sink to transfer status codes to a consumer of necko.
This is not in the build as yet.


git-svn-id: svn://10.0.0.236/trunk@49965 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 07:49:32 +00:00
mcafee%netscape.com
478e94b19b Removing unnecessary label rule that was making prefs look like crap. Thanks to pavlov for this fix. r=pavlov,myself
git-svn-id: svn://10.0.0.236/trunk@49964 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 07:45:05 +00:00
warren%netscape.com
541b381b71 Added nsIFileSystem interface for new file transport implementation.
git-svn-id: svn://10.0.0.236/trunk@49963 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 07:27:22 +00:00
ftang%netscape.com
0851c72b83 fix bug 15647 r=sdagley. Swap progid base between ENCODER/DECODER
git-svn-id: svn://10.0.0.236/trunk@49962 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 07:11:40 +00:00
pavlov%netscape.com
644f5864a9 initial work on unix installer
git-svn-id: svn://10.0.0.236/trunk@49961 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 06:59:20 +00:00
waterson%netscape.com
c4175bcb0e Fix incorrect use of CBufDescriptor that was causing persistence to flake.
git-svn-id: svn://10.0.0.236/trunk@49960 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 06:42:27 +00:00
waterson%netscape.com
58cd4c0ef8 Suppress assertions with context menus for now.
git-svn-id: svn://10.0.0.236/trunk@49959 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 06:40:06 +00:00
brendan%mozilla.org
a17b679975 Top-level ToSource function for primitive type roundtrips.
git-svn-id: svn://10.0.0.236/trunk@49958 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 06:37:55 +00:00
brendan%mozilla.org
e8d09fd3a6 Fix two multi-threaded GC-rooting bugs:
- js_NewFunction wasn't initializing (clearing) JSFunction members before it
  linked the JSFunction to a JSObject that the GC could reach from a root.
- Make sure frame.scopeChain is cleared before linking frame via cx->fp, even
  though we set frame.scopeChain to some object later (another signal that we
  should rework js_Invoke to inline it and otherwise optimize it).


git-svn-id: svn://10.0.0.236/trunk@49957 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 06:29:43 +00:00
mscott%netscape.com
ccf2994b95 (not part of the build!)
just add a new line to the end of the file....


git-svn-id: svn://10.0.0.236/trunk@49956 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 06:21:40 +00:00
mscott%netscape.com
7277b119b3 Bug #15655 --> new file for mime to use nsIModule. This is not part of the build and has not been reviewed yet. The review will happen
when I land all the rest of the changes related to converting mime to use nsIModule.


git-svn-id: svn://10.0.0.236/trunk@49955 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 06:00:40 +00:00
rpotts%netscape.com
c0d2a0e2f2 bug #15605. Reviewed by nisheeth. Check the return code from GoToAnchor(...) :-)
git-svn-id: svn://10.0.0.236/trunk@49954 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 05:15:13 +00:00
jefft%netscape.com
347134e10d fixed bug 15291 - Pop3 local mail folder message lines not ended with platform specific line endings; replacing CRLF with platform specific MSG_LINEBREAK; reviewed by bienvenu, mscott
git-svn-id: svn://10.0.0.236/trunk@49953 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 04:56:02 +00:00
neeti%netscape.com
2eb2dcca67 updating status
git-svn-id: svn://10.0.0.236/trunk@49952 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 04:47:08 +00:00
bienvenu%netscape.com
9446096dca fix ref count tracing for composite data source bug 666 n/a r=waterson
git-svn-id: svn://10.0.0.236/trunk@49951 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 04:45:14 +00:00
neeti%netscape.com
7362f1b13f Converted wallet.dll and wlltvwrs.dll to use nsIModule to prepare for memory leaks fixing. Bug# 14034. r=morse
git-svn-id: svn://10.0.0.236/trunk@49950 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 04:42:59 +00:00
troy%netscape.com
148aeb9479 Space issue. r=kipp@netscape.com
Replaced hash table which used lots of memory with simple linked list of
FrameInfo* structs


git-svn-id: svn://10.0.0.236/trunk@49949 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 04:22:51 +00:00
karnaze%netscape.com
89bd8c3bc9 fixed assertion in viewer sample 4. AdjustForCollapsingCols was incorrectly counting as columns frames which were not of display type NS_STYLE_DISPLAY_TABLE_COLUMN and something must have changed elsewhere to tickle this.
git-svn-id: svn://10.0.0.236/trunk@49948 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 03:59:07 +00:00
ramiro%netscape.com
f3bc03de75 Im an idiot, i applied the same patch twice. Sorry. Backout my last change.
git-svn-id: svn://10.0.0.236/trunk@49947 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 03:38:49 +00:00
rjc%netscape.com
d69298a9d2 Fix broken XUL. Review: sdagley
git-svn-id: svn://10.0.0.236/trunk@49946 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 03:33:28 +00:00
mscott%netscape.com
417b06f591 Bug #000 (no bug needed). Remove nsIStreamConverter2.idl.
r=valeski


git-svn-id: svn://10.0.0.236/trunk@49945 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 03:27:55 +00:00
mscott%netscape.com
9fce7b0c15 Bug #0000 (no bug # needed) remove nsIStreamConverter2.idl
r=valeski


git-svn-id: svn://10.0.0.236/trunk@49944 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 03:27:15 +00:00
mscott%netscape.com
e7538bfe37 bug #000 (no bug # needed). removing obsolete file from the build
nsIStreamconverter2.idl
r=valeski


git-svn-id: svn://10.0.0.236/trunk@49943 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 03:21:44 +00:00
mscott%netscape.com
9c726938af Bug #000 (no bug number needed) remove an obsolete file from the build (nsIStreamConverter2.idl)
r=valeski


git-svn-id: svn://10.0.0.236/trunk@49942 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 03:20:39 +00:00
rjc%netscape.com
bed7f86409 Update leak docs. (Not part of build.)
git-svn-id: svn://10.0.0.236/trunk@49941 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 03:00:06 +00:00
valeski%netscape.com
7a33492452 r=sdagley, 15654 was deleting a void * which is a no-no on hp.
git-svn-id: svn://10.0.0.236/trunk@49940 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 02:54:49 +00:00
sfraser%netscape.com
08f88ab066 Fix the file creator code so that the library gets the nice pretty icon. r=sdagley
git-svn-id: svn://10.0.0.236/trunk@49939 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 02:38:35 +00:00
sdagley%netscape.com
9fc68e8c6c Add documentation comments for Mac library loading. r=sfraser
git-svn-id: svn://10.0.0.236/trunk@49937 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 02:37:14 +00:00
dmose%mozilla.org
a81253b229 new version of LICENSE; not part of the build
git-svn-id: svn://10.0.0.236/trunk@49936 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 02:14:51 +00:00
waterson%netscape.com
0d44d897c3 Fix leaking rowgroup frame. r=hyatt.
git-svn-id: svn://10.0.0.236/trunk@49935 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 01:50:14 +00:00
mgleeson1%netscape.com
8e1de98ab5 r=kipp changed illegal escape \{ to {
git-svn-id: svn://10.0.0.236/trunk@49934 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 01:41:38 +00:00
varada%netscape.com
011f173694 fix to bug #15327 adding MinLen field to the edit widget
git-svn-id: svn://10.0.0.236/trunk@49933 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 01:38:02 +00:00
rjc%netscape.com
2ffbb4f583 Bug #14034: Convert to nsIModule to prepare for memory leak fixing. Also fix leak of search stream listener. Review: sdagley@netscape.com
git-svn-id: svn://10.0.0.236/trunk@49932 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 01:37:47 +00:00
hangas%netscape.com
6563efab51 Porkjocky: .xul file troubleshooting. Removed duplicate references to css files within the same windows for performance. Wrapped another tree in a <div> to avoid scrolling issues. r=davidm
git-svn-id: svn://10.0.0.236/trunk@49931 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 01:35:36 +00:00
varada%netscape.com
c70061dbb3 Bug fix for #15327 - determination of length of edit fields
git-svn-id: svn://10.0.0.236/trunk@49930 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 01:32:00 +00:00
sfraser%netscape.com
a591a0e509 Fix access paths to not look for lib/xp. r=sdagley
git-svn-id: svn://10.0.0.236/trunk@49929 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 01:21:23 +00:00
sfraser%netscape.com
6dd1042b5d Don't export headers in lib/mac/MacMemoryAllocator any more. NSPR no longer needs the one that was being exported. r=sdagley
git-svn-id: svn://10.0.0.236/trunk@49928 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 01:20:44 +00:00
sfraser%netscape.com
b98dbfaa02 Fixed access paths to remove lib/xp, and mozilla/include. xp_regexp.h is now exported, and found in dist. r=sdagley
git-svn-id: svn://10.0.0.236/trunk@49927 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 01:19:58 +00:00
sfraser%netscape.com
3e38e2ea2a Export xp_regexp.h, for libjar. r=sdagley
git-svn-id: svn://10.0.0.236/trunk@49926 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 01:19:18 +00:00
sfraser%netscape.com
cb8f332910 Changed to export using the .exp file, to reduce link warnings. r=sdagley
git-svn-id: svn://10.0.0.236/trunk@49924 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 01:17:56 +00:00
sfraser%netscape.com
32644723fe First Checked In.
git-svn-id: svn://10.0.0.236/trunk@49923 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 01:17:19 +00:00
dp%netscape.com
25f4419ba0 updating status
git-svn-id: svn://10.0.0.236/trunk@49920 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 01:09:54 +00:00
sfraser%netscape.com
c4429f5066 Change Mac library loading to load using the FSSpec. r=dp
git-svn-id: svn://10.0.0.236/trunk@49919 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 01:09:13 +00:00
sdagley%netscape.com
15caf3db1c New calls to load code fragments by name or index, and utility routines for getting fragment names from the 'cfrg' resource. r=sfraser
git-svn-id: svn://10.0.0.236/trunk@49918 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 01:07:15 +00:00
sdagley%netscape.com
d89dab4e33 Added #define NSPR_AS_SHARED_LIB to avoid (never called) MacInitializeMemory. This is just tidy up. r=sfraser
git-svn-id: svn://10.0.0.236/trunk@49917 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 01:06:27 +00:00
sdagley%netscape.com
6e8fa75abe New implementations of PR_LoadNamedFragment and PR_LoadIndexedFragment, which now allow loading libraries by FSSpec. Mac only. r=sfraser
git-svn-id: svn://10.0.0.236/trunk@49916 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 01:05:33 +00:00
sdagley%netscape.com
b9147e6fd2 Added prlink_mac.h, r=sfraser
git-svn-id: svn://10.0.0.236/trunk@49915 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 01:04:06 +00:00
sdagley%netscape.com
35708ce998 Included some new header files, so that building with 'require function prototypes' works better. r=sfraser
git-svn-id: svn://10.0.0.236/trunk@49914 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 01:03:00 +00:00
waterson%netscape.com
d48f50c349 Fix dumb leak.
git-svn-id: svn://10.0.0.236/trunk@49913 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 01:02:11 +00:00
sdagley%netscape.com
190716d4ac First Checked In.
git-svn-id: svn://10.0.0.236/trunk@49912 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 01:00:58 +00:00
rogerl%netscape.com
74e6cc86a3 Added version 150, changed version testing in regexp
git-svn-id: svn://10.0.0.236/trunk@49911 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 00:10:27 +00:00
waqar%netscape.com
b576ab2cb5 # 9777
r vidur
d When splitText has an index error, it used to send NS_ERROR not it sends
  the proper DOM index size error.


git-svn-id: svn://10.0.0.236/trunk@49910 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 00:06:53 +00:00
tao%netscape.com
c9f9d5ee25 Add flags to selectively build subdirectories.
git-svn-id: svn://10.0.0.236/trunk@49909 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 00:03:37 +00:00
kipp%netscape.com
3a0fa24595 Cleanup special viewers too
git-svn-id: svn://10.0.0.236/trunk@49908 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-06 00:00:18 +00:00
kipp%netscape.com
be0faff780 Implement ShowContentSize; fixed a bug where we weren't removing the browser window as a doc-loader observer which sometimes triggers a crash when the -f argument to the viewer is used
git-svn-id: svn://10.0.0.236/trunk@49907 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 23:59:59 +00:00
cata%netscape.com
7b445faf02 added files: mozilla/intl/uconv/ucvtw2/nsUCvTw2Module.cpp, removed files: mozilla/intl/uconv/ucvtw2/nsUCvTW2Dll.cpp
git-svn-id: svn://10.0.0.236/trunk@49906 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 23:58:49 +00:00
morse%netscape.com
3f799e031d fix bug 15572, clean up build warnings, reviewed slamm
git-svn-id: svn://10.0.0.236/trunk@49905 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 23:58:45 +00:00
kipp%netscape.com
71408231d2 Tweaked refcnt munging to better support refcnt tracking
git-svn-id: svn://10.0.0.236/trunk@49904 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 23:58:32 +00:00
kipp%netscape.com
3a3369076f Fixed a memory leak of widgets triggered when the close box for a window is hit
git-svn-id: svn://10.0.0.236/trunk@49903 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 23:57:57 +00:00
cata%netscape.com
934632fc76 added files: mozilla/intl/uconv/ucvtw/nsUCvTwModule.cpp, removed files: mozilla/intl/uconv/ucvtw/nsUCvTWDll.cpp
git-svn-id: svn://10.0.0.236/trunk@49902 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 23:57:29 +00:00
kipp%netscape.com
bdf07b5f16 Work around a flaw in the doc-loader not handling a RemoveObserver call during an observer notification
git-svn-id: svn://10.0.0.236/trunk@49901 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 23:57:20 +00:00
morse%netscape.com
f082f7eb5e fix bug 15572, fix up build warnings, reviewed slamm
git-svn-id: svn://10.0.0.236/trunk@49900 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 23:56:59 +00:00
kipp%netscape.com
2f507e7b3c Improved printouts so that addref/release tracing always shows the old/new refcnts in decimal instead of old in decimal and new in hex
git-svn-id: svn://10.0.0.236/trunk@49899 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 23:56:33 +00:00
cata%netscape.com
b18dd56b44 added files: mozilla/intl/uconv/ucvlatin/nsUCvLatinModule.cpp, removed files: mozilla/intl/uconv/ucvlatin/nsUCvLatinDll.cpp
git-svn-id: svn://10.0.0.236/trunk@49898 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 23:56:08 +00:00
cata%netscape.com
bfa9612c50 Converting library to Module. Bug 15589. Reviewed by dp.
git-svn-id: svn://10.0.0.236/trunk@49897 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 23:54:18 +00:00
kipp%netscape.com
71a5f24ba3 Implemented suggested change so that leak info is printed if an env variable is used
git-svn-id: svn://10.0.0.236/trunk@49896 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 23:54:08 +00:00
cata%netscape.com
b8d939ca6e added files: mozilla/intl/uconv/ucvko/nsUCvKoModule.cpp, removed files: mozilla/intl/uconv/ucvko/nsUCvKODll.cpp
git-svn-id: svn://10.0.0.236/trunk@49895 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 23:53:21 +00:00
cata%netscape.com
28fb79fcef added files: mozilla/intl/uconv/ucvja/nsUCvJaModule.cpp, removed files: mozilla/intl/uconv/ucvja/nsUCVJADll.cpp
git-svn-id: svn://10.0.0.236/trunk@49894 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 23:51:46 +00:00
ducarroz%netscape.com
869cfacaf7 related to bug 14561, fix some other case where we didn't bring back errors while sending message. R=rhp
git-svn-id: svn://10.0.0.236/trunk@49893 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 23:48:40 +00:00
dmose%mozilla.org
79a8db9e5d updating NPL boilerplate to 1.1; only comments changed
git-svn-id: svn://10.0.0.236/trunk@49892 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 23:48:08 +00:00
kipp%netscape.com
53b538cfc8 Support SizeOf methods
git-svn-id: svn://10.0.0.236/trunk@49891 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 23:47:46 +00:00
hangas%netscape.com
efca1f8c77 Fix bug 13729 for putterman/hyatt. Tree headers not always displaying on Mac/Linux. Commented out optimization in Reflow(). r=hyatt.
git-svn-id: svn://10.0.0.236/trunk@49890 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 23:46:16 +00:00
mcafee%netscape.com
28e1dfd154 removing redundant xul: tags, minor whitespace stuff. r=slamm
git-svn-id: svn://10.0.0.236/trunk@49889 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 23:44:41 +00:00
pollmann%netscape.com
1c6394c2d0 Bug 15170: Implement onchange notification for list boxes
git-svn-id: svn://10.0.0.236/trunk@49888 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 23:43:06 +00:00
mcafee%netscape.com
4518901d71 xul: is redundant in xul files. r=slamm
git-svn-id: svn://10.0.0.236/trunk@49887 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 23:40:07 +00:00
rjc%netscape.com
31eba671e2 Bug # 14034: Convert to nsIModule to prepare for memory leak fixing. Review: dp@netscape.com
git-svn-id: svn://10.0.0.236/trunk@49886 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 23:39:48 +00:00
danm%netscape.com
08ffd64c70 Release XP menu rollup listener before menu is executed. This restores normal event handling earlier. Fixes bug 15596. r:hyatt
git-svn-id: svn://10.0.0.236/trunk@49884 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 23:31:06 +00:00
selmer%netscape.com
149b556a40 new fn definitions
git-svn-id: svn://10.0.0.236/trunk@49883 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 23:18:35 +00:00
selmer%netscape.com
12bc995595 Removed temporary 'NewConfig' fix in favor of real fix
git-svn-id: svn://10.0.0.236/trunk@49882 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 23:18:12 +00:00
selmer%netscape.com
ab205b541a Fix dialogs a little (more required) and fix handling of GlobalArrayIndex
git-svn-id: svn://10.0.0.236/trunk@49881 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 23:17:07 +00:00
selmer%netscape.com
b51d6a324e Updates to make all functions go through 'command' except generatelist and installbuilder (fix those later)
git-svn-id: svn://10.0.0.236/trunk@49880 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 23:15:49 +00:00
ramiro%netscape.com
f037c3b791 Fix for bug 15245. Rearrange the inclusion of system headers to unbreak
some unix compilers.  Patch provided by tor@cs.brown.edu and reviewed by me.


git-svn-id: svn://10.0.0.236/trunk@49879 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 23:08:19 +00:00
varada%netscape.com
040d9254e3 moving branding_page4.ini to the page before the installer page bug 11342
git-svn-id: svn://10.0.0.236/trunk@49878 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 22:57:18 +00:00
cata%netscape.com
230b7ea144 Fix my Unix breakage.
git-svn-id: svn://10.0.0.236/trunk@49877 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 22:33:09 +00:00
waterson%netscape.com
495ac5394c Fix crasher when loading XUL in viewer and no localstore is present.
git-svn-id: svn://10.0.0.236/trunk@49876 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 22:22:40 +00:00
rhp%netscape.com
3924a3e115 Fix for my screw up...sorry about this.
git-svn-id: svn://10.0.0.236/trunk@49875 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 22:15:43 +00:00
rogerl%netscape.com
ac914fc99e Bug #14545 - get array length exceptions working with non-Number array
contructor arguments.


git-svn-id: svn://10.0.0.236/trunk@49874 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 22:11:57 +00:00
waterson%netscape.com
33cab018e9 Bug 13910. Make sure we push the 'NC:description' attribute. r=dougt
git-svn-id: svn://10.0.0.236/trunk@49873 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 22:11:44 +00:00
morse%netscape.com
e03ce189b4 fix bug 14889, lazy initialization of wallet, r=sfraser
git-svn-id: svn://10.0.0.236/trunk@49872 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 22:11:22 +00:00
mscott%netscape.com
b605bcf7c8 Bug #15583 --> fix warning (unused variable)
r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@49871 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 22:03:50 +00:00
sspitzer%netscape.com
2e1f51d842 fix for #15617. always save prefs after migration. not sure why prefs aren't being saved anymore, but this is a good idea. r=mscott
git-svn-id: svn://10.0.0.236/trunk@49870 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 22:02:58 +00:00
cata%netscape.com
e532cb3ce3 added files: mozilla/intl/uconv/ucvcn/nsUCvCnModule.cpp, removed files: mozilla/intl/uconv/ucvcn/nsUCvCnDll.cpp
git-svn-id: svn://10.0.0.236/trunk@49869 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 21:26:47 +00:00
cata%netscape.com
6278c9cdb6 Converting library to Module. Bug 15589. Reviewed by dp.
git-svn-id: svn://10.0.0.236/trunk@49868 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 21:25:47 +00:00
dougt%netscape.com
08e25e2af2 1) Adding an eventsinkgetter interface so that when 13894 become unblocked (when gagan
checks in his protocol messages)  we will automatically get onStatus and onProgress
notification.  reviewed by dveditz.


git-svn-id: svn://10.0.0.236/trunk@49867 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 21:18:48 +00:00
rhp%netscape.com
9230e0bd2b Fix for #14120 - Reviewer - bienvenu
git-svn-id: svn://10.0.0.236/trunk@49866 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 21:17:17 +00:00
dougt%netscape.com
f10ff94359 Change pref name
Added Preferences for software notification timer (see 14729) r. samir g.


git-svn-id: svn://10.0.0.236/trunk@49865 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 21:15:30 +00:00
dougt%netscape.com
699606d62a set software notification timer to once per week. 14729 R. sgehani
Update pref name


git-svn-id: svn://10.0.0.236/trunk@49864 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 21:14:13 +00:00
waterson%netscape.com
b4e6b84fea Bug 15301. Remove RDF graph from XUL content model construction. Landed XUL_19991005_BRANCH; see branch comments for detailed checkin information. r=shaver,hyatt.
git-svn-id: svn://10.0.0.236/trunk@49863 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 21:13:55 +00:00
jband%netscape.com
32816676db the JS engine part of the fix for bug 14738. This does two things: 1) expose the JSClass for JSError so that it is possible to detect from the outside if a given JSObject is of that JSError class, and 2) expose an api call via which the JSErrorReport can be extracted from a JSError (if present). This change required renaming the JSClass used for JSError, so many lines were touched
git-svn-id: svn://10.0.0.236/trunk@49861 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 21:07:23 +00:00
mscott%netscape.com
dfe61b8c0c Bug #0000 (no bug number necessary). remove old STREAM_CONVERTER_HACK #ifdef code because we no longer need this.
This was the hack we used before we had a stream converter service to load rfc822 data into a webshell and get it
converted to html.
r=warren


git-svn-id: svn://10.0.0.236/trunk@49856 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 20:54:03 +00:00
neeti%netscape.com
23d28fee69 Not part of the build. Took some more dlls for conversion to use nsImodule
git-svn-id: svn://10.0.0.236/trunk@49855 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 20:49:20 +00:00
sspitzer%netscape.com
185c444bad fix for #15610, alert on failure to rename or delete a profile. r=mscott
git-svn-id: svn://10.0.0.236/trunk@49854 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 20:49:09 +00:00
hangas%netscape.com
bb00d4e082 Fixing bug 13443 (crash scrolling results pane of address book), added <html:div> around the trees as per Hyatt's suggestion which Scottip reminded me of today. r=scottip
git-svn-id: svn://10.0.0.236/trunk@49853 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 20:49:08 +00:00
mscott%netscape.com
bc20c13bee Bug #14739 --> fix use of unitiailized variable.
r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@49852 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 20:48:37 +00:00
sspitzer%netscape.com
0685d4013e remove work around for #15458. that bug has been fixed.
gayatrib and I both tested it.


git-svn-id: svn://10.0.0.236/trunk@49851 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 20:47:41 +00:00
varada%netscape.com
6c0dabbcc9 Validation for .nci in the entry field during creation of NCI files
git-svn-id: svn://10.0.0.236/trunk@49849 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 20:30:20 +00:00
rogerl%netscape.com
51378fb74f Errors as exceptions working from generated code.
git-svn-id: svn://10.0.0.236/trunk@49848 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 19:44:24 +00:00
sspitzer%netscape.com
ae215e19d6 fix for #15578, r=mscott, a=granrose, fix crash on startup.
not sure why we don't have a webshell here...


git-svn-id: svn://10.0.0.236/trunk@49846 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 18:13:15 +00:00
sspitzer%netscape.com
2aa4acab95 fix for #15578, r=mscott, a=granrose
properly migrate the bookmarks file on windows.


git-svn-id: svn://10.0.0.236/trunk@49845 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 18:10:20 +00:00
kipp%netscape.com
8626b336eb Added ctor/dtor counting to the parser tokens
git-svn-id: svn://10.0.0.236/trunk@49842 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 15:00:05 +00:00
kipp%netscape.com
feff21ed38 r=jband; fixed a memory leak
git-svn-id: svn://10.0.0.236/trunk@49841 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 14:56:41 +00:00
kipp%netscape.com
ebce0e90ac Renamed the ctor/dtor counting macros to make more sense
git-svn-id: svn://10.0.0.236/trunk@49840 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 14:54:05 +00:00
kipp%netscape.com
a87258a834 Added in ctor/dtor counting
git-svn-id: svn://10.0.0.236/trunk@49839 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 14:53:40 +00:00
kipp%netscape.com
bcb12509a4 r=dp; Added in ctor/dtor counting
git-svn-id: svn://10.0.0.236/trunk@49838 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 14:53:20 +00:00
kipp%netscape.com
54966bf91e r=beard; Added in ctor/dtor counting
git-svn-id: svn://10.0.0.236/trunk@49837 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 14:52:53 +00:00
kipp%netscape.com
011094c243 r=peterl; Added in ctor/dtor counting
git-svn-id: svn://10.0.0.236/trunk@49836 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 14:52:20 +00:00
jefft%netscape.com
dc5a959bfb fixed bug 15556 - treat forward quoted as inline; default to forward as attachment if get pref failed; reviewed rhp
git-svn-id: svn://10.0.0.236/trunk@49835 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 14:52:19 +00:00
kipp%netscape.com
8fdcb733f6 Removed static ctors
git-svn-id: svn://10.0.0.236/trunk@49834 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 14:51:56 +00:00
kipp%netscape.com
a4aa98059e r=troy; Added in ctor/dtor counting
git-svn-id: svn://10.0.0.236/trunk@49833 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 14:51:12 +00:00
kipp%netscape.com
beb412d2f0 r=troy; Added some atoms to help eliminate global ctors
git-svn-id: svn://10.0.0.236/trunk@49832 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 14:51:02 +00:00
kipp%netscape.com
cd7adcfa5b r=troy; Removed some of my own debug noise
git-svn-id: svn://10.0.0.236/trunk@49831 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 14:50:30 +00:00
kipp%netscape.com
ddfb13e8bd whitespace noise
git-svn-id: svn://10.0.0.236/trunk@49830 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 14:50:06 +00:00
kipp%netscape.com
6455b470d5 Whitespace tweak
git-svn-id: svn://10.0.0.236/trunk@49829 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 14:48:58 +00:00
kipp%netscape.com
2e0f295a75 Added in a way to shutdown the image manager
git-svn-id: svn://10.0.0.236/trunk@49828 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 14:48:44 +00:00
kipp%netscape.com
0fe83f199b Remove some compiler warnings
git-svn-id: svn://10.0.0.236/trunk@49827 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 14:48:01 +00:00
jefft%netscape.com
3bf966446e fixed bug 9540, 10827, 11991 - copy news article failed on certain platforms; replacing CRLF to platform specific MSG_LINEBREAK; reviewed by mscott
git-svn-id: svn://10.0.0.236/trunk@49823 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 14:20:15 +00:00
jefft%netscape.com
d280db659f fixed bug 9540, 10827, 11991 - copy news article failed on certain platforms; replacing CRLF to platform specific MSG_LINEBREAK; reviewed by mscott
git-svn-id: svn://10.0.0.236/trunk@49822 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 14:15:04 +00:00
rpotts%netscape.com
52fa2d449f Added a missing lock to nsSocketTransport::OnFull... reviewed by warren.
git-svn-id: svn://10.0.0.236/trunk@49820 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 08:41:37 +00:00
rpotts%netscape.com
bd2b8bbb50 bug #14181. Reviewed by pnunn. Fixed crash when loading large (or slow) animated GIF images on linux.
git-svn-id: svn://10.0.0.236/trunk@49819 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 08:36:43 +00:00
mscott%netscape.com
9540a1b2bb fix vc5.0 build......include nsISupportsArray before using a com ptr on it.
git-svn-id: svn://10.0.0.236/trunk@49818 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 06:56:12 +00:00
dp%netscape.com
a4303afba6 Fixed build bustage caused by undefined min()
git-svn-id: svn://10.0.0.236/trunk@49817 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 06:28:17 +00:00
mscott%netscape.com
3f98b22adb Bug #0000 --> (no bug necessary)....add a #ifdef guard around this header file
so we don't try to include the contents multiple times!!
r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@49816 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 05:53:31 +00:00
rickg%netscape.com
3f9c7372e6 no changes made; just forcing a recompile
git-svn-id: svn://10.0.0.236/trunk@49815 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 05:52:12 +00:00
mscott%netscape.com
628723cd09 Bug #11837 use NS_GENERIC_FACTORY_CONSTRUCTOR, remove NS_New**
r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@49813 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 05:46:20 +00:00
mscott%netscape.com
d84901b036 Bug #11837 use NS_GENERIC_FACTORY_CONSTRUCTOR for our components
the factory should cache nsIGenericFactory objects for each
component we know how to produce.
r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@49812 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 05:45:07 +00:00
mscott%netscape.com
c12b68d3bc Bug #11837 --> in order to use NS_GENERIC_FACTORY_CONSTRUCTOR the
class declaration needs to be in the header file. Removing old NS_New*
method in favor of NS_GENERIC_FACTORY_CONSTRUCTOR.
r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@49811 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 05:44:41 +00:00
sspitzer%netscape.com
7159500167 added files: mozilla/profile/src/nsProfileFactory.cpp
git-svn-id: svn://10.0.0.236/trunk@49810 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 05:20:58 +00:00
sspitzer%netscape.com
8c517b89c5 fix for #15262, r=mscott
break apart the profile factory from nsProfile.cpp and put it into nsProfileFactory.cpp
also, apply dp's patch to use nsIModule.  r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@49809 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 05:20:45 +00:00
pavlov%netscape.com
489535b9e0 fix bugs in find dialog and make it use the dialog overlay. make it not resizeable, fixed style rules on the windows and buttons. r=sfraser
git-svn-id: svn://10.0.0.236/trunk@49808 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 05:20:29 +00:00
rjc%netscape.com
0899d7c171 Fix bug # 15435: prevent long ( > 255) URL corruption. Also convert over to a nsIModule. Review: dp@netscape.com
git-svn-id: svn://10.0.0.236/trunk@49807 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 05:11:09 +00:00
rpotts%netscape.com
2c951d67c1 Fixed up broken test case while investigating bug #14181...
git-svn-id: svn://10.0.0.236/trunk@49806 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 05:02:56 +00:00
rickg%netscape.com
685d8d596e fixed bug 15290; eliminated a leak; r=kmcclusk
git-svn-id: svn://10.0.0.236/trunk@49805 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 04:54:53 +00:00
radha%netscape.com
ac0f716288 Fix for bug #13329 . Back and forward not consistent all the time.
Fix already checked in to the M10 branch. Merging changes to tip.


git-svn-id: svn://10.0.0.236/trunk@49804 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 04:49:58 +00:00
rickg%netscape.com
4a9749eec3 bugs 13038 and 14920; also improved comments. r=kmcclusk
git-svn-id: svn://10.0.0.236/trunk@49803 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 04:47:19 +00:00
jband%netscape.com
37f1655b17 xpidl compiler was failing to complain that it is an error to use [shared] with 'inout' params. (no bug was filed) r=mccabe
git-svn-id: svn://10.0.0.236/trunk@49802 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 04:23:35 +00:00
karnaze%netscape.com
aa9be56cfa bug 14818 - made standard mode like NavQuirks when handling colspans exceeding the number of columns.
git-svn-id: svn://10.0.0.236/trunk@49801 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 04:21:00 +00:00
putterman%netscape.com
b4b00ba592 Fix bug 15479 - crash when mousing over folder pane scrollbar. Also, fix 12645 - assertion
when using folder pane scrollbar.  Also, make 3pane menu and toolbar look normal.  various
parts reviewed by hyatt and hangas.


git-svn-id: svn://10.0.0.236/trunk@49800 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 04:14:26 +00:00
sspitzer%netscape.com
41337e7380 a bunch of changes, all reviewed by mscott.
fix some bugs with next, back, and cancel in the profile manager.
(#15223, #15271)
re-write all callers of nsProfile::GetCurrentProfileDir() to use the file locator.
(#15063)
more profile code clean up. (#15042)
rename the old 4.x history.dat file.  it's called history.dat in 5.0, but the file
formats are different.  (binary in 4.x, vs mork in 5.0)


git-svn-id: svn://10.0.0.236/trunk@49797 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 04:12:58 +00:00
norris%netscape.com
3c9599e418 Fix 15458 "onLoadHandler does not work"
Reviewed by mstoltz.


git-svn-id: svn://10.0.0.236/trunk@49796 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 04:08:14 +00:00
rpotts%netscape.com
fa598b6cae bug #15341 and bug #15344. Use the documentloader observer instead of a stream observer.
git-svn-id: svn://10.0.0.236/trunk@49795 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 04:04:16 +00:00
sgehani%netscape.com
ff7384e823 Added Mac alias creation feature for install script writers using XPInstall: bugs 9363, 14345, 15503; r=ssu.
Fixed nsFileSpec<->nsInstall error translation in File operations exposed to install script writers: bug 15486; r=ssu.


git-svn-id: svn://10.0.0.236/trunk@49794 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 04:04:01 +00:00
tao%netscape.com
9c58478520 Add makefiles for Unix.
git-svn-id: svn://10.0.0.236/trunk@49793 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 03:55:45 +00:00
mccabe%netscape.com
1664bd1228 Initial checkin of TestScan.java, a simple driver for generating and printing various kinds of parse trees, and for profiling scanning, parsing and compiling.
git-svn-id: svn://10.0.0.236/trunk@49792 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 03:47:04 +00:00
alecf%netscape.com
455a608f47 add new findServer() method and javadoc comments
r=sspitzer
#15140


git-svn-id: svn://10.0.0.236/trunk@49791 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 03:29:42 +00:00
waterson%netscape.com
0db46fd24d Bug 15511. Make sure container element sets 'parent' backpointer to null before releasing child; prevents dangling references if child is still referenced from elsewhere. r=vidur
git-svn-id: svn://10.0.0.236/trunk@49790 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 03:20:57 +00:00
sfraser%netscape.com
2306c86ff9 Use CR for line termination on Macintosh, and don't call flush() for an endl. r dougt.
git-svn-id: svn://10.0.0.236/trunk@49788 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 03:00:13 +00:00
troy%netscape.com
9598e1278f Checked in workaround for tree-view/apprunner problem of assert in GetColumnWidth()
git-svn-id: svn://10.0.0.236/trunk@49787 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 02:41:36 +00:00
selmer%netscape.com
016eba860a Most of CopyDir ready
git-svn-id: svn://10.0.0.236/trunk@49786 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 02:22:36 +00:00
kipp%netscape.com
e62c5f3e87 backed out dps erroneous fix
git-svn-id: svn://10.0.0.236/trunk@49785 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 01:44:35 +00:00
kipp%netscape.com
8aa6b7aa38 Fixed build wastage
git-svn-id: svn://10.0.0.236/trunk@49784 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 01:43:34 +00:00
dmose%mozilla.org
de7b2e5e74 update license boilerplate to NPL dual w/GPL, r=norris@netscape,a=norris@netscape.com
git-svn-id: svn://10.0.0.236/trunk@49783 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 01:42:01 +00:00
shawnp%earthling.net
17b2b4cace To determine what gfx toolkit is being used at runtime, I added the
following functions to the nsIUnixToolkitService interface:
SetWidgetToolkitName(), SetGfxToolkitName(), IsValidWidgetToolkit(),
IsValidGfxToolkit(), GetWidgetToolkitName(), GetGfxToolkitName(). I also
added the implementation for these functions. Reviewed by
ramiro@netscape.com.


git-svn-id: svn://10.0.0.236/trunk@49782 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 01:35:21 +00:00
shawnp%earthling.net
0b401a86ba Improved info that is logged. Only bother to do something in OnPaint() if there
is a pixmap to copy from. Reviewed by ramiro@netscape.com.


git-svn-id: svn://10.0.0.236/trunk@49781 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 01:31:56 +00:00
shawnp%earthling.net
8fff423963 Implemented stub CaptureRollupEvents() and SetTitle() functions. Now handle
both Qt and Xlib gfx toolkits at runtime. Fixed a bug in SetCursor(). Can now
track cursor movement when no mouse button is pressed. Got rid of flickering
when repainting web pages. Reviewed by ramiro@netscape.com.


git-svn-id: svn://10.0.0.236/trunk@49780 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 01:31:18 +00:00
shawnp%earthling.net
4046113676 Now use separate PR_LOG module for scrolling. Stopped generation of double
scroll events. Reviewed by ramiro@netscape.com.


git-svn-id: svn://10.0.0.236/trunk@49779 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 01:30:23 +00:00
shawnp%earthling.net
f6d25e7c68 Added mouse enter/exit event. Added focus in/out event. Now use seperate PR_LOG
modules for events. Combined MousePressedEvent() and MouseReleasedEvent() into
MouseButtonEvent(). Reviewed by ramiro@netscape.com.


git-svn-id: svn://10.0.0.236/trunk@49778 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 01:29:07 +00:00
despotdaemon%netscape.com
90d52f24b4 Pseudo-automatic update of changes made by dmose@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@49777 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 01:28:52 +00:00
shawnp%earthling.net
14a4b48d16 Added constructor needed for integration with Xlib gfx toolkit. Reviewed by
ramiro@netscape.com.


git-svn-id: svn://10.0.0.236/trunk@49776 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 01:28:24 +00:00
shawnp%earthling.net
5475d74886 Implemented stub SetCheckboxType() and GetCheckboxType() functions.
Reviewed by ramiro@netscape.com.


git-svn-id: svn://10.0.0.236/trunk@49775 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 01:27:44 +00:00
shawnp%earthling.net
aa82528d79 Implemented stub GetEnabled() and IsHelpMenu() functions. Reviewed by
ramiro@netscape.com.


git-svn-id: svn://10.0.0.236/trunk@49774 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 01:26:39 +00:00
kipp%netscape.com
2359272160 Disabled leak cleanup until other reviews come in
git-svn-id: svn://10.0.0.236/trunk@49773 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 01:26:14 +00:00
dp%netscape.com
1d765d463d Fixing build bustage.
git-svn-id: svn://10.0.0.236/trunk@49772 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 01:25:55 +00:00
shawnp%earthling.net
fc4c559faa Updated to better match values used by the gtk widget toolkit (assuming
those are more correct values). Reviewed by ramiro@netscape.com.


git-svn-id: svn://10.0.0.236/trunk@49771 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 01:24:46 +00:00
shawnp%earthling.net
af2c5a6328 Added a static function to determine at runtime what gfx toolkit is being
used. Reviewed by ramiro@netscape.com.


git-svn-id: svn://10.0.0.236/trunk@49770 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 01:23:47 +00:00
shawnp%earthling.net
66f0536716 Now link in libxlibgrb.so when building libwidgetqt.so so that Qt can work
with the Xlib gfx toolkit. Reviewed by ramiro@netscape.com.


git-svn-id: svn://10.0.0.236/trunk@49769 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 01:22:48 +00:00
shawnp%earthling.net
cdbe7612ce Added missing entries to the menus. Added key accessors for menu items that
were missing them. Reviewed by ramiro@netscape.com.


git-svn-id: svn://10.0.0.236/trunk@49768 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 01:21:29 +00:00
jband%netscape.com
0afa0bedfe NOT PART OF BUILD updating status page
git-svn-id: svn://10.0.0.236/trunk@49767 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 00:53:26 +00:00
dmose%mozilla.org
239d60872d update license boilerplate to NPL dual w/GPL, r=norris@netscape,a=norris@netscape.com
git-svn-id: svn://10.0.0.236/trunk@49766 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 00:44:05 +00:00
kipp%netscape.com
74b117887f Found another type of symbol that indicates the presence of a static ctor
git-svn-id: svn://10.0.0.236/trunk@49765 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 00:39:48 +00:00
troy%netscape.com
eb8deb8c1b Removed unused data member
git-svn-id: svn://10.0.0.236/trunk@49764 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 00:32:07 +00:00
kipp%netscape.com
f0a6db6e3e r=ramiro; fix uninitialized refcnt bug that triggers an assertion when you're lucky
git-svn-id: svn://10.0.0.236/trunk@49763 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 00:31:55 +00:00
briano%netscape.com
1192ec6846 Automated update
git-svn-id: svn://10.0.0.236/trunk@49762 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 00:31:43 +00:00
alecf%netscape.com
d721125978 add detection for broken mmap()/write() behavior
contributed by jim_nance@yahoo.com
r=alecf


git-svn-id: svn://10.0.0.236/trunk@49761 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 00:29:09 +00:00
rogerl%netscape.com
4c19332cbb First cut at errors as exceptions - These changes should be benign since
the errors are being wrapped by runtime exceptions and still need to be
explicitly caught (this is happening in the interpreter, but not in
generated code).


git-svn-id: svn://10.0.0.236/trunk@49760 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 00:21:07 +00:00
waterson%netscape.com
4fa6ebaa6d Bug 15460. Expose XML element creation via nsIXMLElementFactory interface. r=kipp.
git-svn-id: svn://10.0.0.236/trunk@49759 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 00:12:21 +00:00
kipp%netscape.com
c9603305c7 r=dp; more leak tracking hooks added
git-svn-id: svn://10.0.0.236/trunk@49758 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 00:08:41 +00:00
waterson%netscape.com
9145c77cc4 Bug 15367. Dump 'class' instead of 'file/line' for NS_LOG_REFCNT. r=shaver,dp
git-svn-id: svn://10.0.0.236/trunk@49757 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 00:07:54 +00:00
kipp%netscape.com
eaaefb2093 r=dp; cleanup xpcom library too during shutdown to reduce global leaks
git-svn-id: svn://10.0.0.236/trunk@49756 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 00:07:39 +00:00
kipp%netscape.com
59997b00eb r=vidur; fixed a memory of a script content object
git-svn-id: svn://10.0.0.236/trunk@49755 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 00:05:38 +00:00
rhp%netscape.com
55b9838dc4 Fixes for bug #15363 and #14675 - reviewer bienvenu
git-svn-id: svn://10.0.0.236/trunk@49754 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 00:03:20 +00:00
kipp%netscape.com
81d2477caa r=troy; missed checkin from last weeks module carpool
git-svn-id: svn://10.0.0.236/trunk@49753 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 23:56:57 +00:00
alecf%netscape.com
40b89da05b exorcism of net.h from IMAP
r=mscott


git-svn-id: svn://10.0.0.236/trunk@49752 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 23:53:56 +00:00
alecf%netscape.com
0ce90ca711 Combined checkin:
- convert Compose enums to IDL #13261
- exorcise net.h from compose and mime
r=ducarroz and rhp on both


git-svn-id: svn://10.0.0.236/trunk@49751 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 23:50:56 +00:00
nhotta%netscape.com
c34375d22a Bug fix 15017, reviewed by akkana. Override SetDocumentCharacterSet for HTMLEditor to update META charset tag if exists.
git-svn-id: svn://10.0.0.236/trunk@49750 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 23:50:27 +00:00
kipp%netscape.com
d2eaa239f7 r=ramiro; fixed memory leak of a font-metrics object; also added in ctor/dtor counting for leak debugging
git-svn-id: svn://10.0.0.236/trunk@49749 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 23:48:55 +00:00
troy%netscape.com
4f1bf46f5d Space optimization for nsTableFrame. r=karnaze@netscape.com
- changed mBorderEdges to be heap allocated (only needed for collapsing border model)
- made the 8 boolean data members into bitfields
- changed mColumnWidths to be as small as necessary instead of defaulting its size to 100 elements


git-svn-id: svn://10.0.0.236/trunk@49748 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 23:48:05 +00:00
troy%netscape.com
7eedfae1ee Made sure mOutsideEdge is initizlied
git-svn-id: svn://10.0.0.236/trunk@49747 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 23:44:44 +00:00
ducarroz%netscape.com
03b778a6f7 Fix for bug 14561, Already checked in the M10 BRANCH. Error must have negative value. A=choffman, R=mscott
git-svn-id: svn://10.0.0.236/trunk@49746 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 23:43:57 +00:00
troy%netscape.com
6311b52e3d Performance optimizations. r=kmcclusk@netscape.com
I made the commonly accessed stock objects global, and I optimized the
SetupSolidPen() code


git-svn-id: svn://10.0.0.236/trunk@49745 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 23:42:28 +00:00
kipp%netscape.com
a3570edb7f r=dp; tidy up exit logic to release more global junk (space team work)
git-svn-id: svn://10.0.0.236/trunk@49744 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 23:41:53 +00:00
kipp%netscape.com
9246660bae r=dp,vidur,beard; close up some memory leaks related to shutdown of the viewer
git-svn-id: svn://10.0.0.236/trunk@49743 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 23:41:25 +00:00
kipp%netscape.com
db15162105 r=dp; implement some macros to help track memory leaks
git-svn-id: svn://10.0.0.236/trunk@49742 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 23:36:18 +00:00
kipp%netscape.com
af9cdee1dc r=brendan; applied changes recommended by brendan
git-svn-id: svn://10.0.0.236/trunk@49741 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 23:35:51 +00:00
peterl%netscape.com
50c6f531fe fixed leak of undisplayed content map nodes (which leak style contexts)
r=kipp


git-svn-id: svn://10.0.0.236/trunk@49740 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 23:33:23 +00:00
valeski%netscape.com
3b535ab2ef NOT part of the build.
git-svn-id: svn://10.0.0.236/trunk@49739 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 23:13:11 +00:00
valeski%netscape.com
3e9e763bae NOT part of the build.
git-svn-id: svn://10.0.0.236/trunk@49738 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 23:12:02 +00:00
norris%netscape.com
288c2fdcfb Fix up makefiles; previous patch was mis-applied.
git-svn-id: svn://10.0.0.236/trunk@49733 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 21:31:21 +00:00
morse%netscape.com
66a3fad9de oops -- I carelessly left out a carriage return in my last checkin
git-svn-id: svn://10.0.0.236/trunk@49732 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 21:07:01 +00:00
morse%netscape.com
6558fcffeb fix profile-manager bustage in todays build, checked in by request of leaf
git-svn-id: svn://10.0.0.236/trunk@49731 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 20:59:16 +00:00
kipp%netscape.com
ef2c286317 Fixed uninitialized members in the TreeNode struct
git-svn-id: svn://10.0.0.236/trunk@49729 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 20:25:53 +00:00
norris%netscape.com
19a71ea13f Fix bug found by Andrew Wason (see below).
Problem was that one transformation of a node to GETVAR wasn't protected by a check of inWithStatement().

======================================
Subject:
        multiple scopes
   Date:
        Fri, 01 Oct 1999 12:39:14 -0400
   From:
        Andrew Wason <aw@softcom.com>
     To:
        norris@netscape.com
    CC:
        Howard Lin <howard@softcom.com>




When I create two scopes, and one scope evaulates a string in the other
scope, it works.  However, if I do this while handling an exception thrown
within a JavaAdapter method, it fails with an exception.

Run the attached Java program with the two script files.  scope1.js
evaluates a string "printMessage" in the scope of scope2.js.  This returns
a function object which is then invoked.  This works in 3 cases, but fails
in the 4th (in the catch in the JavaAdapter).  Even in the 4th case where
it fails, printing the function object looks normal.

Am I doing something wrong, or is there a bug here?

java CrossScope scope1.js scope2.js

Outside of JavaAdapter
works before exception
works after exception
Inside of JavaAdapter
works before exception
Caught exception
pma=
function printMessage(msg) {
     java.lang.System.out.println(msg);
}

Exception in thread "main" org.mozilla.javascript.JavaScriptException:
org.mozilla.javascript.EvaluatorException: The undefined value has no
properties.
         at
org.mozilla.javascript.JavaScriptException.wrapException(JavaScriptException
.java:61)
         at
org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java,
Compiled Code)
         at org.mozilla.javascript.ScriptRuntime.call(ScriptRuntime.java:1256)
         at org.mozilla.javascript.Interpreter.interpret(Interpreter.java,
Compiled Code)
         at
org.mozilla.javascript.InterpretedScript.call(InterpretedScript.java:49)
         at
org.mozilla.javascript.InterpretedScript.exec(InterpretedScript.java:37)
         at org.mozilla.javascript.Context.evaluateReader(Context.java:697)
         at CrossScope.<init>(CrossScope.java:30)
         at CrossScope.main(CrossScope.java:10)


Thanks,
Andrew

import java.io.*;
import org.mozilla.javascript.*;

public class CrossScope {
	private Context m_jsContext;
	private Scriptable m_scope1;
	private Scriptable m_scope2;

	public static void main(String args[]) throws Exception {
		new CrossScope(args[0], args[1]);
	}

	private CrossScope(String strFile1, String strFile2) throws Exception {
		// Associate Context with main thread
		m_jsContext = Context.enter();
                m_jsContext.setOptimizationLevel(-1);

		// Init scope1, expose Scope object
  		m_scope1 = m_jsContext.initStandardObjects(new ImporterTopLevel());
		m_scope1.put("Scope", m_scope1, this);

		// Init scope2
		m_scope2 = m_jsContext.initStandardObjects(new ImporterTopLevel());

		// Run script in scope2
		Reader r2 = new FileReader(strFile2);
		m_jsContext.evaluateReader(m_scope2, r2, strFile2, 1, null);

		// Eval input JS in scope1 - it can in turn eval JS over in scope2
		Reader r1 = new FileReader(strFile1);
		Object obj = m_jsContext.evaluateReader(m_scope1, r1, strFile1, 1, null);
		if (obj instanceof Throwable)
			((Throwable)obj).printStackTrace();

		m_jsContext.exit();
	}

	public Object scope1Eval(String str) throws JavaScriptException {
			Context cx = Context.enter(m_jsContext);
			Object objResult = cx.evaluateString(m_scope1, str, "scope1EvalString", 1, null);
			cx.exit();
			return objResult;
	}

	public Object scope2Eval(String str) throws JavaScriptException {
			Context cx = Context.enter(m_jsContext);
			Object objResult = cx.evaluateString(m_scope2, str, "scope2EvalString", 1, null);
			cx.exit();
			return objResult;
	}
}


// Scope1

importPackage(java.lang);

System.out.println("Outside of JavaAdapter");

try {
	var pm = Scope.scope2Eval("printMessage");
	pm("works before exception");
	System.arraycopy(null, 5, null, 5, 100);
} catch (e) {
	var pma = Scope.scope2Eval("printMessage");
	pma("works after exception");
}

var obj = new Runnable() {
	run: function() {
		System.out.println("Inside of JavaAdapter");
		try {
			var pm = Scope.scope2Eval("printMessage");
			pm("works before exception");
			System.arraycopy(null, 5, null, 5, 100);
		} catch (e) {
			System.out.println("Caught exception");
			var pma = Scope.scope2Eval("printMessage");
			System.out.println("pma=" + pma);
			pma("works after exception");
		}
	}
};

obj.run();



// Scope2

function printMessage(msg) {
	java.lang.System.out.println(msg);
}


git-svn-id: svn://10.0.0.236/trunk@49726 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 18:27:30 +00:00
endico%mozilla.org
36e083362c make file searches case insentive
git-svn-id: svn://10.0.0.236/trunk@49725 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 18:11:27 +00:00
tao%netscape.com
d2b440e23a First checkin of da-DK files (from Henrik) into l10n/lang.
git-svn-id: svn://10.0.0.236/trunk@49724 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 18:01:19 +00:00
valeski%netscape.com
1c2b2f6390 adding keyword protocol handler to tree. this code is NOT in the build yet.
git-svn-id: svn://10.0.0.236/trunk@49722 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 16:34:45 +00:00
kipp%netscape.com
86725c9808 Added -R flag and logic for managing refcnt dumping better
git-svn-id: svn://10.0.0.236/trunk@49721 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 16:32:03 +00:00
neeti%netscape.com
0cb4e10e77 cookie module conversion done
git-svn-id: svn://10.0.0.236/trunk@49720 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 14:34:54 +00:00
neeti%netscape.com
1c9d47ade0 *** empty log message ***
git-svn-id: svn://10.0.0.236/trunk@49719 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 14:08:52 +00:00
rods%netscape.com
ff1ff17b9d fixes bug #15265, changes reviewed by kmcclusk. Changes in the way it used the computed values
git-svn-id: svn://10.0.0.236/trunk@49718 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 13:49:00 +00:00
colin%theblakes.com
2eb916adb2 Don't link against xptinfo - its not needed. r=ramiro
git-svn-id: svn://10.0.0.236/trunk@49717 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 10:44:49 +00:00
colin%theblakes.com
41dd85d37f Make mkdepend lines shorter (OpenVMS only). r=ramiro
git-svn-id: svn://10.0.0.236/trunk@49716 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 10:43:28 +00:00
duncan%be.com
d0d0e41c47 Hack into compileable shape.
git-svn-id: svn://10.0.0.236/trunk@49715 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 08:52:17 +00:00
karnaze%netscape.com
c3e71c904f column allocation does fixed and adjusted fixed (colspans) in separate steps. Simplified AllocateConstrained. Fixed bug 14332.
git-svn-id: svn://10.0.0.236/trunk@49714 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 05:19:32 +00:00
ramiro%netscape.com
b6cc6b0ab0 Fix for xlib build bustage.
git-svn-id: svn://10.0.0.236/trunk@49713 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 04:49:45 +00:00
karnaze%netscape.com
399a1319c0 regression test changes
git-svn-id: svn://10.0.0.236/trunk@49712 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 04:48:13 +00:00
dp%netscape.com
77b37126c4 bug# 15433 Fixed call to NS_ADDREF() that would cause double
evaluation when MOZ_REFCNT is defined. Fixed checking for
OUT_OF_MEMORY condition. r=hyatt


git-svn-id: svn://10.0.0.236/trunk@49711 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 02:27:09 +00:00
leaf%mozilla.org
240237eba0 adding mozilla/gc/boehm to SeaMonkeyCore as per patrick beard's request
git-svn-id: svn://10.0.0.236/trunk@49710 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 01:17:58 +00:00
mscott%netscape.com
2e4127024c Bug #14680...migrating this bug from the M10 branch. make input and output stream for the converter pipe non-blocking.
r=ducarroz


git-svn-id: svn://10.0.0.236/trunk@49709 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 01:01:48 +00:00
mscott%netscape.com
322798e844 Bug #11837 --> rewrite the imap factory to use nsIModule. This meant adding appropriate factory methods to the components.
r=bienvenu


git-svn-id: svn://10.0.0.236/trunk@49708 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 00:29:18 +00:00
mscott%netscape.com
94f2a23952 Bug #11837 --> rewrite the imap factory to use nsIModule.
r=bienvenu


git-svn-id: svn://10.0.0.236/trunk@49707 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 00:27:42 +00:00
mscott%netscape.com
18a7fb8d42 Bug #15192 --> build the pab before the history ab for name completion.
r=bienvenu.


git-svn-id: svn://10.0.0.236/trunk@49706 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 00:26:10 +00:00
mscott%netscape.com
b36e29928a Bug #000...trivial fix so no bug # filed. Fix a leak of nsIURI by using nsCOMPtr.
r=bienvenu.


git-svn-id: svn://10.0.0.236/trunk@49705 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 00:25:12 +00:00
beard%netscape.com
9a1b140b6b First Checked In.
git-svn-id: svn://10.0.0.236/trunk@49702 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-03 23:28:33 +00:00
beard%netscape.com
90cd1e6284 File Removed.
git-svn-id: svn://10.0.0.236/trunk@49701 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-03 23:26:57 +00:00
beard%netscape.com
9f5a8b5090 breakage fixing, gc_stdout -> GC_stdout
git-svn-id: svn://10.0.0.236/trunk@49700 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-03 22:30:35 +00:00
sdagley%netscape.com
6c3f751156 changed from directly using "MSL ShLibRuntime.Lib" to using "NSLibraryStartup.o" to enable GC leak detector. r=beard
git-svn-id: svn://10.0.0.236/trunk@49699 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-03 22:04:08 +00:00
sdagley%netscape.com
e9dac37427 using __NSTerminate() rather than __terminate, for GC leak detector. r=beard
git-svn-id: svn://10.0.0.236/trunk@49698 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-03 22:04:07 +00:00
beard%netscape.com
bc66d4807f removed pulling of mozilla/gc/boehm, no longer building NStdLibGC target. r=smfr
git-svn-id: svn://10.0.0.236/trunk@49697 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-03 21:51:39 +00:00
beard%netscape.com
508a0c5b7d Added GC exports, so Stubs target will generate them.
git-svn-id: svn://10.0.0.236/trunk@49696 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-03 21:49:41 +00:00
beard%netscape.com
795fab8784 removed NSStdLibGC target, and .exp file. Moved exports to the one true NSStdLib.exp, so that Stubs target will see them. r=smfr
git-svn-id: svn://10.0.0.236/trunk@49695 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-03 21:48:57 +00:00
beard%netscape.com
3ecbfc5cdf added more GC stub functions, so that NSStdLib can export them. r=smfr
git-svn-id: svn://10.0.0.236/trunk@49694 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-03 21:47:11 +00:00
beard%netscape.com
f038869d64 fixed breakage, until mozilla/gc/boehm gets added to the default module.
git-svn-id: svn://10.0.0.236/trunk@49693 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-03 21:31:43 +00:00
beard%netscape.com
0c2f0d51f9 calling __NSInitialize/__NSTerminate to enable GC leak detector. r=smfr
git-svn-id: svn://10.0.0.236/trunk@49692 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-03 20:53:11 +00:00
beard%netscape.com
75c8c9cd12 changed from directly using "MSL ShLibRuntime.Lib" to using "NSLibraryStartup.o" to enable GC leak detector. r=smfr
git-svn-id: svn://10.0.0.236/trunk@49691 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-03 20:47:12 +00:00
beard%netscape.com
da97767078 changed from directly using "MSL DropInRuntime.Lib" to using "NSComponentStartup.o" to enable GC leak detector. r=smfr
git-svn-id: svn://10.0.0.236/trunk@49690 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-03 20:46:23 +00:00
beard%netscape.com
eaf44edde8 changed from directly using "MSL AppRuntime.Lib" to using "NSAppStartup.o" to enable GC leak detector. r=smfr
git-svn-id: svn://10.0.0.236/trunk@49689 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-03 20:43:01 +00:00
beard%netscape.com
ed2580f15a changed from directly using "MSL ShLibRuntime.Lib" to using "NSLibraryStartup.o" to enable GC leak detector. r=smfr
git-svn-id: svn://10.0.0.236/trunk@49688 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-03 20:37:53 +00:00
beard%netscape.com
cd941313ec changed from directly using "MSL ShLibRuntime.Lib" to using "NSLibraryStartup.o" to enable GC leak detector. r=smfr
git-svn-id: svn://10.0.0.236/trunk@49686 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-03 20:23:01 +00:00
beard%netscape.com
f25b9d367d changed from directly using "MSL DropInRuntime.Lib" to using "NSLibraryStartup.o" to enable GC leak detector. r=smfr
git-svn-id: svn://10.0.0.236/trunk@49685 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-03 20:13:50 +00:00
beard%netscape.com
da4024048d changed from directly using "MSL AppRuntime.Lib" to using "NSAppStartup.o" to enable GC leak detector. r=smfr
git-svn-id: svn://10.0.0.236/trunk@49684 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-03 20:11:44 +00:00
beard%netscape.com
a50c5f3df5 changed from directly using "MSL ShLibRuntime.Lib" to using "NSLibraryStartup.o" to enable GC leak detector. r=smfr
git-svn-id: svn://10.0.0.236/trunk@49683 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-03 20:08:40 +00:00
beard%netscape.com
4133a2fff5 added pulling of mozilla/gc/boehm, conditionally building gc.mcp if $GC_LEAK_DETECTOR is true, and building MemAllocator.mcp[MemAllocatorGC.o], NSStdLib.mcp[NSStdLibGC.shlb] if $GC_LEAK_DETECTOR is true. r=smfr
git-svn-id: svn://10.0.0.236/trunk@49682 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-03 20:06:10 +00:00
beard%netscape.com
50068fd6e0 Added $GC_LEAK_DETECTOR. r=smfr
git-svn-id: svn://10.0.0.236/trunk@49681 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-03 20:03:39 +00:00
beard%netscape.com
7835dfb07e added GC_LEAK_DETECTOR variable. r=smfr
git-svn-id: svn://10.0.0.236/trunk@49680 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-03 20:01:48 +00:00
tonyr%fbdesigns.com
86f12df7f4 Update progID's from component://netscape/* to component://mozilla/*
git-svn-id: svn://10.0.0.236/trunk@49679 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-03 18:02:22 +00:00
tonyr%fbdesigns.com
9895a33add Fix bustage caused by new account manager API's
git-svn-id: svn://10.0.0.236/trunk@49678 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-03 18:00:23 +00:00
tonyr%fbdesigns.com
90b1f42534 Update to use nsIModule
git-svn-id: svn://10.0.0.236/trunk@49677 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-03 17:59:09 +00:00
tonyr%fbdesigns.com
0534ba836d Updated to use nsIModule
git-svn-id: svn://10.0.0.236/trunk@49676 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-03 17:55:56 +00:00
mcafee%netscape.com
1193314ab4 Better variable names for readability.
git-svn-id: svn://10.0.0.236/trunk@49675 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-03 08:13:41 +00:00
mcafee%netscape.com
3c1923f753 Adding text to debug pref UI documenting how the debugPaintFlashing pref works with the caps-lock key. r=braddr@portland.puremagic.com
git-svn-id: svn://10.0.0.236/trunk@49674 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-03 06:56:43 +00:00
beard%netscape.com
e5cdcb3d9a Modernized to use NSComponentStartup.o. Not part of build.
git-svn-id: svn://10.0.0.236/trunk@49673 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-03 02:58:48 +00:00
beard%netscape.com
1917b8abfe added access path to find Sample.idl. Not part of build.
git-svn-id: svn://10.0.0.236/trunk@49672 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-03 02:58:20 +00:00
hyatt%netscape.com
9060bb7e6c Fixing apprunner startup bustage on mac. r=beard
git-svn-id: svn://10.0.0.236/trunk@49671 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-03 01:41:06 +00:00
beard%netscape.com
ac349d4f71 Now that mozilla/lib/mac/NSStartup has been added to the modules file, SeaMonkeyEditor, reenabled building NSStartup.mcp. Converted building JSLoader.mcp into Components, per shaver's permission. r=smfr
git-svn-id: svn://10.0.0.236/trunk@49670 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-03 00:37:19 +00:00
leaf%mozilla.org
ef523b7bc1 adding mozilla/lib/mac/NSStartup
git-svn-id: svn://10.0.0.236/trunk@49669 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-03 00:12:49 +00:00
rjc%netscape.com
b928008ea2 Fix problem with nsSecurityManagerFactory conversion to be a nsIModule. Patch from peterl@netscape.com. Review: me.
git-svn-id: svn://10.0.0.236/trunk@49668 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 20:19:23 +00:00
peterl%netscape.com
8d9a25274c Don't access undisplayed content map if it isn't there...
git-svn-id: svn://10.0.0.236/trunk@49667 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 19:45:18 +00:00
rjc%netscape.com
dc26a2c638 Temporarily turning off the changes to nsSecurityManagerFactory to make it a nsIModule due to problem at startup.
git-svn-id: svn://10.0.0.236/trunk@49666 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 19:24:05 +00:00
morse%netscape.com
7eed8aaa95 add some new concatenation rules
git-svn-id: svn://10.0.0.236/trunk@49665 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 16:36:53 +00:00
rbs%maths.uq.edu.au
7f3f2e7069 Adding remaining MathML hooks. r:peterl.
git-svn-id: svn://10.0.0.236/trunk@49664 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 11:05:49 +00:00
rbs%maths.uq.edu.au
5022c51b04 Adding remaining MathML hooks
git-svn-id: svn://10.0.0.236/trunk@49663 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 11:01:41 +00:00
rbs%maths.uq.edu.au
1b6a18b9e4 Adding remaining MathML hooks and changing ifdef INCLUDE_MATHML to ifdef MOZ_MATHML to avoid thinking autoconf-related. r:peterl
git-svn-id: svn://10.0.0.236/trunk@49662 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 10:41:40 +00:00
rbs%maths.uq.edu.au
d3baf5491f Change of the IID for the nsIMathMLFrame interface. The previous IID was taken while the MathML code was awaiting to land.
git-svn-id: svn://10.0.0.236/trunk@49661 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 09:14:57 +00:00
rbs%maths.uq.edu.au
ef0e29ec51 Taking an interface ID for the nsIMathMLFrame interface
git-svn-id: svn://10.0.0.236/trunk@49660 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 09:00:39 +00:00
rbs%maths.uq.edu.au
142225cef1 Adding relative path to external DTD
git-svn-id: svn://10.0.0.236/trunk@49659 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 06:53:41 +00:00
rbs%maths.uq.edu.au
1a870b97f1 Initializing a variable to zero
git-svn-id: svn://10.0.0.236/trunk@49658 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 06:50:38 +00:00
rbs%maths.uq.edu.au
e1737fe531 Update to match recent changes in the nsIFrame API.
git-svn-id: svn://10.0.0.236/trunk@49657 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 06:20:30 +00:00
briano%netscape.com
712d5c7659 Added some tweaks and support for UnixWare 7.
git-svn-id: svn://10.0.0.236/trunk@49656 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 06:00:33 +00:00
peterl%netscape.com
b72d84c381 added hooks to track content that doesn't get a frame
Fix for bug 9013 (and any dynamic change from display:none) r=troy


git-svn-id: svn://10.0.0.236/trunk@49655 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 04:27:40 +00:00
peterl%netscape.com
5da81c87c7 Added ability to track changes to content without frame
Fix for bug 9013 (and any dynamic change from display:none) r=troy


git-svn-id: svn://10.0.0.236/trunk@49654 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 04:26:53 +00:00
peterl%netscape.com
f47d01c612 added API to track content that didn't get a frame
Fix for bug 9013 (and any dynamic change from display:none) r=troy


git-svn-id: svn://10.0.0.236/trunk@49653 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 04:26:24 +00:00
peterl%netscape.com
86ee025299 added multimap to track content that didn't get a frame
Fix for bug 9013 (and any dynamic change from display:none) r=troy


git-svn-id: svn://10.0.0.236/trunk@49652 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 04:25:29 +00:00
peterl%netscape.com
f6d5221996 removing dead style change code
r=troy


git-svn-id: svn://10.0.0.236/trunk@49651 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 04:24:20 +00:00
peterl%netscape.com
07e158b4cf removing dead style change code and refereneces to dead style change code
r=troy


git-svn-id: svn://10.0.0.236/trunk@49650 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 04:23:48 +00:00
peterl%netscape.com
39323d24e7 fixed fix to bug 15373. Now it won't crash on EOF conditions
git-svn-id: svn://10.0.0.236/trunk@49649 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 04:23:00 +00:00
scc%netscape.com
16b1141bdf Fixing Mac build bustage by backing out (actually commenting out) beards previous change. The project he cites isn't in the module (or something) and isn't getting checked out. Ergo, errors when you try to find it to build. Couldn't find anyone to review or approve and there is no bug number ... but it has to be done. I guess I'm going to hell.
git-svn-id: svn://10.0.0.236/trunk@49648 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 03:41:52 +00:00
norris%netscape.com
c3494a9ffb Fix the following bugs:
14443 "Same origin" security policy may be circumvented using docu
14820 Fixing up the relationship between nsCodeBasePrincipal and n
14919 Crash in JS MM code
Reviewed by mstoltz, approved by scc.


git-svn-id: svn://10.0.0.236/trunk@49647 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 03:41:37 +00:00
troy%netscape.com
bd5ca95ced Added SizeOf() handler for floater information maintained by the
line box


git-svn-id: svn://10.0.0.236/trunk@49644 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 02:51:03 +00:00
briano%netscape.com
612bb1db4c Added support for SCO UnixWare 7.
git-svn-id: svn://10.0.0.236/trunk@49643 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 02:49:32 +00:00
beard%netscape.com
e912c2233e added mozilla/lib/mac/NSStartup/NSStartup.mcp to the build. This will create NSAppStartup.o, NSComponentStartup.o, and NSLibraryStartup.o, and will permit conditional use of the GC leak detector. r=sdagley
git-svn-id: svn://10.0.0.236/trunk@49642 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 02:21:17 +00:00
beard%netscape.com
200e34d9af First Checked In.
git-svn-id: svn://10.0.0.236/trunk@49640 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 01:52:41 +00:00
hyatt%netscape.com
ca4aac906f Resolving apprunner bustage in an unfortunate way. r=danm
git-svn-id: svn://10.0.0.236/trunk@49639 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 01:48:59 +00:00
peterl%netscape.com
3dfcb47c99 removed leak of atom
git-svn-id: svn://10.0.0.236/trunk@49638 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 01:32:38 +00:00
selmer%netscape.com
c571661492 Major rework on interpreting commands
git-svn-id: svn://10.0.0.236/trunk@49637 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 01:28:27 +00:00
hyatt%netscape.com
4efb5b42d5 Fixing the problem with chrome skin initialization in viewer and apprunner.
git-svn-id: svn://10.0.0.236/trunk@49634 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 00:55:57 +00:00
rjc%netscape.com
e2b731d7df Update leak docs. (Not part of build.)
git-svn-id: svn://10.0.0.236/trunk@49633 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 00:52:49 +00:00
troy%netscape.com
67890faf02 Added SizeOf() handler for space manager
git-svn-id: svn://10.0.0.236/trunk@49632 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 00:52:01 +00:00
rjc%netscape.com
741f87253e Bug # 14034: Convert to nsIModule to prepare for memory leak fixing. Review: dp@netscape.com
git-svn-id: svn://10.0.0.236/trunk@49631 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 00:48:02 +00:00
gagan%netscape.com
ff2d0533a2 Fix for 14772. r-rjc/a-self. Removed the pragma no-cache header being sent to proxy requests.
git-svn-id: svn://10.0.0.236/trunk@49630 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 00:43:10 +00:00
av%netscape.com
8c170e98ee Fixing #13783 (garbage-pointer dereference)
git-svn-id: svn://10.0.0.236/trunk@49629 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 00:41:03 +00:00
kmcclusk%netscape.com
0a6c37218a r=rods;bug=14867 put in style rule to disable file selector button
bug=15328 put in disable rules for button label
bug=12227 To remove combobox reflows, changed padding settings for select's active
button to match non-active state. Also changed padding+border to match between
button's with focus and active buttons drawn with focus. Added gif for active state
of combo box to indicate that it is depressed.


git-svn-id: svn://10.0.0.236/trunk@49628 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 00:28:37 +00:00
frankm%eng.sun.com
7a48580674 To compile on Linux, renamed 'jarray' to 'theJarray' (jarray is a JNI type), and made sure all paths in xpjd_GetInterfaceInfoNative() return a jboolean (bug 15279).
Updated genproxy usage message, and moved printf within cmdline parsing code (bug 15386).
r=edburns@acm.org,akhil.arora@sun.com perm=scc


git-svn-id: svn://10.0.0.236/trunk@49626 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 00:18:02 +00:00
kmcclusk%netscape.com
e1b393609a r=rods; bug=15312 nsIWidget::GetParent now stops at the top of the widget hierarchy on WIN32
r=rods; bug=13644 Dropdown on WIN32 no longer causes parent window to change z-order or activation


git-svn-id: svn://10.0.0.236/trunk@49625 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 00:13:23 +00:00
tao%netscape.com
61705e7f39 makefile for lang.
git-svn-id: svn://10.0.0.236/trunk@49624 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 00:04:22 +00:00
briano%netscape.com
59b25d549c Automated update
git-svn-id: svn://10.0.0.236/trunk@49623 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 00:03:06 +00:00
troy%netscape.com
4e1923d3ad Hooked up SizeOf() for cell map and table layout strategies. Also added in
some table frame data that was missed


git-svn-id: svn://10.0.0.236/trunk@49622 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 00:02:54 +00:00
briano%netscape.com
42184097f4 Fix for HP-UX 11 problem trying to use libc_r when it shouldn't be.
git-svn-id: svn://10.0.0.236/trunk@49621 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-02 00:02:35 +00:00
valeski%netscape.com
285283e32e 15300 r=warren. Changed NS_NewThread api to default to PR_UNJOINABLE_THREAD, also added new NS_NewThread() function so you don't have to combine the runnable w/ thread creation. added threads to xpcom init so you can create them w/ the com mgr. 15298 r=gagan, FTP threads are now synched w/ ftp handler shutdown, removed extraneous buffer work, added ftp authentication, and ftp channel content length
git-svn-id: svn://10.0.0.236/trunk@49618 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 23:32:12 +00:00
valeski%netscape.com
780e7132fd 15300 r=warren. Changed NS_NewThread api to default to PR_UNJOINABLE_THREAD, also added new NS_NewThread() function so you don't have to combine the runnable w/ thread creation. added threads to xpcom init so you can create them w/ the com mgr.
git-svn-id: svn://10.0.0.236/trunk@49617 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 23:30:06 +00:00
dougt%netscape.com
1f12de6f96 adding hostname to socket provider. (r) warren.
git-svn-id: svn://10.0.0.236/trunk@49616 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 23:23:49 +00:00
briano%netscape.com
64c2d4fe86 Fix for AIX 4.2, specifically, but should help other platforms with shared library difficulties.
git-svn-id: svn://10.0.0.236/trunk@49614 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 23:07:38 +00:00
norris%netscape.com
69ec6c9b26 Contribution from Andrew Wason:
Subject:
        optimizer Makefiles
   Date:
        Fri, 01 Oct 1999 14:50:05 -0400
   From:
        Andrew Wason <aw@softcom.com>
     To:
        norris@netscape.com
    CC:
        Howard Lin <howard@softcom.com>




Norris,

Here are patches to the Rhino Makefiles to build the optimizer package and
the jsc compiler.  They also fix a problem with "gmake clean".

Andrew
--
Andrew Wason
SoftCom, Inc.
aw@softcom.com


git-svn-id: svn://10.0.0.236/trunk@49613 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 22:58:48 +00:00
norris%netscape.com
34f7a63ece \t doesn't work on Windows.
git-svn-id: svn://10.0.0.236/trunk@49612 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 22:56:30 +00:00
dp%netscape.com
aed86d7f55 Eliminating 3 leaks to servicemanager when running for the first time.
bug# 15387 r=law


git-svn-id: svn://10.0.0.236/trunk@49610 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 22:39:20 +00:00
dbragg%netscape.com
e42eb9313a Initial checkin of mac xpi build files. Approval=trudelle, Reviewer=ssu
git-svn-id: svn://10.0.0.236/trunk@49609 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 22:31:46 +00:00
hyatt%netscape.com
ac3d91fcff Restructuring ua.css.
git-svn-id: svn://10.0.0.236/trunk@49608 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 21:57:32 +00:00
hyatt%netscape.com
ade56298bb Restructuring ua.css to use html.css
git-svn-id: svn://10.0.0.236/trunk@49607 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 21:57:01 +00:00
Jerry.Kirk%Nexwarecorp.com
26bb29ed10 Photon Only...
Added ConsumeEvents parameter to CaptureRollupEvents
r=Michael.Kedl@Nexwarecorp.com


git-svn-id: svn://10.0.0.236/trunk@49606 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 21:54:47 +00:00
tao%netscape.com
a981cb2868 Add new makefile to hook up lang/ directory.
git-svn-id: svn://10.0.0.236/trunk@49605 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 21:54:30 +00:00
hyatt%netscape.com
2c843652fd Fixing bustage.
git-svn-id: svn://10.0.0.236/trunk@49604 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 21:47:17 +00:00
pierre%netscape.com
bf6316462c Fixed #14416 "GFX combo boxes cause zombie windows": there was a memory leak in WidgetToScreen and ScreenToWidget. r=dcone/sfraser
Fixed #14775 "Crash removing delete observer when closing windows": reshuffled nsToolkit and added nsMacFocusHandler to nsMacEventHandler. r=dcone/sfraser


git-svn-id: svn://10.0.0.236/trunk@49603 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 21:40:22 +00:00
pierre%netscape.com
a8c2a315be Fixed #14775 "Crash removing delete observer when closing windows": reshuffled nsToolkit and added nsMacFocusHandler to nsMacEventHandler. r=dcone/sfraser
git-svn-id: svn://10.0.0.236/trunk@49602 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 21:40:04 +00:00
fur%netscape.com
da2095c0dc Updated API
git-svn-id: svn://10.0.0.236/trunk@49601 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 21:30:53 +00:00
briano%netscape.com
2f25a96f14 Fixed the typo that broke the Unix builds.
git-svn-id: svn://10.0.0.236/trunk@49600 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 21:19:14 +00:00
Jerry.Kirk%Nexwarecorp.com
24cefa52e6 Photon Only changes...
remove bogus call to nsIAppShell->GetNativeData since it isn't used
Added code for menu RollUp
Change Invalidate Code  not to when widget is not Realized
Changed mUpdateArea from nsRect to nsIRegion
Moved the HandleEvent code from nsWindow to nsWidget
r=Michael.Kedl@Nexwarecorp.com


git-svn-id: svn://10.0.0.236/trunk@49599 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 21:06:43 +00:00
hyatt%netscape.com
deebca4e10 Adding skin.css
git-svn-id: svn://10.0.0.236/trunk@49598 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 21:01:24 +00:00
akkana%netscape.com
163649cbd0 Automated tests of output. Not part of apprunner, not built by default.
Fix Compare() function;
add lots of before and after files for testing various regressions;
add a TestOutSinks script which tests the known cases.


git-svn-id: svn://10.0.0.236/trunk@49596 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 20:55:01 +00:00
hyatt%netscape.com
04637210d9 Splitting xul.css into two files and making them load automatically at startup. R=danm@netscape.com
git-svn-id: svn://10.0.0.236/trunk@49595 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 20:49:07 +00:00
danm%netscape.com
2e268f54e5 making copacetic for AIX
git-svn-id: svn://10.0.0.236/trunk@49593 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 20:27:45 +00:00
valeski%netscape.com
7c54ad976a 15296 r=gagan. Added .txt extension to the MIME type extension resolver.
git-svn-id: svn://10.0.0.236/trunk@49592 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 20:25:38 +00:00
pavlov%netscape.com
4d36473556 remove files since we have idl files for both of these r=pinkerton
git-svn-id: svn://10.0.0.236/trunk@49591 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 20:16:36 +00:00
dp%netscape.com
bb72e03927 Using NS_ENSURE and NS_GET_IID()
git-svn-id: svn://10.0.0.236/trunk@49590 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 20:13:55 +00:00
kipp%netscape.com
90f49df885 r=peterl; bug=15373; Fixed atom memory leaky
git-svn-id: svn://10.0.0.236/trunk@49589 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 20:13:39 +00:00
av%netscape.com
f6b2303084 Fixing dereferencing null-pointer. Caused crash, #14496
git-svn-id: svn://10.0.0.236/trunk@49588 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 20:10:39 +00:00
dp%netscape.com
055feb1f4f Converter to nsIModule to prepare for memory leaks fixing.
Bug# 14034 r=waterson


git-svn-id: svn://10.0.0.236/trunk@49587 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 20:04:34 +00:00
kin%netscape.com
2471a39269 Fix VC5 build bustage with (T*) cast.
git-svn-id: svn://10.0.0.236/trunk@49583 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 16:23:17 +00:00
danm%netscape.com
f8f515a025 event handler holds weak reference to frame. fixes bug 14885. r:buster
git-svn-id: svn://10.0.0.236/trunk@49582 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 15:04:15 +00:00
dcone%netscape.com
1cfea69ffd added background fix.. commented out for now until other platforms are tested
git-svn-id: svn://10.0.0.236/trunk@49581 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 14:35:20 +00:00
rods%netscape.com
8da5559e0f Added new method to tell the listcontrolframe it is about to be rolled up by the combobox
this enables it to unset any temporary selections and restore the actual selection


git-svn-id: svn://10.0.0.236/trunk@49580 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 14:30:33 +00:00
rods%netscape.com
f6ec8c8015 ifdef'd out the new code that handles the computed size and ifdef'ed in the old code for Linux
git-svn-id: svn://10.0.0.236/trunk@49579 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 14:28:25 +00:00
rods%netscape.com
f896ef768d ifdef out a debug statement
git-svn-id: svn://10.0.0.236/trunk@49578 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 14:26:40 +00:00
rods%netscape.com
457fc28670 removed noisy printf
git-svn-id: svn://10.0.0.236/trunk@49577 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 14:20:45 +00:00
troy%netscape.com
3dc6e05d82 Optimized rendering context setup and solid brush handling
git-svn-id: svn://10.0.0.236/trunk@49576 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 14:19:36 +00:00
valeski%netscape.com
830f8c1257 15352 r=jevering. regular pointers to com ptrs changeover, as well as more initialization of a PRExplodedTime struct.
git-svn-id: svn://10.0.0.236/trunk@49575 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 14:10:02 +00:00
valeski%netscape.com
31bda0647d 12748 r=Andreas. Completely removed the GetHostByAddr() call so we no longer do any reverse lookups
git-svn-id: svn://10.0.0.236/trunk@49574 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 13:38:46 +00:00
valeski%netscape.com
7c49c9f9ea 15297 r=gagan. Condensed Enumerate() Reset() call combinations to overloaded Reset()
git-svn-id: svn://10.0.0.236/trunk@49573 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 13:37:11 +00:00
kin%netscape.com
698d1ed095 Fix for bug #12195: [DOGFOOD] caret cruft left after a backspace at end of line
Added code to DrawCaretWithContext() that makes sure that the caret
doesn't hang outiside the left edge of a frame.
r=sfraser@netscape.com


git-svn-id: svn://10.0.0.236/trunk@49572 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 13:16:30 +00:00
ramiro%netscape.com
6ee88bb33f fix build bustage.
git-svn-id: svn://10.0.0.236/trunk@49567 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 12:21:33 +00:00
pavlov%netscape.com
b3c9beb29a clean up interface (not built)
git-svn-id: svn://10.0.0.236/trunk@49565 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 11:17:27 +00:00
pavlov%netscape.com
f7e049c2a1 removing nsui.h
git-svn-id: svn://10.0.0.236/trunk@49564 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 11:06:07 +00:00
pavlov%netscape.com
ea9ab1e7e7 remove unused file
git-svn-id: svn://10.0.0.236/trunk@49563 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 11:04:57 +00:00
pavlov%netscape.com
8198d1b4d5 rename declaration of [ptr] native nsIWidget so it doesn't conflict when nsIWidget.idl is built (no real change) r=syd
git-svn-id: svn://10.0.0.236/trunk@49562 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 09:55:20 +00:00
pavlov%netscape.com
ca5d4caa2e use correct return type
git-svn-id: svn://10.0.0.236/trunk@49561 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 09:24:34 +00:00
pavlov%netscape.com
58efa4f2ba fix build bustage - use correct return type
git-svn-id: svn://10.0.0.236/trunk@49560 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 09:23:50 +00:00
pavlov%netscape.com
cfe1981f1b remove headers that are now in MANIFEST_IDL r=shaver
git-svn-id: svn://10.0.0.236/trunk@49559 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 08:38:16 +00:00
pavlov%netscape.com
603b936870 removed bogus calls to nsIAppShell->GetNativeData since it isn't used r=shaver (for the entire checkin)
git-svn-id: svn://10.0.0.236/trunk@49558 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 08:36:23 +00:00
pavlov%netscape.com
ce8dc3a83b remove bogus call to nsIAppShell->GetNativeData since it isn't used r=shaver (for the entire checkin)
git-svn-id: svn://10.0.0.236/trunk@49556 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 08:34:33 +00:00
pavlov%netscape.com
7f3fe63a8b remove GetNativeData since it isn't used r=shaver (for the entire checkin)
git-svn-id: svn://10.0.0.236/trunk@49555 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 08:33:41 +00:00
pavlov%netscape.com
168a17ea8b use idl files for these things
git-svn-id: svn://10.0.0.236/trunk@49554 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 08:32:30 +00:00
pavlov%netscape.com
1ee8423dd5 added files: mozilla/widget/public/nsIAppShell.idl, mozilla/widget/public/nsIToolkit.idl, mozilla/widget/public/nsIRollupListener.idl
git-svn-id: svn://10.0.0.236/trunk@49553 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 08:29:38 +00:00
pavlov%netscape.com
13076793f5 adding new files (not built yet) and updated nsIWidget.idl (not built either)
git-svn-id: svn://10.0.0.236/trunk@49552 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 08:19:08 +00:00
dp%netscape.com
4d1fcf6b4a Converting to nsIModule as a prelude to fixing memory leaks.
bug# 14034 r=neeti


git-svn-id: svn://10.0.0.236/trunk@49551 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 06:51:55 +00:00
sdagley%netscape.com
c2cfc42e2a First Checked In.
git-svn-id: svn://10.0.0.236/trunk@49550 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 05:20:25 +00:00
rjc%netscape.com
af1df54bc5 Fix mail build bustage. [Who knew they were using a composite datasource? And, an even more interesting question is why, when it apparently only allows one datasource to be used... ?]
git-svn-id: svn://10.0.0.236/trunk@49549 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 05:07:36 +00:00
law%netscape.com
54b67b04b1 Context menu updates
git-svn-id: svn://10.0.0.236/trunk@49548 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 04:43:45 +00:00
tbogard%aol.net
2a33b327b9 Changed NS_ENSURE* macros to use the new NS_WARN_IF_FALSE instead of the NS_ERROR. r=shaver.
git-svn-id: svn://10.0.0.236/trunk@49546 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 04:34:03 +00:00
chuang%netscape.com
4333de7bdb Fix bug 5393 Controls should be enclosed with <LABEL></LABEL>, r=putterman
git-svn-id: svn://10.0.0.236/trunk@49545 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 04:11:36 +00:00
rjc%netscape.com
aa8041f54e Fix bug # 15222: The composite datasource has a few operations which are somewhat "expensive". Have these behaviors on by default, but expose a method on the composite datasources so that they can be selectively turned off [for Mail/News, for example] if the capability is not needed/used (such as negative assertions). Review: waterson@netscape.com. Additional Mail/News Testing: putterman@netscape.com
git-svn-id: svn://10.0.0.236/trunk@49541 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 04:07:55 +00:00
chuang%netscape.com
6ac3886652 Fix bug 14756 [PP]Importing an .ldif file in Address Book doesn't work, r=jefft
git-svn-id: svn://10.0.0.236/trunk@49540 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 04:07:15 +00:00
rjc%netscape.com
35bf4acc6d Fix bug # 15225: The search datasource needs to figure out what datasets are available whenever a search is to be performed, not just when its asked about what datasets it knows about. Review: waterson@netscape.com
git-svn-id: svn://10.0.0.236/trunk@49539 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 04:02:07 +00:00
rjc%netscape.com
e8454907c1 Fix bug # 15203: Containers inside of related links data appear as leaf nodes instead of containers. Also, opening up a container gives NxN children instead of N children (due to the composite datasources ArcLabelsOut() not removing dups -- a separate chunk of work to be re-done). Review: waterson@netscape.com.
git-svn-id: svn://10.0.0.236/trunk@49538 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 04:00:21 +00:00
davidm%netscape.com
68cb6f71bf 14240 [BETA] About box date/version incorrect
git-svn-id: svn://10.0.0.236/trunk@49537 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 03:32:00 +00:00
davidm%netscape.com
dd85aa2c27 13344 New browser windows generated by Manage Bookmarks too small
git-svn-id: svn://10.0.0.236/trunk@49536 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 03:31:17 +00:00
davidm%netscape.com
f7169dccef 4912 an't open bookmarks when no other window open
git-svn-id: svn://10.0.0.236/trunk@49535 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 03:28:43 +00:00
waterson%netscape.com
c795664edf Fuck. These went in onto the tip and were supposed to be on the branch. Backing out.
git-svn-id: svn://10.0.0.236/trunk@49532 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 03:04:08 +00:00
briano%netscape.com
146ef355c1 Fix for someone's typo (bug 15303) when Java is enabled.
git-svn-id: svn://10.0.0.236/trunk@49531 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 03:02:53 +00:00
waterson%netscape.com
871f9e7535 Initial checkin on XUL_19990930_BRANCH, the RDF-ectomy. Single XUL documents hobbling along.
git-svn-id: svn://10.0.0.236/trunk@49530 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 03:01:22 +00:00
morse%netscape.com
e75f9a625f fix bug 13952 -- make it localizable, r=ftang
git-svn-id: svn://10.0.0.236/trunk@49529 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 02:50:48 +00:00
danm%netscape.com
463804eb0f adding nsCWeakReference. r:scc a:chofmann
git-svn-id: svn://10.0.0.236/trunk@49528 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 02:50:16 +00:00
danm%netscape.com
81fd4089e9 adding nsCWeakReference r:scc a:chofmann
git-svn-id: svn://10.0.0.236/trunk@49527 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 02:44:45 +00:00
pollmann%netscape.com
644b57b0a4 Bug 13997, Reviewed by HarishD. This fixes the crash during file upload caused by a spurious NS_RELEASE, correctly calculates content-length, and fixes a few post syntax errors. Also fixes a memory leak and uses nsSpecialSystemDirectory, nsFileSpec, and other good things instead of the hacks that were needed before this existed.
git-svn-id: svn://10.0.0.236/trunk@49526 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 02:42:32 +00:00
pollmann%netscape.com
d25e5b0b54 Bug 13997, Reviewed by Gagan. This change is to read the http post stream in 1Kb chunks rather than using the Available (unimplemented).
git-svn-id: svn://10.0.0.236/trunk@49525 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 02:39:05 +00:00
danm%netscape.com
eca1323f34 new
git-svn-id: svn://10.0.0.236/trunk@49524 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 02:38:41 +00:00
pollmann%netscape.com
89e16d0fae Bug 13997, Reviewed by Gagan. This changes are to correctly return the number of bytes read by nsHTTPEncodeStream.
git-svn-id: svn://10.0.0.236/trunk@49523 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 02:37:31 +00:00
briano%netscape.com
15134de6da Fix for AIX 4.2, specifically, but should help other platforms with shared library difficulties. Approved by leaf for closed tree checkin.
git-svn-id: svn://10.0.0.236/trunk@49522 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 01:30:33 +00:00
beard%netscape.com
9ec620f205 added nsLWBrkModule.cpp. r=vidur
git-svn-id: svn://10.0.0.236/trunk@49521 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 01:21:40 +00:00
beard%netscape.com
f624d901aa fixed non-debug breakage. r=vidur
git-svn-id: svn://10.0.0.236/trunk@49520 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 01:11:40 +00:00
beard%netscape.com
21f52bf6b7 remove htmlparser from static linkage. r=vidur
git-svn-id: svn://10.0.0.236/trunk@49518 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 00:43:54 +00:00
beard%netscape.com
28a17ff73f build htmlparser and view into components directory. r=vidur
git-svn-id: svn://10.0.0.236/trunk@49517 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-01 00:43:24 +00:00
selmer%netscape.com
c085dd3da5 Attempted fix to unmerge lines that ran together
git-svn-id: svn://10.0.0.236/trunk@49516 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 23:51:49 +00:00
sdagley%netscape.com
e07c9a0667 Fix for Mac build bustage (removed .cpp file was still referenced in project). a=leaf
git-svn-id: svn://10.0.0.236/trunk@49514 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 23:39:54 +00:00
selmer%netscape.com
e7e7930a19 OOPS, the ase\ isn't correct for release builds. Putting back
git-svn-id: svn://10.0.0.236/trunk@49513 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 23:33:54 +00:00
beard%netscape.com
b501d53460 removed spurious header file entries, r=kipp
git-svn-id: svn://10.0.0.236/trunk@49512 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 23:33:46 +00:00
vidur%netscape.com
2fba270263 Parser CIDs and IIDs
git-svn-id: svn://10.0.0.236/trunk@49511 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 23:10:58 +00:00
beard%netscape.com
f547d38744 fix breakage on Mac, r=kipp
git-svn-id: svn://10.0.0.236/trunk@49510 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 22:45:23 +00:00
beard%netscape.com
cbe4d66df2 fix breakage on Mac
git-svn-id: svn://10.0.0.236/trunk@49509 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 22:30:32 +00:00
vidur%netscape.com
b807408d65 Removed parser static linkage.
git-svn-id: svn://10.0.0.236/trunk@49507 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 22:23:21 +00:00
kipp%netscape.com
f68ddc73fb Whoops. Fixed
git-svn-id: svn://10.0.0.236/trunk@49506 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 22:21:31 +00:00
vidur%netscape.com
1d3ededc34 added files: mozilla/htmlparser/src/nsParserModule.cpp, removed files: mozilla/htmlparser/src/nsParserFactory.cpp
git-svn-id: svn://10.0.0.236/trunk@49505 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 22:11:48 +00:00
vidur%netscape.com
6733c166ca Removed parser entries from nsSetupRegistry. Parser is now a module. To be reviewed by RickG.
git-svn-id: svn://10.0.0.236/trunk@49504 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 22:09:51 +00:00
vidur%netscape.com
821ff07d1c Converted parser into a module. Removed static linkage of parser.
git-svn-id: svn://10.0.0.236/trunk@49503 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 22:08:24 +00:00
vidur%netscape.com
529603023b Converted parser into a module. Removed usage of static parser methods and used nsIParserService and nsIDTD methods instead. To be reviewed by RickG.
git-svn-id: svn://10.0.0.236/trunk@49502 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 22:07:04 +00:00
kipp%netscape.com
96bb8fdffe added files: mozilla/intl/uconv/src/nsUConvModule.cpp, removed files: mozilla/intl/uconv/src/nsUConvDll.cpp
git-svn-id: svn://10.0.0.236/trunk@49501 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 22:05:41 +00:00
vidur%netscape.com
c546f05349 Converted parser into a module. Removed static linkage.
git-svn-id: svn://10.0.0.236/trunk@49500 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 22:04:39 +00:00
vidur%netscape.com
30b1f0a71b Converted parser into a module. NS_NewFoo routines are temporarily inlined to call component manager. Introduced nsIParserService for temporary replacement of nsHTMLTags and nsHTMLEntities static methods. RickG to do complete review.
git-svn-id: svn://10.0.0.236/trunk@49499 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 22:01:48 +00:00
kipp%netscape.com
215e7440ad nuked
git-svn-id: svn://10.0.0.236/trunk@49498 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:51:07 +00:00
kipp%netscape.com
29f22b7a81 Convert to a module from a component
git-svn-id: svn://10.0.0.236/trunk@49497 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:47:04 +00:00
kipp%netscape.com
f22298cb30 added files: mozilla/xpcom/sample/nsSampleModule.cpp, removed files: mozilla/xpcom/sample/nsSampleFactory.cpp
git-svn-id: svn://10.0.0.236/trunk@49496 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:43:40 +00:00
kipp%netscape.com
9825c95a9e Button up some shutdown memory leaks
git-svn-id: svn://10.0.0.236/trunk@49495 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:43:35 +00:00
kipp%netscape.com
7c7b1e3c43 Improved
git-svn-id: svn://10.0.0.236/trunk@49494 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:41:50 +00:00
kipp%netscape.com
24d8b1eba7 Fixed bug in ReleaseServcie that was recreating the service manager during shutdown
git-svn-id: svn://10.0.0.236/trunk@49493 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:40:27 +00:00
kipp%netscape.com
0b1c7162d6 Allow atom table to be purged during shtudown
git-svn-id: svn://10.0.0.236/trunk@49492 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:40:00 +00:00
kipp%netscape.com
19d1505159 Added in new nsDebug macros
git-svn-id: svn://10.0.0.236/trunk@49491 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:39:31 +00:00
kipp%netscape.com
50a547196e Santize NS_EXPORT decl
git-svn-id: svn://10.0.0.236/trunk@49490 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:39:16 +00:00
kipp%netscape.com
252518efc9 Close up a memory leak
git-svn-id: svn://10.0.0.236/trunk@49489 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:38:56 +00:00
kipp%netscape.com
5cf27c7453 nuked
git-svn-id: svn://10.0.0.236/trunk@49488 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:38:19 +00:00
kipp%netscape.com
028d41759b added files: mozilla/rdf/build/nsRDFModule.cpp, removed files: mozilla/rdf/build/nsRDFFactory.cpp
git-svn-id: svn://10.0.0.236/trunk@49486 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:38:03 +00:00
kipp%netscape.com
dcde6ced16 Switch from component to module
git-svn-id: svn://10.0.0.236/trunk@49485 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:37:14 +00:00
kipp%netscape.com
6b248aa8de Fixed a minor bug in the ctor macro
git-svn-id: svn://10.0.0.236/trunk@49484 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:36:35 +00:00
selmer%netscape.com
fbfca3a200 NCIFiles actually live in ase subdir, corrected NCIFileList widget
git-svn-id: svn://10.0.0.236/trunk@49483 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:36:13 +00:00
kipp%netscape.com
fc9655cdde added files: mozilla/netwerk/build/nsNetModule.cpp, removed files: mozilla/netwerk/build/nsNetFactory.cpp
git-svn-id: svn://10.0.0.236/trunk@49482 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:35:44 +00:00
kipp%netscape.com
b7f6c0252a added files: mozilla/netwerk/protocol/resource/src/nsResourceProtocolModule.cpp, removed files: mozilla/netwerk/protocol/resource/src/nsResourceProtocolFactory.cpp
git-svn-id: svn://10.0.0.236/trunk@49481 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:33:21 +00:00
kipp%netscape.com
f9e4d6396d added files: mozilla/netwerk/protocol/http/src/nsHTTPHandlerModule.cpp
git-svn-id: svn://10.0.0.236/trunk@49480 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:31:38 +00:00
kipp%netscape.com
3aba2f6f5a added files: mozilla/netwerk/protocol/ftp/src/nsFtpModule.cpp, removed files: mozilla/netwerk/protocol/ftp/src/nsFtpFactory.cpp
git-svn-id: svn://10.0.0.236/trunk@49479 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:30:13 +00:00
kipp%netscape.com
461c7f97c8 added files: mozilla/netwerk/protocol/file/src/nsFileProtocolModule.cpp, removed files: mozilla/netwerk/protocol/file/src/nsFileProtocolFactory.cpp
git-svn-id: svn://10.0.0.236/trunk@49478 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:29:03 +00:00
kipp%netscape.com
54eaf17437 added files: mozilla/netwerk/protocol/data/src/nsDataModule.cpp, removed files: mozilla/netwerk/protocol/data/src/nsDataFactory.cpp
git-svn-id: svn://10.0.0.236/trunk@49477 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:27:46 +00:00
kipp%netscape.com
1a45d07e6d added files: mozilla/netwerk/protocol/about/src/nsAboutProtocolModule.cpp, removed files: mozilla/netwerk/protocol/about/src/nsAboutProtocolFactory.cpp
git-svn-id: svn://10.0.0.236/trunk@49476 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:26:31 +00:00
kipp%netscape.com
3957eba490 removed files: mozilla/modules/libimg/pngcom/nsPNGCallback.cpp
git-svn-id: svn://10.0.0.236/trunk@49475 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:24:48 +00:00
kipp%netscape.com
a2ddcd2eb2 added files: mozilla/modules/libimg/pngcom/nsPNGModule.cpp
git-svn-id: svn://10.0.0.236/trunk@49474 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:24:01 +00:00
kipp%netscape.com
0a46124995 removed files: mozilla/modules/libimg/pngcom/nsPNGModule.cpp
git-svn-id: svn://10.0.0.236/trunk@49473 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:23:07 +00:00
kipp%netscape.com
2210b03ee9 Converted from components to modules
git-svn-id: svn://10.0.0.236/trunk@49472 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:22:48 +00:00
kipp%netscape.com
422297bad3 More graph work
git-svn-id: svn://10.0.0.236/trunk@49471 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:22:16 +00:00
kipp%netscape.com
8b28a250b7 added files: mozilla/modules/libimg/jpgcom/nsJPGModule.cpp
git-svn-id: svn://10.0.0.236/trunk@49470 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:21:29 +00:00
kipp%netscape.com
3ddb1743b4 removed files: mozilla/modules/libimg/pngcom/nsPNGCallback.cpp
git-svn-id: svn://10.0.0.236/trunk@49469 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:19:18 +00:00
kipp%netscape.com
6c6c2c67de added files: mozilla/modules/libimg/pngcom/nsPNGModule.cpp
git-svn-id: svn://10.0.0.236/trunk@49468 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:18:45 +00:00
kipp%netscape.com
121014cfd6 More module work
git-svn-id: svn://10.0.0.236/trunk@49467 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:17:44 +00:00
kipp%netscape.com
aa5496085d Removed atom table hacks
git-svn-id: svn://10.0.0.236/trunk@49466 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:17:28 +00:00
kipp%netscape.com
2695a9e0f6 Fixed atom memory leaks and HTMLAttribute memory leaks (for unmapped attrs only)
git-svn-id: svn://10.0.0.236/trunk@49465 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:17:06 +00:00
kipp%netscape.com
605b58b350 added files: mozilla/layout/build/nsLayoutModule.cpp
git-svn-id: svn://10.0.0.236/trunk@49464 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:14:51 +00:00
kipp%netscape.com
7994e0d12d Turned into a module
git-svn-id: svn://10.0.0.236/trunk@49463 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:14:14 +00:00
kipp%netscape.com
72f4eb33d6 Fixed shutdown related memory leaks
git-svn-id: svn://10.0.0.236/trunk@49462 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:12:33 +00:00
kipp%netscape.com
0f4e9dc5d6 Convert to module from component
git-svn-id: svn://10.0.0.236/trunk@49461 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:11:05 +00:00
kipp%netscape.com
2f895600b7 removed
git-svn-id: svn://10.0.0.236/trunk@49460 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:09:32 +00:00
kipp%netscape.com
fc12ffd0fd Build module instead of component
git-svn-id: svn://10.0.0.236/trunk@49459 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:09:11 +00:00
kipp%netscape.com
10ecde5346 Fixed oopsie that prevented the factory from working
git-svn-id: svn://10.0.0.236/trunk@49458 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:08:59 +00:00
kipp%netscape.com
1666d6a95a Convert to a module from a component
git-svn-id: svn://10.0.0.236/trunk@49457 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:07:12 +00:00
kipp%netscape.com
c2f4f7ef4a nuked
git-svn-id: svn://10.0.0.236/trunk@49456 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:06:47 +00:00
kipp%netscape.com
84fd72dbd1 removed files: mozilla/intl/chardet/src/nsCharDetDll.cpp
git-svn-id: svn://10.0.0.236/trunk@49455 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:06:40 +00:00
kipp%netscape.com
4918a64296 added files: mozilla/intl/chardet/src/nsCharDetModule.cpp
git-svn-id: svn://10.0.0.236/trunk@49454 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:05:46 +00:00
kipp%netscape.com
17e2cba587 Convert over to module from factory
git-svn-id: svn://10.0.0.236/trunk@49453 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:02:41 +00:00
kipp%netscape.com
89cd4dd015 Fixed name of CID to be CID
git-svn-id: svn://10.0.0.236/trunk@49452 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:02:20 +00:00
sfraser%netscape.com
2389e27401 Removing nsIQFAServices.idl to fix build bustage. a=leaf
git-svn-id: svn://10.0.0.236/trunk@49451 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 20:08:45 +00:00
ramiro%netscape.com
04f8777aab Fix build bustage.
git-svn-id: svn://10.0.0.236/trunk@49450 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 19:34:26 +00:00
namachi%netscape.com
fb40b475ca Approved by leaf. Removing fullcircle from mozilla builds
git-svn-id: svn://10.0.0.236/trunk@49449 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 19:03:27 +00:00
dp%netscape.com
78fc8ac020 Added more guidelines. Neeti took a few dlls. DOC CHANGE a=leaf
git-svn-id: svn://10.0.0.236/trunk@49446 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 17:54:08 +00:00
granrose%netscape.com
963df38ff3 changed order to do splitsym before componentreg.
git-svn-id: svn://10.0.0.236/trunk@49445 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 17:50:24 +00:00
granrose%netscape.com
7934d3d103 removed #.
git-svn-id: svn://10.0.0.236/trunk@49444 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 17:25:20 +00:00
granrose%netscape.com
f94627e751 fixed splitsymbols target to cd to correct directory. a=leaf
git-svn-id: svn://10.0.0.236/trunk@49443 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 16:57:48 +00:00
rods%netscape.com
25fa3e73e0 Backed out 1.54, this is 1.53
git-svn-id: svn://10.0.0.236/trunk@49442 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 16:43:11 +00:00
slamm%netscape.com
abe47cd22c Fix build bustage reported by Greg Noel and Jerry Kirk on netscape.public.mozilla.builds.
git-svn-id: svn://10.0.0.236/trunk@49441 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 16:14:11 +00:00
rods%netscape.com
5b32db8a61 Added ConsumeEvents parameter to CaptureRollupEvents
git-svn-id: svn://10.0.0.236/trunk@49440 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 14:36:17 +00:00
karnaze%netscape.com
7864064ca4 bug 12910 - SetPass1MaxElementSize considers nowrap on cell
git-svn-id: svn://10.0.0.236/trunk@49439 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 14:11:16 +00:00
karnaze%netscape.com
d87376b55e new regression tests
git-svn-id: svn://10.0.0.236/trunk@49438 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 14:08:24 +00:00
Jerry.Kirk%Nexwarecorp.com
3bec55869f Added debug and some error checking for Photon
git-svn-id: svn://10.0.0.236/trunk@49437 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 12:29:30 +00:00
Jerry.Kirk%Nexwarecorp.com
7d2df2d4c1 Added nsGraphicState and made changes in nsRenderingContext to use it.
General clean-up of code for Photon.


git-svn-id: svn://10.0.0.236/trunk@49436 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 12:21:33 +00:00
rods%netscape.com
663846cc08 Added closing tags for several option elements
git-svn-id: svn://10.0.0.236/trunk@49435 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 11:58:45 +00:00
rods%netscape.com
36b7dd39d8 Completely changed the way focus is handled, both from JS and from the events mgr notifications.
These changes do not help the problems we have with gfxtextfields because they have an embbeded wehshell with a native window


git-svn-id: svn://10.0.0.236/trunk@49434 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 11:57:45 +00:00
rods%netscape.com
4e573ad209 Turned on the system colors
git-svn-id: svn://10.0.0.236/trunk@49433 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 11:55:15 +00:00
rods%netscape.com
fd814c9468 Completely changed the rules for the border and internal display for the combobox
git-svn-id: svn://10.0.0.236/trunk@49432 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 11:54:30 +00:00
rods%netscape.com
86fbfcc398 Changed the metric used to calculate the Horizontal Inside Padding
git-svn-id: svn://10.0.0.236/trunk@49431 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 11:48:52 +00:00
rods%netscape.com
cd163418a8 Added ConsumeFocusEvents method to consume all focus event and make sure they don't get dispatched
git-svn-id: svn://10.0.0.236/trunk@49429 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 11:40:42 +00:00
rods%netscape.com
1a85c4c72e Changed GetVerticalInsidePading to take the PresContext to the method can use the cached LookAndFeel object
added some key support made it so it sets the focus back to the main webshell window when the drop down is closed


git-svn-id: svn://10.0.0.236/trunk@49428 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 11:37:58 +00:00
rods%netscape.com
040fb8ebb9 Changed GetVerticalInsidePading to take the PresContext to the method can use the cached LookAndFeel object
git-svn-id: svn://10.0.0.236/trunk@49427 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 11:36:44 +00:00
rods%netscape.com
b98dd90f9a Changed GetVerticalInsidePading to take the PresContext to the method can use the cached LookAndFeel object
Removed focus listener and ForcedRedraws


git-svn-id: svn://10.0.0.236/trunk@49426 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 11:36:32 +00:00
rods%netscape.com
1d03e9205f Changed GetVerticalInsidePading to take the PresContext to the method can use the cached LookAndFeel object
It also measures W & w for the the chars width in NavQuirks mode to get more accurate measurement of the width and height


git-svn-id: svn://10.0.0.236/trunk@49425 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 11:34:32 +00:00
rods%netscape.com
7ff8fc122b Changed GetVerticalInsidePading to take the PresContext to the method can use the cached LookAndFeel object
and it now uses the cached L&F obj


git-svn-id: svn://10.0.0.236/trunk@49424 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 11:33:33 +00:00
rods%netscape.com
7ccaf3a617 Removed L&F static IID & CID
git-svn-id: svn://10.0.0.236/trunk@49423 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 11:32:54 +00:00
rods%netscape.com
685bd93c22 Changed GetVerticalInsidePading to take the PresContext to the method can use the cached LookAndFeel object
git-svn-id: svn://10.0.0.236/trunk@49422 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 11:31:40 +00:00
rods%netscape.com
4ed34567a9 Changed getVerticalInsidePading to take the PresContext to the method can use the cached LookAndFeel object
git-svn-id: svn://10.0.0.236/trunk@49421 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 11:30:04 +00:00
rods%netscape.com
ba11316019 Changed getVerticalInsidePading to take the PresContext to the method can use the cached LookAndFeel object
and it now uses the cached L&F obj


git-svn-id: svn://10.0.0.236/trunk@49420 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 11:26:29 +00:00
rods%netscape.com
00a5361d40 Fixed to use the LookAndFeel object in the PresContext instead of creating one via the ComponentManager
git-svn-id: svn://10.0.0.236/trunk@49419 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 11:23:17 +00:00
av%netscape.com
a08b5a7e8d Fixing bug #8036, reviewd by beard
git-svn-id: svn://10.0.0.236/trunk@49418 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 08:07:23 +00:00
beard%netscape.com
892af4aeca initialization/shutdown code for GC leak detector. conditionalized on GC_LEAK_DETECTOR. r=sfraser
git-svn-id: svn://10.0.0.236/trunk@49417 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 07:41:37 +00:00
beard%netscape.com
5f21ab054d cleaned up, made more XP, r=sfraser
git-svn-id: svn://10.0.0.236/trunk@49416 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 07:39:28 +00:00
beard%netscape.com
35c456be72 changed to use MemAllocatorGC.o, r=sfraser
git-svn-id: svn://10.0.0.236/trunk@49415 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 07:30:37 +00:00
beard%netscape.com
efcf850b35 Renamed MemAllocatorGC target to MemAllocatorGC.o, r=sfraser.
git-svn-id: svn://10.0.0.236/trunk@49414 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 07:12:48 +00:00
beard%netscape.com
8165da1b9d added NSStdLibGC.shlb target name, for building with the GC leak detector.
git-svn-id: svn://10.0.0.236/trunk@49413 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 06:46:22 +00:00
beard%netscape.com
9d909bd738 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@49412 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 06:45:37 +00:00
rjc%netscape.com
1256f60809 Fix bug # 15135: when creating a nsFileURL, don't resolve aliases on Mac... just point to the file whether its an alias or not. Review: dougt@netscape.com
git-svn-id: svn://10.0.0.236/trunk@49411 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 06:41:33 +00:00
ssu%netscape.com
b435bbc5ea fixing bug #15031 and #15032.
reviewed by sgehani@netscape.com
affects only windows platform.


git-svn-id: svn://10.0.0.236/trunk@49410 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 06:20:04 +00:00
ssu%netscape.com
1a5da6396f fixing bug #15033.
reviewed by sgehani@netscape.com
affects only windows platform.


git-svn-id: svn://10.0.0.236/trunk@49409 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 06:18:43 +00:00
ramiro%netscape.com
8ee2c8d259 Fix for bug 15245. Patch by tor. r=me
git-svn-id: svn://10.0.0.236/trunk@49408 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 06:09:21 +00:00
pavlov%netscape.com
6ef04c3c84 make buttons on the toolbar/personal toolbar crop when you resize the window small r=evaughan
git-svn-id: svn://10.0.0.236/trunk@49407 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 06:02:12 +00:00
beard%netscape.com
8ca3442fe7 reconfigured for large heaps, to increase # of root sets.
git-svn-id: svn://10.0.0.236/trunk@49406 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 05:15:53 +00:00
rickg%netscape.com
af731d0a1e replace ANSI true/false with PR_TRUE; sorry about that.
git-svn-id: svn://10.0.0.236/trunk@49405 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 05:15:37 +00:00
beard%netscape.com
5b60a26d2b added GC_remove_roots()
git-svn-id: svn://10.0.0.236/trunk@49404 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 05:15:24 +00:00
beard%netscape.com
6d22bd8146 added GC_remove_roots_inner()
git-svn-id: svn://10.0.0.236/trunk@49403 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 05:15:05 +00:00
beard%netscape.com
f41e4530ff added GC_remove_roots.
git-svn-id: svn://10.0.0.236/trunk@49402 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 05:14:39 +00:00
rickg%netscape.com
2e61d329ed replaced ANSI false with PR_FALSE; sorry about that
git-svn-id: svn://10.0.0.236/trunk@49401 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 05:10:45 +00:00
rickg%netscape.com
447e168990 performance and bug fixes: r=buster a=chofmann
git-svn-id: svn://10.0.0.236/trunk@49400 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 04:04:53 +00:00
rickg%netscape.com
3ee654688b perf update and bug fix: a=chofmann r=buster
git-svn-id: svn://10.0.0.236/trunk@49399 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 04:03:49 +00:00
beard%netscape.com
e531fd4153 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@49398 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 03:30:00 +00:00
briano%netscape.com
86a1698b46 Fix for AIX 4.2, specifically, but should help other platforms with shared library difficulties.
git-svn-id: svn://10.0.0.236/trunk@49396 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 03:16:30 +00:00
beard%netscape.com
0c073e3e29 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@49395 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 02:59:32 +00:00
cathleen%netscape.com
f8f7b15de0 updated packaging manifest file for editor and wallet. ongoing work for bug 15035 & bug 15220, not part of the build yet.
git-svn-id: svn://10.0.0.236/trunk@49394 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 02:57:17 +00:00
waterson%netscape.com
216fd4e10b Bug 13908. Add code to hook up 'forward observer declarations'. r=hyatt.
git-svn-id: svn://10.0.0.236/trunk@49393 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 02:32:34 +00:00
beard%netscape.com
f313673658 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@49392 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 02:25:54 +00:00
briano%netscape.com
5713b279c1 Fix for bug 15190.
git-svn-id: svn://10.0.0.236/trunk@49391 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 01:59:30 +00:00
dp%netscape.com
d01272381e Taking profile
git-svn-id: svn://10.0.0.236/trunk@49390 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 01:56:26 +00:00
kipp%netscape.com
e1ba63180f new
git-svn-id: svn://10.0.0.236/trunk@49389 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 01:53:31 +00:00
kipp%netscape.com
c0121b624c Reworked tree support
git-svn-id: svn://10.0.0.236/trunk@49388 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 01:51:20 +00:00
bienvenu%netscape.com
784f40ddaa fix memory leak of hostname
git-svn-id: svn://10.0.0.236/trunk@49387 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 01:45:20 +00:00
sdagley%netscape.com
e204bde5c0 Increased threshold for async reads from 2K to 20K to reduce Mac startup time. Ongoing work from bug #10334. r=saari.
git-svn-id: svn://10.0.0.236/trunk@49386 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 01:45:02 +00:00
saari%netscape.com
d0550e7198 Making the Mac key event generation code follow the new spec for autokeys generate keypress events. Brade has run this change on her machine for about a week, I tested it on my machine without any problems. Reviewed by Brade and Dagley.
git-svn-id: svn://10.0.0.236/trunk@49385 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 01:44:42 +00:00
bienvenu%netscape.com
87dca3f0ba add method to shut down connections
git-svn-id: svn://10.0.0.236/trunk@49384 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 01:44:30 +00:00
bienvenu%netscape.com
7b495a18f1 fix memory leak of cache elements on shutdown
git-svn-id: svn://10.0.0.236/trunk@49383 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 01:43:36 +00:00
peterl%netscape.com
b86f24d3c3 made child sheet loads of agent sheets be optionally synchronous
git-svn-id: svn://10.0.0.236/trunk@49382 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 01:39:57 +00:00
morse%netscape.com
fd5fbf7d89 fix bugs 14672 (dead code in wallet) and part of bug 15169 (wallet pref not needed) -- reviewed pnunn
git-svn-id: svn://10.0.0.236/trunk@49381 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 01:18:03 +00:00
varada%netscape.com
0a40776eaa NOT part of Seamonkey build, chofmann OK'd. removing message boxes
git-svn-id: svn://10.0.0.236/trunk@49380 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 01:17:51 +00:00
ramiro%netscape.com
4afd160b2b Make paint flashing happen only if caps lock is down to make it easier
to target specific rendering problems.  r=pavlov.  bug 15234.


git-svn-id: svn://10.0.0.236/trunk@49379 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 01:17:34 +00:00
varada%netscape.com
9895330f68 NOT part of Seamonkey build, choffman OK'd, onEnter added to CoONTROLS in wizardtypes.h
git-svn-id: svn://10.0.0.236/trunk@49378 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 00:52:10 +00:00
varada%netscape.com
c45a904adf NOT part of Seamonkey, chofmann OK'd. OnEnter fixups.
git-svn-id: svn://10.0.0.236/trunk@49377 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 00:45:23 +00:00
varada%netscape.com
6d79dd1e3f NOT part of Seamonkey build, chofmann OK'd. fixups for OnEnter.
git-svn-id: svn://10.0.0.236/trunk@49376 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 00:44:28 +00:00
varada%netscape.com
07441c8e56 NOT part of Seamonkey build, chofmann OK'd. OnEnter implementation
git-svn-id: svn://10.0.0.236/trunk@49375 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 00:39:06 +00:00
selmer%netscape.com
77b8c576ea NOT part of Seamonkey build, chofmann OK'd. OnCommand code changes support
git-svn-id: svn://10.0.0.236/trunk@49374 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 00:36:54 +00:00
selmer%netscape.com
9a4dc884c7 NOT part of Seamonkey build, chofmann OK'd. Added Target= for BrowseFile actions.
git-svn-id: svn://10.0.0.236/trunk@49373 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 00:33:55 +00:00
akkana%netscape.com
f3309946fa Make sidebar stay hidden -- fix regression that sidebar wasn't closeable. r=slamm,cmanske a=leaf
git-svn-id: svn://10.0.0.236/trunk@49372 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 00:33:28 +00:00
selmer%netscape.com
d4304a34d4 NOT in building Seamonkey tree, checkin OK'd by chofmann. Major whackage of OnCommand routine to enhance readability.
git-svn-id: svn://10.0.0.236/trunk@49371 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 00:29:48 +00:00
dp%netscape.com
30548102a1 Status updated. Allocated dlls to robert.
git-svn-id: svn://10.0.0.236/trunk@49370 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 23:45:05 +00:00
cmanske%netscape.com
96b943c0a4 Added do_QueryInterface to fix build bustage for Linux
git-svn-id: svn://10.0.0.236/trunk@49369 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 23:33:45 +00:00
dp%netscape.com
35b2f4bbc8 added apprunner dlls
git-svn-id: svn://10.0.0.236/trunk@49368 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 23:23:56 +00:00
kin%netscape.com
497634276b Fix for build bustage on Linux.
git-svn-id: svn://10.0.0.236/trunk@49367 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 23:19:34 +00:00
terry%mozilla.org
b885d54e33 Patch by holger@holger.om.org (Holger Schurig) -- cope if Chart::Lines module is unavailable.
git-svn-id: svn://10.0.0.236/trunk@49366 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 22:51:30 +00:00
briano%netscape.com
2527402523 Minor changes for SCO, BSDI, AIX 4.2, and commercial build.
git-svn-id: svn://10.0.0.236/trunk@49365 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 22:12:34 +00:00
terry%mozilla.org
e8bb8affde Patch by holger@holger.om.org (Holger Schurig) -- one more fancy header that was missing.
git-svn-id: svn://10.0.0.236/trunk@49364 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 21:56:54 +00:00
cmanske%netscape.com
81ec3d768f Changed ifdef so we can use ToString for non-debug purposes. r=akkana
git-svn-id: svn://10.0.0.236/trunk@49363 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 21:52:10 +00:00
cmanske%netscape.com
c586988364 Carpool checkin, r=brade. Lots of editor UI work, including new Advanced Edit dialog by Ben Goodger. Fixed style sheet loading leaks and implemented override style sheets for editor behavior, which be unloaded for edit mode vs. browser preview mode
git-svn-id: svn://10.0.0.236/trunk@49362 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 21:45:50 +00:00
briano%netscape.com
53814014ee Fix for AIX 4.2, specifically, but should help other platforms with shared library difficulties. Approved for carpool checkin by mcafee.
git-svn-id: svn://10.0.0.236/trunk@49361 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 21:41:26 +00:00
slamm%netscape.com
d55a7f9328 Get the file names right.
git-svn-id: svn://10.0.0.236/trunk@49360 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 21:05:46 +00:00
slamm%netscape.com
fcb2d00d69 No longer use bookmarks-popup.js
git-svn-id: svn://10.0.0.236/trunk@49359 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 21:01:37 +00:00
kin%netscape.com
30acaa164a Fix build bustage on windows.
git-svn-id: svn://10.0.0.236/trunk@49358 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 21:00:19 +00:00
jefft%netscape.com
e615b6b808 implemented forward messages as attachments & inline; a=mcafee
git-svn-id: svn://10.0.0.236/trunk@49357 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:43:50 +00:00
slamm%netscape.com
475e7c68d6 Use . and .. instead of fullpath for topsrcdir and rootdir.
git-svn-id: svn://10.0.0.236/trunk@49356 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:40:04 +00:00
slamm%netscape.com
b0efaa25f0 Include autoconf.mk from DEPTH instead of topsrcdir since it is a generated file. This only applies if it was not previously included.
git-svn-id: svn://10.0.0.236/trunk@49355 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:39:46 +00:00
jefft%netscape.com
d0b2ea0b70 implemented forward message as attachment & inline; a=mcafee
git-svn-id: svn://10.0.0.236/trunk@49354 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:37:12 +00:00
mjudge%netscape.com
007d73a460 fixing optimizations for table selection as well as making sure all flags are turned on/off for text frames when one frame is selected..
git-svn-id: svn://10.0.0.236/trunk@49352 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:36:00 +00:00
slamm%netscape.com
c987aba5bd Change Flash to Alerts. Add 'My Panels'.
git-svn-id: svn://10.0.0.236/trunk@49351 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:34:20 +00:00
slamm%netscape.com
90c127c7a8 Remove unused file.
git-svn-id: svn://10.0.0.236/trunk@49350 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:32:46 +00:00
akkana%netscape.com
a3bfa51400 Fix cvsignore since the program name changed
git-svn-id: svn://10.0.0.236/trunk@49349 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:29:50 +00:00
slamm%netscape.com
a373d308b7 patch rdf for waterson. Fixed multiple loads of same datasource.
git-svn-id: svn://10.0.0.236/trunk@49348 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:25:41 +00:00
slamm%netscape.com
4fbd8f58a6 Remove unused files. Add a dtd file for sidebar.rdf.
git-svn-id: svn://10.0.0.236/trunk@49347 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:24:34 +00:00
slamm%netscape.com
43c393c47d Remove unused files
git-svn-id: svn://10.0.0.236/trunk@49346 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:24:02 +00:00
slamm%netscape.com
1aeb940756 make flash it's own panel. bug 14992. Add support for app specific panel. bug 14991.
git-svn-id: svn://10.0.0.236/trunk@49345 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:23:33 +00:00
slamm%netscape.com
635ae2d930 Remane some elements. Fix cannot close last panel. bug 14485.
git-svn-id: svn://10.0.0.236/trunk@49344 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:23:09 +00:00
akkana%netscape.com
1cd0bc79d6 Set the preformatted output flag if appropriate
git-svn-id: svn://10.0.0.236/trunk@49343 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:23:07 +00:00
slamm%netscape.com
29d9a447c0 Give min-height and max-width. bug #13895.
git-svn-id: svn://10.0.0.236/trunk@49342 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:23:00 +00:00
slamm%netscape.com
04bcaf57dd Move alerts outside of 'my panels'. bug #14992.
git-svn-id: svn://10.0.0.236/trunk@49341 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:22:54 +00:00
slamm%netscape.com
fa292ad689 Remove unused file
git-svn-id: svn://10.0.0.236/trunk@49340 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:22:48 +00:00
slamm%netscape.com
4308f40f5f Rename file to more descriptive name.
git-svn-id: svn://10.0.0.236/trunk@49339 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:22:36 +00:00
slamm%netscape.com
b33e77e3a2 Unused files. Use one datasource for all sidebars. bug #14995.
git-svn-id: svn://10.0.0.236/trunk@49338 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:22:24 +00:00
slamm%netscape.com
045a66ea0e Remove unused file.
git-svn-id: svn://10.0.0.236/trunk@49337 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:22:11 +00:00
slamm%netscape.com
a36163dd31 Add collapsed state icon and rename. bug #14993.
git-svn-id: svn://10.0.0.236/trunk@49336 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:21:58 +00:00
slamm%netscape.com
97154e28a1 Add alerts as part of overlay.
git-svn-id: svn://10.0.0.236/trunk@49335 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:21:44 +00:00
slamm%netscape.com
7ca2b696c5 Remove unused files, rename some others. Related to bugs 14993, 14991. .
git-svn-id: svn://10.0.0.236/trunk@49334 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:21:25 +00:00
slamm%netscape.com
6722e9b380 Formating tweaks
git-svn-id: svn://10.0.0.236/trunk@49333 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:21:02 +00:00
slamm%netscape.com
82868e63ec Partial fix for #14998, 'Simple single-click tree'.
git-svn-id: svn://10.0.0.236/trunk@49332 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:20:55 +00:00
slamm%netscape.com
7c818ecbe7 Remove unused file. Bookmark menus are handled by xp menus now.
git-svn-id: svn://10.0.0.236/trunk@49331 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:20:33 +00:00
akkana%netscape.com
9a532de0b1 14859: make rules code smarter about identifying blockquote type=cite
git-svn-id: svn://10.0.0.236/trunk@49330 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:20:31 +00:00
slamm%netscape.com
5740620a52 Add style sheet to give bookmarks tree a single click look (bug #14998). Remove unsed file.
git-svn-id: svn://10.0.0.236/trunk@49329 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:20:12 +00:00
slamm%netscape.com
62e4c2c6e9 Add style sheet to give bookmarks tree a single click look (bug #14998).
git-svn-id: svn://10.0.0.236/trunk@49328 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:20:06 +00:00
slamm%netscape.com
e0b93dd24c Move sidebar styles to overlay. Related to changes for #14838.
git-svn-id: svn://10.0.0.236/trunk@49327 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:19:59 +00:00
slamm%netscape.com
f328c785ec Move sidebar attributes into overlay (hide implementaton details). Put sidebar to left of sidebar again. Related to bugs #14838, #13878.
git-svn-id: svn://10.0.0.236/trunk@49326 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:19:53 +00:00
slamm%netscape.com
99d75be92e Change styles to be compatible as overlay. Related to bug #14838.
git-svn-id: svn://10.0.0.236/trunk@49325 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:19:46 +00:00
slamm%netscape.com
69d5d07321 Call sidebarOverlayInit with no args. All apps will use the same sidebar panels now (bug #14995).
git-svn-id: svn://10.0.0.236/trunk@49324 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:19:40 +00:00
slamm%netscape.com
506531dcd2 Convert into an overlay to use with sidebar overlay. Put folders in their own app panel above 'my panels' (bug #14991).
git-svn-id: svn://10.0.0.236/trunk@49323 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:19:35 +00:00
slamm%netscape.com
a732f4d3fb Use sidebar overlay (bug #14838). Eliminates a costly iframe.
git-svn-id: svn://10.0.0.236/trunk@49322 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:19:26 +00:00
akkana%netscape.com
1094ae3c1c 14731: only insert formatting whitespace for block nodes
git-svn-id: svn://10.0.0.236/trunk@49321 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:19:20 +00:00
akkana%netscape.com
b5039001a8 Add OutputWrap flag, and add comments for the other flags
git-svn-id: svn://10.0.0.236/trunk@49320 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:17:51 +00:00
akkana%netscape.com
1afad03102 Lots of wrapping and whitespace fixes
git-svn-id: svn://10.0.0.236/trunk@49319 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:17:07 +00:00
akkana%netscape.com
ca522033c5 Many changes to make output test really useful. Fix Windows makefile. Add some sample test input files
git-svn-id: svn://10.0.0.236/trunk@49318 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:11:07 +00:00
jfrancis%netscape.com
8e3610bfe2 revised UNDO; introduced first cut at the "mozdiv" typing rules
git-svn-id: svn://10.0.0.236/trunk@49317 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:08:15 +00:00
jfrancis%netscape.com
3e0d1698a3 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@49316 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:07:32 +00:00
kin%netscape.com
c91a4d411c Added call to nsITextServicesDocument::ScrollSelectionIntoView().
git-svn-id: svn://10.0.0.236/trunk@49315 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:05:00 +00:00
kin%netscape.com
790f8a923b editor/txtsvc/public/nsITextServicesDocument.h
editor/txtsvc/src/nsTextServicesDocument.cpp
editor/txtsvc/src/nsTextServicesDocument.h

  - Added ScrollSelectionIntoView() method to nsITextServicesDocument
    interface and implementation.


git-svn-id: svn://10.0.0.236/trunk@49314 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:04:34 +00:00
kin%netscape.com
1806b9519b First pass implementation of selection auto scrolling.
layout/base/public/nsIFrame.h
        - Added GetContentAndOffsetsFromPoint() method. This
          method will eventually replace GetPosition().

    layout/base/public/nsIFrameSelection.h
        - Added HandleDrag() and Start/StopAutoScrollTimer() methods.

    layout/base/src/nsRangeList.cpp
        - Added implementation for HandleDrag() and
          Start/StopAutoScrollTimer() methods.

    layout/html/base/src/nsBRFrame.cpp
        - Added implementation for GetContentAndOffsetsFromPoint().

    layout/html/base/src/nsFrame.cpp
    layout/html/base/src/nsFrame.h
        - Added implementation for GetContentAndOffsetsFromPoint().
        - Added GetClosestViewForFrame() utility method.
        - Modified HandleEvent() to call HandleRelease() which now
          stops the auto scrolling timers.
        - Modified HandleDrag() to call nsIFrameSelection's HandleDrag()
          and Start/StopAutoScrollTimer() methods.

    layout/html/base/src/nsTextFrame.cpp
        - Added implementation for GetContentAndOffsetsFromPoint().


git-svn-id: svn://10.0.0.236/trunk@49313 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:04:05 +00:00
leaf%mozilla.org
cf2257de2a removing lib/xp and lib/libpwcac
git-svn-id: svn://10.0.0.236/trunk@49312 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 16:49:13 +00:00
vidur%netscape.com
a7764ba31f Signing up for modularizing htmlpars. This file is not part of the build!!
git-svn-id: svn://10.0.0.236/trunk@49309 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 16:46:49 +00:00
beard%netscape.com
a2370105c8 fixed output directory
git-svn-id: svn://10.0.0.236/trunk@49308 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 16:11:58 +00:00
beard%netscape.com
8ce70dfe45 fixed source folder name
git-svn-id: svn://10.0.0.236/trunk@49307 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 16:10:25 +00:00
beard%netscape.com
ea14ed5e8f build debugger with CW Pro 4.
git-svn-id: svn://10.0.0.236/trunk@49306 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 16:07:22 +00:00
beard%netscape.com
b828a0f15c builds the optimizer using CW Pro 4.
git-svn-id: svn://10.0.0.236/trunk@49305 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 15:55:29 +00:00
morse%netscape.com
8da94d2ae7 fix bug 14958 -- approved chofmann
git-svn-id: svn://10.0.0.236/trunk@49304 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 05:39:18 +00:00
troy%netscape.com
4051bf71de Fix for bug #15152. Moved check for "no wrap" inside of loop. This fixes a
problem where blocks inside of blocks were not getting marked dirty


git-svn-id: svn://10.0.0.236/trunk@49303 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 05:09:19 +00:00
troy%netscape.com
d22c5f8fe9 Fix for bug #11633. Changed ConstructFrameByDisplayType() to use the correct
parent frame for absolutely positioned tables


git-svn-id: svn://10.0.0.236/trunk@49302 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 05:06:17 +00:00
kipp%netscape.com
5d678c8d94 work around linkage woes (still not in build)
git-svn-id: svn://10.0.0.236/trunk@49301 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 04:39:59 +00:00
hangas%netscape.com
d6f2d461e4 Added ability to hide and show toolbars and taskbar to all mail windows. Added accesskeys to a number of menu items and fixed menus across product. Moved broadcaster elements to top of xul files to give command keys a chance to work. a=chofmann
git-svn-id: svn://10.0.0.236/trunk@49300 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 04:29:20 +00:00
sspitzer%netscape.com
14e739078f remove unused files
git-svn-id: svn://10.0.0.236/trunk@49299 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 04:10:16 +00:00
sspitzer%netscape.com
da1eb1af55 ignore generated makefiles
git-svn-id: svn://10.0.0.236/trunk@49298 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 04:09:01 +00:00
sspitzer%netscape.com
0e52e2ef7d fix resources for the profile migration dialog.
git-svn-id: svn://10.0.0.236/trunk@49297 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 04:07:12 +00:00
bienvenu%netscape.com
13642a9970 more build bustage with reg stuff
git-svn-id: svn://10.0.0.236/trunk@49296 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 04:06:15 +00:00
sspitzer%netscape.com
96115ec69e fix resources for the profile migration dialog. remove unused files.
git-svn-id: svn://10.0.0.236/trunk@49295 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 04:03:15 +00:00
sfraser%netscape.com
414de9394f Fix type mismatch
git-svn-id: svn://10.0.0.236/trunk@49294 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 03:45:18 +00:00
peterl%netscape.com
12c3349911 manage view visibility better, hide collapsed views and hidden views with widgets
git-svn-id: svn://10.0.0.236/trunk@49293 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 03:37:02 +00:00
peterl%netscape.com
4c0553554b manage view visibility better
git-svn-id: svn://10.0.0.236/trunk@49292 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 03:36:16 +00:00
peterl%netscape.com
3222824b3a set reflow reason properly for incremental changes
git-svn-id: svn://10.0.0.236/trunk@49291 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 03:35:51 +00:00
peterl%netscape.com
1bd4db5d5f use style changed reflow instead of content changed when updating button
git-svn-id: svn://10.0.0.236/trunk@49290 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 03:35:24 +00:00
peterl%netscape.com
ea0aa86486 use 'collapse' instead of 'hidden' for comboboxes
git-svn-id: svn://10.0.0.236/trunk@49289 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 03:34:29 +00:00
peterl%netscape.com
1ed1c8d6b5 set visibility better
git-svn-id: svn://10.0.0.236/trunk@49288 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 03:33:34 +00:00
peterl%netscape.com
1660d42cbf remap style contexts that don't get swapped when computing style changes
git-svn-id: svn://10.0.0.236/trunk@49287 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 03:32:19 +00:00
peterl%netscape.com
c13c15a44b make remap style optionally not go recursive
git-svn-id: svn://10.0.0.236/trunk@49286 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 03:30:47 +00:00
peterl%netscape.com
2c686b4e41 sync view visibility during didReflow
git-svn-id: svn://10.0.0.236/trunk@49285 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 03:30:04 +00:00
peterl%netscape.com
e67f69dfde when hiding a view, invalidate the parent view since the hidden view will reject the invalidate
git-svn-id: svn://10.0.0.236/trunk@49284 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 03:29:21 +00:00
shaver%netscape.com
662a32d11b missed more nsIRegistry::Key usages
git-svn-id: svn://10.0.0.236/trunk@49283 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 03:26:24 +00:00
briano%netscape.com
8adf8ba53a QNX-specific fix, map usleep to sleep since QNX doesn't have usleep.
git-svn-id: svn://10.0.0.236/trunk@49282 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 03:19:00 +00:00
shaver%netscape.com
c4179cd970 missed one nsIRegistry::Key usage
git-svn-id: svn://10.0.0.236/trunk@49281 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 03:17:56 +00:00
sspitzer%netscape.com
579ad651a5 removing unused files, this directory is going away.
git-svn-id: svn://10.0.0.236/trunk@49280 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 03:11:05 +00:00
sfraser%netscape.com
7c61e9da87 More type mismatch fixing for shavear
git-svn-id: svn://10.0.0.236/trunk@49279 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 03:07:27 +00:00
briano%netscape.com
7ca026aa3c Added a newline at the end of the file to fix the Unix native compiler builds.
git-svn-id: svn://10.0.0.236/trunk@49278 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 02:54:25 +00:00
sfraser%netscape.com
ca68584efa Fixing use of obsolete types for shaver.
git-svn-id: svn://10.0.0.236/trunk@49277 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 02:54:18 +00:00
sfraser%netscape.com
6821af19a9 Added nsICategoryHandler.idl, nsICategoryManager.idl, nsIRegistry.idl for shaver.
git-svn-id: svn://10.0.0.236/trunk@49276 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 02:53:07 +00:00
briano%netscape.com
05e3af452b Fix for AIX 4.2, specifically, but should help other platforms with shared library difficulties.
git-svn-id: svn://10.0.0.236/trunk@49275 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 02:52:12 +00:00
briano%netscape.com
ac10e1225d QNX-specific addition to deal with _PRSTR items properly.
git-svn-id: svn://10.0.0.236/trunk@49274 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 02:47:05 +00:00
shaver%netscape.com
a2616788dd nsIRegistry scriptability update, r=dveditz,dp,alecf a=leaf,chofmann
git-svn-id: svn://10.0.0.236/trunk@49273 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 02:36:54 +00:00
shaver%netscape.com
393d020282 nsIRegistry scriptability and beginning of category support, r=dp,alecf,dveditz a=leaf,chofmann
git-svn-id: svn://10.0.0.236/trunk@49272 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 02:35:42 +00:00
briano%netscape.com
c8eac07d40 Only include memory.h if the system actually has it. Fixes QNX. Approved by leaf.
git-svn-id: svn://10.0.0.236/trunk@49271 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 02:24:17 +00:00
gagan%netscape.com
926be576f5 Fix for 14536. r/a rjc the great since he surfs a lot... :)
git-svn-id: svn://10.0.0.236/trunk@49270 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 01:33:14 +00:00
beard%netscape.com
689cfab411 fixing leaking toolkit and device contexts.
git-svn-id: svn://10.0.0.236/trunk@49269 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 01:25:19 +00:00
rjc%netscape.com
c400d30876 Fix bug # 9501. Review: gagan. Approval: chofmann.
git-svn-id: svn://10.0.0.236/trunk@49268 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 01:20:17 +00:00
briano%netscape.com
3c91facea0 Fix for BSDI 3.0, specifically, but should help other platforms with shared library difficulties.
git-svn-id: svn://10.0.0.236/trunk@49267 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 01:09:41 +00:00
dp%netscape.com
6bca778649 leaks fixing in components
git-svn-id: svn://10.0.0.236/trunk@49266 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 01:07:32 +00:00
saari%netscape.com
e53f79b0d2 Helping to fix M10 bug 14464 a: chofmann r: akkana
Tested on Mac, Win, and Linux. 14464 requires other checkins to be fully fixed.


git-svn-id: svn://10.0.0.236/trunk@49265 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 00:49:11 +00:00
akkana%netscape.com
8dada7ea7a 14464: Track saari's changes to make XUL key bindings work again
git-svn-id: svn://10.0.0.236/trunk@49264 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 00:34:19 +00:00
mcafee%netscape.com
c8e7f735bc Adding brower buster to debug menu. a=chofmann,leaf r=radha
git-svn-id: svn://10.0.0.236/trunk@49263 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 00:23:12 +00:00
briano%netscape.com
b0d10029b5 Fix for AIX 4.2, specifically, but should help other platforms with shared library difficulties.
git-svn-id: svn://10.0.0.236/trunk@49262 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 00:19:10 +00:00
beard%netscape.com
4bcbe7b5ba removed link dependency on view.shlb.
git-svn-id: svn://10.0.0.236/trunk@49261 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 00:17:51 +00:00
troy%netscape.com
d868e2767f Part of the fix for bug #11633. Check the NS_FRAME_OUT_OF_FLOW bit and make
sure the frame was really moved out of the flow


git-svn-id: svn://10.0.0.236/trunk@49260 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 23:42:35 +00:00
hyatt%netscape.com
cb170827ee fixes for 14637 and for menu visibility issues r=pavlov typed_by=pavlov
git-svn-id: svn://10.0.0.236/trunk@49259 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 23:25:48 +00:00
dmose%mozilla.org
ec2434440d update license boilerplate to NPL-1.1 dual-licensed with the GPL. a=brendan, r=brendan.
git-svn-id: svn://10.0.0.236/trunk@49258 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 23:12:09 +00:00
davidmc%netscape.com
f0b4758c14 http://bugzilla.mozilla.org/show_bug.cgi?id=14886
should not affect runtime until compiler switches change
in morkConfig.h; so only build is affected. Checkin permission
from choffman last Friday.


git-svn-id: svn://10.0.0.236/trunk@49257 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 23:09:49 +00:00
rjc%netscape.com
de237d8b57 Fix bug # 14302. Approval: chofmann.
git-svn-id: svn://10.0.0.236/trunk@49256 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 23:06:34 +00:00
kipp%netscape.com
03c039ec50 new
git-svn-id: svn://10.0.0.236/trunk@49255 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 22:58:23 +00:00
sspitzer%netscape.com
f6436d9b1a finish renaming and moving all the profile xul, js and dtd files.
fix regression with Rename and Delete.  (they work again.)


git-svn-id: svn://10.0.0.236/trunk@49254 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 22:50:50 +00:00
sspitzer%netscape.com
77e5548669 finish renaming and moving all the profile xul, js and dtd files.
git-svn-id: svn://10.0.0.236/trunk@49253 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 22:50:45 +00:00
ftang%netscape.com
01f9395dde fix bug 14879. reviewed by erik
git-svn-id: svn://10.0.0.236/trunk@49252 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 22:44:15 +00:00
neeti%netscape.com
3fc5689441 fix for 15073. Approved chofmann, reviewed by Steve Morse.
git-svn-id: svn://10.0.0.236/trunk@49251 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 22:33:22 +00:00
radha%netscape.com
5e1bf4690b Fix for 14967. r=pollmann, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@49250 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 22:17:49 +00:00
rjc%netscape.com
796d86aaad Fix bug # 15062. Review: waterson. Approval: chofmann.
git-svn-id: svn://10.0.0.236/trunk@49249 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 22:16:38 +00:00
mscott%netscape.com
82ff521b2b Bug #12198 --> bullet proof this code. return if we don't have a nsIURI instead of trying to dereference it. r=sspitzer
git-svn-id: svn://10.0.0.236/trunk@49248 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 22:11:26 +00:00
karnaze%netscape.com
3d4aa5c477 bug 10009 - uses width set on <td> in figuring width of nested table
git-svn-id: svn://10.0.0.236/trunk@49247 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 21:57:44 +00:00
karnaze%netscape.com
84195608af new regression tests
git-svn-id: svn://10.0.0.236/trunk@49246 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 21:54:59 +00:00
bienvenu%netscape.com
444ad9639d for mscott fix memory leaks of imap urls 15088 r=bienvenu, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@49245 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 21:50:04 +00:00
briano%netscape.com
162c53411c Automated update
git-svn-id: svn://10.0.0.236/trunk@49244 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 21:46:31 +00:00
briano%netscape.com
df04e9951f Fix for bug 15066, IRIX 6.x native compiler fix. Approved by chofmann.
git-svn-id: svn://10.0.0.236/trunk@49243 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 21:32:31 +00:00
sspitzer%netscape.com
b24a7f181d adding new files.
git-svn-id: svn://10.0.0.236/trunk@49242 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 21:28:57 +00:00
pinkerton%netscape.com
80018a8f64 remove a spring to avoid excess reflows (bug 14782), rev hyatt/evaughan, appr leaf.
git-svn-id: svn://10.0.0.236/trunk@49241 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 21:24:16 +00:00
pinkerton%netscape.com
5d38858c12 don't call UpdateView if visibility hasn't changed (bugs 14782, 14925). rev beard/ramiro, appr leaf.
git-svn-id: svn://10.0.0.236/trunk@49240 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 21:23:32 +00:00
pavlov%netscape.com
5bcf4308a6 add newline at the end of the files
git-svn-id: svn://10.0.0.236/trunk@49239 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 21:21:31 +00:00
pavlov%netscape.com
3e6fdf5e98 change emacs headers to use C++ instead of IDL and add newline to bottom of files
git-svn-id: svn://10.0.0.236/trunk@49238 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 21:20:18 +00:00
kipp%netscape.com
6c1618ce7e Fixed to not pre-create the factory
git-svn-id: svn://10.0.0.236/trunk@49237 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 20:54:26 +00:00
gayatrib%netscape.com
471337be0b profile ui dtd file
git-svn-id: svn://10.0.0.236/trunk@49236 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 20:37:16 +00:00
gayatrib%netscape.com
a1e5130c35 profileManager dtd file
git-svn-id: svn://10.0.0.236/trunk@49235 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 20:34:32 +00:00
gayatrib%netscape.com
76b3bfa182 createProfileWizard dtd file
git-svn-id: svn://10.0.0.236/trunk@49234 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 20:33:45 +00:00
miodrag%netscape.com
16742a8bfa Fixed a bad link
git-svn-id: svn://10.0.0.236/trunk@49233 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 19:58:15 +00:00
dp%netscape.com
a0850d9ef2 Unloading of dlls on shutdown turned off.
git-svn-id: svn://10.0.0.236/trunk@49231 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 19:42:06 +00:00
gayatrib%netscape.com
e548be7488 makefile
git-svn-id: svn://10.0.0.236/trunk@49230 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 19:20:50 +00:00
gayatrib%netscape.com
5ba2ef7040 css file
git-svn-id: svn://10.0.0.236/trunk@49229 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 19:19:08 +00:00
briano%netscape.com
253e052ddb Fix for BSDI 3.0, specifically, but should help other platforms with shared library difficulties.
git-svn-id: svn://10.0.0.236/trunk@49228 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 19:15:20 +00:00
gayatrib%netscape.com
2c2d15418f profileManager javascript
git-svn-id: svn://10.0.0.236/trunk@49227 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 19:14:35 +00:00
gayatrib%netscape.com
b9759c1a63 createProfileWizard javascript
git-svn-id: svn://10.0.0.236/trunk@49226 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 19:13:50 +00:00
gayatrib%netscape.com
61839d15b0 profile ui
git-svn-id: svn://10.0.0.236/trunk@49225 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 19:12:56 +00:00
gayatrib%netscape.com
7d31f38ff7 profile manager window
git-svn-id: svn://10.0.0.236/trunk@49224 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 19:12:27 +00:00
gayatrib%netscape.com
8add2c71f8 profile ui
git-svn-id: svn://10.0.0.236/trunk@49223 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 19:04:57 +00:00
kipp%netscape.com
22068b2a42 new
git-svn-id: svn://10.0.0.236/trunk@49222 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 19:03:20 +00:00
gayatrib%netscape.com
b211b21d50 createProfileWizard ui
git-svn-id: svn://10.0.0.236/trunk@49221 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 19:02:49 +00:00
hangas%netscape.com
d340e786ed Fix for bug 14779. a=chofmann
git-svn-id: svn://10.0.0.236/trunk@49220 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 18:56:15 +00:00
selmer%netscape.com
2a772b01af remove extra free() call
git-svn-id: svn://10.0.0.236/trunk@49219 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 18:48:29 +00:00
ramiro%netscape.com
6aab11b9b6 NOT PART OF SEAMONKEY. Ressurect GtkMozilla again. Apparently mozilla
dont work no without no prefs.  Blessed by Mr. Shaver.


git-svn-id: svn://10.0.0.236/trunk@49217 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 18:03:17 +00:00
warren%netscape.com
4ed1f8c772 Made it handle CIDs of the form {fe04c8e6-501e-11d3-a527-0060b0fc04b7}.
git-svn-id: svn://10.0.0.236/trunk@49216 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 18:01:47 +00:00
tbogard%aol.net
5cc319a403 Changes to reflect changes made in XPCOM with respect to shutting down XPCOM. This is a test is not hooked to the code.
git-svn-id: svn://10.0.0.236/trunk@49215 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 17:55:02 +00:00
tbogard%aol.net
c802cd626d 1.) nsIEvent now has an attribute for isExitEvent(). This allows one to test if the current event represented by nsIEvent is a signal to exit the loop.
2.)  The various Run* routines were made more general.  This allowed me to move them completely within the nsCBaseLoop code rather than have them duplicated across the different Base Loop Typed classes.  This avoids the cut and pasting of code, that will probably be tweaked in the future.

3.)  To support the new Run* routines, I have added a RetrieveNextEvent and then a PlatformRetrieveNextEvent.  The first is implemented in nsCBaseLoop.  This was added to facilitate ordering of event retrieval in the near future (ie, pulling system events before normal events, or pulling PLEvents etc.)  The second function is one that platform code must override.  This is different for each loop type.  Basically this is supposed to be whatever it takes for a given implementation to pull the next event off the queue for the given loop type.  So in the Windows world, this function calls GetMessage() for the Thread and App loop types and then PeekMessage() with PM_REMOVE set for the Breath loop type.

This code is compiled but not used by the main build.  A=chofmann


git-svn-id: svn://10.0.0.236/trunk@49214 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 16:52:10 +00:00
kipp%netscape.com
d55eb1fa6c new
git-svn-id: svn://10.0.0.236/trunk@49213 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 14:38:20 +00:00
sspitzer%netscape.com
77a9b7acde fix more bugs with migration on the mac.
git-svn-id: svn://10.0.0.236/trunk@49212 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 11:40:33 +00:00
sspitzer%netscape.com
72d6224424 remove extra paren
git-svn-id: svn://10.0.0.236/trunk@49211 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 11:18:42 +00:00
sspitzer%netscape.com
9fd0969d93 get file prefs using GetFilePref() and not CopyCharPref(). that doesn't work on mac.
git-svn-id: svn://10.0.0.236/trunk@49210 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 11:16:51 +00:00
sspitzer%netscape.com
0e7524e548 more fixes for migration on the mac and various cleanup.
git-svn-id: svn://10.0.0.236/trunk@49209 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 11:16:18 +00:00
sspitzer%netscape.com
1b79234e68 fix migration on the mac.
mac thinks "" is the cwd.  curse it to hell!


git-svn-id: svn://10.0.0.236/trunk@49208 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 10:26:44 +00:00
sspitzer%netscape.com
639a65cf92 the attribute is a string, not a boolean.
git-svn-id: svn://10.0.0.236/trunk@49207 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 09:34:27 +00:00
sspitzer%netscape.com
a685cd2a88 comment out the dumps.
in the new profile xul, disable the buttons when they should be
and ignore clicks if the buttons are disabled.


git-svn-id: svn://10.0.0.236/trunk@49206 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 09:30:48 +00:00
sspitzer%netscape.com
34fa59f854 removed files: mozilla/xpfe/AppCores/src/nsJSProfileCore.cpp
git-svn-id: svn://10.0.0.236/trunk@49205 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 08:26:28 +00:00
sspitzer%netscape.com
85d48050a2 whoops, two quotes when there should be only one
git-svn-id: svn://10.0.0.236/trunk@49203 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 07:47:54 +00:00
sspitzer%netscape.com
9cfef060f4 whoops, accidentally checked this in.
git-svn-id: svn://10.0.0.236/trunk@49202 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 07:44:48 +00:00
sspitzer%netscape.com
f78e530dbc only build nsIProfile.idl now.
git-svn-id: svn://10.0.0.236/trunk@49201 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 07:41:40 +00:00
sspitzer%netscape.com
fcbb0a9c51 whoops. this is still needed, as it builds nsIProfile.idl
git-svn-id: svn://10.0.0.236/trunk@49200 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 07:40:55 +00:00
sspitzer%netscape.com
8441d2bccf this is gone.
git-svn-id: svn://10.0.0.236/trunk@49199 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 07:37:46 +00:00
sspitzer%netscape.com
afdc969f06 idlservices is gone, as is the profile appcore. #14999
git-svn-id: svn://10.0.0.236/trunk@49198 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 07:35:32 +00:00
sspitzer%netscape.com
1a4fea08a0 removed files: mozilla/xpfe/AppCores/src/nsProfileCore.cpp, mozilla/xpfe/AppCores/src/nsProfileCoreFactory.cpp
git-svn-id: svn://10.0.0.236/trunk@49197 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 07:31:40 +00:00
sspitzer%netscape.com
c35d818e4a fix for #14999. remove the profile appcore
git-svn-id: svn://10.0.0.236/trunk@49196 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 07:29:25 +00:00
sspitzer%netscape.com
e0d0de5e37 fix for #14686.
before, GetAccounts() [think getter for accounts] was upgrading which was
creating the default Local Mail account, which made the check in verifyAccounts()
fail to open the account wizard, since an account was created.
now we only upgrade prefs when explicitly told to do so.


git-svn-id: svn://10.0.0.236/trunk@49195 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 06:11:32 +00:00
idk%eng.sun.com
9ecaa9ed41 Implemented some methods for PlugletManagerImpl
git-svn-id: svn://10.0.0.236/trunk@49194 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 05:23:02 +00:00
sspitzer%netscape.com
0a6bef5448 fix some minor problems with the pref migration progress xul. #15042
get news migration back on UNIX, I accidentally broke it.


git-svn-id: svn://10.0.0.236/trunk@49193 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 05:12:42 +00:00
sspitzer%netscape.com
592f032442 use the NS_WITH_SERVICE macro. #15042
remove calls to toolkit appcore, as it is going away soon. #14999


git-svn-id: svn://10.0.0.236/trunk@49192 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 04:40:59 +00:00
hangas%netscape.com
e644efe8d2 Cleaned up usage of globalOverlay.xul, moved menu overlays into navigatorOveraly.xul which was the only place it was needed. a=chofmann
git-svn-id: svn://10.0.0.236/trunk@49191 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 04:40:15 +00:00
hangas%netscape.com
8ecbc7d4b1 Removed globalOverlay.xul which was not needed, slowed down opening the navigator window, and caused the Mac menu (from hiddenwindow) to have two Quit menu items. a=chofmann
git-svn-id: svn://10.0.0.236/trunk@49190 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 04:37:36 +00:00
briano%netscape.com
8e9ecbf318 Added CaptureRollupEvents to fix the Motif-specific breakage.
git-svn-id: svn://10.0.0.236/trunk@49189 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 04:29:59 +00:00
mcafee%netscape.com
75da349472 Ignore generated files.
git-svn-id: svn://10.0.0.236/trunk@49188 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 04:21:55 +00:00
sspitzer%netscape.com
0e64db6eec changes to get migration working on the mac again.
#15026, #14689


git-svn-id: svn://10.0.0.236/trunk@49187 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 04:10:19 +00:00
alecf%netscape.com
fad7c2429a implement SetTitle to fix bustage
git-svn-id: svn://10.0.0.236/trunk@49186 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 03:22:11 +00:00
briano%netscape.com
ef940b3e56 Fix for BSDI 3.0, specifically, but should help other platforms with shared library difficulties.
git-svn-id: svn://10.0.0.236/trunk@49185 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 03:16:38 +00:00
sspitzer%netscape.com
414b67e627 fix for #15054. pref migration progress dialog sizes to content now.
git-svn-id: svn://10.0.0.236/trunk@49184 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 03:01:53 +00:00
waterson%netscape.com
a6427388a2 Fix for Win32. (NOT part of the build.)
git-svn-id: svn://10.0.0.236/trunk@49183 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 02:38:46 +00:00
alecf%netscape.com
d3ae7bd261 fix xlib bustage by implementing SetTitle and CaptureRollupEvents
(xlib not part of the default build)


git-svn-id: svn://10.0.0.236/trunk@49182 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 02:25:20 +00:00
mcafee%netscape.com
cd3bd31e9e Checking for null pointer. r=pavlov
git-svn-id: svn://10.0.0.236/trunk@49181 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 01:46:58 +00:00
pavlov%netscape.com
a27e5441c4 work to get drawing done based on regions and not rects. remove unneeded code in nsBaseWidget and removed tabs. add InvalidateRegion() method to nsIWidget. did InvalidateRegion implimentation on unix. a=shaver r=beard
git-svn-id: svn://10.0.0.236/trunk@49180 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 01:31:41 +00:00
pavlov%netscape.com
b5bbc1919b work to get drawing done based on regions and not rects a=shaver r=beard
git-svn-id: svn://10.0.0.236/trunk@49179 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 01:28:03 +00:00
mcafee%netscape.com
091b0a01d1 Default for network.proxy.type=3 is undefined, using 1, direct internet connection. r=akkana
git-svn-id: svn://10.0.0.236/trunk@49178 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 01:27:32 +00:00
sspitzer%netscape.com
a874ecd7a2 got the logic backwards...
git-svn-id: svn://10.0.0.236/trunk@49177 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 01:20:48 +00:00
pavlov%netscape.com
fa4ffe0ab0 remove open="true" from the tasks menu r=hyatt so that it isn't pressed by default
git-svn-id: svn://10.0.0.236/trunk@49176 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 01:09:48 +00:00
sspitzer%netscape.com
47900cdcad fix crasher caused by calling ResetPrefs() more than once, which should be legal.
git-svn-id: svn://10.0.0.236/trunk@49175 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 01:08:03 +00:00
sspitzer%netscape.com
963742e804 whoops, forgot to StartUp prefs after ShutDown
git-svn-id: svn://10.0.0.236/trunk@49174 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 01:04:00 +00:00
dp%netscape.com
46956763a0 raptorview into component
git-svn-id: svn://10.0.0.236/trunk@49173 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 00:58:35 +00:00
hyatt%netscape.com
e30aa0ecb3 Fixing tree widget updating problem.
git-svn-id: svn://10.0.0.236/trunk@49171 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 00:57:46 +00:00
hyatt%netscape.com
47b05de572 Fixing tree widget updating problem (bienvenu).
git-svn-id: svn://10.0.0.236/trunk@49170 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 00:57:31 +00:00
sspitzer%netscape.com
e595e78e7d fixes for a bunch of bugs.
bug #15041: window comes up, and then resizes
bug #14600: play nice when the profile manager exists on the mac.
bug #13780: crash on winnt and linux when creating a new profile
bug #15042: clean up mozilla/profile code (more to come...)


git-svn-id: svn://10.0.0.236/trunk@49169 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 00:53:29 +00:00
dp%netscape.com
3c80610f68 raptorview into component
git-svn-id: svn://10.0.0.236/trunk@49168 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 00:52:36 +00:00
kipp%netscape.com
8d68528134 new
git-svn-id: svn://10.0.0.236/trunk@49167 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 00:50:17 +00:00
buster%netscape.com
30ef096e65 fixed bug 13887, caret in odd place at editor launch
a=chofmann, r=sfraser


git-svn-id: svn://10.0.0.236/trunk@49166 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 00:49:56 +00:00
kipp%netscape.com
3008d163f5 new
git-svn-id: svn://10.0.0.236/trunk@49165 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 00:44:47 +00:00
mjudge%netscape.com
2c13db81d8 aproved leaf. reviews sfraser. checking for null stopping crash
git-svn-id: svn://10.0.0.236/trunk@49164 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 00:13:19 +00:00
dp%netscape.com
d5fbf6d4a3 Removing pref and ifndef necko dlls from registration.
git-svn-id: svn://10.0.0.236/trunk@49163 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 23:57:15 +00:00
dp%netscape.com
c3d8fbedad Converting ViewFactory to nsIModule.
git-svn-id: svn://10.0.0.236/trunk@49162 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 23:55:05 +00:00
beard%netscape.com
192dfe7b53 fixing leaked nsIAppShell
git-svn-id: svn://10.0.0.236/trunk@49161 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 23:39:29 +00:00
beard%netscape.com
f85b21ee80 breaking cycle between crawler and browser window to fix a leak, using NS_WITH_SERVICE to manage metacharset service.
git-svn-id: svn://10.0.0.236/trunk@49160 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 23:39:03 +00:00
norris%netscape.com
df9854bffc Add example of classfile generation.
git-svn-id: svn://10.0.0.236/trunk@49159 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 23:21:01 +00:00
norris%netscape.com
55a4a7f1c5 Changes for classfile generation.
git-svn-id: svn://10.0.0.236/trunk@49158 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 23:17:29 +00:00
granrose%netscape.com
4d4899e55f improved batch copy performance, fixed bug <A HREF="show_bug.cgi?id=14558">14558</A>. a=leaf.
git-svn-id: svn://10.0.0.236/trunk@49157 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 23:02:06 +00:00
briano%netscape.com
5e91994666 No longer used. The 'real' one is in mozilla/build/autoconf.
git-svn-id: svn://10.0.0.236/trunk@49156 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 22:39:49 +00:00
terry%mozilla.org
06edf3a603 Patch by holger@holger.om.org (Holger Schurig) -- was displaying header twice in some cases.
git-svn-id: svn://10.0.0.236/trunk@49155 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 22:22:24 +00:00
ducarroz%netscape.com
4640ae5514 0 isn't equal to null!, fix for bug 14987. R=hangas,A=chofmann
git-svn-id: svn://10.0.0.236/trunk@49154 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 21:32:11 +00:00
dveditz%netscape.com
3d614afce1 Bugfix for 9604, 8138. r=cathleen, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@49153 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 21:28:03 +00:00
toshok%hungry.com
069a8dc046 ignore .deps files.
git-svn-id: svn://10.0.0.236/trunk@49152 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 21:26:38 +00:00
terry%mozilla.org
349911fc00 Patch by Markus Rex <msrex@suse.de> -- add a param to contorl whether to show quips.
git-svn-id: svn://10.0.0.236/trunk@49151 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 21:25:19 +00:00
despotdaemon%netscape.com
c289a81c11 Pseudo-automatic update of changes made by leaf@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@49150 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 21:24:29 +00:00
vidur%netscape.com
43e788c816 Fixed a leak of the observer service. This could also use NS_WITH_SERVICE. A: leaf R: shaver.
git-svn-id: svn://10.0.0.236/trunk@49149 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 21:14:01 +00:00
briano%netscape.com
5eb38c54db Automated update
git-svn-id: svn://10.0.0.236/trunk@49148 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 21:01:38 +00:00
hangas%netscape.com
a3f3ba18a8 New menu items now match the spec for navigator, mail, address book, and mail compose. Fixed navigator quit menu item to use global overlay. a=chofmann
git-svn-id: svn://10.0.0.236/trunk@49147 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 20:56:35 +00:00
troy%netscape.com
2379177245 Fix for bug #14959. Made sure that lines with floaters are also marked
dirty


git-svn-id: svn://10.0.0.236/trunk@49146 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 20:53:05 +00:00
valeski%netscape.com
32c780214c a=leaf, r=potts. fix for 12748, dotted quad and numeric hosts
git-svn-id: svn://10.0.0.236/trunk@49145 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 20:52:31 +00:00
cls%seawood.org
875e3d7a32 Approved by leaf.
Removed --enable-random-options and --enable-cross-compile options.  Set CROSS_COMPILE in the environment if you want to use the cross-compiling setup for now.

Gave into my pedantic side and cleaned up the help messages so that the output from --help actually looks reasonable.  For the curious, they are lined up on column 27.

Marked --disable-client-wallet & --disable-cookie-management as broken.


git-svn-id: svn://10.0.0.236/trunk@49144 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 20:47:51 +00:00
bienvenu%netscape.com
895eb5e109 fix purify error in imap startup bug #14724 a=chofmann
git-svn-id: svn://10.0.0.236/trunk@49143 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 20:04:34 +00:00
dougt%netscape.com
9eb4c99f11 adjusting pref names to match what we are exporting.
git-svn-id: svn://10.0.0.236/trunk@49142 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 19:58:06 +00:00
dougt%netscape.com
400dd96e60 bug fix for 14831.
git-svn-id: svn://10.0.0.236/trunk@49141 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 19:55:04 +00:00
waterson%netscape.com
1ee0832990 Fix AIX build bustage. a=chofmann
git-svn-id: svn://10.0.0.236/trunk@49140 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 19:19:44 +00:00
despotdaemon%netscape.com
73df84aa4a Pseudo-automatic update of changes made by chofmann@netscape.com.
git-svn-id: svn://10.0.0.236/trunk@49139 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 17:58:06 +00:00
beard%netscape.com
9062bea1a4 leaking nsIRegions in nsViewManager::ProcessPendingUpdates() when region is empty. Duh! Switched to nsCOMPtr.
git-svn-id: svn://10.0.0.236/trunk@49138 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 17:48:33 +00:00
rogerl%netscape.com
e2eb39f437 Better error handling for interpreter.
git-svn-id: svn://10.0.0.236/trunk@49137 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 17:47:51 +00:00
rogerl%netscape.com
9d23668623 Changes from Kurt Westerfield to improve error messages from Interpreter
by passing line/file data through bytecode.


git-svn-id: svn://10.0.0.236/trunk@49136 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 17:47:05 +00:00
rogerl%netscape.com
66e62f8b11 Stash originating source file for error reporting
git-svn-id: svn://10.0.0.236/trunk@49135 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 17:45:26 +00:00
despotdaemon%netscape.com
69fd18ba76 Pseudo-automatic update of changes made by leaf@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@49134 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 17:45:17 +00:00
rogerl%netscape.com
7d983f2350 ECMA 3 array length error handling.
git-svn-id: svn://10.0.0.236/trunk@49133 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 17:44:30 +00:00
rogerl%netscape.com
bdc0de911c Execute exec in the global scope.
git-svn-id: svn://10.0.0.236/trunk@49132 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 17:43:40 +00:00
rogerl%netscape.com
ab738e226a New tokens to support better error messages from Interpreter.
git-svn-id: svn://10.0.0.236/trunk@49131 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 17:43:07 +00:00
rogerl%netscape.com
f1024009ea Added -c <classpath> option to specify, you guessed it, a classpath.
git-svn-id: svn://10.0.0.236/trunk@49130 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 17:41:44 +00:00
despotdaemon%netscape.com
e4dc4218e9 Pseudo-automatic update of changes made by leaf@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@49129 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 17:39:32 +00:00
slamm%netscape.com
75033d3220 Add a command-line option to specify the source tree path.
git-svn-id: svn://10.0.0.236/trunk@49128 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 17:28:33 +00:00
valeski%netscape.com
da71bb6a85 removing dead file: a=leaf
git-svn-id: svn://10.0.0.236/trunk@49127 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 17:10:37 +00:00
kipp%netscape.com
b9d3dbcb92 Fixed shutdown crash found by warren
git-svn-id: svn://10.0.0.236/trunk@49126 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 16:33:05 +00:00
shaver%netscape.com
849a96453e unlock in fun_enumProperty, r,a=brendan
git-svn-id: svn://10.0.0.236/trunk@49125 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 08:24:36 +00:00
mcafee%netscape.com
1549be8cd1 Backing out latest change, apprunner menus were totally screwed up. a=shaver, r=ramiro,pavlov
git-svn-id: svn://10.0.0.236/trunk@49123 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 07:28:06 +00:00
beard%netscape.com
99d0031edc fixed a copy/paste bug that caused a bunch of nsCIDs to leak.
git-svn-id: svn://10.0.0.236/trunk@49122 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 07:15:43 +00:00
shaver%netscape.com
796d9f28d8 properly unlock object, preventing ugly crash with |if (foo in noFoo)|
git-svn-id: svn://10.0.0.236/trunk@49118 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 06:04:54 +00:00
mcafee%netscape.com
ec62b83cb4 Ignore generated files.
git-svn-id: svn://10.0.0.236/trunk@49117 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 05:47:31 +00:00
morse%netscape.com
06d21803f6 fix bug 14954 -- approved chofmann
git-svn-id: svn://10.0.0.236/trunk@49116 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 03:54:05 +00:00
shaver%netscape.com
cd3d51e117 Fix leak of native path in AutoRegisterComponents.
Save registry data for failed components.
Make the loader work again (fix suffix length and init crash).
Better error reporting.


git-svn-id: svn://10.0.0.236/trunk@49114 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 02:22:25 +00:00
pavlov%netscape.com
c6e59c1353 make menus partially dismiss on unix
git-svn-id: svn://10.0.0.236/trunk@49113 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 02:16:18 +00:00
beard%netscape.com
ecff93693e fixed leaks on Mac using GetUnicode() rather than ToNewUnicode(). Removed some warnings.
git-svn-id: svn://10.0.0.236/trunk@49112 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-27 01:27:15 +00:00
hyatt%netscape.com
3fe3c7cab1 Fixing XP menus on the Mac so that they paint properly, dismiss properly, etc.
git-svn-id: svn://10.0.0.236/trunk@49111 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-26 22:45:35 +00:00
mcafee%netscape.com
91e76aa58e Renamed to Makefile.linux to get this out of the way of autoconf's generated Makefile.
git-svn-id: svn://10.0.0.236/trunk@49110 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-26 21:46:34 +00:00
mcafee%netscape.com
a7898c0202 Moving Makefile out of the way of autoconf, saving this for stand-alone reasons for now.
git-svn-id: svn://10.0.0.236/trunk@49109 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-26 21:44:45 +00:00
dveditz%netscape.com
8964fd9cbf Make sure componentMgr calls NR_ShutdownRegistry(), fixing MLKs and registry corruption from unflushed registry buffers.
r=dp,a=chofmann


git-svn-id: svn://10.0.0.236/trunk@49108 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-26 21:20:21 +00:00
dveditz%netscape.com
6ab48b20df Fix assert exposed by fix for bug 14551 (eliminate registry leaks from component mgr). r=dp, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@49107 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-26 21:17:54 +00:00
troy%netscape.com
e5689ac462 Fixes for bug #2552 and bug #10961
git-svn-id: svn://10.0.0.236/trunk@49106 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-26 20:40:29 +00:00
mcafee%netscape.com
73049f4edd Making this document look like a Mozilla doc, minor clean-up.
git-svn-id: svn://10.0.0.236/trunk@49105 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-26 20:27:56 +00:00
bienvenu%netscape.com
e53626d004 fix mismatched deletes
git-svn-id: svn://10.0.0.236/trunk@49104 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-26 19:53:50 +00:00
bruce%cybersight.com
5d9e8ca354 Fix mismatched delete
git-svn-id: svn://10.0.0.236/trunk@49103 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-26 18:12:39 +00:00
dp%netscape.com
1743f40da9 Separating dll Shutdown from unload. Calling dll shutdown
unconditionally on NS_Shutdown.


git-svn-id: svn://10.0.0.236/trunk@49102 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-26 18:06:41 +00:00
dp%netscape.com
24f11a016d Passing down NS_Shutdown to Unloading of libraries.
git-svn-id: svn://10.0.0.236/trunk@49101 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-26 18:04:27 +00:00
dp%netscape.com
8845dc6f01 Adding NS_Shutdown.
git-svn-id: svn://10.0.0.236/trunk@49100 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-26 18:02:52 +00:00
warren%netscape.com
d207b714b6 Cleanup
git-svn-id: svn://10.0.0.236/trunk@49099 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-26 10:12:54 +00:00
warren%netscape.com
0e2f1323af Fixed NewChannel to not look up service twice
git-svn-id: svn://10.0.0.236/trunk@49098 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-26 10:11:36 +00:00
warren%netscape.com
9b9d036dae Fixed mismatched free
git-svn-id: svn://10.0.0.236/trunk@49097 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-26 10:09:59 +00:00
warren%netscape.com
ae8cbc1bba Fixed history state leak
git-svn-id: svn://10.0.0.236/trunk@49096 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-26 10:07:49 +00:00
warren%netscape.com
857e46c783 Fixed uninitialized variables
git-svn-id: svn://10.0.0.236/trunk@49095 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-26 10:07:16 +00:00
warren%netscape.com
6fbf464bce Refcounted case conversion service properly
git-svn-id: svn://10.0.0.236/trunk@49094 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-26 10:05:51 +00:00
warren%netscape.com
e057760aeb Cleaned up, using NS_WITH_SERVICE
git-svn-id: svn://10.0.0.236/trunk@49093 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-26 10:05:06 +00:00
warren%netscape.com
4ac4370b10 Cleanup
git-svn-id: svn://10.0.0.236/trunk@49092 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-26 10:04:36 +00:00
morse%netscape.com
a29836c5b5 fix signonviewer bugs 14703 and 14916, approved chofmann
git-svn-id: svn://10.0.0.236/trunk@49091 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-26 09:51:20 +00:00
morse%netscape.com
1bdfd20567 fix cookieviewer bugs 14703 and 14916, approved chofmann
git-svn-id: svn://10.0.0.236/trunk@49090 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-26 09:43:43 +00:00
morse%netscape.com
41b7aea095 fix bug 14145, approved chofmann
git-svn-id: svn://10.0.0.236/trunk@49089 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-26 09:38:07 +00:00
warren%netscape.com
f074880c8c Took out unused page manager.
git-svn-id: svn://10.0.0.236/trunk@49088 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-26 07:26:21 +00:00
warren%netscape.com
32346acda6 Fixed mismatched free problem.
git-svn-id: svn://10.0.0.236/trunk@49087 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-26 07:05:02 +00:00
warren%netscape.com
32eb182647 Fixed leaked path string.
git-svn-id: svn://10.0.0.236/trunk@49086 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-26 07:02:06 +00:00
warren%netscape.com
05db0355f5 Fixed leaked unicode strings.
git-svn-id: svn://10.0.0.236/trunk@49085 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-26 07:01:25 +00:00
kipp%netscape.com
f1aac39605 updated
git-svn-id: svn://10.0.0.236/trunk@49084 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-26 06:34:45 +00:00
kipp%netscape.com
34848ec596 new
git-svn-id: svn://10.0.0.236/trunk@49083 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-26 06:31:36 +00:00
kipp%netscape.com
e856ced272 Added in -MD
git-svn-id: svn://10.0.0.236/trunk@49082 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-26 06:31:28 +00:00
kipp%netscape.com
64b491a305 Whacked to support a graph display format
git-svn-id: svn://10.0.0.236/trunk@49081 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-26 06:31:18 +00:00
warren%netscape.com
511ad37285 Added Purify menu.
git-svn-id: svn://10.0.0.236/trunk@49080 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-26 05:52:24 +00:00
sfraser%netscape.com
5107d4d90a Remove NSStdLibStubs, since we're linking with NSStdLib anyway
git-svn-id: svn://10.0.0.236/trunk@49079 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-26 00:44:58 +00:00
sfraser%netscape.com
abb17596c3 Bug 14877 -- lib/xp removal; removed unneeded files. r sdagley, a chofmann.
git-svn-id: svn://10.0.0.236/trunk@49078 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-26 00:41:31 +00:00
sfraser%netscape.com
c742ddca64 Fix build bustage: remove some header files from the project
git-svn-id: svn://10.0.0.236/trunk@49077 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-26 00:37:14 +00:00
mjudge%netscape.com
12908f2dd0 fixes for M11 a=shaver r=cmanske. this will add 1 enumerator value to en enum in nsIFrame so dont be scared. this is for tweaking selection should not affect anyone outside of selection/editor
git-svn-id: svn://10.0.0.236/trunk@49076 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 23:33:02 +00:00
kipp%netscape.com
c90a800d5e More build bustage fixes
git-svn-id: svn://10.0.0.236/trunk@49075 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 22:11:08 +00:00
kipp%netscape.com
9d7ac0ce1c Fixed the throbber
git-svn-id: svn://10.0.0.236/trunk@49074 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 21:23:38 +00:00
kipp%netscape.com
2e7f77ea34 added files: mozilla/webshell/tests/viewer/nsThrobber.cpp
git-svn-id: svn://10.0.0.236/trunk@49073 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 21:17:02 +00:00
briano%netscape.com
1e40340ded Automated update
git-svn-id: svn://10.0.0.236/trunk@49072 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 20:46:28 +00:00
mcafee%netscape.com
d17714e739 Autoconfing leaky tool, cvs checkout mozilla/tools/leaky; ./configure --enable-leaky. a=shaver, r=kipp
git-svn-id: svn://10.0.0.236/trunk@49071 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 20:44:48 +00:00
terry%mozilla.org
b1c769b779 Don't send email notification of bug changes to people who aren't allowed to see that bug.
git-svn-id: svn://10.0.0.236/trunk@49070 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 20:35:52 +00:00
kipp%netscape.com
eced13e11d Removed throbber IID
git-svn-id: svn://10.0.0.236/trunk@49069 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 20:13:53 +00:00
kipp%netscape.com
c4f08c36ef new
git-svn-id: svn://10.0.0.236/trunk@49068 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 20:11:47 +00:00
kipp%netscape.com
5297c0603f Tidy up
git-svn-id: svn://10.0.0.236/trunk@49067 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 20:11:33 +00:00
kipp%netscape.com
de3f3202f5 shutdown xpcom and the image library to help leak anlaysis
git-svn-id: svn://10.0.0.236/trunk@49066 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 20:10:59 +00:00
kipp%netscape.com
45e14c92c2 Switch to local throbber
git-svn-id: svn://10.0.0.236/trunk@49065 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 20:10:29 +00:00
kipp%netscape.com
05ab1330f0 Removed throbber from registry setup
git-svn-id: svn://10.0.0.236/trunk@49064 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 20:10:02 +00:00
kipp%netscape.com
3c9bee70c0 removed files: mozilla/webshell/src/nsThrobber.cpp
git-svn-id: svn://10.0.0.236/trunk@49063 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 20:09:52 +00:00
kipp%netscape.com
077d45a656 Removed throbber from factory
git-svn-id: svn://10.0.0.236/trunk@49062 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 20:08:52 +00:00
kipp%netscape.com
d481cc3f34 Don't build nsThrobber - its moved
git-svn-id: svn://10.0.0.236/trunk@49061 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 20:08:40 +00:00
kipp%netscape.com
d37c5bc446 Don't export nuked nsIThrobber
git-svn-id: svn://10.0.0.236/trunk@49060 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 20:08:21 +00:00
kipp%netscape.com
4cc8490c48 Init all variables, not just some of them
git-svn-id: svn://10.0.0.236/trunk@49059 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 20:07:20 +00:00
kipp%netscape.com
2f8faa4f89 Removed most of the static ctors
git-svn-id: svn://10.0.0.236/trunk@49058 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 20:05:51 +00:00
kipp%netscape.com
8655fee7af Added FlushCache method
git-svn-id: svn://10.0.0.236/trunk@49057 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 20:04:54 +00:00
kipp%netscape.com
d7292ad63a Removed NECKO ifdefs
git-svn-id: svn://10.0.0.236/trunk@49056 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 20:04:12 +00:00
kipp%netscape.com
4977691c95 tweaked
git-svn-id: svn://10.0.0.236/trunk@49055 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 20:02:40 +00:00
kipp%netscape.com
1c2316c404 removed files: mozilla/modules/libimg/jpgcom/nsJPGCallback.cpp
git-svn-id: svn://10.0.0.236/trunk@49054 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 20:02:03 +00:00
kipp%netscape.com
1a6a84c1aa Fixed a leak; added some debug noise for me; added cache flushing code
git-svn-id: svn://10.0.0.236/trunk@49053 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 20:00:17 +00:00
kipp%netscape.com
7a716df69f Eliminate compiler warnings
git-svn-id: svn://10.0.0.236/trunk@49052 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 19:59:42 +00:00
kipp%netscape.com
5e2494fd87 tidy
git-svn-id: svn://10.0.0.236/trunk@49051 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 19:59:10 +00:00
kipp%netscape.com
833a541668 Added IL_FlushCache
git-svn-id: svn://10.0.0.236/trunk@49050 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 19:59:01 +00:00
kipp%netscape.com
4490f4a525 removed
git-svn-id: svn://10.0.0.236/trunk@49049 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 19:58:46 +00:00
kipp%netscape.com
fe21208330 Removed obsolete file from the build
git-svn-id: svn://10.0.0.236/trunk@49048 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 19:58:39 +00:00
troy%netscape.com
c6865f1b10 Optimized PrepareResizeReflow() so it doesn't mark lines dirty if they don't need
to be reflowed


git-svn-id: svn://10.0.0.236/trunk@49047 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 16:50:45 +00:00
waterson%netscape.com
66b5b9d17e Bug 14911. Revert sloppy checkin. The 'DocumentWillBeDestroyed' stuff was never meant to get checked in. It piggy-backed onto another bug fix; I wasn't careful.
git-svn-id: svn://10.0.0.236/trunk@49046 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 16:29:22 +00:00
beard%netscape.com
6274b5bb2a Fixed looking up 'length' property in Function objects: needed to look up prototype chain for zero arguments. Cleaned up some more, always storing Boolean.TRUE in local hash tables, rather than the method, methodKey or methodName.
git-svn-id: svn://10.0.0.236/trunk@49044 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 09:24:23 +00:00
warren%netscape.com
e39d4d6d84 Fixed bug#14863 Network buffer size too large
git-svn-id: svn://10.0.0.236/trunk@49043 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 08:54:45 +00:00
mcafee%netscape.com
6044c97cd4 Ignore generated files.
git-svn-id: svn://10.0.0.236/trunk@49042 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 08:28:20 +00:00
mcafee%netscape.com
9de60d3ca0 Autoconf version of Makefile, a=smfr. Not part of default build.
git-svn-id: svn://10.0.0.236/trunk@49041 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 08:23:19 +00:00
beard%netscape.com
3750775dd6 Added ClassSignature, a key for caching generated adapter classes. Now passing superName, rather than superClass to constructor generation methods.
git-svn-id: svn://10.0.0.236/trunk@49040 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 08:11:24 +00:00
mcafee%netscape.com
d94da44084 Adding typedefs for u_long, u_int for porting reasons. a=smfr, not part of default build.
git-svn-id: svn://10.0.0.236/trunk@49038 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 07:09:15 +00:00
despotdaemon%netscape.com
a5340294c1 Pseudo-automatic update of changes made by dmose@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@49037 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 07:05:48 +00:00
alecf%netscape.com
dc8d333362 oops, thought I was on my branch. backing out
git-svn-id: svn://10.0.0.236/trunk@49034 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 06:25:32 +00:00
alecf%netscape.com
c947a441fd first cleanup of RDF DOMDataSource in preparation for adding document observers
git-svn-id: svn://10.0.0.236/trunk@49032 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 06:21:21 +00:00
peterl%netscape.com
2071e2324e fix bug 5458 - made ApplyRenderingChangeToTree handle overflow content
as well as floaters and positioned children
also improved handling of view invalidation and syncing
removed warning
approved chofman


git-svn-id: svn://10.0.0.236/trunk@49031 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 05:02:52 +00:00
peterl%netscape.com
b95e9d0e3a remove warnings
fix bug 10007 - when style change needs to regenerate frame do not set new context into frame
approved chofman


git-svn-id: svn://10.0.0.236/trunk@49030 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 05:00:41 +00:00
sfraser%netscape.com
3c8c71f353 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@49029 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 04:11:13 +00:00
hyatt%netscape.com
217ea22816 Fix for bug 11266 on Windows and mac. making xp menus go away.
git-svn-id: svn://10.0.0.236/trunk@49028 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 03:39:35 +00:00
akhil.arora%sun.com
c2212f740d just keeping up with changes in nsWebShell.cpp
git-svn-id: svn://10.0.0.236/trunk@49027 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 03:36:04 +00:00
idk%eng.sun.com
ab18209f8a Add Registry class for storing information about java-c++
objects binding


git-svn-id: svn://10.0.0.236/trunk@49026 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 02:53:56 +00:00
pavlov%netscape.com
8834096222 move the toolbars above the sidebar r=hyatt a=brendan
git-svn-id: svn://10.0.0.236/trunk@49025 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 02:53:55 +00:00
briano%netscape.com
c30b92936c SunOS4-specific fix. If SUNOS4 is defined, we need to include unistd.h for SEEK_SET and friends.
git-svn-id: svn://10.0.0.236/trunk@49024 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 02:49:00 +00:00
akhil.arora%sun.com
143c1894fc Denis Sharypov <sdv@sparc.spb.su> implemented DOMExceptions
git-svn-id: svn://10.0.0.236/trunk@49023 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 02:35:56 +00:00
akhil.arora%sun.com
a3615e55f8 fix solaris makefiles
git-svn-id: svn://10.0.0.236/trunk@49022 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 01:45:46 +00:00
beard%netscape.com
60fa791547 Fixed generateSuper when override has void return type.
git-svn-id: svn://10.0.0.236/trunk@49021 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 01:37:32 +00:00
briano%netscape.com
b7c0364ed2 Automated update
git-svn-id: svn://10.0.0.236/trunk@49020 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 01:01:26 +00:00
briano%netscape.com
7a1822fc7d SCO-specific addition to fix some of the nsCOMPtr.h breakage.
git-svn-id: svn://10.0.0.236/trunk@49019 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 00:58:03 +00:00
waterson%netscape.com
905d7bd1da Bug 14896. Add regviewer to mac build. a=chofmann
git-svn-id: svn://10.0.0.236/trunk@49018 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 00:51:59 +00:00
briano%netscape.com
123caeef67 SCO-specific fix. Approved by chofmann.
git-svn-id: svn://10.0.0.236/trunk@49017 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 00:38:13 +00:00
varada%netscape.com
35bf881b64 New cck.che file with the references to netscape 2000 removed
git-svn-id: svn://10.0.0.236/trunk@49016 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 00:08:16 +00:00
pnunn%netscape.com
4795faf5f3 fix for bug #13048. Patch contributed by Adam Moss and BeanySly.
git-svn-id: svn://10.0.0.236/trunk@49015 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 23:20:21 +00:00
cathleen%netscape.com
93a5083876 fix logging problem, using Append instead of SetCharAt, which doesn't work
for empty str.


git-svn-id: svn://10.0.0.236/trunk@49014 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 23:04:51 +00:00
hangas%netscape.com
0ade1185d1 a=chofmann r=hyatt,jefft Cleaned up File and Edit menus for navigator and mail, fixed 14837, fixed 14255. Moved menu from navagator.xul and hiddenwindow.xul into navigatorOverlay.xul. Created global 'New" menu.
git-svn-id: svn://10.0.0.236/trunk@49013 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 23:03:40 +00:00
despotdaemon%netscape.com
78e08554a9 Pseudo-automatic update of changes made by endico@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@49012 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 23:03:03 +00:00
putterman%netscape.com
3d7ff9d3d0 Fix for bugs 14786 and 13727. Fix leaking nsIServiceManager and datasources. Approved by chofmann
and reviewed by alecf.


git-svn-id: svn://10.0.0.236/trunk@49011 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 21:59:45 +00:00
ftang%netscape.com
5998553524 fix bug 14736, reviewed by tague
git-svn-id: svn://10.0.0.236/trunk@49010 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 21:52:11 +00:00
ftang%netscape.com
f76321309a fix bug 14802. reviewed by harishd.
git-svn-id: svn://10.0.0.236/trunk@49009 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 21:50:49 +00:00
ftang%netscape.com
8b7f1cf9c7 fix bug 14802, reviewed by harishd
git-svn-id: svn://10.0.0.236/trunk@49008 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 21:50:48 +00:00
briano%netscape.com
d61d3223bb Added a newline to the end of the file. Fix for Unix native compiler builds.
git-svn-id: svn://10.0.0.236/trunk@49007 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 21:47:16 +00:00
mscott%netscape.com
7aa73333f3 Bug #14813 --> we are leaking nsIURIs that went through SetNewDocument and GetPrincipal. I also took out a few
necko #ifdefs' while I was here.
r=vidur, a=leaf.


git-svn-id: svn://10.0.0.236/trunk@49006 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 21:06:01 +00:00
norris%netscape.com
9ac59bacd6 Shorten name to make Mac developers happy.
git-svn-id: svn://10.0.0.236/trunk@49005 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 21:05:41 +00:00
mscott%netscape.com
ca3ddf1f71 Bug #14813 --> we are leaking all nsIURI's that go through here. Using a nsCOMPtr fixes the leak.
r=vidur, a=leaf.


git-svn-id: svn://10.0.0.236/trunk@49004 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 21:03:58 +00:00
sspitzer%netscape.com
297024319a fix some pref migration problems (on the Mac) and fix URI parsing code.
this fixes part or all of the following bugs:   #14619 #14689 #14591
a=leaf, r=jefft


git-svn-id: svn://10.0.0.236/trunk@49003 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 20:42:46 +00:00
norris%netscape.com
8d83a6f90d Patches from Kurt Westerfeld for JavaScript property access to JavaBeans.
Subject:
        Re: [Fwd: [Bug 13658] Changed - Rhino: null pointer exception on class with duplicate field/method]
   Date:
        Mon, 13 Sep 1999 20:57:32 -0400
   From:
        "Kurt Westerfeld" <kurt@westerfeld.com>
     To:
        "Norris Boyd" <norris@netscape.com>




I do have a patch for this, but it is intermixed with some other changes
that I have implemented for the get/set on Java instances (per my LC3
proposal).  The bug requires changes that are a little involved actually;
basically it seems that when getting the default value for a "field and
methods" (which combines the same-named entities), the prototype of the
parent scope is deref-ed, and the parent scope is null.  Hence, the scope
must be passed into the the cloned field and method values.

Also, the NativeJavaClass implementation passed "false" for isStatic on the
constructor of the FieldAndMethods Hashtable, which results in classes
having instance methods.  Bad.  I haven't filed a bug on that yet.
Additionally, I fixed a couple other NullPointerException nigglies thrown in
when exceptions are propagated in the same area.  Finally, when getting the
default value for the field, it is helpful to convert a Scriptable to string
when that is requested (as when typing in the console).

I am attaching the changed files.  The LC3++ code can be removed if you
want, which I can do for you but it will take a little longer.  What is your
preference?

-----Original Message-----
From: Norris Boyd <norris@netscape.com>
To: Kurt Westerfeld <kurt@westerfeld.com>
Date: Monday, September 13, 1999 4:54 PM
Subject: [Fwd: [Bug 13658] Changed - Rhino: null pointer exception on class
with duplicate field/method]


>Kurt,
>
>Is this the bug that your patch fixes?
>
>Thanks,
>Norris
>


git-svn-id: svn://10.0.0.236/trunk@49002 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 20:41:43 +00:00
waterson%netscape.com
adfca74bf9 Fix mac build bustage.
git-svn-id: svn://10.0.0.236/trunk@49001 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 20:39:26 +00:00
norris%netscape.com
63f9f43324 Remove '.js' from SECTION.
git-svn-id: svn://10.0.0.236/trunk@49000 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 20:16:55 +00:00
mcafee%netscape.com
3d38b60dab Adding single quotes so that pref-appearance.xul gets loaded properly (14663). a=leaf, r=akkana
git-svn-id: svn://10.0.0.236/trunk@48999 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 20:15:49 +00:00
akkana%netscape.com
e56093a25c 14862: Send proper triple-click count on Linux. a=leaf/r=pavlov
git-svn-id: svn://10.0.0.236/trunk@48998 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 20:08:53 +00:00
norris%netscape.com
734180f200 Propagate files from old netscape code.
git-svn-id: svn://10.0.0.236/trunk@48997 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 20:05:59 +00:00
waterson%netscape.com
a82ecc3d56 Bug 14754. Shore up unregistration; verify that datasource matches URI to be unregistered. Be 'quiet' if it doesn't.
git-svn-id: svn://10.0.0.236/trunk@48996 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 19:54:36 +00:00
waterson%netscape.com
9b9498aa71 Bug 14755. Guard against multiple simlutaneous 'Refresh()' calls issuing several URL loads. r=rjc, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@48995 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 19:52:42 +00:00
waterson%netscape.com
ce199baf45 Bug 14754. Support '.database' attribute on HTML elements. Fix ref='...' support for HTML templates. r=rjc, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@48994 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 19:49:15 +00:00
waterson%netscape.com
898dd42e07 Bug 14752. Support '.database' attribute on HTML elements. Fix ref='...' support for HTML templates. r=rjc, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@48993 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 19:49:12 +00:00
nisheeth%netscape.com
e0adc95ff5 a=chofmann, all changes are within an ifdef and are not being built by default
- Add ifdefs around the contents of the header file so that it doesn't get included multiple times.
- Change RAPTOR_STOPWATCH_TRACE macro to use a printf rather than NSPR logs until I figure out why the log isn't working.


git-svn-id: svn://10.0.0.236/trunk@48992 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 19:30:54 +00:00
nisheeth%netscape.com
a511a1d64d a=chofmann. If MOZ_PERF is defined in the environment, set up the RAPTOR_PERF_METRICS compiler define for windows.
git-svn-id: svn://10.0.0.236/trunk@48991 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 19:26:00 +00:00
terry%mozilla.org
d8dc2f6fd7 Patch by holger@holger.om.org (Holger Schurig) -- more fixups to put proper header on pages.
git-svn-id: svn://10.0.0.236/trunk@48990 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 19:15:51 +00:00
robinf%netscape.com
51227d7592 removed product name references; fixed WinNt widget display bugs
git-svn-id: svn://10.0.0.236/trunk@48989 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 18:59:51 +00:00
slamm%netscape.com
9a15e8827b Add back extra columns within comments. No bug number (they are just comments). a=chofmann.
git-svn-id: svn://10.0.0.236/trunk@48988 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 18:56:51 +00:00
robinf%netscape.com
7c18b170ef edited text in New Configuration dialog per Bijal's comments; removed last paragraph.
git-svn-id: svn://10.0.0.236/trunk@48987 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 18:54:13 +00:00
norris%netscape.com
78fc4f7d32 Implement the "cast" of java class objects so that js objects in java adapters can
use 'this' for the implemented java interface.


git-svn-id: svn://10.0.0.236/trunk@48986 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 18:20:08 +00:00
slamm%netscape.com
3d6daf3a60 Send stocks privately. A number of people including me would rather not see the stock number flying by all the time.
git-svn-id: svn://10.0.0.236/trunk@48985 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 18:19:01 +00:00
beard%netscape.com
027ec65e17 Added "generateSuper" which generates a method called "super$method()" which when called calls "super.method()." This is provided to support full sub-classing of Java classes from JavaScript.
git-svn-id: svn://10.0.0.236/trunk@48984 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 18:17:05 +00:00
ducarroz%netscape.com
74601c8d5d Need to populate personal addressbook
Fix for bug 14568, R=mscott, A=chofmann


git-svn-id: svn://10.0.0.236/trunk@48983 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 17:38:49 +00:00
kipp%netscape.com
02327da0cf Refixed bug #10496 - a=choffman, r=troy
git-svn-id: svn://10.0.0.236/trunk@48982 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 17:23:33 +00:00
troy%netscape.com
f439c3f2b4 Fix for bug #14814. Changed GetFloaterContainingBlock() to also check for floated
or absolutely positioned inline elements


git-svn-id: svn://10.0.0.236/trunk@48981 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 17:14:19 +00:00
beard%netscape.com
594e0d302c added a prototype field, so that a wrapped JavaAdapter can preserve the delegate object's original prototype chain.
git-svn-id: svn://10.0.0.236/trunk@48980 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 16:52:23 +00:00
beard%netscape.com
35b28d6457 setAdapterProto: now splices in wrapper's prototype, rather than replacing object's original prototype chain. seems to work fine.
git-svn-id: svn://10.0.0.236/trunk@48979 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 16:51:25 +00:00
leaf%mozilla.org
f8376e3567 removing cmd/macfe; both sfraser and pinkerton confirm we don't need it.
git-svn-id: svn://10.0.0.236/trunk@48978 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 16:35:42 +00:00
dcone%netscape.com
181ceff44c Added a Release.. to fix a leak
git-svn-id: svn://10.0.0.236/trunk@48977 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 13:49:12 +00:00
dcone%netscape.com
b24a03891e Took out some Addrefs, causing leaks
git-svn-id: svn://10.0.0.236/trunk@48976 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 13:48:40 +00:00
nisheeth%netscape.com
351d8f1643 Use NSPR logging rather than printf's for stopwatch output.
git-svn-id: svn://10.0.0.236/trunk@48975 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 08:57:36 +00:00
nisheeth%netscape.com
bf42b552d5 a=chofmann. Add NSPR logging facilities to the stopwatch code. Make Print() dump stopwatch info to the NSPR log. Set NSPR_LOG_MODULES=gecko_timing:1 in your environment to get timing logs printed to the file specified in the NSPR_LOG_FILE environment variable.
git-svn-id: svn://10.0.0.236/trunk@48974 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 08:39:43 +00:00
nisheeth%netscape.com
b6b8bf59c1 Move the message that announces that time is being measured for layout processes from the content sink to the webshell.
git-svn-id: svn://10.0.0.236/trunk@48973 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 07:19:44 +00:00
nisheeth%netscape.com
0b3c75b092 a=chofmann. Include time spent in ProbePseudoStyleFor() in time measurement of style resolution.
git-svn-id: svn://10.0.0.236/trunk@48972 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 07:16:20 +00:00
nisheeth%netscape.com
f622365890 Stop printing out the total time measurement in the parser. Do this measurement up in the webshell.
git-svn-id: svn://10.0.0.236/trunk@48971 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 07:14:42 +00:00
nisheeth%netscape.com
afade16145 a=chofmann. Add a stopwatch to measure total (layout+page load) time in the webshell.
git-svn-id: svn://10.0.0.236/trunk@48970 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 07:13:39 +00:00
mscott%netscape.com
036b0fe6dd Bug #14816 --> we were leaking a nsIPrincipal object in AddScriptEventListener which could be remedied using a nsCOMPtr.
Also clean up for insufficient rv useage, un-commoned JSPRINCIPALS_DROP and improving the control flow for readability.

These changes are actually Brendan's...i'm checking this in on his behalf.
r=mscott. a=brendan


git-svn-id: svn://10.0.0.236/trunk@48969 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 06:49:33 +00:00
dp%netscape.com
5bdd1188d8 Releasing servMgr if one is passed in to match NS_InitXPCOM()
git-svn-id: svn://10.0.0.236/trunk@48968 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 06:26:17 +00:00
mscott%netscape.com
b984d23c63 Bug #14815 --> fix some ref counting problems between nsJSPrincipal and nsCodebasePrincipal. nsCodeBasePrinciapl
was always getting leaked. And since it held onto the document's nsIURI, our uri's were getting leaked to.
r=brendan,a=chofmann.


git-svn-id: svn://10.0.0.236/trunk@48967 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 06:18:55 +00:00
dp%netscape.com
13c49140b0 Removing unused servMgr.
git-svn-id: svn://10.0.0.236/trunk@48966 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 06:07:19 +00:00
dp%netscape.com
c0b29522e2 Removing unused servicemanager in Init and Shudown XPCOM.
git-svn-id: svn://10.0.0.236/trunk@48965 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 06:05:28 +00:00
pinkerton%netscape.com
d9aad24d74 remove references to cmd/macfe in the access paths.
git-svn-id: svn://10.0.0.236/trunk@48964 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 05:56:50 +00:00
waterson%netscape.com
adbbff32b3 Bug 11661. Fix <menu> templates to include <menupopup> children.
git-svn-id: svn://10.0.0.236/trunk@48963 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 05:44:04 +00:00
waterson%netscape.com
a6bb4901f0 Bug 11661. Make nsPopupMenuFrame override DidReflow() because we want to do our own special view management. Fix nsMenuFrame::Dirty() to compute the correct 'incrementalChild'.
git-svn-id: svn://10.0.0.236/trunk@48962 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 05:22:55 +00:00
sfraser%netscape.com
9dec935cc2 Fix for 14804 -- make double-click handling better. r pierre, a chofmann.
git-svn-id: svn://10.0.0.236/trunk@48961 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 04:52:04 +00:00
pinkerton%netscape.com
d24760358a fix for bug #14782 (reflowing window chrome mousing over links with long urls). rev sdagley, appr chofmann.
git-svn-id: svn://10.0.0.236/trunk@48960 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 04:45:16 +00:00
idk%eng.sun.com
6e4e777b7d Removed hack for jdk
updated readme file


git-svn-id: svn://10.0.0.236/trunk@48959 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 04:12:09 +00:00
idk%eng.sun.com
cbb9784ee6 Added PlugletPolicy class.
Granted AllPermissions for each pluglet


git-svn-id: svn://10.0.0.236/trunk@48958 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 04:10:00 +00:00
troy%netscape.com
ece0f48531 Fix for bug #14737. Made sure that captionFrame is initialized before
we use it


git-svn-id: svn://10.0.0.236/trunk@48957 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 03:15:49 +00:00
mscott%netscape.com
1949443bf0 fix build bustage for dp.
git-svn-id: svn://10.0.0.236/trunk@48956 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 02:52:46 +00:00
nisheeth%netscape.com
5ad59bd30b bug 13630, r=troy, a=leaf, Added a null check to prevent a crash.
git-svn-id: svn://10.0.0.236/trunk@48955 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 01:58:32 +00:00
wtc%netscape.com
2b566763b1 Bugzilla bug #14603: simple fix for OpenVMS contributed by Colin Blake
<colin@theblakes.com>.


git-svn-id: svn://10.0.0.236/trunk@48954 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 01:55:12 +00:00
dp%netscape.com
1b795f0d0d Assertion to ensure proper xpcom shutdown.
git-svn-id: svn://10.0.0.236/trunk@48953 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 01:40:18 +00:00
dp%netscape.com
339b69262a Fixing jsloader not to hold reference to component manager. (shaver)
Some initialization of members and checking at desctruction. (dp)


git-svn-id: svn://10.0.0.236/trunk@48952 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 01:37:44 +00:00
gordon%netscape.com
cfb286eda3 Add data.mcp and dataIDL.mcp to buildlist for bug#13697 and #8649. Reviewed by warren, approved by chofmann.
git-svn-id: svn://10.0.0.236/trunk@48951 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 00:47:30 +00:00
gordon%netscape.com
eb39c18d12 Change target directory for xpt file. For bug#13697. Reviewed by Warren, approved by chofmann.
git-svn-id: svn://10.0.0.236/trunk@48950 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 00:46:00 +00:00
pavlov%netscape.com
8c1322c734 remove printfs
git-svn-id: svn://10.0.0.236/trunk@48949 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 00:37:58 +00:00
pavlov%netscape.com
759b32f8ab fix for 13140, make painting on linux not suck. a=leaf r=ramiro i=rule
git-svn-id: svn://10.0.0.236/trunk@48947 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 00:36:00 +00:00
selmer%netscape.com
96e796121b Need to fix up inits of NODE structures
git-svn-id: svn://10.0.0.236/trunk@48946 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 00:25:10 +00:00
cmanske%netscape.com
2204f30a76 Fixed M11 bugs 14720 and 10666 (a=chofmann), bug 11097 (a=leaf). All approved by buster (Steve Clark)
git-svn-id: svn://10.0.0.236/trunk@48945 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 00:25:01 +00:00
alecf%netscape.com
39f15ec51f fix for #14699, history tree should be inside divs r=waterson, a=leaf
git-svn-id: svn://10.0.0.236/trunk@48944 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-24 00:13:02 +00:00
vidur%netscape.com
0b80e52b07 global object no longer has an unused constructor.
git-svn-id: svn://10.0.0.236/trunk@48943 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 23:52:09 +00:00
vidur%netscape.com
78991379e5 Fixed setTimeout bustage with the introduction of nsIScriptContext::CallFunction
git-svn-id: svn://10.0.0.236/trunk@48942 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 23:51:38 +00:00
sfraser%netscape.com
b1c66fccb7 Fix for bug 14640 -- unregister the selection listener when we get more than one reload in the editor. coded buster, r sfraser, a leaf.
git-svn-id: svn://10.0.0.236/trunk@48941 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 23:46:23 +00:00
terry%mozilla.org
6f09793705 The port to perl caused this to generate times several hours off (due to timezone follies).
git-svn-id: svn://10.0.0.236/trunk@48940 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 23:34:59 +00:00
beard%netscape.com
4a6bc220ae bug #7774: added SetViewAutoZIndex to support CSS2 auto z-indexing. a=leaf, r=troy
git-svn-id: svn://10.0.0.236/trunk@48939 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 23:26:57 +00:00
beard%netscape.com
bbdb98bf69 bug #7774: added SetViewAutoZIndex to support CSS2 auto z-indexing. bug# 14601: assertion cleanup, using #ifdef instead of if (gsDebug). a=leaf, r=troy
git-svn-id: svn://10.0.0.236/trunk@48938 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 23:26:55 +00:00
beard%netscape.com
0193ba8474 bug #7774: added new bit NS_VIEW_PUBLIC_FLAG_AUTO_ZINDEX, SetAutoZIndex/GetAutoZIndex to support CSS2 auto z-indexing. a=leaf, r=troy
git-svn-id: svn://10.0.0.236/trunk@48937 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 23:26:54 +00:00
beard%netscape.com
82a6ffbec0 bug #10503: override SetZIndex to propagate to child views. a=leaf, r=troy
git-svn-id: svn://10.0.0.236/trunk@48936 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 23:26:49 +00:00
beard%netscape.com
5ead22a8f0 bug #6251: added UpdateAllViews(PRUint32 aUpdateFlags), which will force a complete refresh of all views owned by an nsIViewManager. a=leaf, r=troy
git-svn-id: svn://10.0.0.236/trunk@48935 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 23:26:47 +00:00
pinkerton%netscape.com
54f4033ebb don't invalidate the control if it's already enabled. (rev sfraser/appr leaf)
git-svn-id: svn://10.0.0.236/trunk@48934 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 23:26:37 +00:00
beard%netscape.com
677002e392 bug #10503: added SetZIndex & GetZIndex. a=leaf, r=troy
git-svn-id: svn://10.0.0.236/trunk@48933 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 23:26:25 +00:00
gordon%netscape.com
59e19a69f5 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@48932 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 23:25:14 +00:00
rogerl%netscape.com
eb09a8178e New error for wacky array lengths, ECMA 3
git-svn-id: svn://10.0.0.236/trunk@48931 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 23:19:00 +00:00
cbegle%netscape.com
ab0340f19f update script to report an error if no tests passed.
git-svn-id: svn://10.0.0.236/trunk@48930 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 23:00:38 +00:00
cbegle%netscape.com
b6325dcb92 just changing the section name so it doesn't break norris's script.
git-svn-id: svn://10.0.0.236/trunk@48929 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 22:59:20 +00:00
putterman%netscape.com
c46467d214 Fix for 14386. Prevent memory corruption when opening and closing an account.
Approved = leaf. Reviewed -= karnaze.


git-svn-id: svn://10.0.0.236/trunk@48928 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 22:44:47 +00:00
terry%mozilla.org
6bba05c906 Need to quote "@" in double-quoted perl strings.
git-svn-id: svn://10.0.0.236/trunk@48927 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 22:21:30 +00:00
briano%netscape.com
c910ae0f3b QNX-specific fix.
git-svn-id: svn://10.0.0.236/trunk@48926 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 22:08:49 +00:00
mcafee%netscape.com
afe3584ce5 Casting arguments to gdk_property_change() to make some non-Linux platforms happier. r=slamm, a=leaf
git-svn-id: svn://10.0.0.236/trunk@48925 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 21:43:04 +00:00
terry%mozilla.org
4dfcaabdb5 Patch by Tom Schutter <tom@platte.com> -- set component to 'GNATS Import' instead of $product
git-svn-id: svn://10.0.0.236/trunk@48924 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 21:35:29 +00:00
briano%netscape.com
0b97797e2f Fixed for compilers that don't permit a comma at the end of an enum list.
git-svn-id: svn://10.0.0.236/trunk@48923 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 21:30:07 +00:00
harishd%netscape.com
16c41b22bc Fix for bug 14767.
[A] chofmann [R] nisheeth


git-svn-id: svn://10.0.0.236/trunk@48922 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 21:26:40 +00:00
putterman%netscape.com
bc9bc357be Fix for 13815. Implement OnContentInserted. Approved by chofmann and reviewed by hyatt.
git-svn-id: svn://10.0.0.236/trunk@48921 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 21:11:02 +00:00
norris%netscape.com
15b6d9b0f8 Fix some Array tests in the ecma suite.
git-svn-id: svn://10.0.0.236/trunk@48920 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 20:37:56 +00:00
mark.lin%eng.sun.com
aba416501a Took out the debug panel which appears whenever System.out messages are
displayed. Also took out my SwingPeers stuff, as it's now obsolete.


git-svn-id: svn://10.0.0.236/trunk@48919 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 20:36:16 +00:00
nhotta%netscape.com
d3ab0aec0f fix for #14621. r=ftang, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@48918 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 19:53:19 +00:00
pnunn%netscape.com
6b58be3316 Code check in for lennox@cs.columbia.edu for bug#6323. Fix for bsd folks.
r:dp,pnunn a:leaf


git-svn-id: svn://10.0.0.236/trunk@48917 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 19:19:07 +00:00
terry%mozilla.org
5af5755c02 Patch by holger@holger.om.org (Holger Schurig) -- several cleanups.
git-svn-id: svn://10.0.0.236/trunk@48916 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 19:19:02 +00:00
sgehani%netscape.com
2028f69f21 Fixing XPInstall UNIX bustage: bug 14504
git-svn-id: svn://10.0.0.236/trunk@48915 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 19:17:27 +00:00
buster%netscape.com
fb2eca4395 fixed IsEditable again, based on new info.
Now, only \n are held in the content model, making the original
implementation correct.
a=chofmann, r=akkana


git-svn-id: svn://10.0.0.236/trunk@48914 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 19:08:42 +00:00
terry%mozilla.org
5bd5dfb97f Patch by holger@holger.om.org (Holger Schurig) -- put the fancy header on several pages that were missing it.
git-svn-id: svn://10.0.0.236/trunk@48913 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 19:08:03 +00:00
mgleeson1%netscape.com
55f717cc4d fix for UNIX ports r=kipp, a=hofmann,kipp
git-svn-id: svn://10.0.0.236/trunk@48912 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 19:02:23 +00:00
alecf%netscape.com
12f088887d fix for #13403, misspelled "titlemenuseparator"
git-svn-id: svn://10.0.0.236/trunk@48911 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 18:43:48 +00:00
alecf%netscape.com
7eb184206f fix for #14639 r=sspitzer
git-svn-id: svn://10.0.0.236/trunk@48910 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 18:43:08 +00:00
colin%theblakes.com
9981d522c9 cast the time_t -1: bug #14708
git-svn-id: svn://10.0.0.236/trunk@48909 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 18:41:53 +00:00
sspitzer%netscape.com
c7233d18c6 fix for #14726. r=mscott, a=leaf.
git-svn-id: svn://10.0.0.236/trunk@48908 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 18:40:43 +00:00
radha%netscape.com
ea366fe8f1 Don't call UpdateGoMenu twice.
git-svn-id: svn://10.0.0.236/trunk@48907 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 17:46:03 +00:00
norris%netscape.com
94fd9ef137 change FAILED color to red
git-svn-id: svn://10.0.0.236/trunk@48906 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 17:26:22 +00:00
norris%netscape.com
d2c3e4add4 Add test driver for rhino.
git-svn-id: svn://10.0.0.236/trunk@48905 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 17:24:14 +00:00
brade%netscape.com
e56cb73396 bug #14493; a=leaf; r=saari,sfraser. Start to implement proposed key spec (enough to match current editor assumptions). Send KeyPress events for all keydowns. Set or zero charCode and keyCode as appropriate. Have ConvertKeyEventToUnicode return the charCode (only for keypress). Add some additional infrastructure for when the spec is finalized.
git-svn-id: svn://10.0.0.236/trunk@48904 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 14:47:09 +00:00
brade%netscape.com
cb00c4c646 change api for ConvertKeyEventToUnicode to return charCode
git-svn-id: svn://10.0.0.236/trunk@48903 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 14:47:00 +00:00
rods%netscape.com
9eb14eae26 fixed rollup notification code
git-svn-id: svn://10.0.0.236/trunk@48902 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 12:03:44 +00:00
idk%eng.sun.com
bce2458b1a apdated test
git-svn-id: svn://10.0.0.236/trunk@48901 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 06:38:06 +00:00
idk%eng.sun.com
3f8850f8d2 Add support for multiple pluglets
add some checkings


git-svn-id: svn://10.0.0.236/trunk@48900 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 06:17:12 +00:00
sgehani%netscape.com
975d4b51d7 * Added support for recursive extraction of arbitrarily nested files in the core_file zip archive.
* Fixed welcome window to disable back button.

* Added PRE_BETA_HACKERY symbolic constant that alters the download and extraction location of the core_file to the user selected folder and does not run xpinstall, instead of the normal behavior of extracting the core_file in "Temporary Items" and loading and running all downloaded .xips through xpinstall.

* Fixed terminal window icon repaint bug 13770.


git-svn-id: svn://10.0.0.236/trunk@48899 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 06:06:58 +00:00
ftang%netscape.com
bd400aaca3 fix spelling error
git-svn-id: svn://10.0.0.236/trunk@48898 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 05:01:09 +00:00
pavlov%netscape.com
e06908e892 fix for build breakage on aix, hpux and other platforms no one uses a=briano
git-svn-id: svn://10.0.0.236/trunk@48896 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 04:21:58 +00:00
bienvenu%netscape.com
6fbcbb3bfc fix 14544 pop move msg filters broken r=dougt a=chofman
git-svn-id: svn://10.0.0.236/trunk@48895 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 04:18:00 +00:00
buster%netscape.com
ba9de776b0 13669: password data wrong if user types with 1 or more chars selec...
my bad, I make the assumption everywhere that start>=end at the end of
  GetTextSelectionOffsets().  Now I enforce that restriction before returning.

14430: partial fix for misbehaving inline attribute code


git-svn-id: svn://10.0.0.236/trunk@48894 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 04:01:10 +00:00
peterl%netscape.com
9462a868c5 Remember: always remove mapped attributes from hashtable before modifying them.
Fix bug 13589


git-svn-id: svn://10.0.0.236/trunk@48893 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 03:54:12 +00:00
ftang%netscape.com
f1cf169ff9 fix bug 13946
git-svn-id: svn://10.0.0.236/trunk@48892 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 03:27:53 +00:00
alecf%netscape.com
fc3f477712 oops, back out extra checkin
git-svn-id: svn://10.0.0.236/trunk@48891 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 03:02:00 +00:00
alecf%netscape.com
d99c798a9b misspelled variable - it's "folderTree" not "tree"
a=chofmann


git-svn-id: svn://10.0.0.236/trunk@48890 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 03:01:17 +00:00
saari%netscape.com
ffd3eb70d8 A better fix for blocker #14464. Reviewed by Hyatt w. permission from leaf/choffman
git-svn-id: svn://10.0.0.236/trunk@48889 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 02:31:37 +00:00
ftang%netscape.com
10bfc149b3 fix crash when the pref callback get call. Part of bug 14219
git-svn-id: svn://10.0.0.236/trunk@48888 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 02:10:15 +00:00
ftang%netscape.com
be323be1d1 hookup code for 14219
git-svn-id: svn://10.0.0.236/trunk@48887 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 02:08:39 +00:00
saari%netscape.com
9b2b7e5175 Fix for blocker bug #14464. Reviewed by Hyatt, checkin permission by leaf.
git-svn-id: svn://10.0.0.236/trunk@48886 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 01:55:41 +00:00
rjc%netscape.com
bf364b8d03 Fix bug # 14678: defer loading of Sherlock files until first usage. Approval: chofmann. Review: sdagley.
git-svn-id: svn://10.0.0.236/trunk@48885 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 01:11:03 +00:00
law%netscape.com
1db3eeda34 Get file download working; r=danm@netscape.com; a=chofmann@netscape.com
git-svn-id: svn://10.0.0.236/trunk@48884 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 00:49:15 +00:00
colin%theblakes.com
db1381d940 Add dist/bin to EXTRA_DSO_LDOPTS to locate xpcom. See bug 14562.
git-svn-id: svn://10.0.0.236/trunk@48883 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 00:27:00 +00:00
dp%netscape.com
d399f0104e UnloadAll() on non-native loaders.
git-svn-id: svn://10.0.0.236/trunk@48882 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 00:14:00 +00:00
buster%netscape.com
3f8d33af18 14602: IsEditable is broken.
removed optimization where we searched text strings and made our own guess about
  whether it was editable or not.  Now we just trust layout, if there's a frame, it's editable.


git-svn-id: svn://10.0.0.236/trunk@48881 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 00:10:51 +00:00
dp%netscape.com
7eab9cadfe Enabling xpcom shutdown to call NSCanUnload() on every component.
git-svn-id: svn://10.0.0.236/trunk@48880 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 00:01:53 +00:00
dp%netscape.com
5441bfb1ff Assertions to ensure proper shutdown of xpcom.
git-svn-id: svn://10.0.0.236/trunk@48879 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-23 00:00:08 +00:00
briano%netscape.com
ee360d3401 Reserved name __STDC__ cannot be defined as a macro name on AIX or OpenVMS.
git-svn-id: svn://10.0.0.236/trunk@48878 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 23:43:51 +00:00
colin%theblakes.com
2093fec6f2 comment in #endif was missing comment delimiters
git-svn-id: svn://10.0.0.236/trunk@48877 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 23:39:30 +00:00
despotdaemon%netscape.com
f9312e57e6 Pseudo-automatic update of changes made by ppandit@netscape.com.
git-svn-id: svn://10.0.0.236/trunk@48876 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 23:27:45 +00:00
briano%netscape.com
cddaf6ef4e Added OpenVMS to the 'list' of platforms that need to be excluded from using -D__STDC__. Approved by chofmann.
git-svn-id: svn://10.0.0.236/trunk@48875 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 23:22:07 +00:00
leaf%mozilla.org
d96e7f942e correcting package listing for rearranged js and dlls... not built, just packager stuff
git-svn-id: svn://10.0.0.236/trunk@48874 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 23:06:47 +00:00
rpotts%netscape.com
dee75ea3d4 bug #14457. Getting the webcrawler working again for QA...
git-svn-id: svn://10.0.0.236/trunk@48873 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 22:58:29 +00:00
despotdaemon%netscape.com
21d8157821 Pseudo-automatic update of changes made by leaf@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@48872 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 22:42:57 +00:00
cata%netscape.com
1a79d6c822 Fixing bug #14605.
git-svn-id: svn://10.0.0.236/trunk@48871 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 22:32:44 +00:00
leaf%mozilla.org
80677289fc removing old mork directories from mailnews/db
git-svn-id: svn://10.0.0.236/trunk@48870 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 22:30:36 +00:00
rogerl%netscape.com
c5c6ab5de5 Can't assume object in reportConversionError is scriptable, so call more
generic java.object.toString instead.


git-svn-id: svn://10.0.0.236/trunk@48869 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 22:06:14 +00:00
matt%netscape.com
6541ace0b0 Just changing things...approved by leaf
git-svn-id: svn://10.0.0.236/trunk@48868 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 21:52:08 +00:00
despotdaemon%netscape.com
c3517e5611 Pseudo-automatic update of changes made by ppandit@netscape.com.
git-svn-id: svn://10.0.0.236/trunk@48867 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 21:51:29 +00:00
despotdaemon%netscape.com
cad4f8057b Pseudo-automatic update of changes made by leaf@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@48866 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 21:33:17 +00:00
idk%eng.sun.com
26cb2cc2d2 bug fix.
Call AddRef for StreamListener in PlugletInstance.NewStream


git-svn-id: svn://10.0.0.236/trunk@48865 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 20:16:11 +00:00
sspitzer%netscape.com
0d4138f7c1 fix for #14604. pop migration was broken on mac.
my code to migrate 4.x imap mail filters on the mac should only be run when we used pop in 4.x


git-svn-id: svn://10.0.0.236/trunk@48864 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 20:01:20 +00:00
slamm%netscape.com
2caf8aecc4 Add Backwards.pm, some examples, and make sure examples directory is created. Thanks to Justin Hitt <hittjw@navyair.navy.mil> for the patch.
git-svn-id: svn://10.0.0.236/trunk@48863 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 18:51:13 +00:00
norris%netscape.com
99d0d967f9 Allow a java.lang.String to be converted to a primitive string in getDefaultValue
git-svn-id: svn://10.0.0.236/trunk@48862 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 16:30:49 +00:00
norris%netscape.com
343f60c0f0 Fix "wapper".
git-svn-id: svn://10.0.0.236/trunk@48861 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 16:25:21 +00:00
terry%mozilla.org
2546af48d0 Patch by Tom Schutter <tom@platte.com> -- was setting milestone descriptions to NULL instead of ''.
git-svn-id: svn://10.0.0.236/trunk@48860 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 15:55:56 +00:00
briano%netscape.com
bebe05c549 Automated update
git-svn-id: svn://10.0.0.236/trunk@48859 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 10:01:17 +00:00
ramiro%netscape.com
1dffe81e41 Turn on (for real this time) stripping of uneeded symbols from
components.  Only for linux non debug builds.  Approved by mscott.


git-svn-id: svn://10.0.0.236/trunk@48858 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 09:54:00 +00:00
sspitzer%netscape.com
6e34fc6be0 fix for #13862
now we properly migrate imap filter rule files on the Mac.


git-svn-id: svn://10.0.0.236/trunk@48857 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 09:06:06 +00:00
ftang%netscape.com
7c68543645 add pref callback for charset detectors
git-svn-id: svn://10.0.0.236/trunk@48856 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 08:49:28 +00:00
rjc%netscape.com
c4c5b0daa4 Match up icons.
git-svn-id: svn://10.0.0.236/trunk@48855 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 08:32:36 +00:00
ftang%netscape.com
3276250245 use dtd for charset detectors menu (not the items yet). Fix typo of pref call
git-svn-id: svn://10.0.0.236/trunk@48854 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 08:26:29 +00:00
mscott%netscape.com
152c964a75 Bug #14072 --> throw up a dialog if the user tries to send a message
without providing a host name (i.e. they haven't set up there prefs right)


git-svn-id: svn://10.0.0.236/trunk@48853 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 08:25:58 +00:00
rjc%netscape.com
726f696f56 Add more search engines.
git-svn-id: svn://10.0.0.236/trunk@48852 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 08:25:42 +00:00
ftang%netscape.com
68603a5bdf add charset detectors menu
git-svn-id: svn://10.0.0.236/trunk@48851 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 08:24:57 +00:00
beard%netscape.com
49c1f19806 JavaAdapter no longer uses FlattenedObject, since the prototype is simply the LiveConnect wrapper.
git-svn-id: svn://10.0.0.236/trunk@48850 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 08:22:53 +00:00
beard%netscape.com
f8d3e2c162 JavaAdapter no longer uses FlattenedObject, since the prototype is simply the LiveConnect wrapper. Simplified callMethod to only call Context.enter() if methodId property is defined in Scriptable object.
git-svn-id: svn://10.0.0.236/trunk@48849 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 08:22:47 +00:00
sspitzer%netscape.com
c054d3e86c fix several warnings. we only need to declare this a friend once.
git-svn-id: svn://10.0.0.236/trunk@48848 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 08:17:46 +00:00
mscott%netscape.com
ca1710628a If we make an error string have a negative ID then the high bit of the id is set. This allows us to pass in the
string ID around as an nsresult and it will properly be detected as an error code when we do NS_FAILED(rv)
tests on it..nifty huh...

In order to do this, we need to get rid of the enum for the string ids. This also makes things more robust
as we must now explicitly list the id for each string id instead of using the enum to do it for us. It was easy
to get out of step with the properties file when the enum was used.


git-svn-id: svn://10.0.0.236/trunk@48847 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 08:09:25 +00:00
mscott%netscape.com
7152c92434 If we make an error string have a negative ID then the high bit of the id is set. This allows us to pass in the
string ID around as an nsresult and it will properly be detected as an error code when we do NS_FAILED(rv)
tests on it..nifty huh...


git-svn-id: svn://10.0.0.236/trunk@48846 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 08:07:52 +00:00
pavlov%netscape.com
e01f0d65ac removing printf for every mouse move
git-svn-id: svn://10.0.0.236/trunk@48845 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 07:56:37 +00:00
sspitzer%netscape.com
1b53351f7c fix for #14538
migrate 4.x pop filter rules to the right place, and rename them if necessary.


git-svn-id: svn://10.0.0.236/trunk@48844 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 07:56:20 +00:00
rjc%netscape.com
fe874e4fa0 Try getting "ref" before getting "id". Also, use tree.selectedItems() method everywhere.
git-svn-id: svn://10.0.0.236/trunk@48843 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 07:54:58 +00:00
dveditz%netscape.com
b571cf447f Turning buffered registry i/o back on, bugs 14306,11203
git-svn-id: svn://10.0.0.236/trunk@48842 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 07:53:15 +00:00
jband%netscape.com
63a2567d8b avoid uninitialized memory reads by copying only the significant part of the union when initializing an nsXPTCVariant from a nsXPTCMiniVariant using nice encapsulated inline method.
git-svn-id: svn://10.0.0.236/trunk@48841 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 07:53:07 +00:00
dveditz%netscape.com
20dc4b8534 Bugfix 7928
git-svn-id: svn://10.0.0.236/trunk@48840 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 07:49:22 +00:00
rickg%netscape.com
b5bb9a48c0 improve timer usage in parsing engine for more accurate report
git-svn-id: svn://10.0.0.236/trunk@48839 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 07:41:53 +00:00
rjc%netscape.com
80e6d0e226 Even more cut/copy/paste/delete support.
git-svn-id: svn://10.0.0.236/trunk@48838 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 07:41:15 +00:00
mcafee%netscape.com
e6037a3eb4 Adding nsWindow::StoreProperty() so we can hang Xatoms on windows.
git-svn-id: svn://10.0.0.236/trunk@48837 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 07:38:28 +00:00
ftang%netscape.com
4443079fda add dtd files for charsetDetectors
git-svn-id: svn://10.0.0.236/trunk@48836 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 07:34:39 +00:00
rpotts%netscape.com
b23536efc2 Changed the printing to use the ImageGroup notifications rather than the document loader because a document is *not* being loaded... This fixes printing after the changes to the document loader notifications.
git-svn-id: svn://10.0.0.236/trunk@48835 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 07:34:31 +00:00
law%netscape.com
5a0f4b43ea Better context menus (but still a ways to go)
git-svn-id: svn://10.0.0.236/trunk@48834 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 07:30:44 +00:00
mjudge%netscape.com
7971bfb7e6 more tweaks for line boundaries. previous
git-svn-id: svn://10.0.0.236/trunk@48833 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 07:26:37 +00:00
mscott%netscape.com
af4be7449f added a close method to release several sinks after we are done converting as a pre-emptive strike against
some memory leaks.


git-svn-id: svn://10.0.0.236/trunk@48832 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 07:21:32 +00:00
ducarroz%netscape.com
91fcdb5415 need to support invalid URL as well URL without "http://", fix for bug 14376
git-svn-id: svn://10.0.0.236/trunk@48831 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 07:20:49 +00:00
law%netscape.com
80b0c667cf Minor context menu tweaking
git-svn-id: svn://10.0.0.236/trunk@48830 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 07:20:06 +00:00
mjudge%netscape.com
b8eaf7bac4 tweaked word left and word right again. got double click working on edge cases! yeah
git-svn-id: svn://10.0.0.236/trunk@48829 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 07:09:41 +00:00
alecf%netscape.com
250bb01f4e hook up drafts/templates/fcc to identities
git-svn-id: svn://10.0.0.236/trunk@48828 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 07:03:27 +00:00
ducarroz%netscape.com
6ae3f74877 need to suppot bad URL or url without "http://", fix for bug 14376
git-svn-id: svn://10.0.0.236/trunk@48827 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:45:09 +00:00
briano%netscape.com
7d6e12eae8 Added the missing semicolon.
git-svn-id: svn://10.0.0.236/trunk@48826 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:32:45 +00:00
joki%netscape.com
ffaa4fa00a Various fixes to prevent casting events to the wrong struct subtypes when queried
git-svn-id: svn://10.0.0.236/trunk@48824 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:30:01 +00:00
joki%netscape.com
f92190c9cf Fix scrolling via home/end keys to scroll to beginning and end of doc
git-svn-id: svn://10.0.0.236/trunk@48823 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:28:57 +00:00
briano%netscape.com
48a82375e2 Backed out cls's change. When realclean is added to the list, the Tinderbox builds fail because they generate the Makefiles in webshell/embed/gtk, and then the realclean (aka distclean) deletes them. That's bad....
git-svn-id: svn://10.0.0.236/trunk@48822 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:28:46 +00:00
pavlov%netscape.com
1a3a066f8e implimented GetURI()
git-svn-id: svn://10.0.0.236/trunk@48821 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:27:37 +00:00
law%netscape.com
95488ac240 Fixes for context menus; a=hyatt (I just pressed the keys he told me to :-)
git-svn-id: svn://10.0.0.236/trunk@48820 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:27:28 +00:00
ftang%netscape.com
8c72bfbf3e add charsetDetectorsOverlay
git-svn-id: svn://10.0.0.236/trunk@48819 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:27:04 +00:00
pavlov%netscape.com
a18c59b67e fix for 14292, 4289, 13051
git-svn-id: svn://10.0.0.236/trunk@48818 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:25:13 +00:00
ftang%netscape.com
ce81da1b5c add charset Detectors menu in overlay
git-svn-id: svn://10.0.0.236/trunk@48817 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:23:45 +00:00
bienvenu%netscape.com
b54090fe65 fix assert on startup without folder cache, workaround service manager shutdown bug
git-svn-id: svn://10.0.0.236/trunk@48816 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:23:16 +00:00
ftang%netscape.com
4784abf0cf turn off the very-slow-in-worst-cases ATSUI fallback
git-svn-id: svn://10.0.0.236/trunk@48815 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:22:43 +00:00
rickg%netscape.com
001a404a26 added DEBUG timing code to parsing engine
git-svn-id: svn://10.0.0.236/trunk@48814 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:19:50 +00:00
mscott%netscape.com
4ccf176a9f Remove all of these files from the repository. They are now built in mozilla\db\mork
git-svn-id: svn://10.0.0.236/trunk@48813 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:14:07 +00:00
mjudge%netscape.com
6b1af498fe recursion failing finding the same frame we started with sometimes with generated content from style. simple 2 line check to avoind this. dagley said ok to check in red tree since not hurting anyone.
git-svn-id: svn://10.0.0.236/trunk@48812 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:12:44 +00:00
alecf%netscape.com
61d4d4619c add div tag so that testcase still works
git-svn-id: svn://10.0.0.236/trunk@48811 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:09:34 +00:00
alecf%netscape.com
9d61124903 disable unimplemented buttons, add hardrule above ok/cancel
git-svn-id: svn://10.0.0.236/trunk@48810 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:08:30 +00:00
alecf%netscape.com
3daae2bbca update the account wizard to specs, fix typos, fix layout, and summarize the account at the end of the setup
git-svn-id: svn://10.0.0.236/trunk@48809 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:08:08 +00:00
alecf%netscape.com
762613f5ee fix typos
git-svn-id: svn://10.0.0.236/trunk@48808 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:07:32 +00:00
dveditz%netscape.com
27bfc7c1fd Fix leak of SoftwareUpdate service, 14549
git-svn-id: svn://10.0.0.236/trunk@48807 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:07:23 +00:00
alecf%netscape.com
310d425f45 add aw-done.js
git-svn-id: svn://10.0.0.236/trunk@48806 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:07:05 +00:00
alecf%netscape.com
b2e7379122 add fix typos, add strings I needed for the wizard
git-svn-id: svn://10.0.0.236/trunk@48805 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:06:37 +00:00
alecf%netscape.com
be5c5bc2b7 persist window size and position
git-svn-id: svn://10.0.0.236/trunk@48804 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:05:36 +00:00
mscott%netscape.com
0c92502f2b add password prompt text and some more pop server alert strings
git-svn-id: svn://10.0.0.236/trunk@48803 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:03:56 +00:00
mscott%netscape.com
0c847bc82c Bug #6651 --> finish adding alerts to pop code
git-svn-id: svn://10.0.0.236/trunk@48802 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:03:28 +00:00
mscott%netscape.com
b74a029c57 get password prompt text and some more pop server alert strings
git-svn-id: svn://10.0.0.236/trunk@48801 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:03:11 +00:00
mscott%netscape.com
614fb1e359 GetPasswordWithUI takes a prompt string to give the protocols finer control over the actual text that goes with the dialog
git-svn-id: svn://10.0.0.236/trunk@48800 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:02:46 +00:00
sdagley%netscape.com
29f4cb6243 Landing fix for davidm. Returning nsnull was being interpreted as no error so changing to a return code that indicates an error.
git-svn-id: svn://10.0.0.236/trunk@48799 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:02:21 +00:00
cata%netscape.com
b6b82a4fb6 Activation of the new charset menu.
git-svn-id: svn://10.0.0.236/trunk@48798 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 06:01:49 +00:00
mjudge%netscape.com
e27650740e approved by Dagley. fixes for CTRL_LEFT and CTRL_RIGHT navigation and wrapping
git-svn-id: svn://10.0.0.236/trunk@48797 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 05:56:44 +00:00
brendan%mozilla.org
0eaf6f0e91 - Enable JS_HAS_NEW_OBJ_METHODS (Object.prototype.hasOwnProperty, isPrototypeOf
and propertyIsEnumerable) for JS1.5.
- Optimize obj_propertyIsEnumerable to avoid extra lookup code bloat, requiring
  fix to js_GetAttributes (unset out param on successful early retunr) that it
  exposed.
- Use more righteous else-if style in shaver's jsarray.c change.


git-svn-id: svn://10.0.0.236/trunk@48796 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 05:54:44 +00:00
cmanske%netscape.com
d733c2160f More list property dialog work. Remaned GetParagraphStyle to more readable GetParagraphTags. Added GetListTags needed for list manipulation. Enhanced GetElementOrParentByTagName to handle lists
git-svn-id: svn://10.0.0.236/trunk@48795 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 05:52:44 +00:00
cmanske%netscape.com
3a3abe3507 Removing file no longer in build
git-svn-id: svn://10.0.0.236/trunk@48794 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 05:52:08 +00:00
sspitzer%netscape.com
3213f6fcd3 fix build bustage. (it was me, not davidmc)
git-svn-id: svn://10.0.0.236/trunk@48793 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 05:38:10 +00:00
sspitzer%netscape.com
ee5dba912f changes for davidmc.
git-svn-id: svn://10.0.0.236/trunk@48792 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 05:35:43 +00:00
davidmc%netscape.com
b55cd3d2f8 changes for hash tables and zone pooling.
git-svn-id: svn://10.0.0.236/trunk@48791 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 05:35:28 +00:00
sdagley%netscape.com
d09f586f6c First Checked In.
git-svn-id: svn://10.0.0.236/trunk@48790 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 05:34:08 +00:00
sspitzer%netscape.com
0e772449c4 fix my build bustage.
git-svn-id: svn://10.0.0.236/trunk@48789 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 05:32:41 +00:00
davidmc%netscape.com
e5fdd42ad6 add these. not part of the build yet.
git-svn-id: svn://10.0.0.236/trunk@48788 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 05:06:37 +00:00
buster%netscape.com
6c46de52f8 very simple extension of a fix already in place for bug 11804
git-svn-id: svn://10.0.0.236/trunk@48787 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 05:00:58 +00:00
sspitzer%netscape.com
fa3910692c fix to use nsXPIDLCString.
git-svn-id: svn://10.0.0.236/trunk@48786 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 05:00:23 +00:00
sspitzer%netscape.com
38961fdaa4 use the right throbber.
git-svn-id: svn://10.0.0.236/trunk@48785 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 04:57:55 +00:00
sspitzer%netscape.com
0d548ce11d fix more insanity.
git-svn-id: svn://10.0.0.236/trunk@48784 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 04:51:06 +00:00
dougt%netscape.com
d1c2703cb2 Fixed a bunch of Freeing Memory Mismatches.
Now using Recycle.
Fixes 8538.


git-svn-id: svn://10.0.0.236/trunk@48783 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 04:43:03 +00:00
leaf%mozilla.org
51817e9f58 checking in a change to fix the windows installer packages
git-svn-id: svn://10.0.0.236/trunk@48782 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 04:38:30 +00:00
shaver%netscape.com
4ae847a467 new Array("string") should be ["string"], not silent failure (14545, r=brendan)
git-svn-id: svn://10.0.0.236/trunk@48781 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 04:36:28 +00:00
sfraser%netscape.com
4eff9ae16a Fix error in new profile dialog.
git-svn-id: svn://10.0.0.236/trunk@48780 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 04:22:49 +00:00
bienvenu%netscape.com
eb981c53c1 fix race condition with fe events
git-svn-id: svn://10.0.0.236/trunk@48779 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 04:16:41 +00:00
mjudge%netscape.com
807d5be104 fixes for line/frame traversal. now we use more common code inside nsFrame rather than nsTextFrame specific code all the time.
git-svn-id: svn://10.0.0.236/trunk@48778 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 04:12:23 +00:00
mjudge%netscape.com
99c8c76560 fixes for hint code
git-svn-id: svn://10.0.0.236/trunk@48777 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 04:11:38 +00:00
matt%netscape.com
347d592645 Fixing trashed file
git-svn-id: svn://10.0.0.236/trunk@48776 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 04:08:57 +00:00
beard%netscape.com
dde300d73f renamed "name" parameter "adapterName", removed explicit StringBuffer in favor of "adapter" + serial++ for clarity.
git-svn-id: svn://10.0.0.236/trunk@48775 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 03:54:00 +00:00
buster%netscape.com
098fbc08fd fixed odd problem where editor app would not load default document
git-svn-id: svn://10.0.0.236/trunk@48774 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 03:50:47 +00:00
alecf%netscape.com
7e364a5a41 bring account setup dialog up to spec
git-svn-id: svn://10.0.0.236/trunk@48773 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 03:44:58 +00:00
alecf%netscape.com
dd6ed485b9 fix GetPassword() bustage
git-svn-id: svn://10.0.0.236/trunk@48772 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 03:40:07 +00:00
matt%netscape.com
32009d5afe Moving files to chrome directory.
git-svn-id: svn://10.0.0.236/trunk@48771 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 03:36:25 +00:00
morse%netscape.com
13b558542d backing out Ben Goodger's viewer due to bug 14079
git-svn-id: svn://10.0.0.236/trunk@48770 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 03:36:19 +00:00
ftang%netscape.com
f361a78300 check in code drop from Xu, Yueheng <yueheng.xu@intel.com>
git-svn-id: svn://10.0.0.236/trunk@48769 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 03:35:31 +00:00
sspitzer%netscape.com
375399d0f7 fix for #14518.
add the stop and print buttons to the three pane.
print works, stop doesn't.  bug already logged against mscott.
(stop is a nasty issue.)


git-svn-id: svn://10.0.0.236/trunk@48768 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 03:32:18 +00:00
waterson%netscape.com
24a1b2ab2e Make ::Init() barf if the element is not a container, rather than sprinkling around in individual methods.
git-svn-id: svn://10.0.0.236/trunk@48767 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 03:28:32 +00:00
ftang%netscape.com
04ba9d7f2e add registratoin information
git-svn-id: svn://10.0.0.236/trunk@48766 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 03:21:58 +00:00
mscott%netscape.com
023090ec4c Removing mdb files from the repository. These files now live in mozilla\db.
git-svn-id: svn://10.0.0.236/trunk@48765 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 03:21:49 +00:00
ftang%netscape.com
d5d73ddc2b fix utf converson bug
git-svn-id: svn://10.0.0.236/trunk@48764 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 03:20:21 +00:00
shaver%netscape.com
845c94e8fb add componentType to nsIModule::RegisterSelf
git-svn-id: svn://10.0.0.236/trunk@48763 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 03:18:27 +00:00
sspitzer%netscape.com
2bf0eb24f8 export stop and print buttons
git-svn-id: svn://10.0.0.236/trunk@48762 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 03:17:43 +00:00
sspitzer%netscape.com
131ae53ed7 adding print and stop gifs (from 4.x)
adding them here, since they are global.
a bunch of places will want stop and print, and I'm going to find and
fix those places to use these.


git-svn-id: svn://10.0.0.236/trunk@48761 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 03:16:14 +00:00
briano%netscape.com
f7cf2c37ec Automated update
git-svn-id: svn://10.0.0.236/trunk@48760 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 03:16:10 +00:00
shaver%netscape.com
fb59f1b2ef missed an NS_DEBUG->DETECT_WEBSHELL_LEAKS
git-svn-id: svn://10.0.0.236/trunk@48759 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 03:14:44 +00:00
ramiro%netscape.com
be3c415e9c Strip unused symbols from .so components on linux by default.
git-svn-id: svn://10.0.0.236/trunk@48758 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 03:14:23 +00:00
ducarroz%netscape.com
857b3f93b6 fix spelling error
git-svn-id: svn://10.0.0.236/trunk@48757 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 03:13:18 +00:00
ducarroz%netscape.com
4c622ef039 Add back an menu item to delete attachment
git-svn-id: svn://10.0.0.236/trunk@48756 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 03:12:48 +00:00
evaughan%netscape.com
a34d7c1285 1) Made better box debug output
2) Disabled auto collapsing of splitterview


git-svn-id: svn://10.0.0.236/trunk@48755 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 03:11:47 +00:00
harishd%netscape.com
3304eaed01 Fix for bugs 13113, and 12631.
git-svn-id: svn://10.0.0.236/trunk@48754 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 03:05:25 +00:00
pinkerton%netscape.com
10772ca855 make the progress meter animate the correct direction.
git-svn-id: svn://10.0.0.236/trunk@48753 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 03:02:45 +00:00
matt%netscape.com
b2366fb204 Moving the chrome out
git-svn-id: svn://10.0.0.236/trunk@48752 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 02:59:56 +00:00
ducarroz%netscape.com
a4e0fcbad9 Add back menu item Remove Selected Attachment as delete key doesn't work on windows tree widget.
The Danish label must be converted from "Remove Last Attachment" to "Remove Selected Attachment"


git-svn-id: svn://10.0.0.236/trunk@48751 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 02:58:40 +00:00
alecf%netscape.com
3a7282b519 check in new copies UI, use combo boxes for folders
(many thanks to waterson for making this happen)


git-svn-id: svn://10.0.0.236/trunk@48750 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 02:54:49 +00:00
tao%netscape.com
43646c36f1 Make UI language change persistent.
git-svn-id: svn://10.0.0.236/trunk@48749 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 02:49:53 +00:00
buster%netscape.com
8805a9dc33 just removed some annoying printf's I left lying around
git-svn-id: svn://10.0.0.236/trunk@48748 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 02:47:47 +00:00
tao%netscape.com
53e9fb6f0f Update package list.
git-svn-id: svn://10.0.0.236/trunk@48747 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 02:39:47 +00:00
tao%netscape.com
0cd9d3999e Add da-DK property file.
git-svn-id: svn://10.0.0.236/trunk@48746 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 02:34:41 +00:00
ducarroz%netscape.com
e70bc4165e disable temporary keybing for period which was causing a crash
git-svn-id: svn://10.0.0.236/trunk@48745 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 02:29:55 +00:00
mscott%netscape.com
32c5c2f9b6 Add smtp status strings.
git-svn-id: svn://10.0.0.236/trunk@48744 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 02:29:41 +00:00
joki%netscape.com
1042dd0a3f Adding support for event.clickCount, obsoleting old dblclick event.
git-svn-id: svn://10.0.0.236/trunk@48743 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 02:29:33 +00:00
mscott%netscape.com
97c79762b3 Add some basic status messages for sending a message.
git-svn-id: svn://10.0.0.236/trunk@48742 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 02:28:36 +00:00
alecf%netscape.com
7893976449 turn the password back into an attribute so I can access it from HTML forms.
Created new GetPasswordWithUI which is the equivalent of getpassword(PR_TRUE..)


git-svn-id: svn://10.0.0.236/trunk@48741 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 02:21:18 +00:00
alecf%netscape.com
332a582238 don't link against mozjs anymore
git-svn-id: svn://10.0.0.236/trunk@48740 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 02:20:12 +00:00
alecf%netscape.com
1c0c6aaf5e rename pane
git-svn-id: svn://10.0.0.236/trunk@48739 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 02:19:53 +00:00
mscott%netscape.com
d09ff52351 Add smtp server warning strings.
git-svn-id: svn://10.0.0.236/trunk@48738 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 02:19:00 +00:00
alecf%netscape.com
b9f62839e0 fix typo
git-svn-id: svn://10.0.0.236/trunk@48737 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 02:07:10 +00:00
matt%netscape.com
e04fe0e2e6 Adding globalOverlay.dtd for help menu
git-svn-id: svn://10.0.0.236/trunk@48736 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 02:01:48 +00:00
alecf%netscape.com
24acb2ec58 eliminate unnecessary cast
git-svn-id: svn://10.0.0.236/trunk@48735 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 02:01:03 +00:00
matt%netscape.com
79d6ea7cb7 Adding globalOverlay
git-svn-id: svn://10.0.0.236/trunk@48734 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 02:01:02 +00:00
alecf%netscape.com
5fe9d360f5 oops, don't comment out the signature UI!
git-svn-id: svn://10.0.0.236/trunk@48733 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 02:00:24 +00:00
ducarroz%netscape.com
a86f205366 Add vertical separator in toolbar, bug 14272
git-svn-id: svn://10.0.0.236/trunk@48732 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 01:53:37 +00:00
rjc%netscape.com
47c4d22289 Implement bookmark "delete" menu item.
git-svn-id: svn://10.0.0.236/trunk@48731 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 01:53:09 +00:00
sspitzer%netscape.com
2b4bb9bdc5 step 2 of getting the pref-migrator progress dialog working on the Mac.
yes, I know these are in the wrong place.  after I get it working, I'll clean
it up


git-svn-id: svn://10.0.0.236/trunk@48730 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 01:50:58 +00:00
nisheeth%netscape.com
c7978aaaa1 Stop the stopwatches before you print them.
git-svn-id: svn://10.0.0.236/trunk@48729 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 01:49:31 +00:00
sspitzer%netscape.com
4f7942e9fa step one of getting the pref-migrator progress dialog to work on the Mac.
yes, I know these files live in the wrong place.  will fix that next.


git-svn-id: svn://10.0.0.236/trunk@48727 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 01:46:14 +00:00
sspitzer%netscape.com
61a887491d get the pref-migrator progress dialog to work.
Yes, I know these are in the wrong place.
(all the resources under mozilla/profile are [going into / live in the] wrong place.

first I need to get -installer to
work again, then put things in the right place.


git-svn-id: svn://10.0.0.236/trunk@48726 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 01:45:01 +00:00
cata%netscape.com
97cba03b1d charset overlay created
git-svn-id: svn://10.0.0.236/trunk@48725 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 01:44:31 +00:00
beard%netscape.com
7fcc237810 bug #: 10847, enabling webshell leak detection.
git-svn-id: svn://10.0.0.236/trunk@48724 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 01:40:41 +00:00
cmanske%netscape.com
d5ff41dfbc Fixing Paul's bustage in our dialogs - PLEASE PAY ATTENTION TO DEFAULT NAMESPACE!
git-svn-id: svn://10.0.0.236/trunk@48723 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 01:39:18 +00:00
cata%netscape.com
c308df7a70 created charset Overlay
git-svn-id: svn://10.0.0.236/trunk@48722 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 01:38:47 +00:00
ducarroz%netscape.com
50dce313f8 Fix problem with autocomplete, bug 14281
git-svn-id: svn://10.0.0.236/trunk@48721 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 01:37:43 +00:00
beard%netscape.com
7f1bd1de61 changed createAdapterClass() to only generate methods for properties defined in the wrapped object itself, not for properties defined in prototypes. This makes sense, as the prototype for the wrapped object becomes the LiveConnect wrapper, thus prototype properties become inaccessible anyway.
git-svn-id: svn://10.0.0.236/trunk@48720 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 01:32:05 +00:00
nisheeth%netscape.com
7aaf0a0f97 If DETECT_WEBSHELL_LEAKS is defined, check to see if webshells are leaked at shutdown. If so, dump a message to the console.
git-svn-id: svn://10.0.0.236/trunk@48719 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 01:25:40 +00:00
nisheeth%netscape.com
bc496bb171 Changed the ifdef NS_DEBUG around webshell leak detection code to ifdef DETECT_WEBSHELL_LEAKS.
git-svn-id: svn://10.0.0.236/trunk@48718 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 01:24:20 +00:00
sfraser%netscape.com
87d19b0138 Fixed GetFirst/LastEditable node
git-svn-id: svn://10.0.0.236/trunk@48717 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 01:23:58 +00:00
waterson%netscape.com
9f0184c5bf Make sure <keyset> tags are only hooked up when in the XUL namespace. Add an assertion if HTML element creation fails.
git-svn-id: svn://10.0.0.236/trunk@48716 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 01:22:42 +00:00
sfraser%netscape.com
182e1ae9b1 Some utility methods, and added ForceUpdate.
git-svn-id: svn://10.0.0.236/trunk@48715 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 01:22:35 +00:00
sfraser%netscape.com
f403aa7ad8 Expose the type-in state through nsIHTMLEditor
git-svn-id: svn://10.0.0.236/trunk@48714 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 01:21:56 +00:00
nisheeth%netscape.com
8d5ff24f5d Define a global compiler and environment define, DETECT_WEBSHELL_LEAKS. This is used to compile in code that checks for webshell instances on shutdown and prints an error message to the console if webshells are being leaked.
git-svn-id: svn://10.0.0.236/trunk@48713 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 01:20:41 +00:00
mjudge%netscape.com
f2a4076904 fix for nsRangeList get frame for node was not lookin at the node at the "offset" even if the parent node could have children. this would return invalid stuff when get primary frame for content was called.
git-svn-id: svn://10.0.0.236/trunk@48712 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 01:20:29 +00:00
sfraser%netscape.com
b3a10c7af2 Implement UpdateInterfaceState
git-svn-id: svn://10.0.0.236/trunk@48711 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 01:20:24 +00:00
sfraser%netscape.com
44789bb46d Added UpdateInterfaceState, to force an update of the UI
git-svn-id: svn://10.0.0.236/trunk@48710 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 01:19:33 +00:00
peterl%netscape.com
158d6f2176 reset pushback buffer when creating a new scanner
factored scanner creation code


git-svn-id: svn://10.0.0.236/trunk@48709 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 01:19:29 +00:00
mjudge%netscape.com
8558ff33bb fix for going to correct offset in selection with keyboard navigation
git-svn-id: svn://10.0.0.236/trunk@48708 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 01:19:04 +00:00
sfraser%netscape.com
7b81bec45c Some utility functions for getting state.
git-svn-id: svn://10.0.0.236/trunk@48707 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 01:18:51 +00:00
peterl%netscape.com
f80b12a554 remap style before rebuilding frames when style rule changes
git-svn-id: svn://10.0.0.236/trunk@48706 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 01:18:45 +00:00
buster%netscape.com
4f3cf53954 just changed a comment to reflect reality, and removed some commented out code
git-svn-id: svn://10.0.0.236/trunk@48705 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 01:14:21 +00:00
cata%netscape.com
a56c5a8639 Creation code for the new component.
git-svn-id: svn://10.0.0.236/trunk@48704 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 01:12:17 +00:00
buster%netscape.com
53d4be4b63 enabled event state manager to do it's thing with focus switching.
this cleans up focus switching in general, and specifically enables tabbing
between single-line text controls and other html form elements.


git-svn-id: svn://10.0.0.236/trunk@48703 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 01:04:37 +00:00
pinkerton%netscape.com
0ad0a12355 Oops, forgot to #include something
git-svn-id: svn://10.0.0.236/trunk@48702 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 01:01:24 +00:00
kipp%netscape.com
4bdfb90110 Queue up a reflow command when yanking floaters so that cases like bug #11389 work properly
git-svn-id: svn://10.0.0.236/trunk@48701 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 00:58:58 +00:00
waterson%netscape.com
1a717135f0 Bug 14273. We weren't recursively creating 'container' contents for HTML elements. Fixed that.
git-svn-id: svn://10.0.0.236/trunk@48700 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 00:54:05 +00:00
sspitzer%netscape.com
32ded88d2b fix for #13733. get "Mozilla Installer" (a.k.a. -installer) working on the Mac.
there are still issues and bugs, but that comes as no surprise.


git-svn-id: svn://10.0.0.236/trunk@48699 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 00:50:21 +00:00
ducarroz%netscape.com
f522d452f3 Remove extra blank row
git-svn-id: svn://10.0.0.236/trunk@48698 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 00:49:52 +00:00
ducarroz%netscape.com
cbd5936347 Add new Attachment UI, bug 11116
git-svn-id: svn://10.0.0.236/trunk@48697 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 00:49:26 +00:00
cata%netscape.com
b9c996d7f5 added files: mozilla/intl/uconv/src/nsCharsetMenu.cpp
git-svn-id: svn://10.0.0.236/trunk@48696 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 00:48:22 +00:00
rjc%netscape.com
858633bb38 More hooking up of bookmark window's cut/copy/paste/delete/select-all menu items.
git-svn-id: svn://10.0.0.236/trunk@48695 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 00:47:33 +00:00
sgehani%netscape.com
2ed888be94 Example of multiple .xpi's to test fix for bug 14318.
git-svn-id: svn://10.0.0.236/trunk@48694 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 00:47:20 +00:00
sgehani%netscape.com
fd131e4296 Run all .xpi's downloaded: bug 14318.
git-svn-id: svn://10.0.0.236/trunk@48693 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 00:46:34 +00:00
briano%netscape.com
9cd68a2332 Automated update
git-svn-id: svn://10.0.0.236/trunk@48692 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 00:46:15 +00:00
sgehani%netscape.com
6dfa0ee5e2 Attribute support.
git-svn-id: svn://10.0.0.236/trunk@48691 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 00:45:26 +00:00
cata%netscape.com
73cca3a230 Adding files to the build.
git-svn-id: svn://10.0.0.236/trunk@48690 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 00:44:00 +00:00
mscott%netscape.com
d12c5346fe Bug #14500 --> allow user to send a message if they don't have a user name and aren't using authenticated smtp.
add a ptr for command status


git-svn-id: svn://10.0.0.236/trunk@48689 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 00:42:34 +00:00
pinkerton%netscape.com
8a5599810f turn back on using the disk for large data sets.
git-svn-id: svn://10.0.0.236/trunk@48688 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 00:41:49 +00:00
kipp%netscape.com
ffbaac75aa Whoops, left some noise on
git-svn-id: svn://10.0.0.236/trunk@48687 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 00:41:13 +00:00
kipp%netscape.com
16349cdbd1 Fixed various bugs including part of 14486 and 14427; cleaned up the usage of stack based buffers to avoid future issues
git-svn-id: svn://10.0.0.236/trunk@48686 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 00:40:56 +00:00
kipp%netscape.com
e790d2ca63 Changed to have the stack buffer embedded in the xformer
git-svn-id: svn://10.0.0.236/trunk@48685 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 00:40:16 +00:00
pinkerton%netscape.com
34cd4b289e use nsPrimitiveHelpers to get data into and out of nsISupportsPrimitives.
git-svn-id: svn://10.0.0.236/trunk@48684 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 00:40:14 +00:00
cls%seawood.org
9d05fdbed7 Fix for the problem of GtkMozilla not being properly cleaned up from client.mk's cleansrcdir target.
git-svn-id: svn://10.0.0.236/trunk@48683 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 00:40:11 +00:00
kipp%netscape.com
9dd1eb95a9 Fixed part of bug 5726 by making spacers have some definite area when they have a non-zero size
git-svn-id: svn://10.0.0.236/trunk@48682 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 00:39:47 +00:00
pinkerton%netscape.com
7e98afafef turn off live-reflow during resize until cmd-key is down.
git-svn-id: svn://10.0.0.236/trunk@48681 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 00:39:37 +00:00
kipp%netscape.com
22b9fc23ff Work around purify nonsense with bitfields
git-svn-id: svn://10.0.0.236/trunk@48680 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 00:38:57 +00:00
cls%seawood.org
de365509e7 Removed check for c++ namespaces as they are not used and are outlawed by the c++ portability guide.
git-svn-id: svn://10.0.0.236/trunk@48679 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 00:38:44 +00:00
sdagley%netscape.com
94086a41d5 checking in fix to build bustage for dbragg
git-svn-id: svn://10.0.0.236/trunk@48677 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 00:27:03 +00:00
cata%netscape.com
e5e581bb87 Created.
git-svn-id: svn://10.0.0.236/trunk@48676 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 00:22:51 +00:00
dbragg%netscape.com
0aba52cf10 Removed the nsPMProgressDlg.cpp from the build
git-svn-id: svn://10.0.0.236/trunk@48675 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 00:05:33 +00:00
sfraser%netscape.com
0db9764a25 File Removed.
git-svn-id: svn://10.0.0.236/trunk@48674 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 23:41:46 +00:00
brade%netscape.com
fe3319b569 add JSLoader.mcp for shaver
git-svn-id: svn://10.0.0.236/trunk@48673 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 23:41:10 +00:00
kipp%netscape.com
19d4522737 Fixed build bustage
git-svn-id: svn://10.0.0.236/trunk@48672 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 23:40:03 +00:00
brade%netscape.com
aa451e218b build txmgridl on Mac
git-svn-id: svn://10.0.0.236/trunk@48671 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 23:31:10 +00:00
vidur%netscape.com
f5cc326ec3 Fix for bug 14109. Corrected dir getter.
git-svn-id: svn://10.0.0.236/trunk@48670 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 23:23:53 +00:00
brade%netscape.com
d5d0c2f947 add idl to the build list
git-svn-id: svn://10.0.0.236/trunk@48669 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 23:21:14 +00:00
dbragg%netscape.com
94d7d541da Added new interface to ProcessPrefs, also fixes build bustage.
git-svn-id: svn://10.0.0.236/trunk@48668 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 23:17:58 +00:00
saari%netscape.com
ca9d9659f4 Changing broadcaster to use onbroadcast instead of oncommand. Adding the "braodcast" "commandupdate" and "input" events. Changed all xul observes nodes to use onbroadcast instead of onchange.
git-svn-id: svn://10.0.0.236/trunk@48667 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 23:02:35 +00:00
evaughan%netscape.com
7e286e9092 Fixed bug that made the toolbar not shrink
git-svn-id: svn://10.0.0.236/trunk@48666 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 22:59:24 +00:00
mjudge%netscape.com
124711cde1 changes to selection code to stop a never ending loop
git-svn-id: svn://10.0.0.236/trunk@48665 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 22:58:14 +00:00
pinkerton%netscape.com
8056dabf70 disabling d&d for alpha-thang.
git-svn-id: svn://10.0.0.236/trunk@48664 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 22:54:05 +00:00
sspitzer%netscape.com
7cf6e0c036 fix for #9508. now you can send email and post at the same time.
both sending and posting require their own listener, or when you do
email and post at the same time, all hell breaks loose.


git-svn-id: svn://10.0.0.236/trunk@48663 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 22:45:17 +00:00
davidm%netscape.com
b744971265 14406 Can't make new browser window when no other windows are open
git-svn-id: svn://10.0.0.236/trunk@48662 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 22:43:41 +00:00
dbragg%netscape.com
142f3e964f Added multi-threading capability for the progressbar
git-svn-id: svn://10.0.0.236/trunk@48661 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 22:39:01 +00:00
dbragg%netscape.com
126062ed07 Added to the interface for multi-threaded requirements for progressbar.
git-svn-id: svn://10.0.0.236/trunk@48660 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 22:37:25 +00:00
brade%netscape.com
a42cc57b3f warning cleanup
git-svn-id: svn://10.0.0.236/trunk@48659 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 22:32:39 +00:00
brade%netscape.com
7e0421e57c allow for txn to have id/string for get/set
git-svn-id: svn://10.0.0.236/trunk@48658 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 22:31:27 +00:00
brade%netscape.com
47f94cebdd allow txn to get/set string and id
git-svn-id: svn://10.0.0.236/trunk@48657 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 22:29:44 +00:00
brade%netscape.com
e804cf037a add editor/txmgr/idl
git-svn-id: svn://10.0.0.236/trunk@48656 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 22:28:08 +00:00
mscott%netscape.com
a02c74a95e Bug #6651 --> Add lots of alert and status information from the server
for pop. this includes status messages in the status bar and alert
notifications in the form of alert dialogs.


git-svn-id: svn://10.0.0.236/trunk@48655 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 22:27:33 +00:00
kipp%netscape.com
9add91daa6 Whacked test a bit and added more test cases, primarily for bug #6193
git-svn-id: svn://10.0.0.236/trunk@48654 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 22:27:27 +00:00
kipp%netscape.com
fcf27a5ad8 Fixed some of bug #6193
git-svn-id: svn://10.0.0.236/trunk@48653 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 22:27:06 +00:00
brade%netscape.com
dce45ab25f First Checked In.
git-svn-id: svn://10.0.0.236/trunk@48652 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 22:27:05 +00:00
alecf%netscape.com
5f902b570c don't build xplib.lib anymore
git-svn-id: svn://10.0.0.236/trunk@48651 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 22:24:36 +00:00
alecf%netscape.com
f59be319b0 we don't need xplib.lib anymore
git-svn-id: svn://10.0.0.236/trunk@48650 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 22:24:04 +00:00
mscott%netscape.com
dadc18151c Bug #6651 --> add status and warning strings for various pop conditions.
git-svn-id: svn://10.0.0.236/trunk@48649 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 22:23:00 +00:00
alecf%netscape.com
0b92dfaebf don't need xplib anymore
git-svn-id: svn://10.0.0.236/trunk@48648 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 22:22:39 +00:00
vidur%netscape.com
c841abf7ff Fix for bug 14105 - correct processing of area tabindex
git-svn-id: svn://10.0.0.236/trunk@48647 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 22:19:29 +00:00
bienvenu%netscape.com
08cf6dcd84 fix charset conversion problem introduced yesterday in an attempt to speed up performance
git-svn-id: svn://10.0.0.236/trunk@48646 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 22:18:35 +00:00
shaver%netscape.com
19ab9fe989 having evicted default.js from components/, we reclaim our *.js birthright
git-svn-id: svn://10.0.0.236/trunk@48645 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 22:10:03 +00:00
kmcclusk%netscape.com
f5232bb65d Added test_weight.html to exercise CSS font weight.
git-svn-id: svn://10.0.0.236/trunk@48644 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 22:06:07 +00:00
kmcclusk%netscape.com
06c4c96147 Set select[input type=button] to have a 2px outset border instead of a 1px outset border.
This prevents reflows when the mouse is moved over the combo box dropdown button.


git-svn-id: svn://10.0.0.236/trunk@48643 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 22:04:35 +00:00
law%netscape.com
c1e3eb799f Get context menu attached to content area
git-svn-id: svn://10.0.0.236/trunk@48642 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 22:03:56 +00:00
davidm%netscape.com
bf4f1a0ff7 14405 Empty, blank menu in hidden window menu bar fix overlay id
git-svn-id: svn://10.0.0.236/trunk@48641 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 21:51:04 +00:00
akkana%netscape.com
ecf12dcd0c Partial fix for 14464: the gtk handler was doing the wrong thing, but XUL still isn't firing even after I fix this
git-svn-id: svn://10.0.0.236/trunk@48640 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 21:45:38 +00:00
waterson%netscape.com
3bfad57036 Add animation to directory viewer.
git-svn-id: svn://10.0.0.236/trunk@48639 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 21:43:41 +00:00
danm%netscape.com
5f2bffd186 Comment out body of UpdateDismissalListener. Prevents crash dismissing menu in toolbar. (Code in progress, anyway.) a:hyatt@netscape.com
git-svn-id: svn://10.0.0.236/trunk@48638 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 21:41:31 +00:00
chuang%netscape.com
84007c0c17 remove unused variable
git-svn-id: svn://10.0.0.236/trunk@48637 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 21:41:06 +00:00
pinkerton%netscape.com
4b484b0bbf add nsPrimitiveHelpers.cpp to build.
git-svn-id: svn://10.0.0.236/trunk@48636 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 21:39:08 +00:00
radha%netscape.com
b06e7a1e08 Fix crashes due to reference counting problems
git-svn-id: svn://10.0.0.236/trunk@48635 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 21:35:59 +00:00
karnaze%netscape.com
69cdd1f88b divided col width tests
-----------------------------------------------------


git-svn-id: svn://10.0.0.236/trunk@48634 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 21:35:28 +00:00
sgehani%netscape.com
923ae05402 Minor string modifications.
git-svn-id: svn://10.0.0.236/trunk@48633 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 21:34:09 +00:00
brendan%mozilla.org
cedb40ec6b JS_VERSION 140 lacked JS_HAS_NUMBER_FORMATS #define.
git-svn-id: svn://10.0.0.236/trunk@48632 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 21:33:38 +00:00
valeski%netscape.com
f107406ff6 removed dependency on #include string.h nsSocketTransportService.cpp
git-svn-id: svn://10.0.0.236/trunk@48631 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 21:32:01 +00:00
sgehani%netscape.com
10170c7a1e Added support for component attributes.
git-svn-id: svn://10.0.0.236/trunk@48630 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 21:31:55 +00:00
briano%netscape.com
7c0561a544 Fix for AIX bustage. Reserved name __STDC__ cannot be defined as a macro name.
git-svn-id: svn://10.0.0.236/trunk@48629 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 21:31:04 +00:00
sgehani%netscape.com
7c402ae867 Adding example attributes.
git-svn-id: svn://10.0.0.236/trunk@48628 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 21:29:25 +00:00
valeski%netscape.com
72bc7dd0b6 removed extraneous #include nsString2.h nsSocketTransport.cpp
git-svn-id: svn://10.0.0.236/trunk@48627 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 21:24:32 +00:00
shaver%netscape.com
e913ee5946 talk about JS components, remove gratuitous 'netscape' from progID
git-svn-id: svn://10.0.0.236/trunk@48626 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 21:23:02 +00:00
rods%netscape.com
75d7a96f19 Added nsIRollupListener for rolling up the dropdown
git-svn-id: svn://10.0.0.236/trunk@48625 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 21:20:50 +00:00
chuang%netscape.com
48d9afda1a Remove unused variable
git-svn-id: svn://10.0.0.236/trunk@48624 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 21:20:07 +00:00
dcone%netscape.com
93ccfc6825 *** empty log message ***
git-svn-id: svn://10.0.0.236/trunk@48623 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 21:19:03 +00:00
rods%netscape.com
f188aa6f77 fixed up the processing of rollup events
git-svn-id: svn://10.0.0.236/trunk@48622 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 21:18:46 +00:00
dcone%netscape.com
f2f81ca6c0 Support of Rollup code
git-svn-id: svn://10.0.0.236/trunk@48621 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 21:18:45 +00:00
shaver%netscape.com
ff631a3996 add JS version of nsISample component
git-svn-id: svn://10.0.0.236/trunk@48620 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 21:11:29 +00:00
buster%netscape.com
4a4e80e877 fixed link handling in editor by making links only grab focus when
the pres context has a link handler.  bug 14455


git-svn-id: svn://10.0.0.236/trunk@48619 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 21:10:34 +00:00
scc%netscape.com
44271bfece take action to prevent re-entering the destructor
git-svn-id: svn://10.0.0.236/trunk@48618 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 21:10:22 +00:00
sspitzer%netscape.com
c0715390cb I suck.
git-svn-id: svn://10.0.0.236/trunk@48617 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 21:05:58 +00:00
sfraser%netscape.com
255f2f79d7 Remove unneeded MANIFESTS in cmd/macfe
git-svn-id: svn://10.0.0.236/trunk@48616 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 21:05:30 +00:00
putterman%netscape.com
27210e9602 Only reroot if the folder notification we receive is for the folder that's currently the loading folder.
git-svn-id: svn://10.0.0.236/trunk@48615 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 21:04:52 +00:00
mscott%netscape.com
74ee827c62 Fix a crash when running a local mail filter --> if you moved the message and then had another filter fire
after we moved the message we would crash.


git-svn-id: svn://10.0.0.236/trunk@48614 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 21:04:43 +00:00
sspitzer%netscape.com
e88ebd4a85 fix build bustage
git-svn-id: svn://10.0.0.236/trunk@48613 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 21:04:34 +00:00
sfraser%netscape.com
d15de9dc16 Removed some obsolete files that are no longer needed (allxpstr.c, xp_foo.c, pwcapi.c etc)
git-svn-id: svn://10.0.0.236/trunk@48612 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 21:04:21 +00:00
sspitzer%netscape.com
69dbd72c49 I need to put down the crack pipe. the 4.x uri was ok, but the 4.x mail.directory pref was not.
git-svn-id: svn://10.0.0.236/trunk@48611 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 21:02:02 +00:00
buster%netscape.com
337884ed97 fixed a problem with asserts trying to merge empty aggregate transactions.
if the aggregate transaction is empty, don't execute it.  It's not technically
illegal, but it's a waste, and it causes the assert.


git-svn-id: svn://10.0.0.236/trunk@48610 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 20:46:36 +00:00
valeski%netscape.com
7bc4ceb86b removed dependency on ctype.h and made a few optimizations
git-svn-id: svn://10.0.0.236/trunk@48609 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 20:37:01 +00:00
sspitzer%netscape.com
0e851c0daa turns out this isn't necessary. on all three platforms in 4.x, the uri's are in UNIX style slashes, as they should be. #10583 fixed now.
git-svn-id: svn://10.0.0.236/trunk@48608 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 20:36:01 +00:00
terry%mozilla.org
32901af2a3 Patches by Scott Heavner <sheavner@adaclabs.com> -- wording, wasn't displaying correct directory name.
git-svn-id: svn://10.0.0.236/trunk@48607 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 20:30:38 +00:00
akkana%netscape.com
a6365a4c87 Fix a warning
git-svn-id: svn://10.0.0.236/trunk@48606 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 20:29:12 +00:00
alecf%netscape.com
4a3ba3fefe when we refresh the account list, clear the item selection (workaround for bug in the tree widget)
git-svn-id: svn://10.0.0.236/trunk@48605 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 20:26:36 +00:00
alecf%netscape.com
8fa56ede45 when we refresh the folder pane, clear the selection (workaround for bug in the tree widget)
git-svn-id: svn://10.0.0.236/trunk@48604 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 20:25:52 +00:00
sspitzer%netscape.com
e462176539 fix warning
git-svn-id: svn://10.0.0.236/trunk@48603 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 20:25:46 +00:00
scc%netscape.com
240063823f Made a protected method for severing weak references early
git-svn-id: svn://10.0.0.236/trunk@48602 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 20:20:04 +00:00
tague%netscape.com
9b023f2539 Export to correct module, not that it matters anymore.
git-svn-id: svn://10.0.0.236/trunk@48601 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 20:13:56 +00:00
terry%mozilla.org
cd6e1a17af This is a perl script to help import bugs from a GNATS database into a
Bugzilla database.  Contributed by Tom Schutter <tom@platte.com>


git-svn-id: svn://10.0.0.236/trunk@48600 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 20:12:46 +00:00
terry%mozilla.org
54cd21d768 Added a directory for contributed software.
git-svn-id: svn://10.0.0.236/trunk@48599 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 20:11:56 +00:00
shaver%netscape.com
e2cc239623 turn on JS loader for Mac
git-svn-id: svn://10.0.0.236/trunk@48598 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 20:10:20 +00:00
shaver%netscape.com
781208ba0a turn on JS loader on Windows
git-svn-id: svn://10.0.0.236/trunk@48597 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 20:08:38 +00:00
putterman%netscape.com
89586970b1 Implement init ins nsMessage.
git-svn-id: svn://10.0.0.236/trunk@48596 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 20:03:37 +00:00
putterman%netscape.com
2ccc891ca1 Put back in changes to cache rdf service.
git-svn-id: svn://10.0.0.236/trunk@48595 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 20:02:50 +00:00
shaver%netscape.com
2254047a43 fixed Windows makefile goop and fixed __stdcall issue
git-svn-id: svn://10.0.0.236/trunk@48591 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 19:42:09 +00:00
rods%netscape.com
1d8d878f63 changed mulitple to mulitple
git-svn-id: svn://10.0.0.236/trunk@48590 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 19:34:53 +00:00
bienvenu%netscape.com
9c6a1db5bb cache references for performance improvement
git-svn-id: svn://10.0.0.236/trunk@48589 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 19:10:37 +00:00
joki%netscape.com
932041c901 Fix bug 6258, release of null content pointer due to reentrant event
git-svn-id: svn://10.0.0.236/trunk@48588 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 19:00:55 +00:00
neeti%netscape.com
59011d5197 read user.js on startup after prefs.js is read. #12423
git-svn-id: svn://10.0.0.236/trunk@48587 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 18:59:41 +00:00
rogerl%netscape.com
fcc6869f54 ECMA errors as exceptions changes - conformance to latest spec for
hierarchy and names etc. Added attempt to make the base exceptions be
instanceof equal across contexts.


git-svn-id: svn://10.0.0.236/trunk@48586 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 18:58:51 +00:00
shaver%netscape.com
5f40481fce Errors-as-Exceptions and catchguards, because people want/need them
git-svn-id: svn://10.0.0.236/trunk@48585 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 18:48:43 +00:00
slamm%netscape.com
a87024a47b Rename some functions. Do not save the style and the box; fix splitter state instead.
git-svn-id: svn://10.0.0.236/trunk@48584 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 18:26:06 +00:00
slamm%netscape.com
9300c12254 Fix reload (bug 14289).
git-svn-id: svn://10.0.0.236/trunk@48583 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 18:25:03 +00:00
slamm%netscape.com
616e519fed Fix sidebar hide (bug 14193). Fix snap to close behaviour by seeting min-width.
git-svn-id: svn://10.0.0.236/trunk@48582 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 18:24:25 +00:00
putterman%netscape.com
fe8fdd4dd3 Fix mail crashes. Approved for checkin by leaf.
git-svn-id: svn://10.0.0.236/trunk@48581 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 17:53:25 +00:00
brade%netscape.com
e0e37764f7 not currently part of the build (a=leaf); add libraries for xpcom and js so optimized will link
git-svn-id: svn://10.0.0.236/trunk@48580 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 15:55:56 +00:00
brade%netscape.com
a2dc69b2c1 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@48579 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 14:55:39 +00:00
shaver%netscape.com
5b4ac98c99 define some key names locally until we export them properly from xpcom
git-svn-id: svn://10.0.0.236/trunk@48578 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 14:54:39 +00:00
shaver%netscape.com
0cd29dc3b4 remove unused file and add initial windows build foo
git-svn-id: svn://10.0.0.236/trunk@48577 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 14:43:45 +00:00
shaver%netscape.com
d18a0d7017 add include of nsIModule.h -- why was this working before?
git-svn-id: svn://10.0.0.236/trunk@48576 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 14:38:50 +00:00
shaver%netscape.com
89681d5ada fix =/== idiocy, abort if we fail to get runtime and better diagnostics
git-svn-id: svn://10.0.0.236/trunk@48575 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 14:36:40 +00:00
dcone%netscape.com
44d2e02ee0 added debugging for printing
git-svn-id: svn://10.0.0.236/trunk@48574 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 14:34:28 +00:00
joki%netscape.com
b1998d03d5 Changing dom event VK_* names to DOM_VK_*
git-svn-id: svn://10.0.0.236/trunk@48573 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 14:19:17 +00:00
joki%netscape.com
62ad116aae Adding old 4.x capture/release compatibility code, changing dom event VK_* names to DOM_VK_*
git-svn-id: svn://10.0.0.236/trunk@48572 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 14:18:52 +00:00
joki%netscape.com
2fd324ac84 Add new scroll method to allow scrolling to top or bottom of doc.
git-svn-id: svn://10.0.0.236/trunk@48571 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 14:15:53 +00:00
shaver%netscape.com
ec0efdd4c6 need to use different module names to avoid overwriting xpcom.xpt
git-svn-id: svn://10.0.0.236/trunk@48570 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 14:12:26 +00:00
pollmann%netscape.com
e721d4ecd3 Bug 11488: Crash when deleting options from GFX selects
git-svn-id: svn://10.0.0.236/trunk@48569 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 13:25:32 +00:00
Jerry.Kirk%Nexwarecorp.com
d886171d24 Adding more debug and hacks for Photon UI to try to get drawing of
the preference dialog working.


git-svn-id: svn://10.0.0.236/trunk@48568 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 13:12:00 +00:00
rjc%netscape.com
20dc2b6f4e Expose clipboard to JS and start hooking up bookmark window's cut/copy/paste/delete/select-all menu items.
git-svn-id: svn://10.0.0.236/trunk@48567 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 12:34:16 +00:00
rods%netscape.com
008f918322 initial checkin
git-svn-id: svn://10.0.0.236/trunk@48566 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 11:50:22 +00:00
rods%netscape.com
d7dc9174e8 added CaptureRollupEvents for indicating when a dropdown should be rolled up
git-svn-id: svn://10.0.0.236/trunk@48565 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 11:25:03 +00:00
rods%netscape.com
c76b7f5014 *** empty log message ***
git-svn-id: svn://10.0.0.236/trunk@48564 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 11:22:21 +00:00
alecf%netscape.com
2c3452ada1 remove New Account from menu
git-svn-id: svn://10.0.0.236/trunk@48563 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 10:11:26 +00:00
sgehani%netscape.com
88219c7026 Resourced out error string.
git-svn-id: svn://10.0.0.236/trunk@48562 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 10:08:22 +00:00
sgehani%netscape.com
aa4f7bf2b8 Resourced xpinstall dialog messages.
git-svn-id: svn://10.0.0.236/trunk@48561 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 09:55:46 +00:00
sgehani%netscape.com
f6fd50ada9 Adding i18n support to xpinstall: using StringBundleService.
git-svn-id: svn://10.0.0.236/trunk@48560 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 08:46:59 +00:00
sgehani%netscape.com
c6e2c33e9c Adding i18n support to xpinstall: using StringBundleServcie.
git-svn-id: svn://10.0.0.236/trunk@48559 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 08:46:10 +00:00
sgehani%netscape.com
a4396ce8f6 Adding i18n support to xpinstall: using StringServiceBundle.
git-svn-id: svn://10.0.0.236/trunk@48558 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 08:45:25 +00:00
sspitzer%netscape.com
400d0c9f5e fix for #14438
if you have user_pref("browser.startup.page", 2); in your prefs.js file,
[meaning open browser with last page visted] and you click on the browser button
in the task bar from messgener, it will fail to open.


git-svn-id: svn://10.0.0.236/trunk@48557 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 08:39:20 +00:00
rpotts%netscape.com
e47326d42b Checking in a patch that ramiro gave me to fix some multi-processor Linux woes...
git-svn-id: svn://10.0.0.236/trunk@48556 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 08:29:18 +00:00
ssu%netscape.com
3973dfecf3 updated build scripts for windows installer. not part of tinderbox builds
git-svn-id: svn://10.0.0.236/trunk@48555 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 08:28:22 +00:00
rpotts%netscape.com
c64c121023 Reworked how the socket transport uses the DNS service - as discussed with gordon...
git-svn-id: svn://10.0.0.236/trunk@48554 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 08:02:06 +00:00
peterl%netscape.com
4e42b2772d removed ReResolveStyleContext
git-svn-id: svn://10.0.0.236/trunk@48553 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 07:56:18 +00:00
peterl%netscape.com
ee1768fef6 moved re resolve style logic into frame manager
git-svn-id: svn://10.0.0.236/trunk@48552 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 07:55:37 +00:00
peterl%netscape.com
63e8918a6a added calls to verify style tree
git-svn-id: svn://10.0.0.236/trunk@48551 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 07:53:49 +00:00
peterl%netscape.com
8314fe5bdd made style changes handle floaters and positioned children
added style tree verify
moved re-resolve style logic from frames


git-svn-id: svn://10.0.0.236/trunk@48550 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 07:53:14 +00:00
peterl%netscape.com
5e304ecf23 removed ReResolveStyleContext
added style tree verify flag


git-svn-id: svn://10.0.0.236/trunk@48549 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 07:51:52 +00:00
peterl%netscape.com
7deae09f51 stop sharing contexts with parents
git-svn-id: svn://10.0.0.236/trunk@48548 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 07:50:16 +00:00
peterl%netscape.com
f0c345d6d5 filter out multiple changes to content when framechange in effect
git-svn-id: svn://10.0.0.236/trunk@48547 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 07:49:55 +00:00
peterl%netscape.com
3af4740dc1 Added compute style change
Added style tree verify


git-svn-id: svn://10.0.0.236/trunk@48546 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 07:48:57 +00:00
peterl%netscape.com
eeb2ec5d3e removed ReResolveStyleContext
added flag for style tree verify


git-svn-id: svn://10.0.0.236/trunk@48545 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 07:48:34 +00:00
sspitzer%netscape.com
e97796cb2a fix for #10583
for non-UNIX platforms, we need to convert the native path to a UNIX style
path before converting the 4.x URI to a 5.0 URI.
otherwise, we'd convert mailbox:C:\\program files\\netscape\\users\\sspitzer\\mail\\aaa\\bbb to mailbox://nobody@Local Mail/aaa\\bbb, instead of mailbox://nobody@Local Mail/aaa/bbb


git-svn-id: svn://10.0.0.236/trunk@48544 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 07:46:48 +00:00
sspitzer%netscape.com
0a21c97f68 remove my reminder printf for UNIX. UNIX is done.
git-svn-id: svn://10.0.0.236/trunk@48543 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 07:42:23 +00:00
waterson%netscape.com
a34acfe3e8 Use a 'const long' instead of hardcoding numbers.
git-svn-id: svn://10.0.0.236/trunk@48542 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 07:38:23 +00:00
waterson%netscape.com
355d7776d9 Rig up a kludgy but functional two-pane view.
git-svn-id: svn://10.0.0.236/trunk@48541 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 07:34:23 +00:00
waterson%netscape.com
e103ee595c Fix bug where only first property was being returned.
git-svn-id: svn://10.0.0.236/trunk@48540 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 07:34:07 +00:00
alecf%netscape.com
e17adec3fc rename NNTP server description
git-svn-id: svn://10.0.0.236/trunk@48539 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 07:07:25 +00:00
alecf%netscape.com
01d1095dee fix persistance on the sidebar
git-svn-id: svn://10.0.0.236/trunk@48538 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 07:06:53 +00:00
ssu%netscape.com
02884a9304 updated resource string. Nothing was added or delete, simply changed. Affects only windows platforms.
git-svn-id: svn://10.0.0.236/trunk@48537 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 07:02:25 +00:00
mscott%netscape.com
c923ae54bc Remove obsolete properties file.
git-svn-id: svn://10.0.0.236/trunk@48536 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 06:51:36 +00:00
mscott%netscape.com
7682a1a60a WE can't insert \n (newline character) in the properties file so take them out.
git-svn-id: svn://10.0.0.236/trunk@48535 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 06:51:01 +00:00
mscott%netscape.com
4446c291d7 Remove obsolete reference to composebe.properties
git-svn-id: svn://10.0.0.236/trunk@48534 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 06:47:11 +00:00
mscott%netscape.com
81333848b2 remove obsolete reference to composebe.properties.
git-svn-id: svn://10.0.0.236/trunk@48533 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 06:45:36 +00:00
rpotts%netscape.com
2ea714e45c The document LoadGroup is now a nsWeakPtr...
git-svn-id: svn://10.0.0.236/trunk@48532 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 06:44:56 +00:00
mscott%netscape.com
1e961e0e8e Remove reference to obsolete properties file (composebe.properties).
git-svn-id: svn://10.0.0.236/trunk@48531 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 06:44:43 +00:00
mscott%netscape.com
6e1d0c1e47 remove obsolete properties file. This file has been moved and renamed to compose\resources\locale\en-US\composeMsgs.properties
git-svn-id: svn://10.0.0.236/trunk@48530 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 06:42:58 +00:00
rickg%netscape.com
c97f39f769 fix to bug 13688
git-svn-id: svn://10.0.0.236/trunk@48529 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 06:37:53 +00:00
mscott%netscape.com
df8e67d473 re-write so we actually use the string bundle instead of the hard coded
strings that used to be in this class. This meant changing the api to return
a unichar * instead of a char *!!!


git-svn-id: svn://10.0.0.236/trunk@48528 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 06:30:51 +00:00
mscott%netscape.com
24fb340c0c optimize use of PRunichars for string bundle. we were doing lots of
needless conversions between PRunichar * to char * and back again!
replace some hard coded strings with strings created by the string bundle


git-svn-id: svn://10.0.0.236/trunk@48527 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 06:30:11 +00:00
tao%netscape.com
7e46395ba6 Move editor.properties from content/ to locale/,
git-svn-id: svn://10.0.0.236/trunk@48526 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 06:30:03 +00:00
nisheeth%netscape.com
04e852e516 Add prefix string to content creation timer output.
git-svn-id: svn://10.0.0.236/trunk@48525 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 06:24:58 +00:00
nisheeth%netscape.com
e671c66537 Add prefix string to style resolution timer output.
git-svn-id: svn://10.0.0.236/trunk@48524 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 06:24:17 +00:00
nisheeth%netscape.com
4e29281319 - Stop the stopwatch *before* the reference to the parser is released!
- Include util.lib into the list of statically linked libraries


git-svn-id: svn://10.0.0.236/trunk@48523 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 06:23:10 +00:00
ssu%netscape.com
03bfe962a4 fixing bug# 13117
git-svn-id: svn://10.0.0.236/trunk@48522 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 06:22:10 +00:00
alecf%netscape.com
6fd8861f86 implement Show->Folders
git-svn-id: svn://10.0.0.236/trunk@48521 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 06:17:00 +00:00
waterson%netscape.com
2bbbe53c9a Fix MODULE so that we don't clobber the directory.xpt file.
git-svn-id: svn://10.0.0.236/trunk@48520 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 06:10:24 +00:00
waterson%netscape.com
6f12e75e49 Fix bugs with computing containment.
git-svn-id: svn://10.0.0.236/trunk@48519 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 05:57:47 +00:00
vidur%netscape.com
f3bf8ed6f1 Corrected signature of History::Go()
git-svn-id: svn://10.0.0.236/trunk@48518 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 05:48:45 +00:00
alecf%netscape.com
de525ae62c remove the (unused) Advanced panel
git-svn-id: svn://10.0.0.236/trunk@48517 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 05:38:49 +00:00
tao%netscape.com
2e0b646064 Move *.properties to locale
git-svn-id: svn://10.0.0.236/trunk@48516 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 05:38:01 +00:00
alecf%netscape.com
b59592644c add support for identity-specific HTML compose and signatures
git-svn-id: svn://10.0.0.236/trunk@48515 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 05:37:23 +00:00
waterson%netscape.com
106766496d First Checked In.
git-svn-id: svn://10.0.0.236/trunk@48514 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 05:37:00 +00:00
mscott%netscape.com
da897a8da1 The doc loader should release the underlying channel once the channel issues a OnStopRequest. This allows the
channel to go away after we load the url instead of making it stick around until the next url comes in (that's
when we used to get rid of the previous channel).
r=rpotts.


git-svn-id: svn://10.0.0.236/trunk@48513 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 05:36:49 +00:00
tao%netscape.com
5ad723bb6d Rename *en.properties to *.properties.
git-svn-id: svn://10.0.0.236/trunk@48512 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 05:35:34 +00:00
sspitzer%netscape.com
813c3e1950 fix for #14428. make the throbber in the three pane open up to the throbber url when clicked.
git-svn-id: svn://10.0.0.236/trunk@48511 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 05:33:14 +00:00
vidur%netscape.com
4434fdcd2f Changed nsIWebShell::GoTo to use LOAD_HISTORY as the load flag - going to the current entry shouldn't reload.
git-svn-id: svn://10.0.0.236/trunk@48510 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 05:27:35 +00:00
hangas%netscape.com
b3e18d796d Added key binding for OK/Cancel buttons.
git-svn-id: svn://10.0.0.236/trunk@48509 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 05:23:14 +00:00
hangas%netscape.com
d09ba9b534 Added key binding to dialogOverlay.xul for OK and Cancel buttons. Updated xul windows to include these keys.
git-svn-id: svn://10.0.0.236/trunk@48508 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 05:20:56 +00:00
troy%netscape.com
35199b0e7f Part of the fix for bug #11389. Changed CantRenderReplacedElement() to
reset the placeholder frame's out-of-flow frame after replacing the primary
frame. This allows the block frame code to find the floater in the line's
list of floaters


git-svn-id: svn://10.0.0.236/trunk@48507 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 05:20:11 +00:00
hangas%netscape.com
f237754ed6 Changed unix global overlay for 'Redo' to use Mac style shortcut key.
git-svn-id: svn://10.0.0.236/trunk@48506 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 05:16:17 +00:00
troy%netscape.com
bb46cb1eff Fix for bug #14414. Changed DoRemoveFrame() to invalidate the space taken
up by the line when deleting an empty line


git-svn-id: svn://10.0.0.236/trunk@48505 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 05:15:39 +00:00
hangas%netscape.com
8cdab89276 Hacked default titledbutton style to center text and icon.
git-svn-id: svn://10.0.0.236/trunk@48504 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 05:14:49 +00:00
ftang%netscape.com
9c50930b5f wired up nsTextToSubURI to the dll, remove unnecessary reghac2.h
git-svn-id: svn://10.0.0.236/trunk@48503 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 05:13:53 +00:00
waterson%netscape.com
6e2d185643 Add regviewer to Unix build.
git-svn-id: svn://10.0.0.236/trunk@48502 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 05:13:36 +00:00
waterson%netscape.com
b3e8f3757d Add regviewer to win32 build.
git-svn-id: svn://10.0.0.236/trunk@48501 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 05:13:05 +00:00
vidur%netscape.com
d8c739059f Corrected prototype for History::Go()
git-svn-id: svn://10.0.0.236/trunk@48500 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 05:12:46 +00:00
mscott%netscape.com
b45ae3eb71 Bug #13798 --> Fix imap freezing the mac.
git-svn-id: svn://10.0.0.236/trunk@48499 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 05:12:15 +00:00
ssu%netscape.com
abf3ce67f7 fixing font type, bug #13572
git-svn-id: svn://10.0.0.236/trunk@48498 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 05:12:02 +00:00
waterson%netscape.com
bca3fc969b Fix JavaScript to use the right interface.
git-svn-id: svn://10.0.0.236/trunk@48497 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 05:11:56 +00:00
vidur%netscape.com
17f4dc0814 Corrected signature of History::Go()
git-svn-id: svn://10.0.0.236/trunk@48496 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 05:11:55 +00:00
waterson%netscape.com
53a4a58752 Add regviewer.
git-svn-id: svn://10.0.0.236/trunk@48495 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 05:08:18 +00:00
waterson%netscape.com
6f076d28fb Initial revision. Not in the build.
git-svn-id: svn://10.0.0.236/trunk@48494 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 05:08:00 +00:00
waterson%netscape.com
c9ea36fc9d Comment out line causing crash when click on menus.
git-svn-id: svn://10.0.0.236/trunk@48493 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 04:59:45 +00:00
waterson%netscape.com
ddb97d50f3 Add some curly braces so that the rest of the world can run.
git-svn-id: svn://10.0.0.236/trunk@48492 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 04:20:17 +00:00
despotdaemon%netscape.com
44d131b5fe Pseudo-automatic update of changes made by leaf@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@48491 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 04:04:35 +00:00
waterson%netscape.com
4db62e9255 Back out last change; it killed tinderbox. a=don%netscape.com.
git-svn-id: svn://10.0.0.236/trunk@48490 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 04:04:03 +00:00
despotdaemon%netscape.com
13333ccd61 Pseudo-automatic update of changes made by leaf@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@48489 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 04:02:17 +00:00
waterson%netscape.com
605693835c #undef CreateDirectory to fix problem where winbase.h #define
CreateDirectory and makes it appear as if nsFileSpec has a
CreateDirectory[A|W] method.


git-svn-id: svn://10.0.0.236/trunk@48487 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 03:09:39 +00:00
waterson%netscape.com
c72fa1d99b add registry datasource/viewer. not in the build.
git-svn-id: svn://10.0.0.236/trunk@48486 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 02:43:13 +00:00
mike%neoplanet.com
a5f76e94f7 Implemented cut/copy/paste. Added stubs for a couple other functions.
git-svn-id: svn://10.0.0.236/trunk@48485 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 02:39:53 +00:00
hyatt%netscape.com
88a61196e0 added files: mozilla/layout/xul/base/src/nsMenuDismissalListener.cpp, removed files: mozilla/layout/xul/base/src/nsMenuPopupEntryListener.cpp
git-svn-id: svn://10.0.0.236/trunk@48484 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 02:35:57 +00:00
kipp%netscape.com
5faaa2ac33 Eliminate a warning
git-svn-id: svn://10.0.0.236/trunk@48483 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 02:20:14 +00:00
hyatt%netscape.com
ca90f43e85 oops
git-svn-id: svn://10.0.0.236/trunk@48482 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 02:16:31 +00:00
shaver%netscape.com
4ffbe71b5d initial and long-awaited import of MathML for Roger Sidje and his crew
git-svn-id: svn://10.0.0.236/trunk@48481 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 02:12:01 +00:00
kipp%netscape.com
c4b871aef6 Eliminate a warning
git-svn-id: svn://10.0.0.236/trunk@48480 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 02:09:46 +00:00
scc%netscape.com
3156578dc4 commented out some build horkage that hyatt will need to fix upon his return
git-svn-id: svn://10.0.0.236/trunk@48479 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 02:03:49 +00:00
akkana%netscape.com
5c7d06bc7d Use new ToString method on selection
git-svn-id: svn://10.0.0.236/trunk@48478 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 01:42:41 +00:00
waterson%netscape.com
0d59690969 Deal with case where a load has failed.
git-svn-id: svn://10.0.0.236/trunk@48477 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 01:41:29 +00:00
ftang%netscape.com
b231f9812a remove unneeded var
git-svn-id: svn://10.0.0.236/trunk@48476 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 01:37:16 +00:00
ftang%netscape.com
e70aa6d68c add nsTextToSubURI.cpp
git-svn-id: svn://10.0.0.236/trunk@48475 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 01:36:54 +00:00
cmanske%netscape.com
03e7911d12 Editor bug fixes. List Properties dialog work. Fixed menu access keys in DTD file. Fixed using selection->Clear() cases
git-svn-id: svn://10.0.0.236/trunk@48474 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 01:36:30 +00:00
tao%netscape.com
ac92447f0c 14391: [L12y] PLS remove locale name (en) from "*_en.properties".
git-svn-id: svn://10.0.0.236/trunk@48473 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 01:32:06 +00:00
sspitzer%netscape.com
5516c548e7 fix for #14361. always give the users a "Local Mail" account.
also, added the CreateDefaultMailboxes() method to the  nsINoIncomingServer and nsIPop3IncomingServer
interfaces


git-svn-id: svn://10.0.0.236/trunk@48472 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 01:29:01 +00:00
waterson%netscape.com
ecac83d9d2 Fix backwards return values on nsIEnumerator::IsDone().
git-svn-id: svn://10.0.0.236/trunk@48471 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 01:28:18 +00:00
cmanske%netscape.com
20157bae56 Adding CollapseToStart and CollapseToEnd methods to selection
git-svn-id: svn://10.0.0.236/trunk@48470 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 01:27:59 +00:00
cmanske%netscape.com
287a754d84 Adding CollapseToStart and CollapseToEnd to selection
git-svn-id: svn://10.0.0.236/trunk@48469 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 01:27:37 +00:00
tao%netscape.com
248ada6feb 14391: [L12y] PLS remove locale name (en) from "*_en.properties".
git-svn-id: svn://10.0.0.236/trunk@48468 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 01:22:43 +00:00
srinivas%netscape.com
98a3789180 Use an absolute, instead of relative, filespec for OpenVMS. Checkin for
Colin Blake <colin@theblakes.com>.


git-svn-id: svn://10.0.0.236/trunk@48467 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 01:18:14 +00:00
shaver%netscape.com
32c641261c conditional support for mathml, for Roger Sidje <rbs@maths.uq.edu.au>
git-svn-id: svn://10.0.0.236/trunk@48466 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 01:15:30 +00:00
shaver%netscape.com
571a500d89 build JS component loader by default
git-svn-id: svn://10.0.0.236/trunk@48465 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 01:09:33 +00:00
shaver%netscape.com
1f969319fb fix typo before I inflict it on the world
git-svn-id: svn://10.0.0.236/trunk@48464 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 01:08:21 +00:00
chjung%netscape.com
d7b8f5db32 [chjung 990920] add localization notes
git-svn-id: svn://10.0.0.236/trunk@48463 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 01:06:04 +00:00
hyatt%netscape.com
f86426e4ea Chrome event stuff.
git-svn-id: svn://10.0.0.236/trunk@48462 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 01:05:01 +00:00
hyatt%netscape.com
06d985397e Removing unused files.
git-svn-id: svn://10.0.0.236/trunk@48461 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 01:04:47 +00:00
hyatt%netscape.com
7c0fadf597 Menu changes.
git-svn-id: svn://10.0.0.236/trunk@48460 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 01:03:58 +00:00
varada%netscape.com
0464f03ca1 This is the modified cck.che defaults file that has the correct values
git-svn-id: svn://10.0.0.236/trunk@48459 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 01:03:48 +00:00
hyatt%netscape.com
61e7c00bb7 Chrome event stuff. Menu changes.
git-svn-id: svn://10.0.0.236/trunk@48458 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 01:03:00 +00:00
hyatt%netscape.com
bd258f4733 chrome event stuff
git-svn-id: svn://10.0.0.236/trunk@48457 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 01:02:29 +00:00
chjung%netscape.com
dd7cec52c5 [chjung 990920] add localization notes
git-svn-id: svn://10.0.0.236/trunk@48456 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 01:00:29 +00:00
tao%netscape.com
4ce105443f 14379: [L12y] PLS remove locale name (en-US) from the localMsgs.properties.
git-svn-id: svn://10.0.0.236/trunk@48455 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:59:50 +00:00
ftang%netscape.com
6da42fac53 add nsTextToSubURI.cpp
git-svn-id: svn://10.0.0.236/trunk@48454 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:58:15 +00:00
ftang%netscape.com
2c16a3ff90 add uconvIDL.mcp
git-svn-id: svn://10.0.0.236/trunk@48453 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:55:40 +00:00
tao%netscape.com
7ac28d99e3 14384: [L12y] PLS remove locale name (en-US) from "imapMsgs_en-US.properties".
git-svn-id: svn://10.0.0.236/trunk@48452 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:50:13 +00:00
chjung%netscape.com
3e4b7c906d [chjung 990920] add localization notes
git-svn-id: svn://10.0.0.236/trunk@48451 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:49:23 +00:00
wtc%netscape.com
e26a9ec9b5 On WIN32, do not include <windef.h> directly. It is better
to include <windows.h>, the mother of all Windows include files.
Specifically, in MSVC 6.0, <windef.h> sets WINVER to 0x0500
while <windows.h> sets it to 0x0400 if that macro is not defined.
But 0x0500 means NT 5.0 and Win 98, and NT 5.0 is not released yet.
To build a retail application right now, we have to set WINVER to 0x0400.


git-svn-id: svn://10.0.0.236/trunk@48450 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:45:46 +00:00
ftang%netscape.com
648c88d3d7 add idl directory to win and linux makefile
git-svn-id: svn://10.0.0.236/trunk@48449 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:45:28 +00:00
ftang%netscape.com
7b1a541b6f First Checked In.
git-svn-id: svn://10.0.0.236/trunk@48448 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:43:09 +00:00
mscott%netscape.com
f68e94943c we used to leak the first imap url that got run because we gave it
to the socket transport as a context. The socket transport hung onto
the url until the socket was actually closed. It turns out we don't
need to pass the url in anyway since we always know what the current
url is. So by changing this to null, we now release the first imap url
we run as soon as it is done.


git-svn-id: svn://10.0.0.236/trunk@48447 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:40:50 +00:00
ftang%netscape.com
18cbbca6c8 1st check in
git-svn-id: svn://10.0.0.236/trunk@48446 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:30:12 +00:00
harishd%netscape.com
7a4a0e5db4 Fix for bugs 13498, 14199, 8389, 13640.
git-svn-id: svn://10.0.0.236/trunk@48445 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:24:28 +00:00
ftang%netscape.com
45a25047dc add HZ to the dll
git-svn-id: svn://10.0.0.236/trunk@48444 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:21:24 +00:00
pollmann%netscape.com
0b4308ad81 Bug 14223: Typo, I'm sure.
git-svn-id: svn://10.0.0.236/trunk@48443 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:18:49 +00:00
ftang%netscape.com
d8d3b85c10 add idl files
git-svn-id: svn://10.0.0.236/trunk@48442 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:17:37 +00:00
ftang%netscape.com
2b96342442 remove dead file
git-svn-id: svn://10.0.0.236/trunk@48441 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:15:38 +00:00
kipp%netscape.com
7223e249d3 Reworked side margin calculations to fix (finally!) bug 11932; also cleaned up table side margin handling to better match nav's behavior yet move forward with css2
git-svn-id: svn://10.0.0.236/trunk@48440 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:15:16 +00:00
kipp%netscape.com
3e190bdd79 Reimplement TrimTrailingWhiteSpace; fixed another combined area bug (12910)
git-svn-id: svn://10.0.0.236/trunk@48439 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:14:22 +00:00
ftang%netscape.com
1cab5d5592 check in for Xu, Yueheng <yueheng.xu@intel.com>
git-svn-id: svn://10.0.0.236/trunk@48438 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:14:15 +00:00
kipp%netscape.com
e2761a3f1c Reimplement TrimTrailingWhiteSpace
git-svn-id: svn://10.0.0.236/trunk@48437 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:13:50 +00:00
brendan%mozilla.org
1041763b2e - Bumped default compile-time JS version from 1.4 to 1.5.
- Add JS1.5 getter/setter support in all its glory:

  * getter function SN() {return ++x} at top-level or as a closure binds an SN
    property getter than returns the incremented value of x.  Likewise for
    setter function SN(y) {return y = x}.

  * getters and setters may be defined in an object literal:
      o = {p getter:function() {return ++this.x},
           p setter:function(y){return this.x = y},
           x:42};

  * getter= and setter= operators (compound tokens) may be used to bind getter
    and setter properties dynamically:
      o = new Object;
      o.p getter= function() {return ++this.x};
      o.p setter= function(y){return this.x = y};
      o.x = 42;

    Waldemar is concerned that this form will collide semantically with JS2, so
    I am not committing to keeping it in JS1.5.  I'd like to check my code in
    ASAP so shaver can use it, and I'd also like to see this form get used (or
    not) during Mozilla betas.  Caveat emptor, and if you find this "dynamic"
    or "imperative" form necessary and hard to substitute, please let me know.
    If this proves important to users, then I think JS1.5 should keep it.

- Cleaned up property flags (in a binary-incompatible fashion -- who cares?) by
  eliminating JSPROP_ASSIGNHACK and JSPROP_TINYIDHACK.

- Added JS_DONT_PRETTY_PRINT flag to be ORed with the indent argument to the
  several JS_Decompile*() API calls.  This avoids any newlines or identation in
  the decompiled string.
 
- Improved and extended (for getter/setter non-reservation) scanner lookahead
  by using a circular (power-of-2 sized) token buffer.

- Fix ECMA Edition 3 deviation where function f(){function g(){}} bound f.g by
  mistake (it should arrange to make a closure named g in activations of f, but
  it should not bind a property of function f).


git-svn-id: svn://10.0.0.236/trunk@48436 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:13:48 +00:00
kipp%netscape.com
a1c8b975ba Bring TrimTrailingWhiteSpace back to life after troy's changes
git-svn-id: svn://10.0.0.236/trunk@48435 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:12:50 +00:00
kipp%netscape.com
dce1fb8e52 Tweaked list logic
git-svn-id: svn://10.0.0.236/trunk@48434 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:12:27 +00:00
kipp%netscape.com
0271e8b87b Fixed up argument parsing issue with table align=left/right (bug 7352)
git-svn-id: svn://10.0.0.236/trunk@48433 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:12:09 +00:00
pinkerton%netscape.com
a798bbca2b First Checked In.
git-svn-id: svn://10.0.0.236/trunk@48432 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:08:25 +00:00
gagan%netscape.com
e044ae117d Fixes the crash thats occuring on windows with no proxy setting.
git-svn-id: svn://10.0.0.236/trunk@48431 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:08:09 +00:00
mscott%netscape.com
6a45cd7a74 initialize the ref count on this class.
git-svn-id: svn://10.0.0.236/trunk@48430 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:07:34 +00:00
av%netscape.com
99a6ac3352 Workaround to make RealAudio plugin work
git-svn-id: svn://10.0.0.236/trunk@48429 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:07:20 +00:00
bienvenu%netscape.com
ab1d8c22a4 some performance improvements for header parsing
git-svn-id: svn://10.0.0.236/trunk@48428 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:06:25 +00:00
vidur%netscape.com
94e4e0c5bd Fixed Confirm() to get the nsIPrompt reference from the webshell container and not the webshell itself. Fixed leak in Prompt().
git-svn-id: svn://10.0.0.236/trunk@48427 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:05:59 +00:00
mscott%netscape.com
cf65822e98 let sidebar take up all of the vertical space and shift the menus over to line up with the toolbar.
Thanks to Paul Hangas for this cool suggestion.


git-svn-id: svn://10.0.0.236/trunk@48426 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:05:52 +00:00
vidur%netscape.com
c1674aa040 webshell now gets its nsIPrompt reference from its container and not its observer. restored ftang's webshell change that i inadvertantly removed in a prior checkin.
git-svn-id: svn://10.0.0.236/trunk@48425 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 00:04:31 +00:00
wtc%netscape.com
63eefd6d77 Bugzilla bug #13361: fixed gcc compiler warnings. Thanks to
Steve Lamm (slamm@netscape.com) for the bug report.
Modified files: prtime.h, prmwait.c, pratom.c, ptio.c, ptthread.c.


git-svn-id: svn://10.0.0.236/trunk@48424 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 23:59:09 +00:00
chjung%netscape.com
0e25273b9a [chjung 990920] add localization notes
git-svn-id: svn://10.0.0.236/trunk@48423 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 23:29:30 +00:00
rods%netscape.com
b78119cf08 nailed again by nsCOMPtr
git-svn-id: svn://10.0.0.236/trunk@48422 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 22:56:32 +00:00
dveditz%netscape.com
2ebcaa9f2a fixing VC5 bustage for ssu
git-svn-id: svn://10.0.0.236/trunk@48421 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 22:39:52 +00:00
warren%netscape.com
2bdfab8723 Taking out the damn nsCOMPtr for nsThreadPool for Mac!
git-svn-id: svn://10.0.0.236/trunk@48420 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 22:35:06 +00:00
sspitzer%netscape.com
6716e8e4f0 fix for #14324.
properly migrate the smtp server from 4.x using the SmtpService


git-svn-id: svn://10.0.0.236/trunk@48419 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 22:32:03 +00:00
nisheeth%netscape.com
654347a177 Add a stopwatch to measure total time (parsing, content creation, frame creation, style resolution, and reflow) in the parser.
git-svn-id: svn://10.0.0.236/trunk@48418 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 22:24:33 +00:00
rogerl%netscape.com
d2a5cbb6d0 (Bug #13416)
Turned off 'super' keyword - was letting through some cut'n'pasted java
code quietly and blowing big chunks out of the codegen/interpreter later.
Anybody know why 'super' had an interesting value here? - there was no
support for it on any path that I could see.


git-svn-id: svn://10.0.0.236/trunk@48417 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 22:21:24 +00:00
rods%netscape.com
aafb520645 Added code to make sure that focus gets set on the window for mouse down
git-svn-id: svn://10.0.0.236/trunk@48416 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 22:18:57 +00:00
chuang%netscape.com
55fdcbc1a1 Fix bug 13904 Preferences: Mail and News typos
git-svn-id: svn://10.0.0.236/trunk@48415 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 22:16:14 +00:00
chuang%netscape.com
8ea58eca88 Fix missing the last row when importing ldif file
git-svn-id: svn://10.0.0.236/trunk@48414 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 22:13:54 +00:00
pierre%netscape.com
1ddbcd7152 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@48413 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 22:12:35 +00:00
akkana%netscape.com
7b64229ccc 13447: fix regression in backspace/delete handling. Send char code or key code, but never both
git-svn-id: svn://10.0.0.236/trunk@48412 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 22:10:03 +00:00
locka%iol.ie
3ffbd2398a Added some documentation
git-svn-id: svn://10.0.0.236/trunk@48411 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 22:07:09 +00:00
locka%iol.ie
54dd18aabb Added safe for scripting support
git-svn-id: svn://10.0.0.236/trunk@48410 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 22:00:30 +00:00
robinf%netscape.com
8d57f9a17a fixing bug 4492; text added to New Config dialog
git-svn-id: svn://10.0.0.236/trunk@48409 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 22:00:21 +00:00
locka%iol.ie
3ab5d226cc A long lost file finds its way into the world
git-svn-id: svn://10.0.0.236/trunk@48408 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 21:59:30 +00:00
dougt%netscape.com
d120266b38 removing const from nsIFile types
git-svn-id: svn://10.0.0.236/trunk@48407 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 21:48:30 +00:00
mjudge%netscape.com
179e58ff5f checking in fixes for selection around nodes where get primary frame will not lead to the discovery of all frames
git-svn-id: svn://10.0.0.236/trunk@48406 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 21:47:37 +00:00
nisheeth%netscape.com
9ca0e1429c Fixed build warning and removed NS_TIMER_STYLE_RESOLUTION define.
git-svn-id: svn://10.0.0.236/trunk@48405 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 21:36:53 +00:00
dougt%netscape.com
e99e5b2e46 removing. the only way is xul.
git-svn-id: svn://10.0.0.236/trunk@48404 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 21:36:01 +00:00
nisheeth%netscape.com
f2e1746b5e Fixing build warning.
git-svn-id: svn://10.0.0.236/trunk@48403 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 21:35:50 +00:00
dougt%netscape.com
8a42401716 Fixing software installation preference panel.
git-svn-id: svn://10.0.0.236/trunk@48402 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 21:35:06 +00:00
dougt%netscape.com
9c94a07cd6 Cleaned up nsXPIFlash function names.
Added notification flash preference
Added nsIProgressEventSink to nsXPInstallManager


git-svn-id: svn://10.0.0.236/trunk@48401 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 21:31:55 +00:00
pierre%netscape.com
f432271502 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@48400 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 21:20:26 +00:00
pollmann%netscape.com
26278391ac Bug 14303: Correct typo.
git-svn-id: svn://10.0.0.236/trunk@48399 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 21:17:28 +00:00
ssu%netscape.com
b91594fae4 added ifdef _WINDOWS around a include file.
git-svn-id: svn://10.0.0.236/trunk@48398 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 21:16:58 +00:00
norris%netscape.com
e8e1ce7e96 Changes necessary to generate adapter classes to files with associated optimizer package.
git-svn-id: svn://10.0.0.236/trunk@48397 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 21:16:45 +00:00
ssu%netscape.com
35d2aa2df0 new files needed for the shortcut functionality that I just added to xpinstall.
git-svn-id: svn://10.0.0.236/trunk@48396 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 21:13:53 +00:00
bienvenu%netscape.com
fb5c7bf14e fix listener leak r+a=mscott,valeski
git-svn-id: svn://10.0.0.236/trunk@48395 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 21:10:46 +00:00
radha%netscape.com
fc0491b1d8 Clean up leaks
git-svn-id: svn://10.0.0.236/trunk@48394 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 21:09:16 +00:00
buster%netscape.com
99f84bd069 fixed bug 14271, delete key not generating a keyPress event on windows
git-svn-id: svn://10.0.0.236/trunk@48393 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 21:07:39 +00:00
jefft%netscape.com
050458b292 enabled SaveAttachment
git-svn-id: svn://10.0.0.236/trunk@48392 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 21:07:22 +00:00
akkana%netscape.com
7a969adf4f Pass formatted flag along in plaintext case
git-svn-id: svn://10.0.0.236/trunk@48391 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 21:06:29 +00:00
radha%netscape.com
a557185633 Add an id to menubar
git-svn-id: svn://10.0.0.236/trunk@48390 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 21:06:25 +00:00
radha%netscape.com
7ac0f9b8fd Add an id to the menubar
git-svn-id: svn://10.0.0.236/trunk@48389 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 21:05:55 +00:00
jefft%netscape.com
e9133bb608 enabled SaveAttachment; added displayName & messageUri when calling openAttachment
git-svn-id: svn://10.0.0.236/trunk@48388 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 21:05:52 +00:00
akkana%netscape.com
9678ef579b Fix sink stream so that it works when parsing from html as well as from XIF
git-svn-id: svn://10.0.0.236/trunk@48387 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 21:05:47 +00:00
akkana%netscape.com
c829a3cf49 Add ToString API to nsIDOMSelection
git-svn-id: svn://10.0.0.236/trunk@48386 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 21:05:01 +00:00
radha%netscape.com
9983b85d6f Re-enable 'Go' menu
git-svn-id: svn://10.0.0.236/trunk@48385 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 21:04:38 +00:00
jefft%netscape.com
4589a9db13 fixed linux build warning
git-svn-id: svn://10.0.0.236/trunk@48384 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 21:04:12 +00:00
kmcclusk%netscape.com
2fb86dacaa Added support for font weights
git-svn-id: svn://10.0.0.236/trunk@48383 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 21:02:01 +00:00
granrose%netscape.com
4c0c785885 removed leading '/' on '-' lines.
git-svn-id: svn://10.0.0.236/trunk@48382 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 21:01:48 +00:00
jefft%netscape.com
f05d35fec7 added two more arguments for openAttachment()
git-svn-id: svn://10.0.0.236/trunk@48381 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 21:00:51 +00:00
jband%netscape.com
553afd024f fix for bug 13426 - can now do 'new Components.classes.foo()' to create a new instance of a wrapped native
git-svn-id: svn://10.0.0.236/trunk@48380 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 20:59:38 +00:00
rods%netscape.com
a6151a4aa7 commenting out the the generic input type's vertical-align and border widget
git-svn-id: svn://10.0.0.236/trunk@48379 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 20:58:58 +00:00
ssu%netscape.com
617e40ddbe Added new windows shortcut file operation routine.
Renamed:
  FileWinShortcutCreate() to FileWindowsShortcut()
  FileMacAliasCreate()    to FileMacAlias()
  FileUnixLinkCreate()    to FileUnixLink()


git-svn-id: svn://10.0.0.236/trunk@48378 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 20:58:20 +00:00
warren%netscape.com
3d8d35d25f Fixed warnings.
git-svn-id: svn://10.0.0.236/trunk@48377 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 20:57:21 +00:00
slamm%netscape.com
1c5a107e65 Use only name and url columns for beta.
git-svn-id: svn://10.0.0.236/trunk@48376 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 20:54:54 +00:00
warren%netscape.com
4a15ebde22 fixed refcounting in nsThread so threads and runnables are freed
git-svn-id: svn://10.0.0.236/trunk@48375 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 20:54:23 +00:00
warren%netscape.com
96f4dfebdc fixed mismatched free in nsProperties
git-svn-id: svn://10.0.0.236/trunk@48374 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 20:54:16 +00:00
warren%netscape.com
8a533d4ca4 freed tree nodes in nsAVLTree
git-svn-id: svn://10.0.0.236/trunk@48373 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 20:54:12 +00:00
warren%netscape.com
4a5f6f43ca fixed ReleaseService and UnregisterService to work during shutdown
git-svn-id: svn://10.0.0.236/trunk@48372 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 20:54:09 +00:00
warren%netscape.com
dca5e1f9ba fixed circular references in nsNativeComponentLoader
git-svn-id: svn://10.0.0.236/trunk@48371 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 20:54:04 +00:00
warren%netscape.com
bc71cc93e8 freed mComponentsDir in nsComponentManager
git-svn-id: svn://10.0.0.236/trunk@48370 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 20:53:57 +00:00
warren%netscape.com
b516d679cb freed global service manager in NS_ShutdownXPCOM
git-svn-id: svn://10.0.0.236/trunk@48369 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 20:53:49 +00:00
warren%netscape.com
911f81786d freed mWebCrawler in nsBrowserWindow
git-svn-id: svn://10.0.0.236/trunk@48368 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 20:53:40 +00:00
warren%netscape.com
748d779af5 cleaned up nsWebShell's use of services
git-svn-id: svn://10.0.0.236/trunk@48367 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 20:53:31 +00:00
warren%netscape.com
7a073ad317 freed leaked nsRDFService in nsRDFResource
git-svn-id: svn://10.0.0.236/trunk@48366 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 20:53:23 +00:00
warren%netscape.com
09c1304754 cleaned up unused stuff in nsFileProtocolHandler
git-svn-id: svn://10.0.0.236/trunk@48365 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 20:53:17 +00:00
warren%netscape.com
3c93ae3cf6 freed mCommand in nsFileChannel
git-svn-id: svn://10.0.0.236/trunk@48364 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 20:53:13 +00:00
warren%netscape.com
67162cd708 exited threads on shutdown in nsFileTransportService
git-svn-id: svn://10.0.0.236/trunk@48363 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 20:53:09 +00:00
warren%netscape.com
24085aaebf fixed leaked service manager in nsPluginFactory
git-svn-id: svn://10.0.0.236/trunk@48362 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 20:53:06 +00:00
warren%netscape.com
f923450bcf fixed leaked JVM manager service in oji
git-svn-id: svn://10.0.0.236/trunk@48361 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 20:53:01 +00:00
warren%netscape.com
64ef319f12 freed gSavedLine in prefapi
git-svn-id: svn://10.0.0.236/trunk@48360 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 20:52:48 +00:00
warren%netscape.com
618f9c286c freed gNameSpaceManager n nsXULAtoms
git-svn-id: svn://10.0.0.236/trunk@48359 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 20:52:42 +00:00
warren%netscape.com
3e68adc66b freed gUpperMap and gLowerMap in nsCaseConversionImp2
git-svn-id: svn://10.0.0.236/trunk@48358 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 20:52:16 +00:00
warren%netscape.com
15403e9585 fixed mismatched free issues with nsID::ToString
git-svn-id: svn://10.0.0.236/trunk@48357 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 20:52:12 +00:00
warren%netscape.com
bbd47b5f49 freed CIDs in nsCharsetConverterManager
git-svn-id: svn://10.0.0.236/trunk@48356 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 20:52:05 +00:00
warren%netscape.com
d140059c3b fixed refcounting of nsLocaleService so that it would be freed on shutdown
git-svn-id: svn://10.0.0.236/trunk@48355 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 20:52:01 +00:00
rickg%netscape.com
62a4c30ee3 allow newline in text runs for better text performance on linux/mac
git-svn-id: svn://10.0.0.236/trunk@48354 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 19:27:41 +00:00
srinivas%netscape.com
eee44d92d2 The previous checkin being enabled for WIN32 only; needs further
investigation.


git-svn-id: svn://10.0.0.236/trunk@48353 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 19:18:35 +00:00
rickg%netscape.com
7b9656a8ce fixed newline breakage I caused trying to fix bug 13688
git-svn-id: svn://10.0.0.236/trunk@48352 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 19:17:47 +00:00
gagan%netscape.com
800d748a2c Fix the bad prefs returning a value for non-existent proxy port. Fixes today morning horkage in service.
git-svn-id: svn://10.0.0.236/trunk@48351 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 18:56:44 +00:00
bienvenu%netscape.com
cb55c8d940 fix busted imap by changing SetSpec to take a const char *
git-svn-id: svn://10.0.0.236/trunk@48350 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 16:32:00 +00:00
bienvenu%netscape.com
c3e2134734 fix busted imap by changing SetSpec to take a const char *
git-svn-id: svn://10.0.0.236/trunk@48349 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 16:26:50 +00:00
bienvenu%netscape.com
179a6b151a fix mismatched delete
git-svn-id: svn://10.0.0.236/trunk@48348 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 14:56:32 +00:00
bienvenu%netscape.com
ddd4d10d29 fix memory leak
git-svn-id: svn://10.0.0.236/trunk@48347 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 14:56:08 +00:00
Jerry.Kirk%Nexwarecorp.com
2731020d86 Code Cleanup for Photon and a couple of strategic strikes to get the
new text widget to work.


git-svn-id: svn://10.0.0.236/trunk@48346 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 11:44:23 +00:00
sspitzer%netscape.com
399ec2f2ea changes to the proxy manual dialog.
git-svn-id: svn://10.0.0.236/trunk@48345 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 10:28:52 +00:00
nisheeth%netscape.com
36e368d39a Include nsITimeRecorder.h in the pres shell.
git-svn-id: svn://10.0.0.236/trunk@48344 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 08:23:33 +00:00
nisheeth%netscape.com
1218d54ab6 - Change bool to PRBool in Stopwatch::Start()
- Add the NS_TIMER_STYLE_RESOLUTION define to nsITimeRecorder.idl


git-svn-id: svn://10.0.0.236/trunk@48343 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 08:21:01 +00:00
sspitzer%netscape.com
6f648e84bd fix bug #10235
implement "pre-select the right identity when composing based on folder pane selection" feature.


git-svn-id: svn://10.0.0.236/trunk@48342 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 08:13:27 +00:00
gagan%netscape.com
0668e140bc Proxies work now. Place these two lines in your .mozilla/mozProfile/prefs.js and have fun-
user_pref("network.proxy.http", "w3proxy.netscape.com");
user_pref("network.proxy.http_port", 8080);
Some other micro fixes here and there.


git-svn-id: svn://10.0.0.236/trunk@48341 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 07:51:15 +00:00
sspitzer%netscape.com
ee75bc00ed fix for #14326
r=gagan
nsStdURL was not correctly parsing the host out of url's like "foo://bar@cheese"


git-svn-id: svn://10.0.0.236/trunk@48340 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 07:45:42 +00:00
mcafee%netscape.com
d1533fbf36 Warnings
git-svn-id: svn://10.0.0.236/trunk@48339 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 07:43:42 +00:00
waterson%netscape.com
8754b1f98e Ok, so hyatt has a better way to do his frame hack. whatever.
git-svn-id: svn://10.0.0.236/trunk@48338 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 07:33:25 +00:00
jband%netscape.com
c37e030b42 fix a warning and add JS stack dumper with a test.
git-svn-id: svn://10.0.0.236/trunk@48337 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 07:32:32 +00:00
jband%netscape.com
26a4c69f38 round out the isDependent test and change an || to a switch
git-svn-id: svn://10.0.0.236/trunk@48336 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 07:30:04 +00:00
jband%netscape.com
5399c28b6e fix a warning
git-svn-id: svn://10.0.0.236/trunk@48335 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 07:27:51 +00:00
nisheeth%netscape.com
01b26a2de0 Add calls to reset and print the stopwatch maintained by the styleset for tracking style resolution time.
git-svn-id: svn://10.0.0.236/trunk@48334 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 06:55:24 +00:00
nisheeth%netscape.com
a7e5337544 Move implementation of nsITimeRecorder from the pres context to the style set.
git-svn-id: svn://10.0.0.236/trunk@48333 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 06:53:40 +00:00
alecf%netscape.com
daad6b47da fix icon for inbox with new messages
git-svn-id: svn://10.0.0.236/trunk@48332 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 06:51:10 +00:00
alecf%netscape.com
16b4014b30 don't build identity test anymore, we can get at this stuff from JS
git-svn-id: svn://10.0.0.236/trunk@48331 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 06:50:45 +00:00
alecf%netscape.com
1befc84543 depricate old SMTP API.
git-svn-id: svn://10.0.0.236/trunk@48330 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 06:50:21 +00:00
alecf%netscape.com
8b3c470d22 be smarter about building up list of SMTP servers, don't keep appending onto the pref
git-svn-id: svn://10.0.0.236/trunk@48329 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 06:49:33 +00:00
nisheeth%netscape.com
41854a8edd Stop the content creation stopwatch before it is printed.
git-svn-id: svn://10.0.0.236/trunk@48328 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 06:48:33 +00:00
fur%netscape.com
f17c704631 Initial cut at network cache IDL
git-svn-id: svn://10.0.0.236/trunk@48327 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 06:43:24 +00:00
waterson%netscape.com
1b81ec1ab1 Fix memmove() stuff.
git-svn-id: svn://10.0.0.236/trunk@48326 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 06:11:36 +00:00
rickg%netscape.com
03b7c238c3 back out update to Append(int,radix) until I can find ltoa() on linux
git-svn-id: svn://10.0.0.236/trunk@48325 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 05:50:43 +00:00
rickg%netscape.com
ac3d03bc50 explicitly include <stdlib.h>
git-svn-id: svn://10.0.0.236/trunk@48324 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 05:32:36 +00:00
rpotts%netscape.com
1ddb6a5195 The mLoadGroup is now a weak reference. This prevents the loadgroup from leaking if the ImageNetContext is not released... The lifetime of the loadgroup should always be greater than that of the imagenetcontext...
git-svn-id: svn://10.0.0.236/trunk@48323 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 05:29:28 +00:00
rpotts%netscape.com
7059095bcb The nsLoadGroup now supports nsWeakReference...
git-svn-id: svn://10.0.0.236/trunk@48322 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 05:27:50 +00:00
dveditz%netscape.com
bcc65746cf making depend builds more robust
git-svn-id: svn://10.0.0.236/trunk@48321 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 05:25:52 +00:00
rickg%netscape.com
9f277b8d25 fixes to bugs: 9283, 13210, 13845, 13688, 14265, 14308, 14314
git-svn-id: svn://10.0.0.236/trunk@48320 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 05:20:46 +00:00
rickg%netscape.com
7005feb199 fixed crasher in bufferroutines, and eliminated 1 costly call to sprintf
git-svn-id: svn://10.0.0.236/trunk@48319 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 05:10:32 +00:00
waterson%netscape.com
a3557b2d24 Fix Linux bustage.
git-svn-id: svn://10.0.0.236/trunk@48318 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 04:50:18 +00:00
waterson%netscape.com
0fb3a3ef3e Add <?xml ... ?> processing instruction; docs aren't allowed to start with a comment.
git-svn-id: svn://10.0.0.236/trunk@48317 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 04:34:15 +00:00
buster%netscape.com
28bdfeef11 most of the fix for bug 11804, type-in state wasn't properly removing
inline attributes from the next character entered (you're in a bold word
and user clicks bold button, should make next character not bold.)
all done except for font properties.


git-svn-id: svn://10.0.0.236/trunk@48316 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 04:20:18 +00:00
buster%netscape.com
6b43b634eb turned off a debug flag
git-svn-id: svn://10.0.0.236/trunk@48315 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 04:17:05 +00:00
buster%netscape.com
1dcd85d64b fixed recent bustage on windows that '.' key wouldn't work, making it
tough to type URL's in browser.  still needs work, but it's usable again.


git-svn-id: svn://10.0.0.236/trunk@48314 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 04:16:34 +00:00
buster%netscape.com
4127d30662 turned off a noisy debug flag
git-svn-id: svn://10.0.0.236/trunk@48313 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 04:15:36 +00:00
sspitzer%netscape.com
8575f8daf5 fix for #14316. only one identity was showing up in compose!
git-svn-id: svn://10.0.0.236/trunk@48312 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 04:05:37 +00:00
buster%netscape.com
e676ff78bf just added a comment
git-svn-id: svn://10.0.0.236/trunk@48311 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 04:01:39 +00:00
buster%netscape.com
2e2ab230d1 small performance improvement. weeded out some obsolete code that was
causing round trips through the editor unnecessarily.
thanks for pointing out the problem, akkana and bruce m.


git-svn-id: svn://10.0.0.236/trunk@48310 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 03:59:43 +00:00
kipp%netscape.com
9d1c6f186b Fixed UMR bug that purify found (14171)
git-svn-id: svn://10.0.0.236/trunk@48309 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 03:46:09 +00:00
waterson%netscape.com
524f9ef28d Use tabs instead of spaces separate frames in stack dump: new demangling code introduces spaces.
git-svn-id: svn://10.0.0.236/trunk@48308 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 03:45:21 +00:00
waterson%netscape.com
83879e2499 Bug 14291. Fix some more of the same kind of leaks.
git-svn-id: svn://10.0.0.236/trunk@48307 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 03:42:02 +00:00
waterson%netscape.com
96d608cc6d Bug 14291. Fix leak of XUL document.
git-svn-id: svn://10.0.0.236/trunk@48306 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 03:30:33 +00:00
jband%netscape.com
d9fb78866e - Changed the interface for getting the interface_is argnum.
- Merged the typelib types for array and array_with_length.
- Added typelib types for string_with_size and wstring_with_size
- Fixed array param conversion and cleanup - using two passes over the params where necessary.
- Added array conversions when calling wrapped JS objects.
- Added expanded array tests.
- Avoid repeated atomization of 'value' property name.


git-svn-id: svn://10.0.0.236/trunk@48305 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 02:51:16 +00:00
jband%netscape.com
f6186afc2f - Changed the interface for getting the interface_is argnum.
- Merged the typelib types for array and array_with_length.
- Added typelib types for string_with_size and wstring_with_size


git-svn-id: svn://10.0.0.236/trunk@48304 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 02:50:28 +00:00
sspitzer%netscape.com
bf84e03cf4 check in work around for #10235
check in start of work for #14312
fix a couple warnings
comment out some dump() calls


git-svn-id: svn://10.0.0.236/trunk@48303 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 02:12:28 +00:00
alecf%netscape.com
8bbdb52c77 make the account wizard use the new SMTP stuff
git-svn-id: svn://10.0.0.236/trunk@48302 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 02:11:19 +00:00
srinivas%netscape.com
9f35555618 Limit the number of events processed by PL_ProcessPendingEvents; check in
troy@netscape.com. Bugzilla 13660.


git-svn-id: svn://10.0.0.236/trunk@48301 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 02:11:10 +00:00
davidm%netscape.com
78dcf00f4e Add check marks to view menu. Make collapse state persistent. Add slider to the list of chrome that should be hidden when the side bar is hidden
git-svn-id: svn://10.0.0.236/trunk@48300 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 01:55:16 +00:00
alecf%netscape.com
3601219e0c oops, I checked in the wrong line! Should be setting the source, not dumping
git-svn-id: svn://10.0.0.236/trunk@48299 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 01:55:13 +00:00
davidm%netscape.com
3789d7b1e2 update to call quit rather than shutdown.
git-svn-id: svn://10.0.0.236/trunk@48298 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 01:52:21 +00:00
jfrancis%netscape.com
381ca4cab7 fixing a heap-o-undo problems and some mBogusNode problems
git-svn-id: svn://10.0.0.236/trunk@48297 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 01:31:44 +00:00
dveditz%netscape.com
4707694c23 backing out bufio changes until corruption fixed
git-svn-id: svn://10.0.0.236/trunk@48296 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 00:53:07 +00:00
ducarroz%netscape.com
a66d10f41a Autocomplete add default domain if needed
git-svn-id: svn://10.0.0.236/trunk@48295 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 00:49:53 +00:00
beard%netscape.com
56919e3f8c Fixed a memory corrupting bug in PREF_copyTree. strtok would continue scanning off the end of the current string, modifying subsequent non-string blocks, if they contained a ';' before a '\0' byte.
git-svn-id: svn://10.0.0.236/trunk@48294 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 00:08:48 +00:00
alecf%netscape.com
e5a1f15821 fix up more layout problems. layout is way too screwy for me.
git-svn-id: svn://10.0.0.236/trunk@48293 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 00:04:55 +00:00
alecf%netscape.com
53c5de7513 turn off vard for PR1
git-svn-id: svn://10.0.0.236/trunk@48292 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 00:04:15 +00:00
alecf%netscape.com
aa7953bce0 get rid of advanced pane for now
git-svn-id: svn://10.0.0.236/trunk@48291 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 00:03:47 +00:00
alecf%netscape.com
eed9926022 update SMTP server pane to reflect latest specs
git-svn-id: svn://10.0.0.236/trunk@48290 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 00:03:15 +00:00
waterson%netscape.com
0301b999d5 Bug 14291. Stop leaking entire XUL document when anonymous frames are
constructed.


git-svn-id: svn://10.0.0.236/trunk@48289 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 00:02:59 +00:00
alecf%netscape.com
eed6b981ff add support for the default SMTP server as a source and destination, and don't freak out when there's no account (default to "global")
git-svn-id: svn://10.0.0.236/trunk@48288 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 00:02:07 +00:00
alecf%netscape.com
aa904faf14 rename default server attribute, and change default smtp prefix to "smtp" instead of "server"
git-svn-id: svn://10.0.0.236/trunk@48287 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 23:58:57 +00:00
alecf%netscape.com
9f6334720f fix problem where we forgot to append "." to the server key
git-svn-id: svn://10.0.0.236/trunk@48286 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 23:57:53 +00:00
buster%netscape.com
d631159edf fixed an error where the out param was not being initialized to null.
This could cause an error in the caller if the caller fails to check the return
code as well as the pointer!=null before dereferencing the result.


git-svn-id: svn://10.0.0.236/trunk@48285 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 23:47:04 +00:00
mccabe%netscape.com
69a8cf7c7b Fix to 7610. Modify xpidl compiler to add 'const' to the method signature for generated attribute setter methods for string, wstring and nsid attributes.
As this changed the generated interface signatures, I had to change all of the uses to avoid bustage.  Any corners of the browser that aren't built by default, or that I haven't discovered how to build, may be at risk of bustage if they use string or wstring attributes.  (This could mean blackwood; sorry, guys!)

Many thanks to Alec Flett (alecf@netscape.com) for preparing diffs for the mailnews portion of the signature changes; thanks also to Ariel Backenroth (arielb@rice.edu) and Mike Shaver (shaver@mozilla.org) for help with updating the tree with NS_DECL_NSIFOO macros; everwhere where one of these macros was used was one less place I had to manually add 'const'.

Also removed extraneous space from generated method signatures, leftover from Brendan's capitalization spam, and made 'const decl must be of type short or long' an error rather than just a warning.


git-svn-id: svn://10.0.0.236/trunk@48284 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 23:46:35 +00:00
leaf%mozilla.org
b232209098 fixing commented out component demarcations
git-svn-id: svn://10.0.0.236/trunk@48283 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 23:45:34 +00:00
alecf%netscape.com
f378b687fe allow char properties to return null instead of throwing an exception
git-svn-id: svn://10.0.0.236/trunk@48282 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 23:35:53 +00:00
alecf%netscape.com
b15247416d be a little smarter about SMTP servers - create the default one on demand
git-svn-id: svn://10.0.0.236/trunk@48281 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 23:33:49 +00:00
despotdaemon%netscape.com
4b452822d6 Pseudo-automatic update of changes made by leaf@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@48280 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 23:28:00 +00:00
alecf%netscape.com
0b846506fe I need real ProgIDs, not these fakes.
git-svn-id: svn://10.0.0.236/trunk@48279 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 23:19:53 +00:00
waterson%netscape.com
68697cb3ef Increase utility of 'cannot load datasource' message; special-case skip 'rdf:null'.
git-svn-id: svn://10.0.0.236/trunk@48278 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 22:51:15 +00:00
waterson%netscape.com
00ee8f5c2a Comment out 'element already in map' warning for now.
git-svn-id: svn://10.0.0.236/trunk@48277 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 22:42:55 +00:00
sspitzer%netscape.com
074a6c4066 fix for #14268. change all PR_ASSERT() to NS_ASSERTION(). PR_ASSERT() calls abort and that ain't cool.
git-svn-id: svn://10.0.0.236/trunk@48276 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 22:19:27 +00:00
putterman%netscape.com
9f9e7f2071 Fix 13475. You can now close and reopen mail 3 pane.
git-svn-id: svn://10.0.0.236/trunk@48275 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 22:02:12 +00:00
alecf%netscape.com
8d69541632 remove stupid debugging
git-svn-id: svn://10.0.0.236/trunk@48274 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 22:01:24 +00:00
alecf%netscape.com
1142bbf1bd more spacer cleanup
git-svn-id: svn://10.0.0.236/trunk@48273 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 22:00:55 +00:00
alecf%netscape.com
f4ca19f6d8 hrm. html spacer seem to do wierd things inside boxes
git-svn-id: svn://10.0.0.236/trunk@48272 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 22:00:29 +00:00
leaf%mozilla.org
3ee9dfb001 changing splitsym to work when OFFICIAL is set
git-svn-id: svn://10.0.0.236/trunk@48271 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 21:26:19 +00:00
sspitzer%netscape.com
ed472d41d9 don't do work for determining the default sidebar, if the users passes us one. sidebarOverlayInit() takes one parameter, not two. comment out reloadSidebar() because it is not working.
git-svn-id: svn://10.0.0.236/trunk@48270 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 21:02:29 +00:00
alecf%netscape.com
f4cc48817b fix support for when someone enters a blank entry in a filespec textbox
git-svn-id: svn://10.0.0.236/trunk@48269 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 20:49:30 +00:00
alecf%netscape.com
40b038e9c3 Server panel update:
- make pop deck appear even after visiting a non-POP deck!
- add local mail directory


git-svn-id: svn://10.0.0.236/trunk@48268 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 20:48:30 +00:00
alecf%netscape.com
32e3dcf208 remove my idiocy
git-svn-id: svn://10.0.0.236/trunk@48267 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 20:29:53 +00:00
waterson%netscape.com
a1dc65f736 Fix GetContentSink() to addref pointer on the way out thru XPCOM boundary. Hyatt: that's 20 XPCOM Hail Mary's for you.
git-svn-id: svn://10.0.0.236/trunk@48266 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 19:58:04 +00:00
waterson%netscape.com
bd10c6bdbe Bug 14205. Prolific use of nsCOMPtr to patch overlay leakage.
git-svn-id: svn://10.0.0.236/trunk@48265 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 19:56:31 +00:00
alecf%netscape.com
b0dc01a3d9 add html:select template example for waterson
git-svn-id: svn://10.0.0.236/trunk@48264 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 19:55:30 +00:00
sspitzer%netscape.com
48f5b3901a shite! I accidentally checked in a change that made the sidebar ALWAYS blank.
git-svn-id: svn://10.0.0.236/trunk@48263 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 19:54:57 +00:00
sspitzer%netscape.com
0dbb02089d fix a couple of my warnings.
git-svn-id: svn://10.0.0.236/trunk@48262 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 19:43:25 +00:00
waterson%netscape.com
8ad49bd1e7 Bug 14285. Add some arg checking as we are prone to being called from JS.
git-svn-id: svn://10.0.0.236/trunk@48261 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 19:41:45 +00:00
sspitzer%netscape.com
96c645b1d7 very, very tired of seeing all these printfs.
git-svn-id: svn://10.0.0.236/trunk@48260 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 19:38:24 +00:00
sspitzer%netscape.com
680f7a4c32 prevent crash in #14285
we don't want sidebar.db to be null when we call into rdf.


git-svn-id: svn://10.0.0.236/trunk@48259 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 19:31:56 +00:00
rickg%netscape.com
207d88ebf9 removed a bunch of statically constructed objects
git-svn-id: svn://10.0.0.236/trunk@48258 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 16:51:08 +00:00
rickg%netscape.com
b32eca31ce improved safety of CBufDescriptor
git-svn-id: svn://10.0.0.236/trunk@48257 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 16:43:09 +00:00
jfrancis%netscape.com
4670f5d134 improved handling of tabs (nested tables now work) and also fixed bug 13662
git-svn-id: svn://10.0.0.236/trunk@48256 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 10:32:21 +00:00
jfrancis%netscape.com
0db3f03a4f fix bug 13469
git-svn-id: svn://10.0.0.236/trunk@48255 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 10:31:31 +00:00
jfrancis%netscape.com
a2716305a8 putting tab handling back in KeyDown(). Else editor never gets tabs.
git-svn-id: svn://10.0.0.236/trunk@48254 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 10:30:30 +00:00
pollmann%netscape.com
3e62029e1d Bug 13960: Combo box must not be dropped down before mouse moves update the selected option.
git-svn-id: svn://10.0.0.236/trunk@48253 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 09:48:04 +00:00
alecf%netscape.com
d8598dc787 oops, didn't mean to check in the blank value
git-svn-id: svn://10.0.0.236/trunk@48252 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 09:36:18 +00:00
alecf%netscape.com
690bce6559 fix layout of main panel
add support for nsIFileSpec style fields


git-svn-id: svn://10.0.0.236/trunk@48251 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 09:34:59 +00:00
alecf%netscape.com
ef406dddad add css (not used yet, only part of unix build)
git-svn-id: svn://10.0.0.236/trunk@48250 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 09:34:11 +00:00
pollmann%netscape.com
5d0f554d73 Remove redundant reset() call.
git-svn-id: svn://10.0.0.236/trunk@48249 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 09:18:33 +00:00
pollmann%netscape.com
415eee3b6c Fix mem leak.
git-svn-id: svn://10.0.0.236/trunk@48248 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 07:25:48 +00:00
pollmann%netscape.com
80351daabb Cache value updates in a more general way for file inputs, fix mem leak.
git-svn-id: svn://10.0.0.236/trunk@48247 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 07:25:12 +00:00
pollmann%netscape.com
60d58f1ca0 Cache value updates that happen before initialization: fixes a bug in session history where text input/textarea/file inputs aren't restored.
git-svn-id: svn://10.0.0.236/trunk@48246 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 07:22:55 +00:00
davidm%netscape.com
5bc4540609 Disable some debugging code
git-svn-id: svn://10.0.0.236/trunk@48245 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 07:21:20 +00:00
davidm%netscape.com
aeadffaf95 14180 when no windows open, non-applicable menu items still active
git-svn-id: svn://10.0.0.236/trunk@48244 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 07:11:34 +00:00
davidm%netscape.com
fba7f5edcf 3924 [PP]Can't make an apprunner window as narrow as Comm 4.51- Change min width to 125
git-svn-id: svn://10.0.0.236/trunk@48243 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 06:44:26 +00:00
davidm%netscape.com
66e8f184a6 14186 "Open Web Location" dialog appears at 0,0
git-svn-id: svn://10.0.0.236/trunk@48242 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 06:34:30 +00:00
davidm%netscape.com
6fa70f6dda 14179 opening a new browser window when none open doesn't go to ho
14182    chosing "View:Reload" from menu disables Reload menu item


git-svn-id: svn://10.0.0.236/trunk@48241 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 06:28:04 +00:00
troy%netscape.com
9a25e04f8b Optimized Reflow() some more. In the case where we're not measuring text but
we need to peek ahead and so we need to know the length of the last word, if
there's only one word in the text run then we can avoid measuring


git-svn-id: svn://10.0.0.236/trunk@48240 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 04:42:54 +00:00
beard%netscape.com
63ef9cc603 added pulling of MRJ OJI plugin source, in preparation for building.
git-svn-id: svn://10.0.0.236/trunk@48239 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 03:36:15 +00:00
alecf%netscape.com
fb7176ec96 use the onselect event instead of onclick, and load the first item when the window opens
git-svn-id: svn://10.0.0.236/trunk@48238 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 01:34:10 +00:00
sspitzer%netscape.com
c19841ded8 added these on the wrong path
git-svn-id: svn://10.0.0.236/trunk@48237 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 01:20:55 +00:00
sspitzer%netscape.com
64afbbde72 shit, these got added in the wrong place.
git-svn-id: svn://10.0.0.236/trunk@48235 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 01:17:39 +00:00
alecf%netscape.com
4ddf16c35d don't flip out when we load a non-server page
git-svn-id: svn://10.0.0.236/trunk@48234 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 00:59:47 +00:00
troy%netscape.com
545ba4350f Backed out some changes that aren't needed and were fixed with a change
to the frame construction code


git-svn-id: svn://10.0.0.236/trunk@48233 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 00:59:38 +00:00
beard%netscape.com
b25344ebc6 bug #6251: changed Repaint() method to call nsIViewManager::UpdateAllViews() to force a globa redraw.
git-svn-id: svn://10.0.0.236/trunk@48232 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 00:54:55 +00:00
beard%netscape.com
bed21decdf bug #6251: added UpdateAllViews(PRUint32 aUpdateFlags), which will force a complete refresh of all views owned by an nsIViewManager.
git-svn-id: svn://10.0.0.236/trunk@48231 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 00:51:41 +00:00
sspitzer%netscape.com
8cf2a312c5 more changes to build alecf's dom viewer on the mac
git-svn-id: svn://10.0.0.236/trunk@48230 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 00:44:25 +00:00
sspitzer%netscape.com
5bdca264a5 remaining changes to get alecf's dom viewer to build on the mac.
thanks to sfraser for the *.mcp / *.pm / MANIFEST help.


git-svn-id: svn://10.0.0.236/trunk@48229 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 00:43:24 +00:00
sspitzer%netscape.com
8fb012212f need this to get the dom viewer to build on the mac
git-svn-id: svn://10.0.0.236/trunk@48228 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 23:43:55 +00:00
racham%netscape.com
b6eb72b794 Fixing the performance bug 13555 to minimize the number of registry operations. Moved major printfs from DEBUG_profile.
git-svn-id: svn://10.0.0.236/trunk@48227 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 23:35:09 +00:00
beard%netscape.com
388fa9f88d scanning Plugins folder under the application now.
git-svn-id: svn://10.0.0.236/trunk@48226 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 22:40:36 +00:00
beard%netscape.com
a81ee67fec registering the JVMManager component.
git-svn-id: svn://10.0.0.236/trunk@48225 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 22:39:55 +00:00
beard%netscape.com
ff198b7561 changed access paths to find MRJSDK in "{Compiler}MacOS Support:".
git-svn-id: svn://10.0.0.236/trunk@48224 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 22:36:02 +00:00
sspitzer%netscape.com
80f507f7dc Use this MANIFEST to export IDL files
git-svn-id: svn://10.0.0.236/trunk@48223 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 22:11:55 +00:00
sspitzer%netscape.com
c1a70eaf42 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@48222 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 22:09:32 +00:00
dougt%netscape.com
c8ba09b4cf removing silentdl to speed up build.
git-svn-id: svn://10.0.0.236/trunk@48221 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 20:34:19 +00:00
beard%netscape.com
b0aaf76cd7 ensure JMDrawFrameInPort is available in printApplet().
git-svn-id: svn://10.0.0.236/trunk@48220 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 20:28:50 +00:00
beard%netscape.com
e0e36bd7d8 removing all vestiges of nsICapsManager.
git-svn-id: svn://10.0.0.236/trunk@48219 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 20:25:45 +00:00
beard%netscape.com
7621094772 Revised nsIInputStream methods (Available() instead of GetLength()).
git-svn-id: svn://10.0.0.236/trunk@48218 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 20:25:19 +00:00
morse%netscape.com
4418a2dc1e fix linkage error if CleintWallet is excluded from build
git-svn-id: svn://10.0.0.236/trunk@48217 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 20:21:44 +00:00
sspitzer%netscape.com
728b322151 adding this to build the dom viewer on the mac.
git-svn-id: svn://10.0.0.236/trunk@48216 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 20:14:57 +00:00
beard%netscape.com
a836dd8cc2 implemented CopyClipRegion().
git-svn-id: svn://10.0.0.236/trunk@48215 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 19:54:48 +00:00
morse%netscape.com
7c055f1cfa revised files received from Ben Goodger
git-svn-id: svn://10.0.0.236/trunk@48214 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 19:54:28 +00:00
colin%theblakes.com
67e1106a91 Remove xpcomds_s and xptinfo from LIBS since they don't appear to be needed. Sorry if some other platform does need them!
git-svn-id: svn://10.0.0.236/trunk@48213 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 19:36:38 +00:00
sspitzer%netscape.com
bac6cfec5e make it so the user has there 4.x bookmarks after migration.
git-svn-id: svn://10.0.0.236/trunk@48212 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 19:32:52 +00:00
sspitzer%netscape.com
4b164893ef make ReadBookmarks() part of the nsIBookmarksService interface. I need this so I can call it from the profile code, so that after migration, the user has their 4.x bookmarks. one bug remains, is that when you call ReadBookmarks() more then once it should re-set the bookmarks, instead of adding to it.
git-svn-id: svn://10.0.0.236/trunk@48211 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 19:32:40 +00:00
briano%netscape.com
6d19b52ee2 Removed the 3 test-tab XUL files that don't exist.
git-svn-id: svn://10.0.0.236/trunk@48210 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 19:20:27 +00:00
bienvenu%netscape.com
531729d6d7 fix memory leaks and mismatched deletes
git-svn-id: svn://10.0.0.236/trunk@48209 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 18:58:15 +00:00
bienvenu%netscape.com
f33dc733d7 fix mismatched delete
git-svn-id: svn://10.0.0.236/trunk@48208 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 18:45:57 +00:00
alecf%netscape.com
86ffe8de99 use the right style sheet, duh!
git-svn-id: svn://10.0.0.236/trunk@48207 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 18:45:30 +00:00
alecf%netscape.com
fc16effaad fix stupid casting problem that was preventing colors from appearing
git-svn-id: svn://10.0.0.236/trunk@48206 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 18:45:10 +00:00
bienvenu%netscape.com
53895627eb fix memory leaks and mismatched deletes
git-svn-id: svn://10.0.0.236/trunk@48205 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 18:40:16 +00:00
sspitzer%netscape.com
a1aa1c79b4 give the profile manager / installer window a title.
it would be good if the first window the users sees has a title, no?


git-svn-id: svn://10.0.0.236/trunk@48204 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 18:22:27 +00:00
sspitzer%netscape.com
26e68f24e1 ignore generated files
git-svn-id: svn://10.0.0.236/trunk@48203 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 18:13:31 +00:00
sspitzer%netscape.com
0765c37463 the bookmarks service is looking for bookmarks.html, not bookmarks.htm
now, your bookmarks get migrated!
(unix finally wins a file name battle, but windows still wins the war.)


git-svn-id: svn://10.0.0.236/trunk@48202 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 18:12:57 +00:00
sspitzer%netscape.com
7c99ad95e0 rename 4.x bookmarks file after migration to bookmarks.htm for all platforms.
rewrite code so I could use it to rename cookies files and bookmarks file
with the same method.


git-svn-id: svn://10.0.0.236/trunk@48201 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 18:00:12 +00:00
bienvenu%netscape.com
a23ad71a90 fix memory leak, uninitialized memory
git-svn-id: svn://10.0.0.236/trunk@48200 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 17:44:25 +00:00
bienvenu%netscape.com
9184af0f7e check for null before addreffing
git-svn-id: svn://10.0.0.236/trunk@48199 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 17:42:51 +00:00
bienvenu%netscape.com
e28e9ed96a fix mismatched free
git-svn-id: svn://10.0.0.236/trunk@48198 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 17:41:37 +00:00
sspitzer%netscape.com
55494f7e27 minor changes to the help page
git-svn-id: svn://10.0.0.236/trunk@48197 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 17:26:57 +00:00
sspitzer%netscape.com
7a6b318416 start the dom viewer up with the help page I added.
git-svn-id: svn://10.0.0.236/trunk@48196 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 17:26:06 +00:00
sspitzer%netscape.com
d807934e22 whoops. we only want one text input box, and set its value to
http://www.mozillazine.org

soon, it will be set to instructions on how to use alecf's DOM viewer


git-svn-id: svn://10.0.0.236/trunk@48195 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 17:13:28 +00:00
sspitzer%netscape.com
c1d2cd1314 turn on alecf's almighty dom viewer.
try it, you'll like it!


git-svn-id: svn://10.0.0.236/trunk@48194 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 17:03:09 +00:00
sspitzer%netscape.com
6f73ef081c makefiles to get alecf's dom viewer to build on windows
git-svn-id: svn://10.0.0.236/trunk@48193 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 17:02:45 +00:00
sspitzer%netscape.com
30ca0954dc changes to get alecf's dom viewer to build and work on windows.
git-svn-id: svn://10.0.0.236/trunk@48192 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 17:02:11 +00:00
sspitzer%netscape.com
3003fe3bc8 move alecf's almighty dom viewer to the top of the debug menu.
why hide such a kick-ass app?
note, this kick-ass only works on windows and unix.
we need help with the mac project files.


git-svn-id: svn://10.0.0.236/trunk@48191 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 17:01:12 +00:00
colin%theblakes.com
a2a33161d2 Link with MOZ_NECKO_UTIL_LIBS
git-svn-id: svn://10.0.0.236/trunk@48190 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 16:29:07 +00:00
troy%netscape.com
28ffdcaf30 Optimized reflow to skip measuring of the text for a resize reflow (when
possible)


git-svn-id: svn://10.0.0.236/trunk@48189 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 16:22:34 +00:00
andreas.otte%primus-online.de
1215de6625 add some more testcases
git-svn-id: svn://10.0.0.236/trunk@48188 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 11:12:45 +00:00
andreas.otte%primus-online.de
e0fdbb0550 modified comment to DirFile to reflect changed nsStdURL.cpp
git-svn-id: svn://10.0.0.236/trunk@48187 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 09:24:17 +00:00
andreas.otte%primus-online.de
99254d7f8d add protocol/jar makefiles
git-svn-id: svn://10.0.0.236/trunk@48186 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 09:13:20 +00:00
andreas.otte%primus-online.de
1443df2815 NOT ON BUILD: add ignore files
git-svn-id: svn://10.0.0.236/trunk@48185 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 09:11:27 +00:00
andreas.otte%primus-online.de
6863e17384 NOT ON BUILD: Add loadgroup parameter
git-svn-id: svn://10.0.0.236/trunk@48184 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 09:08:56 +00:00
andreas.otte%primus-online.de
e4ffd8bfd7 fixing a memory leak, thanks David
git-svn-id: svn://10.0.0.236/trunk@48183 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 09:06:23 +00:00
morse%netscape.com
959701d3d3 cleaner fix for bug 14247
git-svn-id: svn://10.0.0.236/trunk@48182 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 08:13:06 +00:00
morse%netscape.com
099f33886f fix bug 14247
git-svn-id: svn://10.0.0.236/trunk@48181 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 08:02:58 +00:00
rpotts%netscape.com
08fd56ce23 removed ifdef preventing the loadgroup from being released.
git-svn-id: svn://10.0.0.236/trunk@48179 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 07:00:39 +00:00
rpotts%netscape.com
2ae578449d Changed GetDocumentLoadGroup(...) to be XPCom complient. THis helps prevent leaks when using nsCOMPtrs.
git-svn-id: svn://10.0.0.236/trunk@48178 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 06:55:13 +00:00
rpotts%netscape.com
22e6b8be31 Changed GetDocumentLoadGroup(...) to be XPCom complient. THis helps prevent leaks when using nsCOMPtrs.
git-svn-id: svn://10.0.0.236/trunk@48177 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 06:34:24 +00:00
rpotts%netscape.com
5fd55c1f5c Changed GetDocumentLoadGroup(...) to be XPCom complient. This helps prevent leaks when using nsCOMPtrs.
git-svn-id: svn://10.0.0.236/trunk@48176 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 06:20:49 +00:00
ssu%netscape.com
dfa051d5ca fixed xpistub.dll to handle the pre-generated component.reg file for the native windows installer. This is not part of linux builds, only mac and windows.
git-svn-id: svn://10.0.0.236/trunk@48175 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 04:56:44 +00:00
briano%netscape.com
b491fc7097 Whoops, we don't want to change the name just yet.
git-svn-id: svn://10.0.0.236/trunk@48174 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 04:43:53 +00:00
beard%netscape.com
5d0b4bdd82 nsIScrollPositionListener support.
git-svn-id: svn://10.0.0.236/trunk@48173 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 04:42:11 +00:00
beard%netscape.com
6d185a4226 Added nsIScrollPositionListener.h
git-svn-id: svn://10.0.0.236/trunk@48172 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 04:39:03 +00:00
beard%netscape.com
3c26e02bfe First Checked In.
git-svn-id: svn://10.0.0.236/trunk@48171 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 04:34:49 +00:00
jj%netscape.com
e236a7530d fixed icon family
git-svn-id: svn://10.0.0.236/trunk@48170 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 04:10:25 +00:00
briano%netscape.com
510afab9b0 Not used by Unix.
git-svn-id: svn://10.0.0.236/trunk@48169 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 03:59:13 +00:00
briano%netscape.com
1f53a4dd3f General cleanup.
git-svn-id: svn://10.0.0.236/trunk@48168 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 03:45:06 +00:00
davidm%netscape.com
6835792fe4 Use browser window for view source
add extrachrome class to sidebar and task bar


git-svn-id: svn://10.0.0.236/trunk@48167 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 03:32:53 +00:00
davidm%netscape.com
758ff42c69 Add extra chrome flag for the sidebar and taskbars
git-svn-id: svn://10.0.0.236/trunk@48166 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 03:24:34 +00:00
davidm%netscape.com
043f45044f Add extra chrome flag for the sidebar and taskbar
git-svn-id: svn://10.0.0.236/trunk@48165 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 03:23:52 +00:00
davidm%netscape.com
f30989e519 [PP]Regression: File|Exit does not close apprunner.
Make hidden window small on the mac with no chrome


git-svn-id: svn://10.0.0.236/trunk@48164 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 03:21:30 +00:00
slamm%netscape.com
4c34bc37cf Use simpler styles for panel tree; no twisty, no selection. Will also switch to single click later.
git-svn-id: svn://10.0.0.236/trunk@48163 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 03:02:10 +00:00
bienvenu%netscape.com
871059eca3 fix memory leak
git-svn-id: svn://10.0.0.236/trunk@48162 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 03:01:20 +00:00
briano%netscape.com
397768eef0 Automated update
git-svn-id: svn://10.0.0.236/trunk@48161 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 03:01:07 +00:00
slamm%netscape.com
cee8b771f1 Add memmove to autoconf tests.
git-svn-id: svn://10.0.0.236/trunk@48160 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 02:55:39 +00:00
slamm%netscape.com
33e0e6c490 Add newline to file.
git-svn-id: svn://10.0.0.236/trunk@48159 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 02:19:47 +00:00
sspitzer%netscape.com
bdf9a0694b more changes to get the wensleydale tree to build
git-svn-id: svn://10.0.0.236/trunk@48158 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 02:15:41 +00:00
slamm%netscape.com
27a7a15c77 Fix build warnings (rename 'tm' to 'value).
git-svn-id: svn://10.0.0.236/trunk@48157 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 02:15:00 +00:00
briano%netscape.com
945d83af9f General cleanup.
git-svn-id: svn://10.0.0.236/trunk@48156 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 02:12:56 +00:00
tao%netscape.com
1cc8dc29a8 Hook up da-DK
git-svn-id: svn://10.0.0.236/trunk@48155 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 02:07:24 +00:00
sspitzer%netscape.com
2e2a46d5ef more fixes for the wensleydale bustage.
git-svn-id: svn://10.0.0.236/trunk@48154 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 02:04:33 +00:00
sspitzer%netscape.com
d8a240e012 attempt to fix build bustage.
git-svn-id: svn://10.0.0.236/trunk@48153 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 01:57:55 +00:00
tao%netscape.com
013d0c9658 Hook up da-DK.
git-svn-id: svn://10.0.0.236/trunk@48152 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 01:56:34 +00:00
rickg%netscape.com
b6145da0d3 checking bufferroutines.h back in; it looked like a red herring
git-svn-id: svn://10.0.0.236/trunk@48151 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 01:45:19 +00:00
tao%netscape.com
fb1b95a25c Hook up da-DK
git-svn-id: svn://10.0.0.236/trunk@48150 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 01:44:31 +00:00
ramiro%netscape.com
6e99478592 Add debugging code for myself.
git-svn-id: svn://10.0.0.236/trunk@48149 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 01:43:35 +00:00
slamm%netscape.com
72a12cbab2 Re-order initializers to match class declarations (i.e. fix build warning).
git-svn-id: svn://10.0.0.236/trunk@48148 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 01:38:46 +00:00
tao%netscape.com
58684dcc81 Hook up da-DK
git-svn-id: svn://10.0.0.236/trunk@48147 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 01:36:04 +00:00
slamm%netscape.com
480f213b49 Rename arguments that shadows class members.
git-svn-id: svn://10.0.0.236/trunk@48146 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 01:32:27 +00:00
law%netscape.com
da80e05646 Make Open Web Location dialog modal
git-svn-id: svn://10.0.0.236/trunk@48145 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 01:27:36 +00:00
tao%netscape.com
eba958cf9b Hook up da-DK.
git-svn-id: svn://10.0.0.236/trunk@48144 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 01:26:24 +00:00
dveditz%netscape.com
5074bc0ccd make version registry code match main mozilla registry code
git-svn-id: svn://10.0.0.236/trunk@48143 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 01:23:59 +00:00
sspitzer%netscape.com
66ffa0d062 comment out the radio buttons for webmail support, as we don't
support it yet.


git-svn-id: svn://10.0.0.236/trunk@48142 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 01:23:01 +00:00
law%netscape.com
1b213ae127 Wire up file/folder picker buttons
git-svn-id: svn://10.0.0.236/trunk@48141 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 01:17:32 +00:00
slamm%netscape.com
46297b54e1 Fix build whine.
git-svn-id: svn://10.0.0.236/trunk@48140 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 01:15:57 +00:00
tao%netscape.com
e74964de58 Hook up da-DK
git-svn-id: svn://10.0.0.236/trunk@48139 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 01:15:01 +00:00
sfraser%netscape.com
6be8710de5 Fix for bug 14160 -- bad registry name. Don't assume that Mac Handles are nul terminated.
git-svn-id: svn://10.0.0.236/trunk@48138 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 01:14:50 +00:00
rginda%ndcico.com
21611e908e Fix to make sure there is a user associated with the mode event before accessing the property.
git-svn-id: svn://10.0.0.236/trunk@48137 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 01:12:18 +00:00
rickg%netscape.com
da5e7e7b93 back out part of this change for more testing; I missed a case which caused a crash
git-svn-id: svn://10.0.0.236/trunk@48136 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 01:09:48 +00:00
slamm%netscape.com
7c9372a260 Add parallel build (-j4) option
git-svn-id: svn://10.0.0.236/trunk@48135 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 01:05:35 +00:00
sspitzer%netscape.com
4975165f2c make it so when you hit return, it loads the URL
git-svn-id: svn://10.0.0.236/trunk@48134 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 01:04:26 +00:00
alecf%netscape.com
ca2cea5ccd fix a bunch of null-derefing problems when accessing http://webmail.netscape.com/ and add some assertions when these things happen
git-svn-id: svn://10.0.0.236/trunk@48133 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 01:00:43 +00:00
alecf%netscape.com
0ac1ba171d get rid of a bunch of stupid printfs, use autostrings
git-svn-id: svn://10.0.0.236/trunk@48132 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 00:57:33 +00:00
tao%netscape.com
1f0fe61a5e Hook up da-DK
git-svn-id: svn://10.0.0.236/trunk@48131 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 00:50:37 +00:00
alecf%netscape.com
ee585f6ea5 fix dereferencing error on slashdot.org
git-svn-id: svn://10.0.0.236/trunk@48130 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 00:48:51 +00:00
sfraser%netscape.com
ceb23b8bd4 Fix bustage; remove test for stack-based nsFileSpec.
git-svn-id: svn://10.0.0.236/trunk@48129 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 00:48:13 +00:00
robinf%netscape.com
2cd6b77266 updates to reflect final UI decisions
git-svn-id: svn://10.0.0.236/trunk@48128 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 00:44:37 +00:00
robinf%netscape.com
3b72980b1d checking in updates to UI and text that fix my M11 and M12 bugs.
git-svn-id: svn://10.0.0.236/trunk@48127 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 00:41:44 +00:00
tao%netscape.com
830e7ac937 First checkin of da-DK resource files contributed by
Henrik Lynggaard<Lynggaard@netscape.net>

Hook up da-DK


git-svn-id: svn://10.0.0.236/trunk@48126 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 00:40:05 +00:00
sspitzer%netscape.com
8bc9ad713a hook up the Subscribe menu item to the simple subscribe dialog. remove the old subscribe.* files. make the New Folder and Subscribe share the same code. make it so both new folder and subscribe will pre select the folder / server you selected when you clicked new folder or subscirbe. use try and catch to prevent exceptions.
git-svn-id: svn://10.0.0.236/trunk@48125 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 00:40:03 +00:00
alecf%netscape.com
8aeb180413 add html input so that we can see stuff
git-svn-id: svn://10.0.0.236/trunk@48124 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 00:38:46 +00:00
slamm%netscape.com
ae27e1b85c Fix script printing.
git-svn-id: svn://10.0.0.236/trunk@48123 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 00:37:29 +00:00
valeski%netscape.com
43516fc7cc added more logging. fix attempt at 14209.
git-svn-id: svn://10.0.0.236/trunk@48122 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 00:37:21 +00:00
rginda%ndcico.com
6f3d38c00a Forgot break;s in the select block. Please shoot me.
git-svn-id: svn://10.0.0.236/trunk@48121 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 00:32:05 +00:00
davidm%netscape.com
d00373a8e1 update open location to work when no browser app core is provided. Will always open in a new window
git-svn-id: svn://10.0.0.236/trunk@48120 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 00:31:15 +00:00
davidm%netscape.com
791eee6f87 update taskbar xul to open links in a new window
git-svn-id: svn://10.0.0.236/trunk@48119 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 00:30:20 +00:00
davidm%netscape.com
d5ff5ffdec Change the call to shutdown to a call to quit.
git-svn-id: svn://10.0.0.236/trunk@48118 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 00:29:01 +00:00
tao%netscape.com
ac9868c0ae Hook up da-DK.
git-svn-id: svn://10.0.0.236/trunk@48117 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 00:27:49 +00:00
tao%netscape.com
329d5fd9ab First checkin of da-DK resource files contributed by
Henrik Lynggaard<Lynggaard@netscape.net>


git-svn-id: svn://10.0.0.236/trunk@48116 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 00:27:03 +00:00
rginda%ndcico.com
c8dc0202c4 Fixed list onClick handlers in test1 and test2 to work with the updated
e.target.  (e.target used to be the list, now it's the option)


git-svn-id: svn://10.0.0.236/trunk@48115 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 00:25:47 +00:00
tao%netscape.com
55143d9837 Hook up da-DK
git-svn-id: svn://10.0.0.236/trunk@48114 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 00:23:56 +00:00
tao%netscape.com
3beff9a255 First checkin of da-DK resource files contributed by
Henrik Lynggaard<Lynggaard@netscape.net>


git-svn-id: svn://10.0.0.236/trunk@48113 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 00:21:44 +00:00
kipp%netscape.com
b1972b0b42 Handle right aligned skipped floaters a little better
git-svn-id: svn://10.0.0.236/trunk@48112 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 00:20:48 +00:00
alecf%netscape.com
867075a104 add DOM viewer to the debug menu
git-svn-id: svn://10.0.0.236/trunk@48111 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 00:20:15 +00:00
tao%netscape.com
fd2c175895 Hook up da-DK
git-svn-id: svn://10.0.0.236/trunk@48110 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 00:18:14 +00:00
rchen%netscape.com
a0264998e1 Add Localization notes
git-svn-id: svn://10.0.0.236/trunk@48109 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 00:17:59 +00:00
alecf%netscape.com
e36200cd29 add DOM viewer to the rdf test suite
git-svn-id: svn://10.0.0.236/trunk@48108 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 00:16:53 +00:00
ftang%netscape.com
d11d5af4fe fix FreeBSD problem
git-svn-id: svn://10.0.0.236/trunk@48107 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 00:15:22 +00:00
tao%netscape.com
f4d710893a First checkin of da-DK resource files contributed by
Henrik Lynggaard<Lynggaard@netscape.net>


git-svn-id: svn://10.0.0.236/trunk@48106 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 00:13:42 +00:00
slamm%netscape.com
53b65fabbe Add braces to avoid "ambiguous else" warning.
git-svn-id: svn://10.0.0.236/trunk@48105 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 00:13:02 +00:00
slamm%netscape.com
c3dbdf1724 Fix build warning.
git-svn-id: svn://10.0.0.236/trunk@48104 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 00:10:11 +00:00
slamm%netscape.com
51041aed57 Fix build warnings, but get it right.
git-svn-id: svn://10.0.0.236/trunk@48103 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 00:09:24 +00:00
tao%netscape.com
4e5e6e063e Hook up da-DK.
git-svn-id: svn://10.0.0.236/trunk@48102 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 00:08:28 +00:00
colin%theblakes.com
624994bf1c Fix two compiler warnings and one coding bug
git-svn-id: svn://10.0.0.236/trunk@48101 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 00:07:20 +00:00
tao%netscape.com
76e75b8491 First checkin of da-DK resource files contributed by
Henrik Lynggaard<Lynggaard@netscape.net>


git-svn-id: svn://10.0.0.236/trunk@48100 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 00:07:00 +00:00
ftang%netscape.com
a2806c409a check in HZ to Unicode contributed by Xu, Yueheng <yueheng.xu@intel.com>
git-svn-id: svn://10.0.0.236/trunk@48099 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 00:05:27 +00:00
colin%theblakes.com
78f161595d Order of evaluation is undefined, hence two ++ in one statement is bad
git-svn-id: svn://10.0.0.236/trunk@48098 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 00:03:28 +00:00
alecf%netscape.com
f8cd1b7c67 implement mapping from server.type to IID
git-svn-id: svn://10.0.0.236/trunk@48097 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:59:51 +00:00
fergus%netscape.com
89c3a74af3 Adding localization comments
git-svn-id: svn://10.0.0.236/trunk@48096 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:59:23 +00:00
slamm%netscape.com
499ecfdc90 Fix build warning.
git-svn-id: svn://10.0.0.236/trunk@48095 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:57:47 +00:00
alecf%netscape.com
bb264ee20b it's ok to return null from a pref read
git-svn-id: svn://10.0.0.236/trunk@48094 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:56:39 +00:00
law%netscape.com
39383d5dd3 More context menu stuff
git-svn-id: svn://10.0.0.236/trunk@48093 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:53:20 +00:00
rickg%netscape.com
944a022ec9 performance improvements and larger default buffer size
git-svn-id: svn://10.0.0.236/trunk@48092 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:46:55 +00:00
cmanske%netscape.com
fc4c40a00c Fixed printing from the editor toolbar, bug 8806.
git-svn-id: svn://10.0.0.236/trunk@48091 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:46:36 +00:00
brendan%mozilla.org
a03109c89c Fix va_arg abusages (13676, thanks to ajoshi@glue.umd.edu and Franz.Sirl@munich.netsurf.de for the patch).
git-svn-id: svn://10.0.0.236/trunk@48090 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:46:20 +00:00
pnunn%netscape.com
1d87ffcc21 fix for bugs #7622, #6525. pnunn.
git-svn-id: svn://10.0.0.236/trunk@48089 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:43:48 +00:00
dveditz%netscape.com
941575fee9 fix Mac startup bustage
git-svn-id: svn://10.0.0.236/trunk@48088 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:42:47 +00:00
sfraser%netscape.com
e94f7325a1 Fix a broken CLSID macro
git-svn-id: svn://10.0.0.236/trunk@48087 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:42:37 +00:00
law%netscape.com
98c723bf3f Adding context menu stuff
git-svn-id: svn://10.0.0.236/trunk@48086 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:41:56 +00:00
alecf%netscape.com
95e0dc2cff add SMTP and advanced pages to account manager
git-svn-id: svn://10.0.0.236/trunk@48085 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:41:29 +00:00
slamm%netscape.com
b1891ae1ff Better remembering of open/close state.
git-svn-id: svn://10.0.0.236/trunk@48084 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:38:26 +00:00
slamm%netscape.com
594708384d Remove extra box. Tweak some formatting. First pass at personal toolbar popups.
git-svn-id: svn://10.0.0.236/trunk@48083 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:37:41 +00:00
tao%netscape.com
3cf82514a5 First checkin of da-DK resource files contributed by
Henrik Lynggaard<Lynggaard@netscape.net>


git-svn-id: svn://10.0.0.236/trunk@48082 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:35:55 +00:00
mjudge%netscape.com
cbf04231bb adding change for selection. modifing inside out behavior for table selection. drawing tables being seleted different.
git-svn-id: svn://10.0.0.236/trunk@48081 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:33:39 +00:00
sfraser%netscape.com
60ac354139 Moving default pref files to Defaults/Pref, for neeti.
git-svn-id: svn://10.0.0.236/trunk@48080 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:32:18 +00:00
fergus%netscape.com
f08f2777dc Adding localization notes.
git-svn-id: svn://10.0.0.236/trunk@48079 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:31:01 +00:00
gayatrib%netscape.com
70c92c6241 This file is not required for profile ui
git-svn-id: svn://10.0.0.236/trunk@48078 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:30:23 +00:00
sfraser%netscape.com
174f34da9f First Checked In.
git-svn-id: svn://10.0.0.236/trunk@48077 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:29:19 +00:00
neeti%netscape.com
979fb58aef *** empty log message ***
git-svn-id: svn://10.0.0.236/trunk@48076 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:28:56 +00:00
sfraser%netscape.com
3c3bb91169 Remove .js files that are now exported by other MANIFEST files.
git-svn-id: svn://10.0.0.236/trunk@48075 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:28:42 +00:00
neeti%netscape.com
4ab75d8495 moved *.js files from components to bin/defaults/pref
git-svn-id: svn://10.0.0.236/trunk@48074 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:27:15 +00:00
neeti%netscape.com
9a0fa2615b moved bookmarks.html to defaults/profile
git-svn-id: svn://10.0.0.236/trunk@48073 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:26:54 +00:00
neeti%netscape.com
d9acc97b08 Added GetDefaultFolder api
git-svn-id: svn://10.0.0.236/trunk@48072 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:25:05 +00:00
hangas%netscape.com
8c7a27fb5b Modifying commandUpdater JS code to be more efficient.
git-svn-id: svn://10.0.0.236/trunk@48071 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:24:04 +00:00
jefft%netscape.com
3f24b44265 register message/rfc822 to text/html stream converter
git-svn-id: svn://10.0.0.236/trunk@48070 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:23:03 +00:00
sfraser%netscape.com
9da2a6bae6 Changes for profile DTD files, for gayatrib.
git-svn-id: svn://10.0.0.236/trunk@48069 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:22:59 +00:00
jefft%netscape.com
d95efcd464 use message uri instead of protocol url spec for openning attachment
git-svn-id: svn://10.0.0.236/trunk@48068 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:21:58 +00:00
brendan%mozilla.org
e3cfb6c40d *** empty log message ***
git-svn-id: svn://10.0.0.236/trunk@48067 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:21:29 +00:00
sfraser%netscape.com
110b76f1d0 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@48066 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:20:53 +00:00
jefft%netscape.com
1ee75ca230 remove debug only save attachment menubar
git-svn-id: svn://10.0.0.236/trunk@48065 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:20:51 +00:00
jefft%netscape.com
d7c566ad50 removed SaveAttachmentURL
git-svn-id: svn://10.0.0.236/trunk@48064 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:19:34 +00:00
gayatrib%netscape.com
fb07069ee7 adding locale and en-US dir to profile resources dir
git-svn-id: svn://10.0.0.236/trunk@48063 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:19:07 +00:00
jefft%netscape.com
b0425987b0 define text/html converter progid
git-svn-id: svn://10.0.0.236/trunk@48062 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:18:47 +00:00
jefft%netscape.com
790de605ed moved CreateStartupUrl() to nsMsgUtils
git-svn-id: svn://10.0.0.236/trunk@48061 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:17:53 +00:00
gayatrib%netscape.com
bdf2b00c7c adding locale dir to makefile
git-svn-id: svn://10.0.0.236/trunk@48060 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:17:28 +00:00
jefft%netscape.com
c910c40bc4 add CreateStartupUrl() utility routine
git-svn-id: svn://10.0.0.236/trunk@48059 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:17:03 +00:00
kipp%netscape.com
4fbbb9f867 Fixed various bugs including incremental list reflow (9742) and some table bugs with right floaters
git-svn-id: svn://10.0.0.236/trunk@48058 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:16:43 +00:00
brendan%mozilla.org
e35b95c2e6 - Add an OnMonitorRecycle callback for use by xpcom/threads/nsAutoLock.cpp.
- Clean up funky white space and tabbing, preparatory to more work including
  LRU fix.


git-svn-id: svn://10.0.0.236/trunk@48057 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:16:12 +00:00
jefft%netscape.com
271273fe84 implemented Save As file type equals html & plain text; frame work for saving attachment
git-svn-id: svn://10.0.0.236/trunk@48056 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:16:07 +00:00
gayatrib%netscape.com
f114a4f51f moving entities into dtds
git-svn-id: svn://10.0.0.236/trunk@48055 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:16:06 +00:00
kipp%netscape.com
52462302c0 Added more (disabled) debug noise
git-svn-id: svn://10.0.0.236/trunk@48054 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:15:53 +00:00
kipp%netscape.com
287e799395 Fixed a glitch in the debug noise
git-svn-id: svn://10.0.0.236/trunk@48053 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:15:31 +00:00
despotdaemon%netscape.com
05e70dcfdf Pseudo-automatic update of changes made by brendan@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@48052 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:15:17 +00:00
jfrancis%netscape.com
5df01a19dc fix for 13677
git-svn-id: svn://10.0.0.236/trunk@48051 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:15:12 +00:00
jefft%netscape.com
9e20783569 added OpenAttachment()
git-svn-id: svn://10.0.0.236/trunk@48050 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:15:02 +00:00
kipp%netscape.com
b19648bac9 Fixed a glitch in word-breaking look ahead that was using the wrong content to compute the next fragments width (whoops!)
git-svn-id: svn://10.0.0.236/trunk@48049 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:14:47 +00:00
cmanske%netscape.com
45924ea557 Added items for list menu and dialog so DTD work can continue. Change openDialog calls to use '_blank' as window name.
git-svn-id: svn://10.0.0.236/trunk@48048 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:13:59 +00:00
putterman%netscape.com
8f317b6531 more performance work for loading folders without .msf files or that have to have
headers downloaded.


git-svn-id: svn://10.0.0.236/trunk@48047 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:12:44 +00:00
jfrancis%netscape.com
f71c9de0f6 tidying up
git-svn-id: svn://10.0.0.236/trunk@48046 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:12:17 +00:00
sgehani%netscape.com
4c38b5e36c Mac specific: No longer autoreg'ing. Now supplying reg file spec and xpistub dir when initializing XPCOM utilizing dp's new NS_InitXPCOM interface. Thanks dp.
git-svn-id: svn://10.0.0.236/trunk@48045 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:11:31 +00:00
pinkerton%netscape.com
c9d39f6fa7 respond to the paint flashing debug pref in debug builds by flashing the area to be repainted.
git-svn-id: svn://10.0.0.236/trunk@48044 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:09:54 +00:00
alecf%netscape.com
a4ce9041f6 oops, raptorhtml isn't loaded with apprunner, so we do need to load this after all
git-svn-id: svn://10.0.0.236/trunk@48043 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 22:53:48 +00:00
frankm%eng.sun.com
8b6ad17152 - In nsInterfaceInfoManager.cpp, get the allocator with nsAllocator::GetGlobalAllocator, not from nsServiceManager. (Allocator now cached with nsCOMPtr.)
- Insure that debugging code in nsInterfaceInfo and TestInterfaceInfo fails gracefully instead of segfaulting.


git-svn-id: svn://10.0.0.236/trunk@48042 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 22:46:44 +00:00
briano%netscape.com
f3e1c4442b General cleanup.
git-svn-id: svn://10.0.0.236/trunk@48041 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 22:12:46 +00:00
gayatrib%netscape.com
d95e6e3987 makefile for dtds
git-svn-id: svn://10.0.0.236/trunk@48040 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 22:05:54 +00:00
gayatrib%netscape.com
b7ec5e57d8 dtds for profile manager ui
git-svn-id: svn://10.0.0.236/trunk@48039 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 22:05:04 +00:00
bienvenu%netscape.com
a2cabc4695 fix inadvertent checkin of nsBrowserWindow.cpp
git-svn-id: svn://10.0.0.236/trunk@48038 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 22:02:52 +00:00
bienvenu%netscape.com
b6d16c7d12 fix build bustage
git-svn-id: svn://10.0.0.236/trunk@48037 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 22:00:15 +00:00
shaver%netscape.com
1bb0ffc619 fix for Mac bustage
git-svn-id: svn://10.0.0.236/trunk@48036 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 21:29:50 +00:00
alecf%netscape.com
549038cef3 fix stupid linkage
git-svn-id: svn://10.0.0.236/trunk@48035 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 21:17:47 +00:00
alecf%netscape.com
edb986bc97 fix bogus linking
git-svn-id: svn://10.0.0.236/trunk@48034 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 21:13:17 +00:00
tao%netscape.com
ca8ca38783 First checkin of da-DK resource files contributed by
Henrik Lynggaard<Lynggaard@netscape.net>


git-svn-id: svn://10.0.0.236/trunk@48033 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 21:09:52 +00:00
briano%netscape.com
73df30892a Cleaned it up again.
git-svn-id: svn://10.0.0.236/trunk@48032 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 21:09:17 +00:00
chjung%netscape.com
348a91960d [chjung 09/17/99] add Localization notes
git-svn-id: svn://10.0.0.236/trunk@48031 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 21:07:43 +00:00
briano%netscape.com
95c0f2ebdd General cleanup.
git-svn-id: svn://10.0.0.236/trunk@48030 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 21:06:32 +00:00
warren%netscape.com
27b1b788a1 Squelched leak.
git-svn-id: svn://10.0.0.236/trunk@48029 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 21:02:34 +00:00
warren%netscape.com
6e29fd7858 Added a -x option to viewer to allow us to test for shutdown leaks. Eliminated leaks.
git-svn-id: svn://10.0.0.236/trunk@48028 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 21:00:54 +00:00
troy%netscape.com
41ec28bb47 Fix for bug #14157. Changed ConstructAlternateImageFrame() to set the document
pointer and the parent content pointer for the text frame


git-svn-id: svn://10.0.0.236/trunk@48027 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 20:57:06 +00:00
nisheeth%netscape.com
e279261538 Fixing Unix build bustage...
git-svn-id: svn://10.0.0.236/trunk@48026 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 20:56:28 +00:00
tao%netscape.com
149a0648d5 First checkin of da-DK resource files contributed by
Henrik Lynggaard<Lynggaard@netscape.net>


git-svn-id: svn://10.0.0.236/trunk@48025 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 20:55:59 +00:00
ducarroz%netscape.com
1c5f0ee7a0 NS_INIT_REFCNT must be called before any return else we crash. Fix for bug 14163
git-svn-id: svn://10.0.0.236/trunk@48024 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 20:47:26 +00:00
tao%netscape.com
9f8c813438 First checkin of da-DK resource files contributed by
Henrik Lynggaard<Lynggaard@netscape.net>


git-svn-id: svn://10.0.0.236/trunk@48023 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 20:44:01 +00:00
rchen%netscape.com
52e619e1d0 Add Localization Notes
git-svn-id: svn://10.0.0.236/trunk@48022 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 20:41:30 +00:00
alecf%netscape.com
c4d93cd358 link mime emitter against NSPR
git-svn-id: svn://10.0.0.236/trunk@48021 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 20:35:09 +00:00
rjc%netscape.com
44ed9b894f Add a couple of alert()s for user messages on error conditions.
git-svn-id: svn://10.0.0.236/trunk@48020 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 20:34:20 +00:00
alecf%netscape.com
d8460ee524 don't need to link mime against js anymore
git-svn-id: svn://10.0.0.236/trunk@48019 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 20:33:14 +00:00
nisheeth%netscape.com
29dac5f694 Make nsPresContext implement the nsITimeRecorder interface. This interface is used by the pres shell to tell the pres context to stop the stopwatch that measures time spent in style resolution.
git-svn-id: svn://10.0.0.236/trunk@48018 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 20:32:45 +00:00
alecf%netscape.com
cb555c673c link addressbook against nspr
git-svn-id: svn://10.0.0.236/trunk@48017 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 20:32:43 +00:00
alecf%netscape.com
11edb4d604 don't need to link identity against mozjs anymore
git-svn-id: svn://10.0.0.236/trunk@48016 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 20:32:08 +00:00
alecf%netscape.com
37f009552c don't need to link compose against raptor anymore
git-svn-id: svn://10.0.0.236/trunk@48015 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 20:31:32 +00:00
nisheeth%netscape.com
d4fbd6ac18 Adding a new interface, nsITimeRecorder, used for adding timing hooks to raptor. The interface exposes methods to start/stop/reset timers and print elapsed time.
git-svn-id: svn://10.0.0.236/trunk@48014 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 20:30:23 +00:00
varada%netscape.com
9a4955ec06 Checking in a fix for the browse button not retaining the previous value when the open file dialog is cancelled.
git-svn-id: svn://10.0.0.236/trunk@48013 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 20:29:40 +00:00
slamm%netscape.com
f33f0c1edb Fix a build warning (do not compile a file if it isn't needed).
git-svn-id: svn://10.0.0.236/trunk@48012 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 20:28:28 +00:00
ducarroz%netscape.com
d884c06c17 cleanup
git-svn-id: svn://10.0.0.236/trunk@48011 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 20:28:22 +00:00
ducarroz%netscape.com
28194690f7 elimnate redundancy, bug 10539
git-svn-id: svn://10.0.0.236/trunk@48010 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 20:27:46 +00:00
buster%netscape.com
5168cbc555 fixed some warnings
git-svn-id: svn://10.0.0.236/trunk@48009 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 20:22:13 +00:00
buster%netscape.com
1a9af19728 fixed a compiler warning
git-svn-id: svn://10.0.0.236/trunk@48008 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 20:19:50 +00:00
vidur%netscape.com
2ddea007d4 Fixed leak of service manager
git-svn-id: svn://10.0.0.236/trunk@48007 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 20:19:00 +00:00
buster%netscape.com
2569ace39b fixed an assesrtion in ~nsHTMLEditor caused by calling GetDocument()
when Init() had never been called.  This is a legal sequence
(nsHTMLEditor is instantiated and destroyed without Init() ever being called),
so now it's allowed.


git-svn-id: svn://10.0.0.236/trunk@48006 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 20:18:50 +00:00
buster%netscape.com
f5e00214bc fixed a warning
git-svn-id: svn://10.0.0.236/trunk@48004 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 20:17:22 +00:00
kipp%netscape.com
867c7b532c Fixed bug 8652
git-svn-id: svn://10.0.0.236/trunk@48003 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 20:16:53 +00:00
kipp%netscape.com
8ebf1dd75a Squish a warning or two
git-svn-id: svn://10.0.0.236/trunk@48002 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 20:16:37 +00:00
waterson%netscape.com
132911b7c3 Bug 12649. Add walk-down on personal toolbar folders pulled in from bookmarks datasource.
git-svn-id: svn://10.0.0.236/trunk@48001 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 20:16:36 +00:00
waterson%netscape.com
177de3d541 Bug 12649. Add support for 'parent' on <rule> tags.
git-svn-id: svn://10.0.0.236/trunk@48000 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 20:15:29 +00:00
kipp%netscape.com
229a0d5515 Squish a warning
git-svn-id: svn://10.0.0.236/trunk@47999 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 20:15:09 +00:00
mscott%netscape.com
2096f223d1 Bug #14021 --> convert nsIURI into a nsISupports before passing in to avoid an nsCOMPtr assert later on.
git-svn-id: svn://10.0.0.236/trunk@47998 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 20:13:59 +00:00
bienvenu%netscape.com
ceb421f006 fix notification text to include folder
git-svn-id: svn://10.0.0.236/trunk@47997 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 20:13:54 +00:00
briano%netscape.com
6f1f615870 Replaced the C++ comments with C comments, since this is a C file after all....
git-svn-id: svn://10.0.0.236/trunk@47996 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 20:13:53 +00:00
norris%netscape.com
761b5f5706 Add ability to disable JS. Fix 13978 shopping at webvan.com crashes
git-svn-id: svn://10.0.0.236/trunk@47995 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 20:13:52 +00:00
bienvenu%netscape.com
0d8c973615 fix imap msg flagging
git-svn-id: svn://10.0.0.236/trunk@47994 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 20:13:42 +00:00
valeski%netscape.com
9fba53c41a fix for 14143. also yanked local isspace, isdigit, isalpha routines from FTP dir listing converter, and corrected a buffer allocation problem that was causing extra data 'bad data' to be buffered.
git-svn-id: svn://10.0.0.236/trunk@47993 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 20:13:33 +00:00
mscott%netscape.com
c8df58726e remove unwanted class id.
git-svn-id: svn://10.0.0.236/trunk@47992 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 20:13:23 +00:00
bienvenu%netscape.com
61a12fb879 fix news to use folder cache
git-svn-id: svn://10.0.0.236/trunk@47991 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 20:13:22 +00:00
mscott%netscape.com
e434d1af66 Bug #14114 --> when downloading new messages, if we can't create
a mailbox parser, don't abort the download, just don't use the parser
this happens when you try to get new messages for an inbox we don't
have a mail summary file for. We can still add the new messages
to the berkley mail folder...


git-svn-id: svn://10.0.0.236/trunk@47990 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 20:12:58 +00:00
shaver%netscape.com
0ac8ea16f5 overhaul menus to use spiffy new titledbutton features
git-svn-id: svn://10.0.0.236/trunk@47989 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 20:12:02 +00:00
akkana%netscape.com
2612638b20 Handle everything in KeyPress; make KeyDown a nop. This also fixes bug 13962
git-svn-id: svn://10.0.0.236/trunk@47988 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 20:11:13 +00:00
akkana%netscape.com
cd601ac51d Call the test program outtest instead of Convert; fix some of the debug prints
git-svn-id: svn://10.0.0.236/trunk@47987 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 20:09:42 +00:00
sfraser%netscape.com
6cd9719155 Don't crash when closing the not-so-hidden window.
git-svn-id: svn://10.0.0.236/trunk@47986 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 19:56:53 +00:00
waldemar%netscape.com
6974f5833b First Checked In.
git-svn-id: svn://10.0.0.236/trunk@47985 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 19:45:20 +00:00
waldemar%netscape.com
8688b2f0de NOT IN BUILD. Made JSRef work as a Macintosh MPW tool
git-svn-id: svn://10.0.0.236/trunk@47984 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 19:45:07 +00:00
idk%eng.sun.com
c3a4459049 Moved to OJI.
Added  AWT support.
Added some classes


git-svn-id: svn://10.0.0.236/trunk@47982 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 18:41:34 +00:00
valeski%netscape.com
0da3025819 I'm a moron. backing out previous change
git-svn-id: svn://10.0.0.236/trunk@47981 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 18:40:12 +00:00
valeski%netscape.com
4ae25d7e0a 14143
git-svn-id: svn://10.0.0.236/trunk@47980 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 18:05:11 +00:00
valeski%netscape.com
35a262959c the Directory parser want uppercase; PS I know I'm checking in while the tree's closed, flame me
git-svn-id: svn://10.0.0.236/trunk@47979 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 18:04:01 +00:00
amasri%netscape.com
f30a85f376 revised browser tests to work with seamonkey M11:
1) closed open sidebar.
2) worked around broken menus by using all-keyboard method for loading URIs.
3) added bDebug and bGrippyOpen variables. bDebug should always be false for build smoketests


git-svn-id: svn://10.0.0.236/trunk@47978 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 17:57:18 +00:00
terry%mozilla.org
8ad163f7eb If a mangled "order" is specified, it was crashing.
git-svn-id: svn://10.0.0.236/trunk@47977 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 17:52:49 +00:00
dveditz%netscape.com
5905422ab6 reverting registry changes for Unix, a=leaf, r=ramiro
git-svn-id: svn://10.0.0.236/trunk@47976 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 17:44:41 +00:00
norris%netscape.com
9b053816bd Fix comments.
git-svn-id: svn://10.0.0.236/trunk@47975 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 16:38:51 +00:00
norris%netscape.com
51f99a463e fix comment
git-svn-id: svn://10.0.0.236/trunk@47974 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 16:37:35 +00:00
valeski%netscape.com
9dab851f4e NOT IN BUILD - adding boilerplate for jar protocol handler
git-svn-id: svn://10.0.0.236/trunk@47973 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 16:12:41 +00:00
terry%mozilla.org
325e65f631 Patch by Ian Wells <I.Wells@tarragon-et.co.uk> -- disable JavaScript
magic on IE (where it wasn't working), other minor cleanups.


git-svn-id: svn://10.0.0.236/trunk@47972 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 15:47:03 +00:00
andreas.otte%primus-online.de
08bf9f563c fix for bug 14132
git-svn-id: svn://10.0.0.236/trunk@47971 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 14:52:39 +00:00
dcone%netscape.com
9ac89633e7 Added 16 bit support for the DIB conversion
git-svn-id: svn://10.0.0.236/trunk@47970 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 14:14:17 +00:00
colin%theblakes.com
b3b4ad49e2 Only pass special LD flags to vmsld
git-svn-id: svn://10.0.0.236/trunk@47969 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 12:36:25 +00:00
colin%theblakes.com
6c71031eb2 Remove OpenVMS specific code, its no longer needed
git-svn-id: svn://10.0.0.236/trunk@47968 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 11:53:11 +00:00
sspitzer%netscape.com
4509536a7e close the stream.
git-svn-id: svn://10.0.0.236/trunk@47967 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 11:47:46 +00:00
sspitzer%netscape.com
5330685c18 more changes for simple subscribe. now, it writes out the new newsgroup to the newsrc file, so it will be there when you quit and come back.
git-svn-id: svn://10.0.0.236/trunk@47966 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 11:43:24 +00:00
rjc%netscape.com
65ae46ad4a Use ToNewUTF8String(). [Missed a spot]
git-svn-id: svn://10.0.0.236/trunk@47965 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 11:29:18 +00:00
sspitzer%netscape.com
0614332aa0 don't create the empty file. (cut and paste error.) pass PR_TRUE to Open() so it creates the summary file. all that's left is writing out <newsgroupname>: to the newsrc file, and simple subscribe is done!
git-svn-id: svn://10.0.0.236/trunk@47964 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 10:59:54 +00:00
rjc%netscape.com
5ae29aacf6 Add support for resolving anonymous resources to their "#URL" property. ("Last Search Results" are anonymous, for example.)
git-svn-id: svn://10.0.0.236/trunk@47963 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 10:38:40 +00:00
sspitzer%netscape.com
67bd2bb1f8 don't make it unique.
later, we may need to has the newsgroup name so that it's safe for
the native file system.


git-svn-id: svn://10.0.0.236/trunk@47962 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 10:35:26 +00:00
sspitzer%netscape.com
12ef525731 remove unused / dead code that I copied and pasted a while ago.
start the work to make "New Folder" behave like simple subscribe for news.


git-svn-id: svn://10.0.0.236/trunk@47961 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 10:17:26 +00:00
sspitzer%netscape.com
a301213352 this is a nsresult, not NS_IMETHODIMP. look at the header file.
it probably doesn't matter.


git-svn-id: svn://10.0.0.236/trunk@47960 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 10:16:41 +00:00
sspitzer%netscape.com
069a4b7388 don't check the return value of Exists.
it's failing for some reason (don't know yet) and this is causing
migration to fail.  I'll look into this tomorrow.


git-svn-id: svn://10.0.0.236/trunk@47959 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 10:15:45 +00:00
sspitzer%netscape.com
c08609fdf9 fix crash when launching mail
git-svn-id: svn://10.0.0.236/trunk@47958 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 09:46:58 +00:00
rpotts%netscape.com
f7e392ec19 bug #13477. nsHeaderEntry structs were leaking...
git-svn-id: svn://10.0.0.236/trunk@47957 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 09:21:50 +00:00
alecf%netscape.com
ec516ceaeb make the UI look better by making this textbox bigger
git-svn-id: svn://10.0.0.236/trunk@47956 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 09:03:12 +00:00
rpotts%netscape.com
19596fb472 Fixed the throbber to work with framesets...
git-svn-id: svn://10.0.0.236/trunk@47955 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 08:08:30 +00:00
alecf%netscape.com
8c5a67adc8 save prefs file when closing account manager and account wizard, in case we crash later.
git-svn-id: svn://10.0.0.236/trunk@47954 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 08:04:54 +00:00
rpotts%netscape.com
f70564c16b DocLoader cleanup... Also trying to get the notifications correct :-)
git-svn-id: svn://10.0.0.236/trunk@47953 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 07:56:03 +00:00
rpotts%netscape.com
2f9360a53b Removed NECKO ifdefs...
git-svn-id: svn://10.0.0.236/trunk@47952 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 07:54:11 +00:00
mcafee%netscape.com
bc4be4be7b Adding color picker.
git-svn-id: svn://10.0.0.236/trunk@47951 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 07:49:56 +00:00
tbogard%aol.net
2483b9b434 Adding sample to show how tool icons don't properly update when told to via css.
git-svn-id: svn://10.0.0.236/trunk@47950 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 07:43:36 +00:00
alecf%netscape.com
6dc9a95edb remove assertions (and put comments for future NS_ASSERTIONs for when I finally change this to a C++ file)
fixes #13734


git-svn-id: svn://10.0.0.236/trunk@47949 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 07:35:34 +00:00
mcafee%netscape.com
b613b9ee3a Removing debug info
git-svn-id: svn://10.0.0.236/trunk@47948 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 07:34:37 +00:00
pollmann%netscape.com
affe441405 Bug 9136: Combobox selectedIndex now defaults to 0 instead of -1, even before widget created.
git-svn-id: svn://10.0.0.236/trunk@47947 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 07:24:02 +00:00
pollmann%netscape.com
d75e0e77d0 Bug 9136: Combobox selectedIndex now defaults to 0 instead of -1
git-svn-id: svn://10.0.0.236/trunk@47946 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 07:22:23 +00:00
nisheeth%netscape.com
9c060b10a6 Added measurement of reflow time and frame creation time during the loading of a page.
git-svn-id: svn://10.0.0.236/trunk@47945 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 07:16:42 +00:00
warren%netscape.com
c1c4475a5c Added missing rv initialization which was causing the component manager to fail under purify. Submitted bug #14130 to dp about the component manager problem.
git-svn-id: svn://10.0.0.236/trunk@47944 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 07:09:42 +00:00
waterson%netscape.com
2c189eebdf Make nsFileSpecMac tough enough to deal with a Unix-style path with two or more forward slashes that are right next to each other; e.g., foo//bar/baz.html. Previously, it would convert this to foo::bar:baz.html, which is the Unix equivalent of foo/../bar/baz.html. Oops. Anyway, this keeps Mac from crashing on startup.
git-svn-id: svn://10.0.0.236/trunk@47943 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 07:03:09 +00:00
dveditz%netscape.com
e0efc09bf1 match buffered i/o registry change in XP_MAC section
git-svn-id: svn://10.0.0.236/trunk@47942 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 07:00:55 +00:00
sfraser%netscape.com
8fd641afd7 Added file for dveditz, set up prefix files.
git-svn-id: svn://10.0.0.236/trunk@47941 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 06:56:45 +00:00
vidur%netscape.com
ce8c1d0658 Implemented nsIDOMHTMLDocument::GetReferrer. The referrer is obtained from the request header of the document channel
git-svn-id: svn://10.0.0.236/trunk@47940 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 06:56:39 +00:00
sfraser%netscape.com
8564f2426f First Checked In.
git-svn-id: svn://10.0.0.236/trunk@47939 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 06:56:23 +00:00
alecf%netscape.com
df2523fb90 add new SMTP pane to account manager
git-svn-id: svn://10.0.0.236/trunk@47938 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 06:56:22 +00:00
vidur%netscape.com
4c4a30ec42 Further corrections in referrer propagation.
git-svn-id: svn://10.0.0.236/trunk@47937 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 06:54:58 +00:00
alecf%netscape.com
52d40f2fe6 make the signature an nsIFileSpec for right now
git-svn-id: svn://10.0.0.236/trunk@47936 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 06:43:27 +00:00
sspitzer%netscape.com
e6670b60d3 fix for #14125
when creating a new news server with the account wizard, the newsrc file that it creates
should be a file, and not a directory.


git-svn-id: svn://10.0.0.236/trunk@47935 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 06:38:51 +00:00
dveditz%netscape.com
808acfa5e3 a little more debug output to show where startup time is going
git-svn-id: svn://10.0.0.236/trunk@47934 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 06:38:05 +00:00
dveditz%netscape.com
0342f82c59 more trying to get nr_bufio to work on a mac
git-svn-id: svn://10.0.0.236/trunk@47933 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 06:35:32 +00:00
mcafee%netscape.com
877ee6b4d0 Adding colorpicker
git-svn-id: svn://10.0.0.236/trunk@47932 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 06:30:56 +00:00
buster%netscape.com
ebbfa93fe1 fixed bug 14039
bad copy-and-paste of some event propogation code.  the gfx text control
event listeners exist just to propogate the event from the embedded shell
to the content, and should not pass the event back to the frame itself, except
for keyPress (for default action).


git-svn-id: svn://10.0.0.236/trunk@47931 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 06:15:56 +00:00
dveditz%netscape.com
97a579dd51 fixing mac path sadness with new nr_bufio stuff
git-svn-id: svn://10.0.0.236/trunk@47930 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 06:13:38 +00:00
norris%netscape.com
a2d2f20af7 Clearer example.
git-svn-id: svn://10.0.0.236/trunk@47929 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 06:12:45 +00:00
norris%netscape.com
e31a379e1e Tutorial examples.
git-svn-id: svn://10.0.0.236/trunk@47928 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 05:54:27 +00:00
dp%netscape.com
6cbbd59105 Caching of what registry was opened to improve performance of multiple
opens on the same registry file.


git-svn-id: svn://10.0.0.236/trunk@47927 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 05:46:25 +00:00
rjc%netscape.com
55b321b8b3 Change window title to "Search" per marketing.
git-svn-id: svn://10.0.0.236/trunk@47926 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 05:42:54 +00:00
mcafee%netscape.com
07a38bea58 Support both spellings of gray/grey as palette choice.
git-svn-id: svn://10.0.0.236/trunk@47925 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 05:39:30 +00:00
mcafee%netscape.com
0609b4c413 License, plus dropdown examples.
git-svn-id: svn://10.0.0.236/trunk@47924 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 05:23:48 +00:00
alecf%netscape.com
09083e9ef5 fix scrollbar crash
git-svn-id: svn://10.0.0.236/trunk@47923 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 05:15:00 +00:00
troy%netscape.com
e51cacea1d Changed GetWidth() and DrawString() to reduce the number of SelectObject()
calls


git-svn-id: svn://10.0.0.236/trunk@47922 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 05:06:40 +00:00
mscott%netscape.com
15e3b9c228 export new compose messages properties file
git-svn-id: svn://10.0.0.236/trunk@47921 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 05:04:10 +00:00
mscott%netscape.com
66938c85c1 Export new properties file.
git-svn-id: svn://10.0.0.236/trunk@47920 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 05:00:36 +00:00
rjc%netscape.com
fea636f75f Fix signed/unsigned warning.
git-svn-id: svn://10.0.0.236/trunk@47919 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 04:59:55 +00:00
mscott%netscape.com
c9f9613176 export the new compose messages properties page.
git-svn-id: svn://10.0.0.236/trunk@47918 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 04:59:12 +00:00
mscott%netscape.com
d27b2f5b5b the properties file for back end compose messages was in the wrong directory. Moving it into the locale
directory where it belongs.


git-svn-id: svn://10.0.0.236/trunk@47917 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 04:58:27 +00:00
rjc%netscape.com
2bdbefd3af Fix bug #5871: now write out bookmark file in "UTF-8" encoding, along with:
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">

To support this, when reading in the bookmark file, we look to see if a META charset is specified and, if it is, we'll try and get a decoder for it to use when processing the rest of the file.


git-svn-id: svn://10.0.0.236/trunk@47916 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 04:58:07 +00:00
karnaze%netscape.com
aa15be4323 new regression test
git-svn-id: svn://10.0.0.236/trunk@47915 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 04:50:24 +00:00
karnaze%netscape.com
650c4f32aa bug 13526 - allowed cellpadding, cellspacing to be percent value
git-svn-id: svn://10.0.0.236/trunk@47914 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 04:38:06 +00:00
waterson%netscape.com
d768a81fb7 Bug 13790. Okay, let's try that again, this time without the frills.
git-svn-id: svn://10.0.0.236/trunk@47913 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 04:29:53 +00:00
vidur%netscape.com
dabd4470bb Document referrer propagation through webshell and docloader.
git-svn-id: svn://10.0.0.236/trunk@47912 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 04:26:02 +00:00
cls%seawood.org
aa416cb229 Undefined __P before redefining it.
git-svn-id: svn://10.0.0.236/trunk@47911 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 04:21:03 +00:00
waterson%netscape.com
4a234d12a7 Fix nsCOMPtr sloppiness.
git-svn-id: svn://10.0.0.236/trunk@47910 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 04:13:19 +00:00
waterson%netscape.com
987fdb3e81 Back out changes that will cause bustage on some compilers.
git-svn-id: svn://10.0.0.236/trunk@47909 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 04:12:08 +00:00
rjc%netscape.com
d20ac0833a Fix bug #14117. Thanks to tor@cs.brown.edu for the fix.
git-svn-id: svn://10.0.0.236/trunk@47908 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 04:10:36 +00:00
waterson%netscape.com
b1e7d47421 Bug 13970. Use automatic XUL syntax to hook up command updaters.
git-svn-id: svn://10.0.0.236/trunk@47907 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 04:04:59 +00:00
waterson%netscape.com
21706c7492 Bug 13970. Use XUL syntax to hook up command updaters.
git-svn-id: svn://10.0.0.236/trunk@47906 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 04:03:30 +00:00
waterson%netscape.com
82ddc2c573 Bug 13970. Use 'commandupdater' attribute to do automatic updater hookup.
git-svn-id: svn://10.0.0.236/trunk@47905 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 04:02:27 +00:00
waterson%netscape.com
fd4e9f3a20 Bug 13970. Implement 'commandupdater=' attribute to hook up command udpater nodes to the XUL document's command dispatcher. Make API modifications to support command filtering. Some improvements to XUL document to factor out iteration code.
git-svn-id: svn://10.0.0.236/trunk@47904 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 04:01:46 +00:00
danm%netscape.com
ac8603e168 reverting size and move of window to offscreen. that broke dialogs parented on hiddenWindow.
git-svn-id: svn://10.0.0.236/trunk@47903 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 03:43:06 +00:00
briano%netscape.com
ad0761f22e Fixed the Unix native compiler breakage. Replaced the invalid 'true' with 'PR_TRUE'.
git-svn-id: svn://10.0.0.236/trunk@47901 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 03:25:58 +00:00
danm%netscape.com
70449374a5 implement HasDataMatchingFlavors
git-svn-id: svn://10.0.0.236/trunk@47900 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 02:43:08 +00:00
rjc%netscape.com
e09edc25fc Fix bug #9945: "Related Links" data comes in as UTF-8, so convert to Unicode before processing. Thanks for ftang@netscape.com for helping with this.
git-svn-id: svn://10.0.0.236/trunk@47897 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 02:26:25 +00:00
bienvenu%netscape.com
67835e886a auto create inbox when building imap folder tree
git-svn-id: svn://10.0.0.236/trunk@47896 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 02:06:24 +00:00
syd%netscape.com
d790120ad3 Looks like the cvs update/merge needed some manual intervention. Took our offending cruft. Preserved
usage of _blank which according to cvs log is what law intended.


git-svn-id: svn://10.0.0.236/trunk@47895 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 02:02:18 +00:00
troy%netscape.com
5482c6eb9d Removed annoying printf message
git-svn-id: svn://10.0.0.236/trunk@47894 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 01:45:00 +00:00
dveditz%netscape.com
bf8a5b89ca Buffered I/O for registry performance
git-svn-id: svn://10.0.0.236/trunk@47893 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 01:32:00 +00:00
endico%mozilla.org
4c7131a637 oops, glimpse claims the max size of a search string is 32 but empirical evidence suggests 29. Setting maxlength in the form to 29
git-svn-id: svn://10.0.0.236/trunk@47892 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 01:07:34 +00:00
briano%netscape.com
fa4d44370c Automated update
git-svn-id: svn://10.0.0.236/trunk@47890 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 01:00:37 +00:00
kipp%netscape.com
7f0806ea69 Put float-edge on UL/OL/MENU/DIR container and get rid of hack property
git-svn-id: svn://10.0.0.236/trunk@47889 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 00:58:07 +00:00
kipp%netscape.com
6617ad5d80 Removed list item hack
git-svn-id: svn://10.0.0.236/trunk@47888 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 00:57:40 +00:00
kipp%netscape.com
ffc7966b7d Zapped mCompatFloatMargin hack
git-svn-id: svn://10.0.0.236/trunk@47887 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 00:57:06 +00:00
jdunn%netscape.com
ab69be58b3 add support for MOZ_POST_PROGRAM_COMMAND to process $(PROGRAM): in rules.mk
and the binaries in viewer/Makefile.in


git-svn-id: svn://10.0.0.236/trunk@47886 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 00:53:36 +00:00
endico%mozilla.org
f039b5464a glimpse only allows a max of 32 characters with the -n option. -n is needed to get line numbers. Reduce the size of the form's input field to 32 chars and throw a message when the input is longer.
git-svn-id: svn://10.0.0.236/trunk@47885 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 00:43:31 +00:00
briano%netscape.com
99c7b6f249 Officially added all of my random hacks for things like Motif support, NS commercial builds, Fullcircle support, and so on.
git-svn-id: svn://10.0.0.236/trunk@47884 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 00:40:00 +00:00
kipp%netscape.com
ab4a9a401a Tweaked strike-out position to be more appropriate
git-svn-id: svn://10.0.0.236/trunk@47883 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 00:37:15 +00:00
alecf%netscape.com
b69909ee50 fix server sorting problem in the folder pane - sort servers by the order they appear in prefs
git-svn-id: svn://10.0.0.236/trunk@47882 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 00:19:21 +00:00
alecf%netscape.com
08a4d75260 add new FindServerIndex() method
git-svn-id: svn://10.0.0.236/trunk@47881 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 00:14:43 +00:00
sgehani%netscape.com
3e53bd94f1 Added checkboxes and extended drag multiselection to components win. Also, various minor bug fixes.
git-svn-id: svn://10.0.0.236/trunk@47880 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 00:12:55 +00:00
dveditz%netscape.com
684784ecf6 Allow a blank (magic) registry name passed to StartInstall() as in 4.x;
Don't delete a jarfile we didn't download! plus bugs 10749,13386


git-svn-id: svn://10.0.0.236/trunk@47879 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 00:11:24 +00:00
sgehani%netscape.com
325e6b6a67 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@47878 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 00:10:43 +00:00
sgehani%netscape.com
573ad41168 Added checkboxes and extended drag multiselection to components win.
git-svn-id: svn://10.0.0.236/trunk@47877 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 00:09:39 +00:00
sgehani%netscape.com
074990550d Appended .rsrc suffix to target.
git-svn-id: svn://10.0.0.236/trunk@47876 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 00:08:45 +00:00
cyeh%netscape.com
b02e827116 build RegXPCOM in optimized builds for creation of Component Registry
git-svn-id: svn://10.0.0.236/trunk@47875 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 00:08:41 +00:00
varada%netscape.com
4624d56a20 Added new style ES_AUTOHSCROLL to enable scrolling of text in edit boxes and also set the limit to 200 ( its arbitrary and can be changed later if it is too high or low)
git-svn-id: svn://10.0.0.236/trunk@47874 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 00:05:25 +00:00
ducarroz%netscape.com
d9918e436a Remove unused function LoadFields
git-svn-id: svn://10.0.0.236/trunk@47873 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 23:55:06 +00:00
sfraser%netscape.com
3798e253d3 Fix the double reload problem in the editor, which fixes bug 14045 and maybe others.
git-svn-id: svn://10.0.0.236/trunk@47872 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 23:54:08 +00:00
davidm%netscape.com
40b0f14660 Remove obsolete code. Move some wallet code off to js
git-svn-id: svn://10.0.0.236/trunk@47871 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 23:46:55 +00:00
davidm%netscape.com
6f4b76ba5a Fix so mac doesn't quit when last window closed
git-svn-id: svn://10.0.0.236/trunk@47870 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 23:45:25 +00:00
davidm%netscape.com
6ff017d8e3 Change quit code. Change wallet code to load URL's directly rather than call appcore
git-svn-id: svn://10.0.0.236/trunk@47869 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 23:44:07 +00:00
davidm%netscape.com
26412f4589 break shutdown into quit and shut down. Add code to not quit on mac when last window closed. Load wallet files directly rather than going through the appcore
git-svn-id: svn://10.0.0.236/trunk@47868 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 23:42:49 +00:00
sgehani%netscape.com
626533cf4c First Checked In.
git-svn-id: svn://10.0.0.236/trunk@47867 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 23:42:45 +00:00
ducarroz%netscape.com
bfb82ffce7 Did some cleanup and fix a problem that didn't let us to specify the body through a mailto url.
git-svn-id: svn://10.0.0.236/trunk@47866 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 23:39:54 +00:00
danm%netscape.com
39eeb173fc stop webshell embed if the the window in which to embed has been destroyed. fixes bug 14020
git-svn-id: svn://10.0.0.236/trunk@47865 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 23:35:05 +00:00
troy%netscape.com
590a741dbd Minor changes to reduce the amount of unnecessary ref counting and speed
things up a little


git-svn-id: svn://10.0.0.236/trunk@47864 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 23:31:59 +00:00
kipp%netscape.com
020018865f Don't evaluate script tags inside an IFRAME tag since we support IFRAME's (partial fix for bug #5847)
git-svn-id: svn://10.0.0.236/trunk@47863 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 23:30:51 +00:00
bienvenu%netscape.com
0c738d2b59 start work on pseudo interruption, not hooked up yet
git-svn-id: svn://10.0.0.236/trunk@47862 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 23:30:46 +00:00
dougt%netscape.com
9878b12e09 Getting mac patching working for resource files.
git-svn-id: svn://10.0.0.236/trunk@47861 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 23:09:36 +00:00
norris%netscape.com
5c6fc42ab6 Remove obsolete jsurl.cpp and jsurl.h
git-svn-id: svn://10.0.0.236/trunk@47860 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 23:04:45 +00:00
norris%netscape.com
1583c60ac5 removed files: mozilla/dom/src/jsurl/jsurl.cpp
git-svn-id: svn://10.0.0.236/trunk@47859 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 23:03:45 +00:00
sspitzer%netscape.com
c3877c99de turn on migration for the mac. note, it doesn't work just yet.
also, for mac, like unix, don't automigrate if there is only one profile.
this make it hell to debug.  once it works, we can make it automigrate if
we only have one profile if we want.


git-svn-id: svn://10.0.0.236/trunk@47858 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 23:01:45 +00:00
sspitzer%netscape.com
2547d3df7b propagate errors. right now, -installer doesn't work
on the mac.  now, we through up and and tell the user, which is better than crashing.  I'm still working on getting it to work on the Mac.


git-svn-id: svn://10.0.0.236/trunk@47857 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 23:00:21 +00:00
briano%netscape.com
640dba7de0 Some platforms don't have 'bool' or 'true', so use PRBool and PR_TRUE instead.
git-svn-id: svn://10.0.0.236/trunk@47856 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 22:58:02 +00:00
pollmann%netscape.com
638725384b Bug 13960: Update GFX combos when selection is set.
git-svn-id: svn://10.0.0.236/trunk@47855 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 22:36:29 +00:00
karnaze%netscape.com
49c5643f4f removed <base href=..>
git-svn-id: svn://10.0.0.236/trunk@47854 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 22:31:09 +00:00
karnaze%netscape.com
01b3d1f82d bug 13683 - fixed memory leak.
git-svn-id: svn://10.0.0.236/trunk@47853 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 22:24:03 +00:00
hangas%netscape.com
025e5b2e7e Added dump statement for debugging
git-svn-id: svn://10.0.0.236/trunk@47852 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 22:21:47 +00:00
hangas%netscape.com
e86a404f2f Address Book Edit menu now supports seven states of Delete menu item.
git-svn-id: svn://10.0.0.236/trunk@47851 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 22:21:08 +00:00
rogerl%netscape.com
205d4652bd Backed out preventing multiple var decls in for..in stmts - it impacted
all for stmts instead, duh.


git-svn-id: svn://10.0.0.236/trunk@47850 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 22:12:29 +00:00
fergus%netscape.com
e0e1ee3ea1 Adding localization comments
git-svn-id: svn://10.0.0.236/trunk@47849 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 22:01:08 +00:00
andreas.otte%primus-online.de
c26890c471 fix for bug 9040
git-svn-id: svn://10.0.0.236/trunk@47848 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 21:51:54 +00:00
troy%netscape.com
bb35a26690 Fix for bug #13341. Changed DisplayAltFeedback() so it doesn't render the
recessed border unless there's room


git-svn-id: svn://10.0.0.236/trunk@47847 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 21:37:37 +00:00
slamm%netscape.com
a4ddeb9219 slightly smaller icon
git-svn-id: svn://10.0.0.236/trunk@47846 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 21:29:30 +00:00
beard%netscape.com
5958f31830 Added QueryElementAt() which combines GetElementAt() and QueryInterface(). Rationale: combining operations saves a call to AddRef/Release, since it's done by QI. Approved by dp.
git-svn-id: svn://10.0.0.236/trunk@47845 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 21:29:22 +00:00
slamm%netscape.com
4e44c22e53 Everyone hates the inset border. Me too.
git-svn-id: svn://10.0.0.236/trunk@47844 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 21:28:32 +00:00
fergus%netscape.com
3246cc6416 Adding localization comments
git-svn-id: svn://10.0.0.236/trunk@47843 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 21:20:57 +00:00
chuang%netscape.com
6001a71296 Fix bug 13992 Personal address book shows up more than one time
git-svn-id: svn://10.0.0.236/trunk@47842 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 21:12:32 +00:00
putterman%netscape.com
aefe480b56 remove customize lines.
git-svn-id: svn://10.0.0.236/trunk@47841 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 21:11:45 +00:00
putterman%netscape.com
d3e3c251c3 use new sidebar.
git-svn-id: svn://10.0.0.236/trunk@47840 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 21:11:32 +00:00
putterman%netscape.com
ca6daf2188 Select next message after a move.
git-svn-id: svn://10.0.0.236/trunk@47839 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 21:11:19 +00:00
putterman%netscape.com
b84742682d Changes to increase performance when having to parse a mailbox or download a lot of headers.
git-svn-id: svn://10.0.0.236/trunk@47838 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 21:11:01 +00:00
putterman%netscape.com
4d61c6cab6 Don't call GetNewMessages in GetMessages.
git-svn-id: svn://10.0.0.236/trunk@47837 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 21:10:07 +00:00
putterman%netscape.com
59fa129497 Remove timing code.
git-svn-id: svn://10.0.0.236/trunk@47836 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 21:09:32 +00:00
putterman%netscape.com
54ddeb59bc Call NotifyFolderLoaded when reading in db.
git-svn-id: svn://10.0.0.236/trunk@47835 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 21:09:14 +00:00
putterman%netscape.com
6629a256cf don't call UpdateFolder in GetnewMessages.
git-svn-id: svn://10.0.0.236/trunk@47834 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 21:08:47 +00:00
putterman%netscape.com
8186e12634 Add NotifyFolderLoaded.
git-svn-id: svn://10.0.0.236/trunk@47833 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 21:07:56 +00:00
putterman%netscape.com
b09c93a40d Add NotifyFolderLoaded
git-svn-id: svn://10.0.0.236/trunk@47832 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 21:07:01 +00:00
chuang%netscape.com
1ebdb68663 Fic bug 13992 Personal address book shows up more than one time
git-svn-id: svn://10.0.0.236/trunk@47831 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 20:48:52 +00:00
mscott%netscape.com
ec186a9c38 set rv to the result of RunNewsUrl. This fixes the reply bug where the subject wasn't showing up for news.
git-svn-id: svn://10.0.0.236/trunk@47830 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 20:39:02 +00:00
sspitzer%netscape.com
baee37737a if the user has a sidebar.rdf file in there profile directory, use that.
otherwise, use the global.  slamm is going to work on *writing* out $PROFILE/sidbar.rdf next.


git-svn-id: svn://10.0.0.236/trunk@47829 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 20:38:26 +00:00
sspitzer%netscape.com
17201cb709 add a scriptable version of GetCurrentProfileDir to the nsIProfle interface called GetCurrentProfileDirFromJS
eventually, the non-scriptable interface will go away, but I don't have time do that yet.  slamm is using this in his sidebarOverlay.js


git-svn-id: svn://10.0.0.236/trunk@47828 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 20:36:27 +00:00
pollmann%netscape.com
cd2370106e Bug 13296: Memory leak fix.
git-svn-id: svn://10.0.0.236/trunk@47827 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 20:27:38 +00:00
pollmann%netscape.com
7ea84c7e93 Minor cleanup - don't assume implementation details.
git-svn-id: svn://10.0.0.236/trunk@47826 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 20:26:44 +00:00
hangas%netscape.com
25fac7113b Added commandUpdater code to mail 3pane.
git-svn-id: svn://10.0.0.236/trunk@47825 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 20:24:07 +00:00
dougt%netscape.com
5c73b941b3 Fixed bug 13835. InstallTrigger.GetVersion()
git-svn-id: svn://10.0.0.236/trunk@47824 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 20:15:58 +00:00
dougt%netscape.com
0b073a791d re-checking in. mscott had initially back out this file due to a bustage.
git-svn-id: svn://10.0.0.236/trunk@47823 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 20:14:59 +00:00
pollmann%netscape.com
ca5c8d9840 Bug 12350: selected read/write
git-svn-id: svn://10.0.0.236/trunk@47822 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 20:13:41 +00:00
dougt%netscape.com
e5f1b11b4e Adding two MoreFiles API to the export list needed for xpinstall
git-svn-id: svn://10.0.0.236/trunk@47821 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 20:13:15 +00:00
andreas.otte%primus-online.de
a11de36f1f fix for bug 12059, bug 13311, bug 13313, bug 12769, bug 11643 and bug 11648
git-svn-id: svn://10.0.0.236/trunk@47820 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 20:08:21 +00:00
mcafee%netscape.com
04083c5fc0 Naming radio inputs to fix radio behavior.
git-svn-id: svn://10.0.0.236/trunk@47819 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 20:07:03 +00:00
pollmann%netscape.com
d617976223 Bug 12348: Setting DefaultChecked now also updates Checked, per DOM Errata
git-svn-id: svn://10.0.0.236/trunk@47818 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 20:03:04 +00:00
pollmann%netscape.com
9352028510 Minor cleanup of nsHTMLOptionElement::SetSelected method.
git-svn-id: svn://10.0.0.236/trunk@47817 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 20:00:51 +00:00
kipp%netscape.com
56ae5925ce Fixed bugs 4572, 7400 and maybe 802
git-svn-id: svn://10.0.0.236/trunk@47816 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 19:56:36 +00:00
kipp%netscape.com
268f88d813 Expose left vs. right floaters (again)
git-svn-id: svn://10.0.0.236/trunk@47815 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 19:56:15 +00:00
kipp%netscape.com
b0dc349779 Temp tweak
git-svn-id: svn://10.0.0.236/trunk@47814 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 19:56:00 +00:00
kipp%netscape.com
7daffd124f Setup a magic margin for list items
git-svn-id: svn://10.0.0.236/trunk@47813 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 19:55:45 +00:00
kipp%netscape.com
458a973efc Added in mCompatFloaterMargin
git-svn-id: svn://10.0.0.236/trunk@47812 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 19:55:28 +00:00
kipp%netscape.com
4ba9e7b264 Hid an unused function
git-svn-id: svn://10.0.0.236/trunk@47811 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 19:55:08 +00:00
kipp%netscape.com
579d7b7bce removed refs to obsolete generator files
git-svn-id: svn://10.0.0.236/trunk@47810 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 19:50:43 +00:00
dp%netscape.com
103414ae51 Ability for XPCOM to use non-default component registry and component directory
git-svn-id: svn://10.0.0.236/trunk@47809 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 19:28:57 +00:00
dougt%netscape.com
7460f3467c Fixing a bug that confusing the regKey and versionKey.
git-svn-id: svn://10.0.0.236/trunk@47808 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 19:24:43 +00:00
ducarroz%netscape.com
fd76abe6a2 need to return the right result value. Fix for bug 13891
git-svn-id: svn://10.0.0.236/trunk@47807 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 19:23:25 +00:00
law%netscape.com
4194b9917b _new -> _blank
git-svn-id: svn://10.0.0.236/trunk@47806 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 19:20:56 +00:00
dp%netscape.com
1e513637f0 NS_ADDREF() instead of calling it directly
git-svn-id: svn://10.0.0.236/trunk@47805 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 19:20:18 +00:00
Jerry.Kirk%Nexwarecorp.com
3872e10d80 Checkin changes to sorta make the URLBar work at the top of apprunner for Photon
git-svn-id: svn://10.0.0.236/trunk@47804 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 19:18:15 +00:00
Jerry.Kirk%Nexwarecorp.com
079585c211 Added some error checking
git-svn-id: svn://10.0.0.236/trunk@47803 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 19:17:12 +00:00
dp%netscape.com
5fd25d3296 Removing DEBUG_dp
git-svn-id: svn://10.0.0.236/trunk@47802 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 19:11:00 +00:00
dp%netscape.com
9fb585ce8b Adding Set() to configure component directory and registry
git-svn-id: svn://10.0.0.236/trunk@47801 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 19:08:31 +00:00
matt%netscape.com
695d863df3 Adding dtd entities lHeader to convert to xul
git-svn-id: svn://10.0.0.236/trunk@47800 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 19:07:32 +00:00
matt%netscape.com
c91b36ebab Adding pref-smart_browsing
git-svn-id: svn://10.0.0.236/trunk@47799 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 19:06:07 +00:00
frankm%eng.sun.com
334aeb529b Modularize code (somewhat), general cleanup. Proxy-related code has
been moved to xpj_proxy.c, code used only for testing has been copied
into xptest.cpp, and each "module" now has its own header (for internal
use only).


git-svn-id: svn://10.0.0.236/trunk@47798 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 18:50:27 +00:00
cls%seawood.org
e0fba54ea6 Linux only: Removed -D_BSD_SOURCE from DEFINES as it is unnecessary now that __STRICT_ANSI__ is set in <prinet.h>
git-svn-id: svn://10.0.0.236/trunk@47797 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 18:48:12 +00:00
kin%netscape.com
d29f575037 Changed all occurrences of window.content.addEventListener()
to window.addEventListener() to fix editor default page not loading.


git-svn-id: svn://10.0.0.236/trunk@47796 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 18:40:17 +00:00
slamm%netscape.com
cf355b34c5 A couple more tweaks to get the count correct.
git-svn-id: svn://10.0.0.236/trunk@47795 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 17:38:07 +00:00
slamm%netscape.com
491529a575 Exclude ignored warnings from report.
git-svn-id: svn://10.0.0.236/trunk@47794 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 17:21:24 +00:00
briano%netscape.com
97056ac4b3 Automated update
git-svn-id: svn://10.0.0.236/trunk@47793 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 15:00:42 +00:00
cls%seawood.org
a2d62b1090 Only use HAVE_UINT to check whether uint is defined.
git-svn-id: svn://10.0.0.236/trunk@47792 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 14:58:16 +00:00
cls%seawood.org
1f566b486d Linux only: Added -D_SVID_SOURCE to DEFS
git-svn-id: svn://10.0.0.236/trunk@47791 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 14:55:14 +00:00
kipp%netscape.com
abd5dca692 Fixed a memory leak triggered by clicking on content
git-svn-id: svn://10.0.0.236/trunk@47790 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 14:54:59 +00:00
cls%seawood.org
0598826d76 Linux only: Removed -D_BSD_SOURCE from DEFINES as it is unnecessary now that __STRICT_ANSI__ is set in <prinet.h>
git-svn-id: svn://10.0.0.236/trunk@47789 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 14:54:18 +00:00
cls%seawood.org
80e5f15b7c Remove unnecessary -D_BSD_SOURCE now that __STRICT_ANSI__ is set in <prinet.h>
git-svn-id: svn://10.0.0.236/trunk@47788 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 14:50:19 +00:00
troy%netscape.com
4d5ed09a1f Added nsHTMLReflowState constructor that allows containing block width
and height to be specified. This is needed for relatively positioned
block elements


git-svn-id: svn://10.0.0.236/trunk@47787 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 14:33:19 +00:00
ftang%netscape.com
14d7307a98 fix 5974 by passing parser command to the tag observer
git-svn-id: svn://10.0.0.236/trunk@47786 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 14:17:45 +00:00
dcone%netscape.com
897906f8d9 Mac Support
git-svn-id: svn://10.0.0.236/trunk@47785 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 14:17:39 +00:00
ftang%netscape.com
2d27ae2d49 fix 5974 by receiving parser command as optional argument
git-svn-id: svn://10.0.0.236/trunk@47784 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 14:15:16 +00:00
ftang%netscape.com
26bead35f6 fix bug 5974 by passing parser command to nsWebShell
git-svn-id: svn://10.0.0.236/trunk@47783 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 14:15:15 +00:00
dcone%netscape.com
2962d27c59 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@47782 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 14:08:26 +00:00
briano%netscape.com
9749c7a887 Automated update
git-svn-id: svn://10.0.0.236/trunk@47781 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 13:45:36 +00:00
ramiro%netscape.com
3b226f0324 Add a --enable-low-fat option to reduce the .dynsym bloating in components.
git-svn-id: svn://10.0.0.236/trunk@47780 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 13:43:15 +00:00
sspitzer%netscape.com
d3f5c96cf7 ignore generated makefiles
git-svn-id: svn://10.0.0.236/trunk@47779 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 11:33:15 +00:00
sspitzer%netscape.com
82832b9f60 ignore generated makefile
git-svn-id: svn://10.0.0.236/trunk@47778 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 11:32:19 +00:00
sspitzer%netscape.com
6d80b29c54 add beginnings of support for -h, -help, --help, -v, -version, --version. note how the code for this happens way early in main(), before any COM or profile stuff. when running with -v and -h it should be quick.
git-svn-id: svn://10.0.0.236/trunk@47777 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 11:30:18 +00:00
sspitzer%netscape.com
d6b6c149a4 remove or comment out unused code. fix warnings.
git-svn-id: svn://10.0.0.236/trunk@47776 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 11:05:12 +00:00
sspitzer%netscape.com
e2b7f42960 fix warning
git-svn-id: svn://10.0.0.236/trunk@47775 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 11:04:26 +00:00
sspitzer%netscape.com
5fb39eff37 clean up my code.
git-svn-id: svn://10.0.0.236/trunk@47774 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 11:03:56 +00:00
sspitzer%netscape.com
c27f9869ad wrap more in the try / catch block to prevent exceptions making
there way to the console.


git-svn-id: svn://10.0.0.236/trunk@47773 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 11:00:20 +00:00
sspitzer%netscape.com
1f54b7734d turn on my fix for #12932.
git-svn-id: svn://10.0.0.236/trunk@47772 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 10:43:14 +00:00
sspitzer%netscape.com
ca07ec2ace increase the changes of -installer working on mac tomorrow, by not checking
if there is enough space before copying.

once we get -installer working on the mac, we'll turn this code back on.


git-svn-id: svn://10.0.0.236/trunk@47771 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 10:41:13 +00:00
warren%netscape.com
6cdf06cf71 Changed signature of NewInputStreamChannel to pass load group.
git-svn-id: svn://10.0.0.236/trunk@47770 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 09:44:41 +00:00
warren%netscape.com
4fc387a445 Changed signature of NewInputStreamChannel to pass load group.
git-svn-id: svn://10.0.0.236/trunk@47769 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 09:39:29 +00:00
warren%netscape.com
631579f854 Changed signature of NewInputStreamChannel to pass load group.
git-svn-id: svn://10.0.0.236/trunk@47768 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 09:00:12 +00:00
rpotts%netscape.com
279fc35806 Fire an OnStopRequest notification if the load group is cancelled...
git-svn-id: svn://10.0.0.236/trunk@47767 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 08:53:21 +00:00
rpotts%netscape.com
24fa269e8b Added a missing NS_DEFINE_STATIC_IID_ACCESSOR...
git-svn-id: svn://10.0.0.236/trunk@47766 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 08:50:18 +00:00
warren%netscape.com
f3d7d7fb0c Fixed breakage.
git-svn-id: svn://10.0.0.236/trunk@47765 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 08:34:20 +00:00
sspitzer%netscape.com
adb9a35445 rewrite to not user GetCString(). read the comments in nsFileSpec.cpp: "Using it guarantees bugs on Macintosh"
clean up code.  wrap all printfs with #ifdef DEBUG_profile


git-svn-id: svn://10.0.0.236/trunk@47764 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 08:17:51 +00:00
waldemar%netscape.com
5a8b6ef67c Shut up Linux compiler warnings
git-svn-id: svn://10.0.0.236/trunk@47763 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 08:16:21 +00:00
warren%netscape.com
11103f9a36 Fix for the editor coming up DOA. nsInputStreamChannel wasn't getting the load group propagated to it.
git-svn-id: svn://10.0.0.236/trunk@47762 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 08:03:02 +00:00
pavlov%netscape.com
16f773edc1 fix runtime brokenness on unix
git-svn-id: svn://10.0.0.236/trunk@47761 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 07:54:59 +00:00
waldemar%netscape.com
8e1e55feb9 Updated standalone JS shell Mac project to remove accumulated breakage. Added debug build.
git-svn-id: svn://10.0.0.236/trunk@47760 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 07:54:01 +00:00
waldemar%netscape.com
909ad7b938 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@47759 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 07:51:52 +00:00
hangas%netscape.com
3e54f3fd39 More advances in commanUpdater development. Making this work from globalOverlay.xul so that less xul and js is required for each window.
git-svn-id: svn://10.0.0.236/trunk@47758 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 07:37:45 +00:00
ssu%netscape.com
b8d12225da config.ini no longer being used.
git-svn-id: svn://10.0.0.236/trunk@47757 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 07:25:21 +00:00
waldemar%netscape.com
a564e927ae Added number formatting routines required by ECMA. Fixed several long-standing floating-point reading and writing bugs. Upgraded to latest version of David Gay's floating-point code to fix one of these bugs. Added many comments there.
git-svn-id: svn://10.0.0.236/trunk@47756 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 07:16:33 +00:00
waldemar%netscape.com
9e3bcbdaaa Turned on 64-bit integers on Mac
git-svn-id: svn://10.0.0.236/trunk@47755 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 07:13:23 +00:00
mscott%netscape.com
6ad2efda3d Bug #13994 --> Let's auto complete against your personal address book and the history addressbook!
This makes the history ab much more useable.


git-svn-id: svn://10.0.0.236/trunk@47754 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 07:12:50 +00:00
waldemar%netscape.com
d9de75afbd Added ECMA number formatting
git-svn-id: svn://10.0.0.236/trunk@47753 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 07:12:30 +00:00
waldemar%netscape.com
546f1e5ff3 Added ECMA number formatting error message
git-svn-id: svn://10.0.0.236/trunk@47752 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 07:12:00 +00:00
waldemar%netscape.com
81c94d6509 Added NaN atom
git-svn-id: svn://10.0.0.236/trunk@47751 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 07:09:24 +00:00
waldemar%netscape.com
c66854ae62 Fixed Mac warnings
git-svn-id: svn://10.0.0.236/trunk@47750 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 07:08:49 +00:00
pavlov%netscape.com
1e31004605 fix bustage
git-svn-id: svn://10.0.0.236/trunk@47749 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 07:07:26 +00:00
sspitzer%netscape.com
7b0646f0b7 add support for the the markOldRead, notifySize, notifyOn attributes of nsINntpIncomingServer. make sure we migrate these prefs, too.
git-svn-id: svn://10.0.0.236/trunk@47748 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 07:01:17 +00:00
sspitzer%netscape.com
f08493c4a3 fix warnings. fix #13886. support the "general.startup.*" prefs.
use PL_strcmp instead of strcmp


git-svn-id: svn://10.0.0.236/trunk@47747 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 06:50:17 +00:00
sspitzer%netscape.com
9ddcabd7e4 remove the default prefs for conference and netcrapper.
git-svn-id: svn://10.0.0.236/trunk@47746 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 06:44:35 +00:00
tbogard%aol.net
68d8d25e6d Implemented nsIWinEvent and nsIWinEventFilter to allow picking the windows platform structure apart rather than grabbing as a blob.
git-svn-id: svn://10.0.0.236/trunk@47745 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 06:43:26 +00:00
sspitzer%netscape.com
7b9418c26f add -P and -CreateProfile to the script. also add a comment explaining where all these command line options come from
git-svn-id: svn://10.0.0.236/trunk@47744 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 06:42:51 +00:00
pavlov%netscape.com
62a2d6a625 add css2 color support for native colors to unix
git-svn-id: svn://10.0.0.236/trunk@47743 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 06:38:19 +00:00
briano%netscape.com
bb59396ab5 Fixed my stupid mistake that caused the generated Makefile to be immediately deleted.
git-svn-id: svn://10.0.0.236/trunk@47742 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 06:01:39 +00:00
ssu%netscape.com
496f496b7e fixed parsing for filename only function. affects only windows platforms
git-svn-id: svn://10.0.0.236/trunk@47741 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 05:55:38 +00:00
ssu%netscape.com
72302d076c changed grammer for a resource string. Affects only windows
git-svn-id: svn://10.0.0.236/trunk@47740 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 05:48:00 +00:00
pavlov%netscape.com
c080831370 remove some excess code
git-svn-id: svn://10.0.0.236/trunk@47739 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 05:46:52 +00:00
hangas%netscape.com
bb0d8fb1f5 More work on commandUpdating with address book
git-svn-id: svn://10.0.0.236/trunk@47738 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 05:46:03 +00:00
hangas%netscape.com
995aea772f Default edit menu items to disabled.
git-svn-id: svn://10.0.0.236/trunk@47737 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 05:44:37 +00:00
dveditz%netscape.com
1653f8692f expose whether the registry is already open or not, which enables the profile
manager to avoid opening and closing the registry ~20 times at startup.


git-svn-id: svn://10.0.0.236/trunk@47736 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 05:32:28 +00:00
mscott%netscape.com
96ec5ef98f Code compression. Use base class: nsMimeBaseEmitter which contains all the emitter code that was duplicated across
all the emitters.


git-svn-id: svn://10.0.0.236/trunk@47735 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 04:44:35 +00:00
cmanske%netscape.com
010decd345 Added an HR to editor test page
git-svn-id: svn://10.0.0.236/trunk@47734 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 04:38:50 +00:00
cmanske%netscape.com
a16c40cda3 Editor UI work. Integrated Brendan's JS improvements. Trying to get popups to work in dialogs. Add Ben Goodger's table properties dialog work.
git-svn-id: svn://10.0.0.236/trunk@47733 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 04:36:16 +00:00
davidm%netscape.com
cc503ecf9b 13907 cmd-key for bookmarks is cmd-m
git-svn-id: svn://10.0.0.236/trunk@47732 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 04:34:47 +00:00
mscott%netscape.com
6b026b629b Build nsMimeBaseEmitter
git-svn-id: svn://10.0.0.236/trunk@47731 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 04:29:59 +00:00
waterson%netscape.com
c1d3bbc2ad Whack out a bunch of dead code; add automatic 'id' attributes on html:frame and html:iframe tags (in preparation for some context menu magic by hyatt).
git-svn-id: svn://10.0.0.236/trunk@47730 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 04:19:46 +00:00
mscott%netscape.com
1e0878d530 Build nsMimeBaseEmitter
git-svn-id: svn://10.0.0.236/trunk@47729 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 04:19:08 +00:00
sspitzer%netscape.com
ca887f2be6 even though only tab gets shown per server type, all tabs in the deck widget (nntp, pop3, imap, and none) exist, and attept to be filled in. but for a given server, the query interface will fail 3 times, and succeed on one: the one it matches. only do the query interface if the requested type matches the actual type.
git-svn-id: svn://10.0.0.236/trunk@47728 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 04:18:13 +00:00
law%netscape.com
e7c20d6acd Initial context menu support
git-svn-id: svn://10.0.0.236/trunk@47727 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 04:15:40 +00:00
ssu%netscape.com
52f9a71b0d replaced empty string parameter with 'Seamonkey'
git-svn-id: svn://10.0.0.236/trunk@47726 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 04:01:36 +00:00
chuang%netscape.com
482b3e07e3 Fix Bug 12882 International sort doesn't work for Address Book
git-svn-id: svn://10.0.0.236/trunk@47725 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 03:49:47 +00:00
pinkerton%netscape.com
ef2d47a54d some code for drop feedback when there are no items in the toolbar. just getting it out of my tree so i don't forget about it.
git-svn-id: svn://10.0.0.236/trunk@47724 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 03:46:39 +00:00
pinkerton%netscape.com
8848021e98 adding the css2, win32-centric enums to GetColor. Not implemented yet.
git-svn-id: svn://10.0.0.236/trunk@47723 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 03:44:14 +00:00
briano%netscape.com
8742c7b16d Fixed my breakage.
git-svn-id: svn://10.0.0.236/trunk@47722 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 03:07:57 +00:00
briano%netscape.com
c1cc96a992 Fixed the breakage caused by MOZ_GTK_CFLAGS not being defined in INCLUDES.
git-svn-id: svn://10.0.0.236/trunk@47721 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 03:02:37 +00:00
sspitzer%netscape.com
1fec1a3dc9 initial changes to hook up server type specific prefs to the account manager.
git-svn-id: svn://10.0.0.236/trunk@47720 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 02:46:43 +00:00
sspitzer%netscape.com
39d589e470 make these interfaces scriptable. need to get at them from js.
git-svn-id: svn://10.0.0.236/trunk@47719 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 02:45:34 +00:00
warren%netscape.com
23ca5ea385 Added
git-svn-id: svn://10.0.0.236/trunk@47718 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 02:33:31 +00:00
briano%netscape.com
82969bbc84 General cleanup.
git-svn-id: svn://10.0.0.236/trunk@47717 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 02:26:33 +00:00
warren%netscape.com
2a3a7e882d Added missing includes for nsCOMPtr (why doesn't Windows complain about this!).
git-svn-id: svn://10.0.0.236/trunk@47716 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 01:48:00 +00:00
hangas%netscape.com
3a66af9238 Added real commandUpdater code to globalOverlay and addressbook. So far the Select All menu item enables/disables with this code. Stay tuned for more...
git-svn-id: svn://10.0.0.236/trunk@47715 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 01:46:30 +00:00
cyeh%netscape.com
a254b2e732 remove debug libraries from optimized target
git-svn-id: svn://10.0.0.236/trunk@47714 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 01:44:23 +00:00
rginda%ndcico.com
a49e599007 This didn't take in the last commit.
* index.html
Added start page for the various test clients.


git-svn-id: svn://10.0.0.236/trunk@47713 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 01:37:16 +00:00
waterson%netscape.com
955edd1885 Fix asserts on startup when profile directory is specified, but doesn't really exist.
git-svn-id: svn://10.0.0.236/trunk@47712 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 01:36:20 +00:00
rginda%ndcico.com
aabd9a726f * index.html
Added start page for the various test clients.
* Makefile.in, makefile.win
Changes to install index.html.
* irc.js
Fix to stop e.meat from getting filled with the <params> when there is no
<trailing> token in the message (raw data events)
Forward server ping and pong events to the parent network.
* utils.js
Verify XPCOM is present for functions that require it.
Modified arrayInsertAt and arrayRemoveAt to use Array.prototype.splice()
* test3-handlers.js
Add various verifications to commands, report on precondition problems
Added /msg command.
* test3.css
Show message types by default, suppress only specific types.


git-svn-id: svn://10.0.0.236/trunk@47711 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 01:35:00 +00:00
bienvenu%netscape.com
d2eac5bd87 fix race condition chaining imap urls
git-svn-id: svn://10.0.0.236/trunk@47710 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 01:32:43 +00:00
gordon%netscape.com
0b5972abff Remove include of nsDirectoryStreamMumbleSomething.h.
git-svn-id: svn://10.0.0.236/trunk@47709 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 01:28:16 +00:00
warren%netscape.com
46dfcedc77 removed in favor of idl
git-svn-id: svn://10.0.0.236/trunk@47708 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 01:25:54 +00:00
waterson%netscape.com
e5772e05a6 Bug 13892. Fix window targeting for new sidebar.
git-svn-id: svn://10.0.0.236/trunk@47707 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 01:23:37 +00:00
pnunn%netscape.com
45e6e3707d Change net/gfx/imglib buffer size. pnunn.
git-svn-id: svn://10.0.0.236/trunk@47706 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 01:22:44 +00:00
sfraser%netscape.com
1ee388bccd Don't show the caret initially; it will be made visible when the editor, or text widget, gets a focus event.
git-svn-id: svn://10.0.0.236/trunk@47705 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 01:16:31 +00:00
warren%netscape.com
556cf8505e Factored file transport service out of file: protocol.
git-svn-id: svn://10.0.0.236/trunk@47704 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 01:16:22 +00:00
gordon%netscape.com
4cc24b29a8 Added nsIFileTransportService.idl and nsISocketTransportService.idl to netwerkIDL.mcp. Removed nsDirectoryIndexStream.cpp from file.mcp and added nsFileTransport.cpp, nsFileTransportService.cpp, and nsDirectoryIndexStream.cpp to netwerk.mcp. All part of warren's checkin.
git-svn-id: svn://10.0.0.236/trunk@47703 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 01:16:17 +00:00
sfraser%netscape.com
4228911522 No need to build the security project any more. Yay!
git-svn-id: svn://10.0.0.236/trunk@47702 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 01:15:17 +00:00
sfraser%netscape.com
ff51089598 Removed security.o
git-svn-id: svn://10.0.0.236/trunk@47701 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 01:13:04 +00:00
sfraser%netscape.com
87ab3d20cc Remove security.o
git-svn-id: svn://10.0.0.236/trunk@47700 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 01:11:28 +00:00
sfraser%netscape.com
de0d591adc Remove Security.o
git-svn-id: svn://10.0.0.236/trunk@47699 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 01:10:47 +00:00
briano%netscape.com
41e9651666 General cleanup.
git-svn-id: svn://10.0.0.236/trunk@47697 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 01:09:42 +00:00
ssu%netscape.com
2e896d3926 fixing message typo. Affects only windows builds
git-svn-id: svn://10.0.0.236/trunk@47696 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 01:00:46 +00:00
hangas%netscape.com
1cd3a70562 Default edit menu items to disabled.
git-svn-id: svn://10.0.0.236/trunk@47695 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 00:59:15 +00:00
hangas%netscape.com
4ac706938b Added "_blank" to window.open as per danm's notification.
git-svn-id: svn://10.0.0.236/trunk@47694 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 00:58:50 +00:00
hangas%netscape.com
43d3187e5d Added style display:none for commands, commandset, command
git-svn-id: svn://10.0.0.236/trunk@47693 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 00:57:10 +00:00
gayatrib%netscape.com
669a9eb3d5 Removing tabs that are not supported yet
git-svn-id: svn://10.0.0.236/trunk@47692 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 00:39:20 +00:00
gayatrib%netscape.com
c2bfd297a8 Fixing the finish button problem and removing tabs that are not supported yet
git-svn-id: svn://10.0.0.236/trunk@47691 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 00:38:40 +00:00
ramiro%netscape.com
8b505706d5 Make the stack output more useful.
git-svn-id: svn://10.0.0.236/trunk@47690 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 00:22:01 +00:00
cls%seawood.org
be1b173b7e Reorder gtk headers to remove MIN redefined warnings
git-svn-id: svn://10.0.0.236/trunk@47689 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 00:21:18 +00:00
bienvenu%netscape.com
143a01c10f fix message size on imap
git-svn-id: svn://10.0.0.236/trunk@47688 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 00:15:50 +00:00
slamm%netscape.com
f5b0948ce6 Fix build warnings.
git-svn-id: svn://10.0.0.236/trunk@47687 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 00:15:30 +00:00
vidur%netscape.com
d18ef52707 Memory leak fix and #ifdef NECKO removals from shaver. Thanks to bruce@cybersight.com for the MLK identification.
git-svn-id: svn://10.0.0.236/trunk@47686 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 00:10:54 +00:00
bienvenu%netscape.com
103a88690e start work on pseudo interruption for imap useability
git-svn-id: svn://10.0.0.236/trunk@47685 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 00:08:02 +00:00
harishd%netscape.com
7fbf7d9dd3 Hooking up ISO doctypes [ These are mapped to strict DTD ].
git-svn-id: svn://10.0.0.236/trunk@47684 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 00:07:46 +00:00
briano%netscape.com
802a52cf07 General cleanup.
git-svn-id: svn://10.0.0.236/trunk@47683 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 00:03:08 +00:00
mscott%netscape.com
60cf64eab6 Not part of the build yet. a base emitter class which will pull out lots of code that was just
duplicated in the raw, html, xml and xul emitter classes.


git-svn-id: svn://10.0.0.236/trunk@47682 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 00:02:50 +00:00
mcafee%netscape.com
a2a915499a Commenting out an annoying printf on unix. Unix-only.
git-svn-id: svn://10.0.0.236/trunk@47681 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 23:54:52 +00:00
sspitzer%netscape.com
9077f11dae ok, I suck. I accidentally broke Local Mail migration when you used imap in 4.x. this fixes it.
git-svn-id: svn://10.0.0.236/trunk@47680 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 23:40:28 +00:00
gagan%netscape.com
2b7be5c20e Now throwing a dialog box for basic auth username/password. This is a temporary checkin to allow basic auth work to progress. Eventually this will/must go away as the dialog box will come from the app triggered thru the HTTP event sink. But using this basic auth could be tested now.
git-svn-id: svn://10.0.0.236/trunk@47679 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 23:38:39 +00:00
rjc%netscape.com
4e4c564b86 Added some debug linkages. Also add .rsrc file that includes a SIZE resource so that RegXPCOM mini-app has a parition size greater than the largest component it needs to load in.
git-svn-id: svn://10.0.0.236/trunk@47678 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 23:36:55 +00:00
briano%netscape.com
11d45261bd General cleanup.
git-svn-id: svn://10.0.0.236/trunk@47677 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 23:36:43 +00:00
rjc%netscape.com
cbe1e04ba5 Add .rsrc file that includes a SIZE resource so that RegXPCOM mini-app has a parition size greater than the largest component it needs to load in.
git-svn-id: svn://10.0.0.236/trunk@47676 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 23:36:26 +00:00
despotdaemon%netscape.com
a7f4567d9b Pseudo-automatic update of changes made by chjung@netscape.com.
git-svn-id: svn://10.0.0.236/trunk@47675 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 23:30:57 +00:00
norris%netscape.com
5ef28275ca Remove use of nsCOMPtr to fix Mac bustage.
git-svn-id: svn://10.0.0.236/trunk@47674 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 23:27:34 +00:00
warren%netscape.com
d14784661f Added missing includes.
git-svn-id: svn://10.0.0.236/trunk@47673 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 22:33:38 +00:00
briano%netscape.com
4662b521e9 General cleanup.
git-svn-id: svn://10.0.0.236/trunk@47672 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 22:29:43 +00:00
rods%netscape.com
79756b3579 a few fixes to my tests
git-svn-id: svn://10.0.0.236/trunk@47671 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 22:28:50 +00:00
warren%netscape.com
0ffc429c39 Added missing includes.
git-svn-id: svn://10.0.0.236/trunk@47670 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 22:28:27 +00:00
briano%netscape.com
46fe31f6b3 General cleanup.
git-svn-id: svn://10.0.0.236/trunk@47669 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 22:13:45 +00:00
nhotta%netscape.com
7a013524c6 Added compatibility.
git-svn-id: svn://10.0.0.236/trunk@47668 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 22:05:57 +00:00
rods%netscape.com
f750202376 Added a lot of tests for the select.
git-svn-id: svn://10.0.0.236/trunk@47667 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 22:04:04 +00:00
dp%netscape.com
947781caca Fixing XPCOM init being called again after shutdown.
git-svn-id: svn://10.0.0.236/trunk@47666 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 22:01:05 +00:00
cls%seawood.org
043415ee86 For gcc >= 2.95, add empty throw() function to remove warnings about returning null from operator new
git-svn-id: svn://10.0.0.236/trunk@47665 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 22:00:12 +00:00
rods%netscape.com
a14ff84454 It was calculating the absolute position wrong. the frame's x,y was being added in twice.
git-svn-id: svn://10.0.0.236/trunk@47664 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 21:57:51 +00:00
valeski%netscape.com
1d6cdb353d minor logging adjustment
git-svn-id: svn://10.0.0.236/trunk@47663 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 21:56:34 +00:00
rods%netscape.com
38ccd2ae4c removing display:block for the dummy frame for empty selects, this is for bug #13834
peter will be fixing the style system to really fix this.


git-svn-id: svn://10.0.0.236/trunk@47662 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 21:55:26 +00:00
warren%netscape.com
f29912ff53 Removed this in favor of idl
git-svn-id: svn://10.0.0.236/trunk@47661 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 21:49:21 +00:00
gordon%netscape.com
5f69223727 Added nsIThread.idl, nsIThreadPool.idl, and nsIRunnable.idl as part of warren's checkin.
git-svn-id: svn://10.0.0.236/trunk@47660 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 21:46:55 +00:00
warren%netscape.com
1b07f99ee9 Making nsIThread nsIRunnable and nsIThreadPool idl interfaces.
git-svn-id: svn://10.0.0.236/trunk@47659 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 21:41:20 +00:00
norris%netscape.com
63c0017d86 Remove nsPrincipalManager.h
git-svn-id: svn://10.0.0.236/trunk@47658 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 21:30:10 +00:00
sspitzer%netscape.com
f8190be120 make the postMessageFile in the nsINNTPNewsgroupPost be a nsIFileSpec, instead
of a nsFilePath.  this means nsINNTPNewsgroupPost is fully scriptable.
it also allowed me to clean up a lot of code.
most of these changes are results of this change.

add notifyOn, maxArticles, and markOldRead attributes to nsINntpIncomingServer
these correspond to "news.max_articles","news.mark_old_read", and "news.notify.o
n" prefs in 4.x.  (in 5.0, they are on a per server basis now.)
rewrite nsNNTPProtocol.cpp to use these attributes, instead of the old 4.x globa
l prefs.

fix warnings.


git-svn-id: svn://10.0.0.236/trunk@47657 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 21:29:30 +00:00
gayatrib%netscape.com
1a633df9c0 fixing bug 13899
git-svn-id: svn://10.0.0.236/trunk@47656 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 21:23:39 +00:00
ftang%netscape.com
30f429c631 add nsTextFormater to dlldeps.cpp
git-svn-id: svn://10.0.0.236/trunk@47655 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 21:23:31 +00:00
ftang%netscape.com
b551b98c6c add nsTextFormater.cpp
git-svn-id: svn://10.0.0.236/trunk@47654 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 21:21:55 +00:00
sspitzer%netscape.com
97197fa710 for the pop / nntp server specific prefs, don't name the html elements.
because those attributes don't exist in the nsIMsgIncomingServer interface
it causes us to crash.  alecf and I are working on a way to get type
specific prefs to get saved correctly.  until then, none of these type
specific prefs will get saved.


git-svn-id: svn://10.0.0.236/trunk@47653 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 21:21:45 +00:00
ftang%netscape.com
4706f96bab add nsTextFormater to UNIX build
git-svn-id: svn://10.0.0.236/trunk@47652 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 21:18:21 +00:00
ftang%netscape.com
6e965d6a46 remove unneeded debug info. Fix Unix build warning. Fix UTF8 to UCS2 conveersion bug
git-svn-id: svn://10.0.0.236/trunk@47651 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 21:16:09 +00:00
jdunn%netscape.com
f864b22774 Move static constructor into function instead of global. It was coredumping on AIX
git-svn-id: svn://10.0.0.236/trunk@47650 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 21:10:43 +00:00
norris%netscape.com
3036cb7a8a Add security support for javascript: uris.
git-svn-id: svn://10.0.0.236/trunk@47649 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 20:58:41 +00:00
ftang%netscape.com
15b14e728e add nsTextFormater.h
git-svn-id: svn://10.0.0.236/trunk@47648 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 20:54:04 +00:00
akhil.arora%sun.com
c9933ff473 Denis Sharypov <sdv@sparc.spb.su> - first check-in for DOMExceptions
git-svn-id: svn://10.0.0.236/trunk@47647 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 20:43:02 +00:00
dougt%netscape.com
ce313d64ef Fixed memory leak when calling ToString on version.
Fixed 13501.


git-svn-id: svn://10.0.0.236/trunk@47646 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 20:40:50 +00:00
kin%netscape.com
06c17f0ef0 Fix for bug #13439: SelectAll Delete does not repaint entire edit area
- Removed all references to mUpdateBatchCnt
    in nsViewManager::UpdateView().

  - The methods Enable/DisableRefresh() now check to
    see if we are batching before executing their code.
    This will prevent any layout/parser code from turning
    on refresh before all Begin/EndUpdateViewBatch() calls
    are unwound.


git-svn-id: svn://10.0.0.236/trunk@47645 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 20:39:03 +00:00
kin%netscape.com
d0370bd7bf Fix for bug #13440: Repaint problems when typing at the end of a document.
- modified nsScrollingView::ComputeScrollOffsets()
    so that it doesn't change the scrolled offsets
    just because the document size changed.


git-svn-id: svn://10.0.0.236/trunk@47644 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 20:38:53 +00:00
kipp%netscape.com
9383047642 formatting sillyness
git-svn-id: svn://10.0.0.236/trunk@47643 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 20:38:42 +00:00
ftang%netscape.com
f7e9a5d325 add the nsTextFormater for win
git-svn-id: svn://10.0.0.236/trunk@47642 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 20:38:18 +00:00
kipp%netscape.com
5d3af4637b Squished a memory leak
git-svn-id: svn://10.0.0.236/trunk@47641 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 20:38:09 +00:00
ftang%netscape.com
064a873a94 add new classes
git-svn-id: svn://10.0.0.236/trunk@47640 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 20:37:42 +00:00
cmanske%netscape.com
ba37b70cba Added a link and named anchor to the editor test page
git-svn-id: svn://10.0.0.236/trunk@47639 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 20:37:10 +00:00
rchen%netscape.com
6f0923614d Add localization notes
git-svn-id: svn://10.0.0.236/trunk@47638 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 20:33:35 +00:00
kipp%netscape.com
741d1860b8 formatting sillyness
git-svn-id: svn://10.0.0.236/trunk@47637 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 20:30:36 +00:00
kipp%netscape.com
a4f58b7e5c Added text/css support
git-svn-id: svn://10.0.0.236/trunk@47636 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 20:29:54 +00:00
ssu%netscape.com
cefc8f125b removed obosolete function
git-svn-id: svn://10.0.0.236/trunk@47635 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 20:29:30 +00:00
miodrag%netscape.com
bf5da6eb7c Changed JAVACLASSPATH
git-svn-id: svn://10.0.0.236/trunk@47633 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 20:27:10 +00:00
pavlov%netscape.com
cb69de9937 fix for 4290
git-svn-id: svn://10.0.0.236/trunk@47632 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 20:12:10 +00:00
ssu%netscape.com
b493ffb194 fine tunning build scripts. Not part of seamonkey build yet
git-svn-id: svn://10.0.0.236/trunk@47631 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 20:10:25 +00:00
ssu%netscape.com
5e94c5db5b fine tunning build scripts. Not part of seamonkey build yet
git-svn-id: svn://10.0.0.236/trunk@47630 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 20:10:05 +00:00
miodrag%netscape.com
f15253abac Version bumped to 4.04 for RTM
git-svn-id: svn://10.0.0.236/trunk@47629 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 20:09:35 +00:00
waterson%netscape.com
16632ee9c4 Fix HTML-rooted templates.
git-svn-id: svn://10.0.0.236/trunk@47628 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 20:08:37 +00:00
waterson%netscape.com
f0f6384861 Use nsCOMPtr for the controller.
git-svn-id: svn://10.0.0.236/trunk@47627 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 20:06:32 +00:00
ssu%netscape.com
5bb0275756 added dialog to show when launching 3rd party apps during install time. affects only windows.
git-svn-id: svn://10.0.0.236/trunk@47626 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 20:04:00 +00:00
ssu%netscape.com
dfd1078364 added new string resource to installer. Affects windows only.
git-svn-id: svn://10.0.0.236/trunk@47625 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 20:02:07 +00:00
despotdaemon%netscape.com
119078b8e2 Pseudo-automatic update of changes made by cyeh@netscape.com.
git-svn-id: svn://10.0.0.236/trunk@47624 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 19:45:55 +00:00
buster%netscape.com
c3c148ab7b fixed bug 13810 by removing an extraneous check for empty string. empty strings are perfectly legal
in WillInsertText


git-svn-id: svn://10.0.0.236/trunk@47623 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 19:43:19 +00:00
chuang%netscape.com
de658bf882 Fix crash when sorting address book column
git-svn-id: svn://10.0.0.236/trunk@47622 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 19:41:04 +00:00
sspitzer%netscape.com
ac50266a77 remove am-server-<type>.xul and am-server-<type>.dtd files.
the entities are in am-server-top.dtd now
and the xul is all in am-server.xul (in a cool deck widget. go alecf!)
add the news server specific ui for the max_articles pref


git-svn-id: svn://10.0.0.236/trunk@47621 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 19:34:20 +00:00
radha%netscape.com
baa9474b17 When invoking the mail composer upon on a click on a mailto: link, make
sure the to, cc, subject arguments are passed to the composer


git-svn-id: svn://10.0.0.236/trunk@47620 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 19:33:46 +00:00
nhotta%netscape.com
f2361bde9d Bug 8865, hooked up entity converter.
git-svn-id: svn://10.0.0.236/trunk@47619 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 19:32:32 +00:00
radha%netscape.com
7bedce3d57 No need to update the urlbar in OnEndDocumentLoad()
git-svn-id: svn://10.0.0.236/trunk@47618 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 19:32:17 +00:00
nhotta%netscape.com
714c160630 Bug 13844, turned off non line based detectors.
git-svn-id: svn://10.0.0.236/trunk@47617 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 19:31:46 +00:00
slamm%netscape.com
2286cfeb34 Reorder initializers to fix build warnings.
git-svn-id: svn://10.0.0.236/trunk@47616 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 19:29:38 +00:00
ssu%netscape.com
6e3c1c426c initial checkin for installer building script. not part of seamonkey build yet
git-svn-id: svn://10.0.0.236/trunk@47615 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 19:26:18 +00:00
slamm%netscape.com
b0cb71c5ed Fix build warnings: reorder initializers.
git-svn-id: svn://10.0.0.236/trunk@47614 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 19:24:20 +00:00
alecf%netscape.com
096e04e236 move server-specific stuff into a deck
git-svn-id: svn://10.0.0.236/trunk@47613 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 19:21:07 +00:00
slamm%netscape.com
2d21f26825 Fix build warnigns.
git-svn-id: svn://10.0.0.236/trunk@47612 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 19:19:51 +00:00
slamm%netscape.com
497e7c29a2 Fix build warnings.
git-svn-id: svn://10.0.0.236/trunk@47611 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 19:18:15 +00:00
slamm%netscape.com
5d3c32f9d3 Fix a couple build warnings.
git-svn-id: svn://10.0.0.236/trunk@47610 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 19:17:37 +00:00
sspitzer%netscape.com
e467b03e27 new files for news specific prefs in the account manager.
NOT PART OF THE BUILD YET.


git-svn-id: svn://10.0.0.236/trunk@47609 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 19:10:14 +00:00
miodrag%netscape.com
75c2d833f1 4.0 RTM main dev tree synch up
git-svn-id: svn://10.0.0.236/trunk@47608 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 18:42:45 +00:00
dougt%netscape.com
3a65b0d4a0 commenting out a printf that no one really cares about but me.
git-svn-id: svn://10.0.0.236/trunk@47607 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 18:33:12 +00:00
miodrag%netscape.com
396a7ab1b6 4.0 RTM main dev tree synch up
git-svn-id: svn://10.0.0.236/trunk@47606 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 18:32:21 +00:00
harishd%netscape.com
4f8277bc56 Fixing build bustage...hopefully.
Missed a file


git-svn-id: svn://10.0.0.236/trunk@47605 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 18:28:10 +00:00
colin%theblakes.com
a3b4a011da Set IS_COMPONENT for xpconnect, since it gets set too late in the Makefile
git-svn-id: svn://10.0.0.236/trunk@47604 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 18:26:57 +00:00
dougt%netscape.com
f97c6eb22e bug 13396. It looks like the returned byte count was off on certain size
files.


git-svn-id: svn://10.0.0.236/trunk@47603 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 18:24:01 +00:00
dougt%netscape.com
c3d731570e Fixing the stream listener. Related to bug 13396
git-svn-id: svn://10.0.0.236/trunk@47602 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 18:21:54 +00:00
slamm%netscape.com
2c9892e6c9 Fix build warnings.
git-svn-id: svn://10.0.0.236/trunk@47601 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 18:14:02 +00:00
waterson%netscape.com
d4450df97f Handle case where JS object is really _just_ a JS object, not an XPConnect-wrapped native.
git-svn-id: svn://10.0.0.236/trunk@47600 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 18:05:09 +00:00
cls%seawood.org
32921ffae8 Use the rules in rules.mk instead of making your own.
git-svn-id: svn://10.0.0.236/trunk@47599 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 18:00:50 +00:00
harishd%netscape.com
73300f214c CreateXIF() and ToXIF() should return nsresult.
git-svn-id: svn://10.0.0.236/trunk@47598 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 17:57:55 +00:00
harishd%netscape.com
ba9cc1acb4 Added support for setting DOCTYPE and DTD mode.
git-svn-id: svn://10.0.0.236/trunk@47597 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 17:57:16 +00:00
akkana%netscape.com
89f665e0c5 Turn on whitespace insertion
git-svn-id: svn://10.0.0.236/trunk@47596 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 17:55:41 +00:00
chuang%netscape.com
65f7ca0c25 Bug 13787 pref return receipts entered multipule times
git-svn-id: svn://10.0.0.236/trunk@47595 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 17:55:32 +00:00
harishd%netscape.com
e1a0ea3e26 Adding support for htmlL DOCTYPE for
XIF conversion.


git-svn-id: svn://10.0.0.236/trunk@47594 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 17:55:26 +00:00
harishd%netscape.com
10a9e27c68 Adding support for DOCTYPE.
Also, fix for bug 13566.


git-svn-id: svn://10.0.0.236/trunk@47593 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 17:54:23 +00:00
cls%seawood.org
7263acdf26 Added $(PROGOBJS) to ALL_TRASH
git-svn-id: svn://10.0.0.236/trunk@47592 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 17:52:38 +00:00
valeski%netscape.com
be23442d7e removed stream converter stuff from webshell
git-svn-id: svn://10.0.0.236/trunk@47591 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 17:46:56 +00:00
terry%mozilla.org
65bf4094f3 Patch by daa@rmi.net (Dave Avery) -- newer alphas of MySQL won't let
use "when" as a column name, so let's change our usage while it's
still easy to do so.


git-svn-id: svn://10.0.0.236/trunk@47590 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 17:25:28 +00:00
miodrag%netscape.com
c8908c291a 4.0 RTM main dev tree synch up
git-svn-id: svn://10.0.0.236/trunk@47589 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 17:03:19 +00:00
terry%mozilla.org
578abf59e4 Keep separate versions of admin files, based on the nickname we use.
git-svn-id: svn://10.0.0.236/trunk@47588 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 16:24:37 +00:00
ducarroz%netscape.com
34ca87f82b Fix for bug 13778, GetFilePrefs now accept also a native path to let users write manually their prefs
git-svn-id: svn://10.0.0.236/trunk@47587 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 14:51:40 +00:00
terry%mozilla.org
6da9fa4b92 Removed one last (unused) TCL file; put in some things that were missing from the Makefile.
git-svn-id: svn://10.0.0.236/trunk@47586 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 14:50:45 +00:00
rjc%netscape.com
39c31cf8ef Comment this out for a while. Need to look at it a bit more.
git-svn-id: svn://10.0.0.236/trunk@47585 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 14:47:44 +00:00
shaver%netscape.com
d13e0a7104 lose some DEBUG_shaver debugging noise
git-svn-id: svn://10.0.0.236/trunk@47584 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 14:45:29 +00:00
shaver%netscape.com
b8e22a64c3 fix 12956, r,a=brade
git-svn-id: svn://10.0.0.236/trunk@47583 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 14:42:19 +00:00
rjc%netscape.com
67cf742e3e Persist the search window's x, y, width & height attributes.
git-svn-id: svn://10.0.0.236/trunk@47582 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 13:42:06 +00:00
rjc%netscape.com
dce9b1e311 Make sure MODULE is set to "search".
git-svn-id: svn://10.0.0.236/trunk@47581 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 13:10:39 +00:00
rjc%netscape.com
3e763aff29 Tweak relevancy computation.
git-svn-id: svn://10.0.0.236/trunk@47580 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 12:52:57 +00:00
terry%mozilla.org
bdadcb0571 Whining mail wasn't generated correctly if usernames != email addresses.
git-svn-id: svn://10.0.0.236/trunk@47579 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 12:26:58 +00:00
rjc%netscape.com
2008898c82 Move onclick() to tree root node instead of putting it on every tree cell.
git-svn-id: svn://10.0.0.236/trunk@47578 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 12:19:47 +00:00
rjc%netscape.com
cbe819b018 Remove unused inVisible() method.
git-svn-id: svn://10.0.0.236/trunk@47577 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 11:55:17 +00:00
rjc%netscape.com
ad5fd15f0c Do some non-NECKO cleanup as well as remove some old #if 0'ed code.
git-svn-id: svn://10.0.0.236/trunk@47576 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 11:50:55 +00:00
rjc%netscape.com
2e3611f374 Do our own QI instead of just using default macro.
git-svn-id: svn://10.0.0.236/trunk@47575 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 11:46:05 +00:00
rjc%netscape.com
5e94769186 Make sure that window.content.location.href is defined and not an empty string.
git-svn-id: svn://10.0.0.236/trunk@47574 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 11:36:34 +00:00
rjc%netscape.com
8b2f7af3b6 Add search service into Unix builds.
git-svn-id: svn://10.0.0.236/trunk@47573 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 11:23:43 +00:00
rjc%netscape.com
d604724764 Adding search service into Unix builds.
git-svn-id: svn://10.0.0.236/trunk@47572 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 11:22:53 +00:00
rjc%netscape.com
bb3ab25dee Add ClearResultSearchSites() to internetSearchService's IDL, and use IDL macros more for defining public methods.
git-svn-id: svn://10.0.0.236/trunk@47571 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 11:08:58 +00:00
rjc%netscape.com
26433bd2e2 Be sure to inherit from RDF datasource interface as well as call RegisterDataSource() on Init().
git-svn-id: svn://10.0.0.236/trunk@47570 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 10:35:56 +00:00
rjc%netscape.com
7e681bc962 Removing references to find & search datasources as they've been moved to their own component.
git-svn-id: svn://10.0.0.236/trunk@47569 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 10:26:23 +00:00
rjc%netscape.com
2c89053144 Removing old header files for find & search datasources as they've been moved to their own component.
git-svn-id: svn://10.0.0.236/trunk@47568 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 10:25:39 +00:00
rjc%netscape.com
c2aabdbcbc "rdf:find" is now called "rdf:localsearch"
git-svn-id: svn://10.0.0.236/trunk@47567 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 10:21:47 +00:00
rjc%netscape.com
e665bd55e2 Return proper value for GetURI()
git-svn-id: svn://10.0.0.236/trunk@47566 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 10:17:55 +00:00
warren%netscape.com
86827a5f86 idl versions
git-svn-id: svn://10.0.0.236/trunk@47565 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 09:51:46 +00:00
warren%netscape.com
0216c948bf Adding includes for nsIThreadPool.h and nsIRunnable.h in anticipation of idl files.
git-svn-id: svn://10.0.0.236/trunk@47564 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 09:49:18 +00:00
rjc%netscape.com
b4be5c0d9a Prepare Makefile.in for Unix (not yet in the Unix builds though)
git-svn-id: svn://10.0.0.236/trunk@47563 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 09:34:06 +00:00
rjc%netscape.com
19e4a3007c Add Search component into Windows build.
git-svn-id: svn://10.0.0.236/trunk@47562 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 09:29:24 +00:00
rjc%netscape.com
e0326e9600 Oops, dump these header files.
git-svn-id: svn://10.0.0.236/trunk@47561 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 09:00:04 +00:00
alecf%netscape.com
8d6f1ce45d cache a whole bunch of nodes that are being retrieved with document.getElementById
git-svn-id: svn://10.0.0.236/trunk@47560 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 08:39:28 +00:00
rjc%netscape.com
7327d90273 Take references to the find and search datasources out of RDF, as they're going in their own component.
git-svn-id: svn://10.0.0.236/trunk@47559 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 08:32:19 +00:00
alecf%netscape.com
2ccf662321 speed up finding of the folder tree
git-svn-id: svn://10.0.0.236/trunk@47558 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 08:29:01 +00:00
rjc%netscape.com
2a368fcf34 Add Makefiles for Windows and Unix. (Not part of build on those platforms yet though.)
git-svn-id: svn://10.0.0.236/trunk@47557 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 08:28:11 +00:00
rjc%netscape.com
ef13da33e4 Add search component (code, IDL, and datasets) into Mac build.
git-svn-id: svn://10.0.0.236/trunk@47556 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 08:19:30 +00:00
rjc%netscape.com
a1ff36ee1e Take Find & Search datasources out of the RDF project, as they're going into their own component.
git-svn-id: svn://10.0.0.236/trunk@47555 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 08:17:15 +00:00
alecf%netscape.com
003895fccb add support for user-specified sidebar, and support the "height" attribute (for messenger)
remove the 5em height from the flashpanel because it doesn't seem to work for iframes


git-svn-id: svn://10.0.0.236/trunk@47554 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 07:51:52 +00:00
sspitzer%netscape.com
348ca4fb1c don't need this code anymore, as we don't need to hash the hostname to get a suitable directory name. see #13480
git-svn-id: svn://10.0.0.236/trunk@47553 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 07:31:27 +00:00
sspitzer%netscape.com
35018f090e fix for #13766.
git-svn-id: svn://10.0.0.236/trunk@47552 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 07:24:16 +00:00
mscott%netscape.com
26934660fd Bug #10933 --> don't signal OnDataAvailable to the listener after we write
a line as this gets expensive! Batch the calls together and do them at the end


git-svn-id: svn://10.0.0.236/trunk@47551 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 07:10:36 +00:00
alecf%netscape.com
fbd4a9659d bring account wizard up to spec
git-svn-id: svn://10.0.0.236/trunk@47550 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 06:53:59 +00:00
amusil%netscape.com
41e513150a Added tasksExtension.xul hookup
git-svn-id: svn://10.0.0.236/trunk@47549 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 06:43:49 +00:00
amusil%netscape.com
181e99f77c Extension file for the task menu.
git-svn-id: svn://10.0.0.236/trunk@47548 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 06:42:53 +00:00
mscott%netscape.com
5518619d23 Crank the buffer size used for the pipe in the stream converter back down to 32K. It
was a ridiculously large number due to an old necko bug that isn't appropriate anymore.


git-svn-id: svn://10.0.0.236/trunk@47547 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 06:40:15 +00:00
rjc%netscape.com
91e75047d9 (Not part of build yet) Moving find/search into its own component.
git-svn-id: svn://10.0.0.236/trunk@47546 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 06:23:20 +00:00
rjc%netscape.com
a1bc813340 (Not part of build yet) Moving find/search into its own component.
git-svn-id: svn://10.0.0.236/trunk@47545 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 06:14:45 +00:00
rjc%netscape.com
e8659b5616 Add a splitter.
git-svn-id: svn://10.0.0.236/trunk@47544 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 06:09:32 +00:00
alecf%netscape.com
16d0a4f465 fix lots of leaks in profile code
use nsCOMPtr and nsXPIDLCString where I found leaks


git-svn-id: svn://10.0.0.236/trunk@47543 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 06:07:33 +00:00
cyeh%netscape.com
274408dd71 fire off componentreg target if MOZILLA_OFFICIAL is defined. this
should fix the VC5 depend tinderbox


git-svn-id: svn://10.0.0.236/trunk@47542 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 06:03:52 +00:00
jfrancis%netscape.com
572f6aa05f fix for bug 13500 - typo that broke deletion
git-svn-id: svn://10.0.0.236/trunk@47541 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 05:43:25 +00:00
bienvenu%netscape.com
ce210f90c2 pass folder in as listener to getnewnews
git-svn-id: svn://10.0.0.236/trunk@47540 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 05:40:39 +00:00
sspitzer%netscape.com
58ec26b91f stupid cut and paste error.
git-svn-id: svn://10.0.0.236/trunk@47539 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 05:36:53 +00:00
pollmann%netscape.com
8791c2aa99 Bug 13058: (Fixed Solaris bustage by removing Inherited typedef)
git-svn-id: svn://10.0.0.236/trunk@47538 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 05:31:31 +00:00
cls%seawood.org
696bbb41fa Reverting changes accidentally checked in
git-svn-id: svn://10.0.0.236/trunk@47537 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 05:28:31 +00:00
sspitzer%netscape.com
e66162265a add support for the PROFILE_NAME PROFILE_HOME environment variables, for multiple profile migration on UNIX
git-svn-id: svn://10.0.0.236/trunk@47536 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 05:21:18 +00:00
alecf%netscape.com
a58489bccc consolidate progIDs
git-svn-id: svn://10.0.0.236/trunk@47535 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 05:16:29 +00:00
alecf%netscape.com
69c9a75cf1 give new folder window a name, and make sure it's modal
git-svn-id: svn://10.0.0.236/trunk@47534 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 05:16:00 +00:00
davidm%netscape.com
826bda7a3e 13084 [PP]Use current page to set homepage doesn't work
git-svn-id: svn://10.0.0.236/trunk@47533 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 05:08:22 +00:00
alecf%netscape.com
1e6491f90d minor cleanup to make onloadmessenger easier to read
git-svn-id: svn://10.0.0.236/trunk@47532 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 04:57:24 +00:00
troy%netscape.com
0ab7c093cb In CreateViewForFrame() removed code that was hiding view if the 'visibility'
property is 'hidden'


git-svn-id: svn://10.0.0.236/trunk@47531 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 04:54:00 +00:00
alecf%netscape.com
103fbb9f76 refresh the folder pane after upgrade process finishes
git-svn-id: svn://10.0.0.236/trunk@47530 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 04:49:43 +00:00
alecf%netscape.com
566078cc08 move strings into AccountManager.xul and remove old DTD
git-svn-id: svn://10.0.0.236/trunk@47529 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 04:46:26 +00:00
alecf%netscape.com
e7c8e4a142 get rid of old XUL
git-svn-id: svn://10.0.0.236/trunk@47528 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 04:46:03 +00:00
alecf%netscape.com
22013a4148 add default height to wizard, make it bigger than before
git-svn-id: svn://10.0.0.236/trunk@47527 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 04:45:53 +00:00
alecf%netscape.com
a5fafe65a3 if account creation is successful, set the refresh to true
git-svn-id: svn://10.0.0.236/trunk@47526 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 04:45:20 +00:00
alecf%netscape.com
9174403fcd move the accounttree into the AccountWizard XUL, and get rid of DumpDOM stuff
git-svn-id: svn://10.0.0.236/trunk@47525 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 04:44:37 +00:00
alecf%netscape.com
83101d7e3a fire off new account wizard when the button is pressed, and propagate the refresh parameter
git-svn-id: svn://10.0.0.236/trunk@47524 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 04:43:57 +00:00
davidm%netscape.com
dcaa2bea27 12078 [RFE] Should be able to control which toolbars are displayed
10978   [FEATURE] Collapsible toolbars


git-svn-id: svn://10.0.0.236/trunk@47523 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 04:42:07 +00:00
alecf%netscape.com
ce16f2618b open wizard and account manager with refresh parameter, so we know whether or not to refresh the folder pane
git-svn-id: svn://10.0.0.236/trunk@47522 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 04:40:34 +00:00
kipp%netscape.com
57c8a0c37e Port to redhat6
git-svn-id: svn://10.0.0.236/trunk@47521 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 04:35:58 +00:00
troy%netscape.com
98eca67db2 Removed code in CreateViewForFrame() that always forced relatively positioned
and absolutely positioned frames to have transparent views. It's not needed
now that bug #11637 is fixed


git-svn-id: svn://10.0.0.236/trunk@47520 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 04:16:31 +00:00
sspitzer%netscape.com
74a36d75c1 rename the mail filter rule files (if we need to, and if we can) when we do the migration.
rename the cookie file (if we need to) so that if you run -installer,
you cookies will be migrated.
Change DoTheCopy() to be DoTheCopyAndRename(), which takes additional parameters
to rename files as it copies them.
remove unnecessary code.
#define constants to be clean.
add a stub for RenameAndMoveFilterFiles() with comments on what we need to do
for the mac.


git-svn-id: svn://10.0.0.236/trunk@47519 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 04:15:27 +00:00
putterman%netscape.com
a30d7e1bbc Make it so that when selecting messages after delete, IMAP messages don't get loaded twice.
git-svn-id: svn://10.0.0.236/trunk@47518 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 04:13:25 +00:00
norris%netscape.com
47554a1bf7 Create preferences for security checks.
Add new methods on nsIScriptSecurityManager for capabilities.
Fix 13739 MLK: nsScriptSecurityManager::CreateCodebasePrincipal
Fix 11666 Eliminate plvector (was: [infinite loop] bugs - plvector.c)


git-svn-id: svn://10.0.0.236/trunk@47517 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 04:05:43 +00:00
bienvenu%netscape.com
ac02e024ee do folder loaded notification for news
git-svn-id: svn://10.0.0.236/trunk@47516 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 04:04:44 +00:00
troy%netscape.com
675af38b6a Fix for bug #13233. Changed CantRenderReplacedEledment() so it handles OBJECT
frames that are out-of-flow


git-svn-id: svn://10.0.0.236/trunk@47515 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 04:03:08 +00:00
morse%netscape.com
aee6f90ec7 fix more indexing
git-svn-id: svn://10.0.0.236/trunk@47514 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 03:55:14 +00:00
karnaze%netscape.com
7095cb053e new regression tests
git-svn-id: svn://10.0.0.236/trunk@47513 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 03:54:43 +00:00
briano%netscape.com
c38c8b4426 General cleanup.
git-svn-id: svn://10.0.0.236/trunk@47512 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 03:00:30 +00:00
rginda%ndcico.com
97da3fa505 Not part of the default build.
Fixed onQuit bug.


git-svn-id: svn://10.0.0.236/trunk@47511 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 02:55:36 +00:00
alecf%netscape.com
4027ddc9ac fix crash when sender has no lastname
git-svn-id: svn://10.0.0.236/trunk@47510 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 02:46:38 +00:00
alecf%netscape.com
0316c97c56 fix bustage that is about to happen
git-svn-id: svn://10.0.0.236/trunk@47509 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 02:41:59 +00:00
danm%netscape.com
5f06d07779 removed nsIGenericCommandSet.idl
git-svn-id: svn://10.0.0.236/trunk@47508 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 02:40:37 +00:00
hyatt%netscape.com
2f65cd7558 Fix build bustage.
git-svn-id: svn://10.0.0.236/trunk@47507 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 02:36:30 +00:00
briano%netscape.com
8d12c9a801 Cleaned it up and fixed the Unix build breakage.
git-svn-id: svn://10.0.0.236/trunk@47506 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 02:33:11 +00:00
pollmann%netscape.com
65baa7d9b5 Bug 13058: Make global enum a public member.
git-svn-id: svn://10.0.0.236/trunk@47505 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 02:30:39 +00:00
evaughan%netscape.com
fd692f92e4 Fixes bad corruption bug with splitters
git-svn-id: svn://10.0.0.236/trunk@47504 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 02:21:18 +00:00
hyatt%netscape.com
ffb49d2988 Updating the nsIController interface.
git-svn-id: svn://10.0.0.236/trunk@47503 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 02:16:41 +00:00
briano%netscape.com
6a48b97b9b Automated update
git-svn-id: svn://10.0.0.236/trunk@47502 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 02:16:15 +00:00
davidm%netscape.com
a711a88e66 12893 [DOGFOOD] File --> Exit causes ender to get loaded ???
git-svn-id: svn://10.0.0.236/trunk@47501 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 02:15:17 +00:00
ramiro%netscape.com
e324fbd024 Cleanup the neckutil linking thing.
git-svn-id: svn://10.0.0.236/trunk@47500 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 02:15:11 +00:00
jefft%netscape.com
1965cdbe07 added SaveAttachURL, statusFeedback
git-svn-id: svn://10.0.0.236/trunk@47499 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 02:14:28 +00:00
jefft%netscape.com
785ff12695 fixed bug 13574 -- use stream converter instead of temp file for reply quoting
git-svn-id: svn://10.0.0.236/trunk@47498 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 02:13:04 +00:00
hyatt%netscape.com
0f06e36bcb Fixing minor bug in command dispatcher.
git-svn-id: svn://10.0.0.236/trunk@47497 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 02:12:50 +00:00
rginda%ndcico.com
05af812f40 * Makefile.in, makefile.win:
Changes to install command related files.
connection-xpcom.js:
style changes; fix to verify the socket is open before send/recieve,
* dcc.js, http.js, events.js:
style changes
* irc-debug.js:
changes to display network events
* irc.js:
style changes, userIsMe() convenience function added.
Route events to parent network if there is no local landing spot.
add usersAffected property to onChanMode events.
* utils.js:
add jsenv.HAS_DOCUMENT
* listbox.js
add MPL (duh)
add prepend and insert methods
* test3-handlers.js
Add MPL
Use new command stuff to provide online help and error reporting.
Hook some basic server messages to output window.
Alphabetize nicks (order breaks when someone /nicks)
Added nick property to some display() lines so they can be CSS'd by user.
Listen for onChanMode event.
Modify client.viewsArray to allow for multiple view with the same name.
* test3-static.js
Add MPL
Show navigator.userAgent in VERSION reply
modify setCurrentObject to not care if there isnt a toolbutton associated
modify getTBForObject to work with multiple view w/ same name
test3.xul
Add MPL
Include command related scripts


git-svn-id: svn://10.0.0.236/trunk@47496 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 02:04:24 +00:00
mjudge%netscape.com
f48fd77b70 changes for bug fixes for dogfood. finding frames left and right should find the correct frame and not give up so easily. nsTextFrame needed to change getpositionslowly.
git-svn-id: svn://10.0.0.236/trunk@47495 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 01:57:50 +00:00
briano%netscape.com
6170418352 Automated update
git-svn-id: svn://10.0.0.236/trunk@47494 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 01:50:05 +00:00
morse%netscape.com
c9114b89bd fix up bad indexing
git-svn-id: svn://10.0.0.236/trunk@47493 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 01:48:23 +00:00
cmanske%netscape.com
6023c37ee6 Put loading of EditorContent.css within an if DEBUG_cmanske 'cause it prevents initial reflow and others will complain!
git-svn-id: svn://10.0.0.236/trunk@47492 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 01:12:58 +00:00
cmanske%netscape.com
258c56a586 Fixed bug 8806 - printing from editor
git-svn-id: svn://10.0.0.236/trunk@47491 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 01:10:10 +00:00
sfraser%netscape.com
e1ed53cdf2 Ooops, I didn't mean to change the caret width. Putting that back to 20 twips.
git-svn-id: svn://10.0.0.236/trunk@47490 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 01:03:52 +00:00
bienvenu%netscape.com
ba3469f83a add folder loaded notifications
git-svn-id: svn://10.0.0.236/trunk@47489 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 00:59:03 +00:00
nisheeth%netscape.com
f114a0c14d Start of instrumentation of the presshell to calculate timing data for the reflow process.
git-svn-id: svn://10.0.0.236/trunk@47488 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 00:43:53 +00:00
sfraser%netscape.com
7570927545 Change assertion to warning, because it's so damn annoying.
git-svn-id: svn://10.0.0.236/trunk@47487 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 00:43:46 +00:00
sfraser%netscape.com
ba956e1f9c Change border width of HTML input fields from 4 to 2.
git-svn-id: svn://10.0.0.236/trunk@47486 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 00:43:19 +00:00
sfraser%netscape.com
a93a1a1e40 Change border color on XUL text input fields from yellow to gray.
git-svn-id: svn://10.0.0.236/trunk@47485 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 00:42:46 +00:00
danm%netscape.com
daa0ebcbb0 window.open(,_blank) now always opens a new window. r:joki
git-svn-id: svn://10.0.0.236/trunk@47484 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 00:40:06 +00:00
nisheeth%netscape.com
23059be727 The stopwatch macros got converted to macros that accept an argument. Changed all macro calls in the content sink to play with that change.
git-svn-id: svn://10.0.0.236/trunk@47483 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 00:39:41 +00:00
briano%netscape.com
46e3630b43 General cleanup.
git-svn-id: svn://10.0.0.236/trunk@47482 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 00:33:49 +00:00
kipp%netscape.com
a293a6d95d Fixed various incremental reflow bugs (1764,12890,1910,2222) and list bullet painting bug (10675,13599)
git-svn-id: svn://10.0.0.236/trunk@47481 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 00:28:10 +00:00
nisheeth%netscape.com
28666cb063 - Export stopwatch.h in windows regardless of whether MOZ_PERF is set.
- Move over macros for using the stopwatch class into stopwatch.h so that they can be shared by all the users of the stopwatch.


git-svn-id: svn://10.0.0.236/trunk@47480 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 00:27:56 +00:00
granrose%netscape.com
00cd331c58 minor cleanup and optimizations preparing for rework of do_copyfile.
git-svn-id: svn://10.0.0.236/trunk@47479 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 00:27:37 +00:00
kipp%netscape.com
e50f92d9eb Added kIAreaFrameIID
git-svn-id: svn://10.0.0.236/trunk@47478 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 00:27:20 +00:00
kipp%netscape.com
0953039c0d Upgraded incremental reflow debugging support
git-svn-id: svn://10.0.0.236/trunk@47477 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 00:27:05 +00:00
kipp%netscape.com
24a4106d95 Added GetSpaceManager
git-svn-id: svn://10.0.0.236/trunk@47476 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 00:26:44 +00:00
kipp%netscape.com
1f521f4dc8 Removed MoveInSpaceManager
git-svn-id: svn://10.0.0.236/trunk@47475 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 00:26:39 +00:00
kipp%netscape.com
52087d5ee4 Disabled (obsolete?) usage of MoveInSpaceManager
git-svn-id: svn://10.0.0.236/trunk@47474 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 00:26:10 +00:00
kipp%netscape.com
b4aafbf17d Added some spacemanager debugging noise
git-svn-id: svn://10.0.0.236/trunk@47473 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 00:25:51 +00:00
kipp%netscape.com
77658d2447 Removed #ifdef NECKO noise; added text/css
git-svn-id: svn://10.0.0.236/trunk@47472 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 00:25:17 +00:00
kipp%netscape.com
56b503d3a9 Implement List method
git-svn-id: svn://10.0.0.236/trunk@47471 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 00:24:54 +00:00
kipp%netscape.com
16841fa984 Added List method
git-svn-id: svn://10.0.0.236/trunk@47470 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 00:24:41 +00:00
kipp%netscape.com
47a7b8ae3f Removed #ifdef NECKO noise
git-svn-id: svn://10.0.0.236/trunk@47469 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 00:23:40 +00:00
waterson%netscape.com
3bb5114830 Directly #include nsSetupRegistry.cpp so as to avoid further snafus when CIDs are mucked with.
git-svn-id: svn://10.0.0.236/trunk@47468 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 00:16:04 +00:00
nisheeth%netscape.com
a0b8c88216 Export stopwatch.h out to dist.
git-svn-id: svn://10.0.0.236/trunk@47467 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 00:16:03 +00:00
danm%netscape.com
d178595658 reorder treatment of refcount during release. fixes bug 13556
git-svn-id: svn://10.0.0.236/trunk@47466 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 00:15:25 +00:00
briano%netscape.com
d0517f4378 General cleanup.
git-svn-id: svn://10.0.0.236/trunk@47465 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 00:10:25 +00:00
cyeh%netscape.com
5a3f73031b make component.reg automatically generated at build time so we can package
up the comregistry with shipping packages. this will greatly improve start
times and the user experience.


git-svn-id: svn://10.0.0.236/trunk@47464 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 00:08:24 +00:00
sspitzer%netscape.com
b8c79c5d27 fix for #13833
now we support multiple accounts of the same type on the same server.


git-svn-id: svn://10.0.0.236/trunk@47463 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 00:04:47 +00:00
valeski%netscape.com
fa488e5f78 FTP now uses the unknown content-type when it can't find one for the file it's transferring
git-svn-id: svn://10.0.0.236/trunk@47462 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 00:04:32 +00:00
briano%netscape.com
71def0b39e General cleanup.
git-svn-id: svn://10.0.0.236/trunk@47461 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 00:02:25 +00:00
mscott%netscape.com
0011004a43 Back out dougt's change which broke the mac until he has a chance to look at it. I would have waited longer but i have
to step away from my desk for a little while and didn't want to wait.


git-svn-id: svn://10.0.0.236/trunk@47460 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 23:58:25 +00:00
law%netscape.com
aa823c84c0 Remove wallet stuff that's not used here
git-svn-id: svn://10.0.0.236/trunk@47459 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 23:50:40 +00:00
sfraser%netscape.com
6adc6aa83b Changes to nsAutoStrings, and do the funky new caret thing.
git-svn-id: svn://10.0.0.236/trunk@47458 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 23:44:05 +00:00
sfraser%netscape.com
4550cdda81 Remove some redundant caret methods in the pres shell, and use my funky new stack-based caret hider class to manage caret visibility during difficult times.
git-svn-id: svn://10.0.0.236/trunk@47457 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 23:43:35 +00:00
sfraser%netscape.com
35a5e1d106 Fix a warning.
git-svn-id: svn://10.0.0.236/trunk@47456 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 23:41:49 +00:00
sfraser%netscape.com
f4a7576460 Super duper new caret
git-svn-id: svn://10.0.0.236/trunk@47455 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 23:41:19 +00:00
sfraser%netscape.com
6085e624c9 Make function static to eliminate warning.
git-svn-id: svn://10.0.0.236/trunk@47454 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 23:40:52 +00:00
sfraser%netscape.com
59455396ec Use nsAutoStrings where appropriate
git-svn-id: svn://10.0.0.236/trunk@47453 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 23:40:16 +00:00
vidur%netscape.com
abc4d31440 removed incorrect addressof operator
git-svn-id: svn://10.0.0.236/trunk@47452 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 23:39:22 +00:00
briano%netscape.com
10493320ad General cleanup.
git-svn-id: svn://10.0.0.236/trunk@47451 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 23:27:55 +00:00
waterson%netscape.com
c458d5ad20 Bug 13774. Make 'position' in an overlay work.
git-svn-id: svn://10.0.0.236/trunk@47450 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 23:26:12 +00:00
law%netscape.com
2050431c5b Merge kipp's string cleanup from browser app core
git-svn-id: svn://10.0.0.236/trunk@47449 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 23:19:53 +00:00
briano%netscape.com
bffc6b0fd9 General cleanup.
git-svn-id: svn://10.0.0.236/trunk@47448 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 23:19:19 +00:00
mjudge%netscape.com
8462665913 content iter not initing properly for reuse. text frame not selecting slowly properly, bad bounds checking :(. rangelist now traversing each node in a spaniter with a normal iter to make SURE we get all the children!
git-svn-id: svn://10.0.0.236/trunk@47447 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 23:16:22 +00:00
ssu%netscape.com
7fc08cb036 updated path to where xpinst.dll is located when launching smartupdate via native wizard installer
git-svn-id: svn://10.0.0.236/trunk@47446 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 23:10:48 +00:00
slamm%netscape.com
b9c1913ecc Re-add borderless buttons. a=hyatt.
git-svn-id: svn://10.0.0.236/trunk@47445 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 23:10:00 +00:00
slamm%netscape.com
916a4bfa10 Remove '.' in front of 'Tools'
git-svn-id: svn://10.0.0.236/trunk@47444 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 23:09:57 +00:00
slamm%netscape.com
3fd0e42f08 New shared rdf datasource for sidebar.
git-svn-id: svn://10.0.0.236/trunk@47443 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 23:09:55 +00:00
slamm%netscape.com
244766afea Last panel has slightly different behavior
git-svn-id: svn://10.0.0.236/trunk@47442 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 23:09:52 +00:00
slamm%netscape.com
16912b51bf Use more specific sytles to be on the save side.
git-svn-id: svn://10.0.0.236/trunk@47441 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 23:09:48 +00:00
slamm%netscape.com
ba14101a26 Ready flash panel for use outside of panel.
git-svn-id: svn://10.0.0.236/trunk@47440 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 23:09:45 +00:00
slamm%netscape.com
f5532806e3 Removed debug statement
git-svn-id: svn://10.0.0.236/trunk@47439 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 23:09:42 +00:00
slamm%netscape.com
b44c7e77d1 Fix build warning.
git-svn-id: svn://10.0.0.236/trunk@47438 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 23:09:39 +00:00
slamm%netscape.com
1d67bbf660 Remove unused DIRS rule. Only add SUBMAKEFILES rules if SUBMAKEFILES is defined.
git-svn-id: svn://10.0.0.236/trunk@47437 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 23:09:37 +00:00
slamm%netscape.com
ce7315799c Add gifs for expanding and collapsing panels.
git-svn-id: svn://10.0.0.236/trunk@47436 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 23:09:33 +00:00
slamm%netscape.com
d20daf588b First pass at new sidebar layout using xul overlay, boxes, and splitters.
git-svn-id: svn://10.0.0.236/trunk@47435 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 23:09:28 +00:00
slamm%netscape.com
4e5e937572 First pass at new sidebar layout using xul overlay, boxes, and splitters. . Call sidebar's init function
git-svn-id: svn://10.0.0.236/trunk@47434 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 23:09:19 +00:00
slamm%netscape.com
d41ba191f4 First pass at new sidebar layout using xul overlay, boxes, and splitters. Some reformating too.
git-svn-id: svn://10.0.0.236/trunk@47433 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 23:09:15 +00:00
ssu%netscape.com
38d4c6f9aa fixed pathing issues and oji size calculation problems. Does not affect seamonkey build.
git-svn-id: svn://10.0.0.236/trunk@47432 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 23:09:10 +00:00
dougt%netscape.com
8341109203 uncommenting desktop database support.
git-svn-id: svn://10.0.0.236/trunk@47431 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 23:07:26 +00:00
briano%netscape.com
2f7e18a827 General cleanup.
git-svn-id: svn://10.0.0.236/trunk@47430 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 23:05:06 +00:00
sgehani%netscape.com
a2e375097c Added progress bar.
git-svn-id: svn://10.0.0.236/trunk@47429 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 22:57:41 +00:00
hangas%netscape.com
84349d6117 Fix to run-time bustage.
git-svn-id: svn://10.0.0.236/trunk@47428 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 22:57:21 +00:00
hangas%netscape.com
bb8b7f89fd Partial Fix to run-time bustage.
git-svn-id: svn://10.0.0.236/trunk@47427 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 22:51:24 +00:00
jband%netscape.com
48e8304204 fix for 13819 - missing a release
git-svn-id: svn://10.0.0.236/trunk@47426 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 22:51:04 +00:00
briano%netscape.com
badf372aac General cleanup.
git-svn-id: svn://10.0.0.236/trunk@47425 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 22:49:58 +00:00
akkana%netscape.com
735a035e26 First attempt at a makefile.win
git-svn-id: svn://10.0.0.236/trunk@47424 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 22:48:35 +00:00
ssu%netscape.com
a746f5180f udpating parameter to pass to jre installer. does not affect seamonkey build
git-svn-id: svn://10.0.0.236/trunk@47423 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 22:48:29 +00:00
akkana%netscape.com
3da3733c21 The test builds and works now, with autoreg help from dp
git-svn-id: svn://10.0.0.236/trunk@47422 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 22:43:18 +00:00
law%netscape.com
3668344ed1 Remove browser app core
git-svn-id: svn://10.0.0.236/trunk@47421 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 22:42:49 +00:00
waterson%netscape.com
c99d820bdb Bug 13121. Deal with XUL documents that are created _before_ local store is available (e.g., because they come up before a profile has been selected).
git-svn-id: svn://10.0.0.236/trunk@47420 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 22:36:55 +00:00
waterson%netscape.com
c03aa4aa67 Partial fix for bug 13768. Be sure to set eChildrenMustBeRebuilt flag _before_ appending child to content model; appending child to content model will cause layout to recur and possibly build up more content.
git-svn-id: svn://10.0.0.236/trunk@47419 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 22:34:05 +00:00
mscott%netscape.com
653350256c Part of Bug #13777. Fix a bug whre if you mistyped your password, then hit cancel
we would bring up another passwod dialog. you had to hit cancel again before it really canceled.


git-svn-id: svn://10.0.0.236/trunk@47418 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 22:30:40 +00:00
ssu%netscape.com
98ecee1c63 replace x86rel path with bin. Not part of seamonkey build yet.
git-svn-id: svn://10.0.0.236/trunk@47417 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 22:27:43 +00:00
dougt%netscape.com
97761b01eb desktop database hacking.
git-svn-id: svn://10.0.0.236/trunk@47416 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 22:23:26 +00:00
evaughan%netscape.com
82644194e9 Fixed some bugs in splitter
added auto collapse.


git-svn-id: svn://10.0.0.236/trunk@47415 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 22:17:19 +00:00
troy%netscape.com
06fac95fd1 Fix for bug #13780. Added NULL pointer check to PreferenceChanged()
git-svn-id: svn://10.0.0.236/trunk@47414 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 22:16:42 +00:00
briano%netscape.com
562e42b131 Fixed the stopwatch macro definitions and usage that was breaking some of the Unix native compiler builds.
git-svn-id: svn://10.0.0.236/trunk@47413 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 22:10:13 +00:00
hangas%netscape.com
21273e7c46 Modified Navigator to use globalOverlay for File and Edit menu.
git-svn-id: svn://10.0.0.236/trunk@47412 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 22:07:43 +00:00
hangas%netscape.com
16f78106e0 Modified Navigator to use globalOverlay for File and Edit menus.
git-svn-id: svn://10.0.0.236/trunk@47411 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 22:05:11 +00:00
hangas%netscape.com
1f09c8b0a9 Converted Navigator to use globalOverlay for File and Edit menu.
git-svn-id: svn://10.0.0.236/trunk@47410 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 22:03:38 +00:00
frankm%eng.sun.com
4f6fb60c68 Some cleanup, and update to new mozilla source. In particular:
- Removed #if 0 code in genproxy.c and elsewhere.

- Used jlong_* macros for portability (and defined in xpjava.h if not
  elsewhere)

- Commented out calls to PR_Atomic{In,De}crement in JSSample.cpp, and began
  to use "official" XPCOM macros.

- Removed Java interfaces for test components; will be autogenerated by
  xpidl and/or genproxy.

- Extend genproxy to generate interfaces.

- Updated README with note on the jni.h problem


git-svn-id: svn://10.0.0.236/trunk@47409 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 21:56:19 +00:00
chuang%netscape.com
1cab9bd0db handle double byte strings
git-svn-id: svn://10.0.0.236/trunk@47408 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 21:55:54 +00:00
cyeh%netscape.com
e1798db7a8 fix up project. needs debug libs for debug target.
git-svn-id: svn://10.0.0.236/trunk@47407 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 21:55:52 +00:00
morse%netscape.com
e1a4221ca5 new cookie viewer from Ben Goodger
git-svn-id: svn://10.0.0.236/trunk@47406 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 21:53:54 +00:00
radha%netscape.com
7965292146 Update the url bar as soon as a successful connection is made to the
server. Make sure this is done only for top level documents, not when
sub-frames are loaded


git-svn-id: svn://10.0.0.236/trunk@47405 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 21:50:41 +00:00
radha%netscape.com
a58c66a9c2 Pass OnStartDocumentLoad() notifications received for child frames up to the DocLoaderListeners
git-svn-id: svn://10.0.0.236/trunk@47404 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 21:49:21 +00:00
law%netscape.com
769a63dccc Fix title in view source window
git-svn-id: svn://10.0.0.236/trunk@47403 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 21:45:12 +00:00
sgehani%netscape.com
620c0a1bce Added install progress bar and minor bug fixes.
git-svn-id: svn://10.0.0.236/trunk@47402 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 21:44:40 +00:00
sgehani%netscape.com
fdbad569e5 Changed terminal win text to accomodate progress bar.
git-svn-id: svn://10.0.0.236/trunk@47401 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 21:43:25 +00:00
sgehani%netscape.com
e92564e3f3 Linking with AppearanceLib for progress bar additions.
git-svn-id: svn://10.0.0.236/trunk@47400 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 21:42:42 +00:00
akkana%netscape.com
055d4f0649 Add htmlparser/tests/outsinks
git-svn-id: svn://10.0.0.236/trunk@47399 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 21:39:41 +00:00
dcone%netscape.com
fe550083bd Use tempmemory if the first NewGWorld() call fails.
git-svn-id: svn://10.0.0.236/trunk@47398 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 21:35:58 +00:00
dcone%netscape.com
b3518901c9 Turned on the Mac GFX Widget code
git-svn-id: svn://10.0.0.236/trunk@47397 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 21:32:27 +00:00
akkana%netscape.com
8fc8b5c72c Set default wrap column to 72 instead of 0
git-svn-id: svn://10.0.0.236/trunk@47396 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 21:32:06 +00:00
akkana%netscape.com
6ca1080f33 I'm tired of seeing all the clipboard debug messages
git-svn-id: svn://10.0.0.236/trunk@47394 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 21:31:32 +00:00
akkana%netscape.com
ad2178828e Remove style info -- we need the plaintext-mode editor to do this for us, not requiring it to be in the file
git-svn-id: svn://10.0.0.236/trunk@47393 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 21:30:58 +00:00
law%netscape.com
69bb714bb9 Remove uses of toolkitCore
git-svn-id: svn://10.0.0.236/trunk@47392 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 21:30:57 +00:00
dcone%netscape.com
f3a6ab4151 Added a Mac case for creating the popup widget..
The #ifdef will come out when all platforms support the PopUp_CID


git-svn-id: svn://10.0.0.236/trunk@47391 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 21:29:58 +00:00
law%netscape.com
8fe15fbf8e Clean up
git-svn-id: svn://10.0.0.236/trunk@47390 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 21:28:34 +00:00
law%netscape.com
b0d76e97de Fix title
git-svn-id: svn://10.0.0.236/trunk@47389 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 21:26:58 +00:00
akhil.arora%sun.com
5e44536585 use unicode for dom strings
git-svn-id: svn://10.0.0.236/trunk@47388 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 21:25:47 +00:00
law%netscape.com
fcfbba75c5 Minor tweak to view source title
git-svn-id: svn://10.0.0.236/trunk@47387 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 21:25:03 +00:00
sspitzer%netscape.com
f518908ab1 adding a string to match the addition state. we need this, or we crash when DEBUG_NEWS is set.
git-svn-id: svn://10.0.0.236/trunk@47386 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 21:24:44 +00:00
ssu%netscape.com
82736c915d optimized script. not part of seamonkey build yet
git-svn-id: svn://10.0.0.236/trunk@47385 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 21:23:16 +00:00
rchen%netscape.com
ac1506c122 Add localization notes
git-svn-id: svn://10.0.0.236/trunk@47384 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 21:21:51 +00:00
valeski%netscape.com
a4d2c857d7 we now attempt a read even if the buffer's available count is zero. we were calling available before any data was getting in
git-svn-id: svn://10.0.0.236/trunk@47383 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 21:21:00 +00:00
law%netscape.com
6347859578 Enable mail composition to be opened via window.openDialog
git-svn-id: svn://10.0.0.236/trunk@47382 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 21:19:27 +00:00
jj%netscape.com
031c9700f2 add nsIQFAServices.idl for quality feedback agent.
git-svn-id: svn://10.0.0.236/trunk@47381 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 21:07:52 +00:00
cyeh%netscape.com
0b9281a31f add idl header for quality feedback agent
git-svn-id: svn://10.0.0.236/trunk@47380 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 21:03:57 +00:00
ssu%netscape.com
12972d304b updated usage message
git-svn-id: svn://10.0.0.236/trunk@47379 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 21:01:27 +00:00
ssu%netscape.com
7bc08dd1bc updated usage
git-svn-id: svn://10.0.0.236/trunk@47378 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 20:57:49 +00:00
ssu%netscape.com
813d31ea45 replaced hard coded string with variable. file is not part of seamonkey build
git-svn-id: svn://10.0.0.236/trunk@47377 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 20:51:24 +00:00
ssu%netscape.com
83bc6b5dba initial checkin for seamonkey components. not part of seamonkey build yet
git-svn-id: svn://10.0.0.236/trunk@47376 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 20:50:22 +00:00
cyeh%netscape.com
2219b90c92 set id back to null. note to self, explicit checkins are your friend.
git-svn-id: svn://10.0.0.236/trunk@47375 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 20:47:35 +00:00
cyeh%netscape.com
80490f332e *** empty log message ***
git-svn-id: svn://10.0.0.236/trunk@47374 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 20:44:58 +00:00
pollmann%netscape.com
26e9fe5487 Backing things out until I can get Solaris bustage figured out.
git-svn-id: svn://10.0.0.236/trunk@47373 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 20:42:26 +00:00
law%netscape.com
41c3b49c87 Enable editor window to be opened via window.openDialog
git-svn-id: svn://10.0.0.236/trunk@47372 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 20:36:19 +00:00
rchen%netscape.com
34c122fe5b Add localization notes
git-svn-id: svn://10.0.0.236/trunk@47371 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 20:24:29 +00:00
ducarroz%netscape.com
bb2458ce62 Remove key binding again as other problems appear!
git-svn-id: svn://10.0.0.236/trunk@47370 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 19:54:41 +00:00
valeski%netscape.com
7367291860 updated date formatting code for FTP dir listing. we're now more accurate. also commented out some extraneous logging
git-svn-id: svn://10.0.0.236/trunk@47369 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 19:45:43 +00:00
valeski%netscape.com
ddb76a233d content types are now forced to lower case: 13609
git-svn-id: svn://10.0.0.236/trunk@47368 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 19:42:09 +00:00
srinivas%netscape.com
bee2f880f2 Define __STRICT_ANSI__ for Linux to eliminate spurious warnings. Checkin
for Chris Seawood <cls@seawood.org>.


git-svn-id: svn://10.0.0.236/trunk@47367 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 19:39:46 +00:00
pollmann%netscape.com
effb7dd14d Bug 13058: Keep the cache in sync with the widget state for native selects.
git-svn-id: svn://10.0.0.236/trunk@47366 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 19:39:23 +00:00
pollmann%netscape.com
728fa62c1d Bug 13058: Update select control interface to include 'get option selection'
git-svn-id: svn://10.0.0.236/trunk@47365 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 19:37:51 +00:00
pollmann%netscape.com
50e561d4b7 Bug 13058: Implement nsIStatefulFrame for selects. Some memory leak fixes. Plus the usual plethora of bugfixes for native selects
git-svn-id: svn://10.0.0.236/trunk@47364 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 19:37:45 +00:00
matt%netscape.com
1fe2334338 fixing bug 12525
git-svn-id: svn://10.0.0.236/trunk@47363 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 19:35:15 +00:00
briano%netscape.com
580089934f Automated update
git-svn-id: svn://10.0.0.236/trunk@47362 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 19:30:35 +00:00
pollmann%netscape.com
975786079e Bug 13058: Implement nsIStatefulFrame for file inputs, cache value until child textbox is created, and misc cleanups.
git-svn-id: svn://10.0.0.236/trunk@47361 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 19:28:45 +00:00
nisheeth%netscape.com
960dd35b33 Added start/stop calls for the stopwatch in the nsIContentSink and nsIHTMLContentSink method implementations. Added printing of content creation time in DidBuildModel().
git-svn-id: svn://10.0.0.236/trunk@47360 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 19:24:42 +00:00
law%netscape.com
654524d8a0 Remove test <keyset>
git-svn-id: svn://10.0.0.236/trunk@47359 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 19:23:04 +00:00
Jerry.Kirk%Nexwarecorp.com
d340e05d69 Added a way for cross-compiling platforms (such as Neutrino/Photon) to
define HAVE_DEV_ZERO and override the test added by jdunn@netscape.com
for nsPageMgr objects.


git-svn-id: svn://10.0.0.236/trunk@47358 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 19:20:08 +00:00
pollmann%netscape.com
77aee0dba6 Bug 13058: Implement nsIStatefulFrame for text inputs and textareas
git-svn-id: svn://10.0.0.236/trunk@47357 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 19:19:55 +00:00
pollmann%netscape.com
fba5d58ed1 Bug 13058: Handle SetTextControlState for native widgets even before the widget is created (cache the value).
git-svn-id: svn://10.0.0.236/trunk@47356 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 19:18:23 +00:00
pollmann%netscape.com
e3a67f8c26 Bug 13058: Implement nsIStatefulFrame for radio buttons
git-svn-id: svn://10.0.0.236/trunk@47355 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 19:16:15 +00:00
nhotta%netscape.com
6b70d4a5de Changed to return unconverted length for charset conversion.
git-svn-id: svn://10.0.0.236/trunk@47354 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 19:12:31 +00:00
pollmann%netscape.com
0b42a0ace3 Bug 13058: Implement nsIStatefulFrame for checkboxes
git-svn-id: svn://10.0.0.236/trunk@47353 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 19:12:08 +00:00
hangas%netscape.com
0c48ccab96 Fix assert caused by attempt to load js that does not exist.
git-svn-id: svn://10.0.0.236/trunk@47352 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 19:05:34 +00:00
bienvenu%netscape.com
825460b285 fix release mode build bustage
git-svn-id: svn://10.0.0.236/trunk@47351 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 16:25:59 +00:00
slamm%netscape.com
b156beda6d Start defines in first column.
git-svn-id: svn://10.0.0.236/trunk@47350 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 16:17:55 +00:00
ramiro%netscape.com
9af4d29353 Fix for the loser linux tinderbox compiler.
git-svn-id: svn://10.0.0.236/trunk@47349 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 15:16:31 +00:00
karnaze%netscape.com
f38db61f7a new regression test
git-svn-id: svn://10.0.0.236/trunk@47348 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 15:00:48 +00:00
nisheeth%netscape.com
492f2c73ac First cut to start measuring content creation time in the content sink. Only enabled if MOZ_PERF is set to 1 in the environment at build time.
git-svn-id: svn://10.0.0.236/trunk@47347 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 14:38:52 +00:00
nisheeth%netscape.com
fc00deffb8 The layout dll now links into util.lib to get at the stopwatch object code.
git-svn-id: svn://10.0.0.236/trunk@47346 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 14:35:14 +00:00
nisheeth%netscape.com
4b1b80d10a Added methods to save/restore the state of the stopwatch.
git-svn-id: svn://10.0.0.236/trunk@47345 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 14:32:42 +00:00
ramiro%netscape.com
4febbebf59 Add CRAWL_STACK_ON_SIGSEGV to crawl and dump the stack on SIGSEGV and
workaround the totally losing linux development experience.


git-svn-id: svn://10.0.0.236/trunk@47344 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 13:54:46 +00:00
ramiro%netscape.com
9520c50956 Fix mac and windows builds.
git-svn-id: svn://10.0.0.236/trunk@47343 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 13:44:20 +00:00
ramiro%netscape.com
0e5bece386 Add support for demangling undefined symbols.
git-svn-id: svn://10.0.0.236/trunk@47342 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 13:40:22 +00:00
ramiro%netscape.com
48c78b249a Link with -liberty when MOZ_DEMANGLE_SYMBOLS is set.
git-svn-id: svn://10.0.0.236/trunk@47341 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 13:33:05 +00:00
briano%netscape.com
2a971ad706 Automated update
git-svn-id: svn://10.0.0.236/trunk@47340 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 13:31:12 +00:00
ramiro%netscape.com
2bb20f998c Add MOZ_DEMANGLE_SYMBOLS to debug builds for demangling symbols.
git-svn-id: svn://10.0.0.236/trunk@47339 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 13:30:12 +00:00
ramiro%netscape.com
614a9e29da Add DemangleSymbol() for demangling symbols on linux.
git-svn-id: svn://10.0.0.236/trunk@47338 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 13:24:25 +00:00
morse%netscape.com
56659e6864 don't save values internally if user can't or won't unlock the database
git-svn-id: svn://10.0.0.236/trunk@47337 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 12:30:14 +00:00
sspitzer%netscape.com
fedbb4a788 check the return values when calling SetDefaultLocalPath(). mail.root.pop wasn't getting set when migrating a profile that used pop. it was caused by a simple cut and paste error.
git-svn-id: svn://10.0.0.236/trunk@47336 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 12:08:02 +00:00
sspitzer%netscape.com
3e3414abd4 clean up my comment
git-svn-id: svn://10.0.0.236/trunk@47335 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 11:37:07 +00:00
sspitzer%netscape.com
a292a9bf13 there is no nsNoService, so in the MsgLocalFactory, we
registered the nsPop3Service with both
"component://netscape/messenger/protocol/info;type=none"
"component://netscape/messenger/protocol/info;type=pop3"
on disk, both roots (mail.root.none and mail.root.pop3)
should point to <profile>/Mail or "mail.directory"
so we set both here to the same value


git-svn-id: svn://10.0.0.236/trunk@47334 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 11:36:10 +00:00
sspitzer%netscape.com
6d42b44f38 only automigrate (when we have one profile) on windows.
git-svn-id: svn://10.0.0.236/trunk@47333 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 11:12:10 +00:00
morse%netscape.com
46cd450ed0 cleanup: TRUE->PR_TRUE, FALSE->PR_FALSE
git-svn-id: svn://10.0.0.236/trunk@47332 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 10:52:15 +00:00
morse%netscape.com
0a7ebbd0dc fix bug 13717
git-svn-id: svn://10.0.0.236/trunk@47331 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 10:47:59 +00:00
sspitzer%netscape.com
547c4b6472 fix build bustage
git-svn-id: svn://10.0.0.236/trunk@47330 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 10:43:49 +00:00
sspitzer%netscape.com
6d0567ef31 turn on migration for the mac. note, it doesn't work just yet.
also, for mac, like unix, don't automigrate if there is only one profile.
this make it hell to debug.  once it works, we can make it automigrate if
we only have one profile if we want.


git-svn-id: svn://10.0.0.236/trunk@47329 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 10:23:08 +00:00
ssu%netscape.com
ee5d6edc0f initial checkin for building native windows installer. It is not part of the seamonkey build yet.
git-svn-id: svn://10.0.0.236/trunk@47328 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 10:02:42 +00:00
sspitzer%netscape.com
ffae462be4 we no longer have to be all crazy in our Makefile.
we can just build base once.  I am so happy this is fixed.


git-svn-id: svn://10.0.0.236/trunk@47327 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 09:56:44 +00:00
sspitzer%netscape.com
d9b84fefc7 the pref migrator iid's look very suspicous, so regenerate them.
follow convention:
rename nsPrefMigrationIIDs.h to nsPrefMigrationCIDs.h
rename NS_IPrefMigration_IID -> NS_PREFMIGRATION_CID
rename kFoo_CID to kFooCID
use the NS_GET_IID macro


git-svn-id: svn://10.0.0.236/trunk@47326 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 09:41:41 +00:00
alecf%netscape.com
2d622fbef1 tables should not be white - it makes all the mail prefs white
git-svn-id: svn://10.0.0.236/trunk@47325 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 09:40:00 +00:00
sspitzer%netscape.com
63676ad42c mail.root.nntp wasn't getting set when I called SetDefaultLocalPath() on a nntp incoming server because QueryInterface for nsNttpService was not fixed to support nsIMsgProtocolInfo. use the cool macro and the problem goes away. woo-hoo!
git-svn-id: svn://10.0.0.236/trunk@47324 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 09:34:23 +00:00
warren%netscape.com
f54f77ad2a Fixed uninitialized return value.
git-svn-id: svn://10.0.0.236/trunk@47323 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 09:33:53 +00:00
alecf%netscape.com
44911ed74f actually, create the account at the end
git-svn-id: svn://10.0.0.236/trunk@47322 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 09:28:15 +00:00
alecf%netscape.com
64a8535e2b workaround for broken GFX combo box
git-svn-id: svn://10.0.0.236/trunk@47321 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 09:26:57 +00:00
sspitzer%netscape.com
3d708b73ab my mistake, news is correct in this case. this case.
git-svn-id: svn://10.0.0.236/trunk@47320 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 09:14:22 +00:00
sspitzer%netscape.com
af2bd19ff0 nsIMsgIncomingServer needs a SetDefaultLocalPath(). we use this when migrating prefs.
add the newsrcRootPath attribute to the nsINntpIncomingServer interface.
implement Set/GetNewsrcRootPath(), similar to how Set/GetDefaultLocalPath() are implemented.

rewrite nsMsgAccountManager to use
Set/GetDefaultLocalPath() and Set/GetNewsrcRootPath()

rename some methods in nsMsgAccountManager for correctness.


git-svn-id: svn://10.0.0.236/trunk@47319 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 09:03:40 +00:00
sspitzer%netscape.com
2e6a8fd28d the type is nntp, not news. this was preventing me from setting mail.root.nntp
git-svn-id: svn://10.0.0.236/trunk@47318 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 08:57:34 +00:00
rjc%netscape.com
56bdff1fd2 Rename "Nickname" to "Custom Keyword" per marketing.
git-svn-id: svn://10.0.0.236/trunk@47317 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 08:51:03 +00:00
rjc%netscape.com
ac74343554 Use GetValueConst a bit more.
git-svn-id: svn://10.0.0.236/trunk@47316 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 08:43:57 +00:00
sspitzer%netscape.com
17c95aed70 fix warnings
git-svn-id: svn://10.0.0.236/trunk@47315 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 08:36:10 +00:00
sspitzer%netscape.com
8d93bdc57f when you get the default local path, and it wasn't set, and you make one up, you need to set it so the pref will get set.
git-svn-id: svn://10.0.0.236/trunk@47314 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 08:32:58 +00:00
rjc%netscape.com
0800073b91 Disallow quotes in etag.
git-svn-id: svn://10.0.0.236/trunk@47313 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 08:25:14 +00:00
rjc%netscape.com
e5621524e1 Strip non-numeric characters from relevancy info.
git-svn-id: svn://10.0.0.236/trunk@47312 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 08:23:35 +00:00
alecf%netscape.com
1cb351c6da register smtp server
git-svn-id: svn://10.0.0.236/trunk@47311 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 08:23:20 +00:00
alecf%netscape.com
c19dc56a1b build smtp server on windows
git-svn-id: svn://10.0.0.236/trunk@47310 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 08:22:50 +00:00
alecf%netscape.com
4fac3f2f94 fix solaris bustage
git-svn-id: svn://10.0.0.236/trunk@47309 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 08:19:54 +00:00
alecf%netscape.com
185dbfd60d oops, forgot constructor/destructor
git-svn-id: svn://10.0.0.236/trunk@47308 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 08:16:21 +00:00
sspitzer%netscape.com
181bfa1da4 added files: mozilla/mailnews/compose/src/nsSmtpServer.cpp
git-svn-id: svn://10.0.0.236/trunk@47307 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 08:03:36 +00:00
hangas%netscape.com
5c371d8aad Fix bug 13564.
git-svn-id: svn://10.0.0.236/trunk@47306 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 07:59:31 +00:00
alecf%netscape.com
a12a31ef78 ok, finally write this thing out to prefs
git-svn-id: svn://10.0.0.236/trunk@47305 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 07:58:04 +00:00
alecf%netscape.com
224d59394a unify server creation like the account manager
git-svn-id: svn://10.0.0.236/trunk@47304 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 07:15:21 +00:00
ftang%netscape.com
3347130bb7 Check in Arabic/Hebrew rendering code from the net.
git-svn-id: svn://10.0.0.236/trunk@47303 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 07:06:54 +00:00
alecf%netscape.com
8da5943000 support add/removal of SMTP servers
git-svn-id: svn://10.0.0.236/trunk@47302 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 07:03:47 +00:00
mscott%netscape.com
6c13db71af the imap server sink is now blocking so in ProcessCurrentUrl we would block when
calling LoadNextQueuedUrl which in turn signaled a url ready to run monitor. When it was non-blocking
things used to work fine because we had time to get into the wait for monitor code but now we aren't getting
there. So we're getting around the problem by flagging ourselves as ready to run another url.

This problem manifested itself when we started loading a message right after deleting one in the thread pane.


git-svn-id: svn://10.0.0.236/trunk@47301 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 06:55:42 +00:00
alecf%netscape.com
59325ab609 oops, add back with and height, and entity-ify the title separator & modifier
git-svn-id: svn://10.0.0.236/trunk@47300 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 06:31:32 +00:00
alecf%netscape.com
f5540ac111 support View->Show...->Message
git-svn-id: svn://10.0.0.236/trunk@47299 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 06:28:05 +00:00
alecf%netscape.com
7552fa9f00 move this to it's own function
git-svn-id: svn://10.0.0.236/trunk@47298 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 06:27:36 +00:00
alecf%netscape.com
c7c827f3f7 drop the product monkier for now, hopefully the "titlemodifier" will handle this for us
git-svn-id: svn://10.0.0.236/trunk@47297 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 06:26:50 +00:00
hangas%netscape.com
e231b5e869 Moved Close menu item to its new location.
git-svn-id: svn://10.0.0.236/trunk@47296 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 06:18:08 +00:00
hangas%netscape.com
ad83b3f4ef Moved Close menu item to its new position.
git-svn-id: svn://10.0.0.236/trunk@47295 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 06:16:12 +00:00
dougt%netscape.com
9533c14465 commenting out the autoproxy header def. Missed this file.
git-svn-id: svn://10.0.0.236/trunk@47294 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 06:12:22 +00:00
mcafee%netscape.com
6ded3993d6 Adding buttons for colorpicker placeholder, some minor text reformatting.
git-svn-id: svn://10.0.0.236/trunk@47293 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 05:50:32 +00:00
amusil%netscape.com
a55c3aaf65 Added id to the main menupopup
git-svn-id: svn://10.0.0.236/trunk@47292 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 05:38:54 +00:00
mscott%netscape.com
2fdf5cc7bf api sync for fetch message.
git-svn-id: svn://10.0.0.236/trunk@47291 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 05:35:58 +00:00
mscott%netscape.com
60a4e48a89 Bug #9593, #13674 --> implement save message to disk. i also added added a helper function: DecomposeImapURI, optimized some lines to use nsCAutoString
fixed a few mem leaks where we would leak an imap url...enforced
 com ptr useage for nsIImapUrl. FetchMessage no longer requires the sink event queue...as an interface
simplification, we can just figure it out ourselves..


git-svn-id: svn://10.0.0.236/trunk@47290 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 05:35:40 +00:00
mscott%netscape.com
34266bbe1b Bug #9593 --> make the old display code turn into save msg to disk code
git-svn-id: svn://10.0.0.236/trunk@47289 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 05:34:54 +00:00
mscott%netscape.com
2d4f36c96a add save message to disk action.
git-svn-id: svn://10.0.0.236/trunk@47288 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 05:34:04 +00:00
mscott%netscape.com
0b8998571a Bug #9593 --> implement save message to disk. i also added added
git-svn-id: svn://10.0.0.236/trunk@47287 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 05:33:55 +00:00
mscott%netscape.com
510cbaa1b6 Bug #9593 --> SetupMsgWriteStream needs to know the file name of the file we should write the message to. Use this value instead of "tempMessage.eml"
git-svn-id: svn://10.0.0.236/trunk@47286 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 05:33:35 +00:00
dougt%netscape.com
e6215bccda commenting out autoproxifcation of parameter so that mscott can continue his
work.   AutoProxication is broke.


git-svn-id: svn://10.0.0.236/trunk@47285 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 05:24:11 +00:00
sspitzer%netscape.com
fa4781dd84 don't override GetPrettyName in nsNoIncomingServer. I was being silly. All I really needed to do was call SetPrettyName with 'Local Mail' to get the desired effect.
git-svn-id: svn://10.0.0.236/trunk@47284 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 05:10:53 +00:00
alecf%netscape.com
2d77e1ab2d it's index now, not value
git-svn-id: svn://10.0.0.236/trunk@47283 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 05:07:45 +00:00
warren%netscape.com
4659a90837 Don't hold the service manager lock around CreateInstance -- deadlock potential.
git-svn-id: svn://10.0.0.236/trunk@47282 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 04:50:48 +00:00
troy%netscape.com
23a52e2e24 Fix for bug #13700. Removed a warning that's no longer needed
git-svn-id: svn://10.0.0.236/trunk@47281 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 04:43:16 +00:00
putterman%netscape.com
3dcc1e050e After deleting, the next message is selected.
git-svn-id: svn://10.0.0.236/trunk@47280 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 04:41:46 +00:00
warren%netscape.com
8a512d43b3 Getting ready to turn on the new file transport.
git-svn-id: svn://10.0.0.236/trunk@47279 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 04:36:16 +00:00
davidm%netscape.com
21add209a6 13698 Assertion: "uh oh, couldn't Init() for some reason" (NS_SUCC
reorder unregister code so this doesn't happen


git-svn-id: svn://10.0.0.236/trunk@47278 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 04:22:12 +00:00
alecf%netscape.com
8e1f15a95d add new nsSmtpServer/etc to the build
git-svn-id: svn://10.0.0.236/trunk@47277 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 04:22:09 +00:00
vidur%netscape.com
407d5256ec Fix for bug 13192. Document is parented by the global object of the container context, not the calling context.
git-svn-id: svn://10.0.0.236/trunk@47276 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 04:17:07 +00:00
briano%netscape.com
5e21d700fe Automated update
git-svn-id: svn://10.0.0.236/trunk@47275 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 04:15:54 +00:00
jdunn%netscape.com
600674b872 on HPUX, Native compiler, use the aCC/CC to link shared objects instead
of the linker.
NOTE:  for TK_LIBS and MOZ_GTK_LDFLAGS you need to link against -l:libm.sl
       instead of lm, otherwise gfx/src/gtk/libgfx_gtk.sl won't link


git-svn-id: svn://10.0.0.236/trunk@47274 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 04:14:06 +00:00
alecf%netscape.com
9475f372be define the PROGID and declare the enums in IDL
git-svn-id: svn://10.0.0.236/trunk@47273 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 04:09:28 +00:00
bienvenu%netscape.com
910b8a999f break out UpdateFolder method from GetMessages
git-svn-id: svn://10.0.0.236/trunk@47272 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 04:02:34 +00:00
rginda%ndcico.com
4d57de8d39 Not part of the default build
listbox.js
'remove' fix
test3-handlers.js
outputFilter added, outbound messages echoed to display
test3-static.js
added client ID to version reply
/me commands echoed
test3.css
color changes


git-svn-id: svn://10.0.0.236/trunk@47271 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 03:57:54 +00:00
briano%netscape.com
0547e14281 Also need to link with libfullsoft.a if Talkback is enabled.
git-svn-id: svn://10.0.0.236/trunk@47270 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 03:35:02 +00:00
sspitzer%netscape.com
7536fca4f4 the args should be -installer, not -prefs
git-svn-id: svn://10.0.0.236/trunk@47269 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 03:27:31 +00:00
sspitzer%netscape.com
364a6bc19e create a "Mozilla Installer" thing for the mac.
now if only -installer would work on the mac.
but that's next.


git-svn-id: svn://10.0.0.236/trunk@47268 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 03:25:58 +00:00
sspitzer%netscape.com
7df00f8b3d make the defaultLocalPath attribute of the nsIMsgProtocolInfo interface NOT read only. when we do pref migration, I have to call the setter (which will set the pref for me)
git-svn-id: svn://10.0.0.236/trunk@47267 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 03:16:02 +00:00
jdunn%netscape.com
d4a13e9c17 Fix MAC bustage... don't need the static declaration
git-svn-id: svn://10.0.0.236/trunk@47266 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 02:54:23 +00:00
briano%netscape.com
1be96e2703 General cleanup.
git-svn-id: svn://10.0.0.236/trunk@47265 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 02:51:42 +00:00
hangas%netscape.com
b242b2d838 Added platform specific xul/dtd stuff to Mac build.
git-svn-id: svn://10.0.0.236/trunk@47264 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 02:27:59 +00:00
bienvenu%netscape.com
71ae78ef91 use server key instead of host username when finding imap folders, fixes folder discovery after migration bug
git-svn-id: svn://10.0.0.236/trunk@47263 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 02:23:56 +00:00
sspitzer%netscape.com
f75506dc1a changes for hangas for his platform specific ui
git-svn-id: svn://10.0.0.236/trunk@47262 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 02:19:34 +00:00
sspitzer%netscape.com
bcae1e7f55 changes for hangas for his platform specific ui files
git-svn-id: svn://10.0.0.236/trunk@47261 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 02:13:50 +00:00
sspitzer%netscape.com
3f197cc0c9 ignore the generated Makefiles
git-svn-id: svn://10.0.0.236/trunk@47260 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 02:08:25 +00:00
waterson%netscape.com
15fd08e6c5 Strip some dead code. Re-enable sorting.
git-svn-id: svn://10.0.0.236/trunk@47259 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 02:07:46 +00:00
jdunn%netscape.com
62613afc8e move GetInstance from the header to the CPP since HPUX was throwing an
unresolved symbol.


git-svn-id: svn://10.0.0.236/trunk@47258 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 02:05:47 +00:00
waterson%netscape.com
ae1635a24e Add some commentary.
git-svn-id: svn://10.0.0.236/trunk@47257 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 02:01:33 +00:00
pollmann%netscape.com
aa2dc19418 Bug 13058: Tweaks to StatefulFrame interface - and not keeping state for anonymous content
git-svn-id: svn://10.0.0.236/trunk@47256 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 02:00:20 +00:00
hangas%netscape.com
3c53e20a88 Fix depth in makefiles.
git-svn-id: svn://10.0.0.236/trunk@47255 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 02:00:19 +00:00
pollmann%netscape.com
9a754a7e17 Bug 13058: Tweaks to StatefulFrame interface - and the hash key formula
git-svn-id: svn://10.0.0.236/trunk@47254 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 01:59:33 +00:00
pollmann%netscape.com
a9ae17c799 Bug 13058: Tweaks to StatefulFrame interface
git-svn-id: svn://10.0.0.236/trunk@47253 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 01:58:49 +00:00
hangas%netscape.com
ded78b27c8 Setting up platform specific xul and dtd files.
git-svn-id: svn://10.0.0.236/trunk@47252 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 01:50:17 +00:00
slamm%netscape.com
bd22353b9b Style tweaks
git-svn-id: svn://10.0.0.236/trunk@47251 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 01:47:17 +00:00
hangas%netscape.com
b3279bc0f7 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@47250 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 01:44:37 +00:00
briano%netscape.com
5d4c8c7daa General cleanup.
git-svn-id: svn://10.0.0.236/trunk@47249 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 01:35:43 +00:00
karnaze%netscape.com
d7c9692b2e bug 13135, removed unused code
git-svn-id: svn://10.0.0.236/trunk@47248 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 01:27:40 +00:00
pierre%netscape.com
1208d23145 #11862 "[PP] 'ex' length measurement is smaller on Mac": changed the ratio of lowercase/uppercase to 5/7 = 0.71.
git-svn-id: svn://10.0.0.236/trunk@47247 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 01:17:47 +00:00
pollmann%netscape.com
a44d5d7eae Nuke some warnings.
git-svn-id: svn://10.0.0.236/trunk@47246 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 01:15:33 +00:00
sfraser%netscape.com
2a0b533eb0 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@47245 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 01:05:35 +00:00
briano%netscape.com
46226f556f General cleanup.
git-svn-id: svn://10.0.0.236/trunk@47244 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 01:02:20 +00:00
hangas%netscape.com
1ab40fe687 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@47243 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 00:51:33 +00:00
sfraser%netscape.com
25ebe9b71f Fix the file type of the shared lib
git-svn-id: svn://10.0.0.236/trunk@47242 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 00:49:58 +00:00
sfraser%netscape.com
11daad90c4 Export by #pragma, rather than exporting all globals
git-svn-id: svn://10.0.0.236/trunk@47241 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 00:49:38 +00:00
dp%netscape.com
5476412e59 Adding -lmozjs to fix runtime symbol not found problems.
git-svn-id: svn://10.0.0.236/trunk@47240 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 00:49:21 +00:00
sfraser%netscape.com
3cd589e02f Remove old unused files.
git-svn-id: svn://10.0.0.236/trunk@47239 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 00:48:12 +00:00
sspitzer%netscape.com
4d59f79f22 fix for #13708. remove the message formatting pref pane: it's in the account wizard now.
git-svn-id: svn://10.0.0.236/trunk@47238 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 00:43:10 +00:00
troy%netscape.com
2a1397ed15 Added back all of Peter's changes to ConstructRootFrame() to use the correct
pseudo element styles. Somehow evaughan commented out his code and reverted
to the old wrong code...


git-svn-id: svn://10.0.0.236/trunk@47237 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 00:40:16 +00:00
alecf%netscape.com
e836287365 use new protocolinfo service
git-svn-id: svn://10.0.0.236/trunk@47236 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 00:36:37 +00:00
alecf%netscape.com
2298048c98 register news protocol info
git-svn-id: svn://10.0.0.236/trunk@47235 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 00:34:02 +00:00
rginda%ndcico.com
dc1c8269df Not part of the dafult build
Makefile updates to install test3 on unix/win (win not tested)
paths fixed in test3.xul
help message added to test3-static.js
initialize the client object before the help message is displayed in test3-handlers.js
fix to keys() in utils.js to prevent trailing comma


git-svn-id: svn://10.0.0.236/trunk@47234 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 00:27:34 +00:00
tbogard%aol.net
ba7fdcb7b0 Added the global css files to the list of css includes.
git-svn-id: svn://10.0.0.236/trunk@47233 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 00:16:17 +00:00
alecf%netscape.com
9cba712e28 register imap protocol info progid
git-svn-id: svn://10.0.0.236/trunk@47232 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 00:15:08 +00:00
endico%mozilla.org
6bb4a5a4a2 add milestone and bug owner to each bug, where appropriate. (repleaces chofmann.cgi)
git-svn-id: svn://10.0.0.236/trunk@47231 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 00:14:50 +00:00
buster%netscape.com
f15796dc95 fixed bug 13669, wrong password when user typed with 1 or more characters selected
git-svn-id: svn://10.0.0.236/trunk@47230 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 00:11:22 +00:00
alecf%netscape.com
e364a88e7c don't need to depend on nsMsgBaseCID.h anymore
git-svn-id: svn://10.0.0.236/trunk@47229 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 00:10:29 +00:00
briano%netscape.com
f14a3ee4ab Whoops, deleted one too many endifs.
git-svn-id: svn://10.0.0.236/trunk@47228 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 00:10:22 +00:00
alecf%netscape.com
53e8e8aeed moving progid, it doesn't belong in the factory file
git-svn-id: svn://10.0.0.236/trunk@47227 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 00:09:48 +00:00
sspitzer%netscape.com
7fabdfae5b fix for #13704.
also, instead of just checking that ".msf" or ".snm" or ".summary" appears in th
e file name, we now check if the filename *ends* with ".msf", ".snm" or ".summar
y".


git-svn-id: svn://10.0.0.236/trunk@47226 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 00:08:33 +00:00
alecf%netscape.com
ef4ce6e0d9 also implement "none" protocol info
git-svn-id: svn://10.0.0.236/trunk@47225 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 00:04:09 +00:00
alecf%netscape.com
e3b6ad2ed8 register pop3service as a protocolinfo
git-svn-id: svn://10.0.0.236/trunk@47224 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 00:01:57 +00:00
slamm%netscape.com
4842ae384d whoops. Last checkin was a slip. Undo.
git-svn-id: svn://10.0.0.236/trunk@47223 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 23:57:14 +00:00
alecf%netscape.com
b7bdb9a331 add progid prefix
git-svn-id: svn://10.0.0.236/trunk@47222 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 23:56:19 +00:00
slamm%netscape.com
b155e1fe79 Add summary by name. Add body attributes for color, etc.
git-svn-id: svn://10.0.0.236/trunk@47221 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 23:56:11 +00:00
slamm%netscape.com
157528671d Add summary by name. Add body attributes for color, etc.
git-svn-id: svn://10.0.0.236/trunk@47220 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 23:55:17 +00:00
alecf%netscape.com
01f56adaa6 implement nsIMsgProtocolInfo in news
git-svn-id: svn://10.0.0.236/trunk@47219 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 23:53:33 +00:00
alecf%netscape.com
86f02b3aa6 implement nsIMsgProtocolInfo in nsImapService
git-svn-id: svn://10.0.0.236/trunk@47218 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 23:51:16 +00:00
briano%netscape.com
6a8218319e General cleanup.
git-svn-id: svn://10.0.0.236/trunk@47217 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 23:49:27 +00:00
warren%netscape.com
bdc5086fff Added nsIRunnable.h and nsIThreadPool.h temporarily.
git-svn-id: svn://10.0.0.236/trunk@47216 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 23:45:31 +00:00
ftang%netscape.com
7704c02443 optimizatoin work
git-svn-id: svn://10.0.0.236/trunk@47215 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 23:44:48 +00:00
warren%netscape.com
56190e4c58 Added temporarily, until I can get nsIThreadPool.h added to all the .cpp files, and then switch over to nsIThreadPool.idl
git-svn-id: svn://10.0.0.236/trunk@47214 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 23:43:02 +00:00
warren%netscape.com
4399a4d568 Added temporarily, until I can get nsIRunnable.h added to all the .cpp files, and then switch over to nsIRunnable.idl
git-svn-id: svn://10.0.0.236/trunk@47213 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 23:40:52 +00:00
mcafee%netscape.com
6b168d83db Shortening historyPages so that layout looks better.
git-svn-id: svn://10.0.0.236/trunk@47212 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 23:38:18 +00:00
ftang%netscape.com
648b7ce78b Unicode 3.0 fix
git-svn-id: svn://10.0.0.236/trunk@47211 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 23:35:29 +00:00
tbogard%aol.net
d101620345 Changed sites to be something smaller without pop-ups for testing.
git-svn-id: svn://10.0.0.236/trunk@47210 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 23:34:00 +00:00
mcafee%netscape.com
7cc28ba8d9 Shortening Clear Location Bar to Clear, it was falling off the page.
git-svn-id: svn://10.0.0.236/trunk@47209 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 23:30:58 +00:00
ftang%netscape.com
784384445e Unicode 3.0 tweak
git-svn-id: svn://10.0.0.236/trunk@47208 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 23:30:06 +00:00
valeski%netscape.com
7720e5d6cd fixed buffer mem allocation inconsistencies. we now loop for more data on long dir listings. we also consider any server string with 'windows' in it, to be an NT server. also added deletion of dir listing underlying buffer fir stringstream to the OnDataAvailEvent destructor; kinda ugly, but works
git-svn-id: svn://10.0.0.236/trunk@47207 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 23:29:12 +00:00
valeski%netscape.com
a7e140e46e we're now registering sreamconverters in the NSRegisterSelf function; HURRAY!. Also added escaping to FTP's rendition of http-index filenames and dates. date formatting is still hosed though :(. I'm working on it)
git-svn-id: svn://10.0.0.236/trunk@47206 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 23:26:26 +00:00
troy%netscape.com
c954db6048 Changed ConstructRootFrame() to use the ":canvas" pseudo element style for
the root frame


git-svn-id: svn://10.0.0.236/trunk@47205 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 23:26:21 +00:00
norris%netscape.com
18d621a452 Fix arielb warnings.
git-svn-id: svn://10.0.0.236/trunk@47204 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 23:23:54 +00:00
rginda%ndcico.com
bec84d7988 Added test3.xul and friends
git-svn-id: svn://10.0.0.236/trunk@47203 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 23:23:53 +00:00
alecf%netscape.com
facf7156ab add new query_interface4 and query_interfac5 (hey, I needed it!)
git-svn-id: svn://10.0.0.236/trunk@47202 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 23:23:20 +00:00
rods%netscape.com
6ba1c874d6 cleaned up some code
add method to get the absolute rect of the combobox frame for hit detectio
now drop downs drop down under the select


git-svn-id: svn://10.0.0.236/trunk@47201 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 23:20:50 +00:00
pierre%netscape.com
9111c1aa2a Fixed #9456 "[PP]DOM Event listeners don't get MouseOut events when mouse leaves window": mLastWidgetHit and mLastWidgetPointed are now static variables.
git-svn-id: svn://10.0.0.236/trunk@47200 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 23:18:28 +00:00
sfraser%netscape.com
2f7ff12e1b First Checked In.
git-svn-id: svn://10.0.0.236/trunk@47199 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 23:10:16 +00:00
alecf%netscape.com
29557d33cc implement the new nsIMsgProtocolInfo in nsPop3Service
git-svn-id: svn://10.0.0.236/trunk@47198 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 23:04:24 +00:00
alecf%netscape.com
ec18712f3b oops, this was supposed to be an nsIFileSpec
git-svn-id: svn://10.0.0.236/trunk@47197 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 23:03:31 +00:00
rginda%ndcico.com
e765aaa0c8 added irc-degug.js, holds eventhook used when the irc library is in debug mode.
git-svn-id: svn://10.0.0.236/trunk@47196 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 23:01:11 +00:00
rginda%ndcico.com
b7751d0c9f irc.js:
formatting changes; added |properNick| to CIRCUser to hold nickname with nIcKCaPs preserved.

utils.js:
optimized silly code in matchObject; fixed no-op renameProperty (it used to delete the prop)


git-svn-id: svn://10.0.0.236/trunk@47195 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 22:59:41 +00:00
ftang%netscape.com
dab611c874 fix the massed up PROG8-10
git-svn-id: svn://10.0.0.236/trunk@47194 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 22:58:18 +00:00
karnaze%netscape.com
3e3203bbdd new regression test
git-svn-id: svn://10.0.0.236/trunk@47193 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 22:54:17 +00:00
alecf%netscape.com
c065fd7d32 export/build nsIMsgProtocolInfo.idl on all platforms
git-svn-id: svn://10.0.0.236/trunk@47192 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 22:51:38 +00:00
ftang%netscape.com
a02f0e3654 add ToNewUTF8Stirng to nsString
git-svn-id: svn://10.0.0.236/trunk@47191 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 22:51:29 +00:00
karnaze%netscape.com
b2c8e6aeac bug 13105 - removed code which set frames style to "all"
git-svn-id: svn://10.0.0.236/trunk@47190 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 22:51:10 +00:00
shaver%netscape.com
19896c4e17 fix UMR
git-svn-id: svn://10.0.0.236/trunk@47189 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 22:34:42 +00:00
rods%netscape.com
ff3f9629ca changing options to have min-height of 1em
changing selct to have nowrap white-space


git-svn-id: svn://10.0.0.236/trunk@47188 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 22:32:52 +00:00
rods%netscape.com
9519343cb1 Removing temporary fixes for option issues
git-svn-id: svn://10.0.0.236/trunk@47187 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 22:30:36 +00:00
pollmann%netscape.com
fc92f33019 Don't change the cursor to a pointer when over a disabled image input.
git-svn-id: svn://10.0.0.236/trunk@47186 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 22:25:45 +00:00
mcafee%netscape.com
15393cfd19 Turing on gfx widgets with default pref.
git-svn-id: svn://10.0.0.236/trunk@47185 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 22:21:28 +00:00
ducarroz%netscape.com
f172616e12 Let the user tabs into the body from the subject edit field. Fix bug 10932
git-svn-id: svn://10.0.0.236/trunk@47184 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 22:20:07 +00:00
mjudge%netscape.com
139d6944f4 fixes for selection. up/down arrow behavior and also extending selection. all should be in peek offset ect. Also adding in a slight change to the hack (which should go away soon) that will stop the editor from scrolling when up/down left/right ect are clicked. when key events go in this code will be removed
git-svn-id: svn://10.0.0.236/trunk@47183 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 22:19:31 +00:00
ftang%netscape.com
c0cbb44de0 fix bad funct name. Thanks brade
git-svn-id: svn://10.0.0.236/trunk@47182 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 22:18:31 +00:00
waterson%netscape.com
21a16905c9 Fix comma at end of enumerator list.
git-svn-id: svn://10.0.0.236/trunk@47181 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 22:07:25 +00:00
troy%netscape.com
18ce86642d Added NULL pointer check
git-svn-id: svn://10.0.0.236/trunk@47180 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 22:07:15 +00:00
waterson%netscape.com
cd70a9dc8f Performance improvements. Make use of CBufDescriptor's where appropriate; replace attribute-based lazy bookkeeping with a private interface (non-XUL content can't be lazy, _anyway_).
git-svn-id: svn://10.0.0.236/trunk@47179 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 22:06:17 +00:00
karnaze%netscape.com
9bf16d5cd9 new regression test
git-svn-id: svn://10.0.0.236/trunk@47178 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 21:58:35 +00:00
akkana%netscape.com
18a7c600b5 Fix mem leak similar to 13641
git-svn-id: svn://10.0.0.236/trunk@47177 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 21:50:04 +00:00
rpotts%netscape.com
ee58730bc9 Fixed OnEndDocumentLoad so it does not leak webshells or memory..
git-svn-id: svn://10.0.0.236/trunk@47176 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 21:46:49 +00:00
karnaze%netscape.com
cb8caac5a9 removed border subtraction from out table frame and adjusted in layout strategy.
git-svn-id: svn://10.0.0.236/trunk@47175 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 21:45:58 +00:00
akkana%netscape.com
3aa6d81b6f Fix an erroneous debug print; fix some build warnings
git-svn-id: svn://10.0.0.236/trunk@47174 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 21:39:51 +00:00
bienvenu%netscape.com
f7ce4a362d add folder loaded notification and hack around dynamic folder loading slowness method
git-svn-id: svn://10.0.0.236/trunk@47173 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 21:36:02 +00:00
troy%netscape.com
10788643fe Added frame type for OBJECT frame
git-svn-id: svn://10.0.0.236/trunk@47172 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 21:26:05 +00:00
troy%netscape.com
49b9cdb4cc Fix for bug #13570. Changed ContentAppended() and ContentInserted() to check
for an "object" frame


git-svn-id: svn://10.0.0.236/trunk@47171 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 21:25:43 +00:00
putterman%netscape.com
0ca315b40c AddRef the listener.
git-svn-id: svn://10.0.0.236/trunk@47170 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 21:12:38 +00:00
putterman%netscape.com
edcff3db60 Only create the node once.
git-svn-id: svn://10.0.0.236/trunk@47169 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 21:12:09 +00:00
putterman%netscape.com
2c0ca1b9fb Clear selection when changing folders and AddFolderListener on startup
git-svn-id: svn://10.0.0.236/trunk@47168 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 21:11:45 +00:00
rogerl%netscape.com
bf688c4e84 Added define NES40 for server-related gc fixes
git-svn-id: svn://10.0.0.236/trunk@47167 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 21:08:26 +00:00
rogerl%netscape.com
77cf00d688 Disallowed multiple variable declaration in for (var X in...)
git-svn-id: svn://10.0.0.236/trunk@47166 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 21:07:34 +00:00
ftang%netscape.com
d5fcedb036 try to work around bug 13030
git-svn-id: svn://10.0.0.236/trunk@47165 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 21:04:29 +00:00
ssu%netscape.com
1fb0ee2774 changing the logic MFC variable definition for nszip. It will now only build nszip (which requires MFC) if MOZ_MFC is set. This only affects the windows platforms.
git-svn-id: svn://10.0.0.236/trunk@47164 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 20:47:41 +00:00
kmcclusk%netscape.com
74d3b42bc2 bug #6553. Removed #ifdef XP_UNIX in DeviceContextImpl::LoadIconImage which prevented
it from loading an icon under Unix.


git-svn-id: svn://10.0.0.236/trunk@47163 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 20:45:23 +00:00
buster%netscape.com
ecfd3922d3 added GetAbsoluteOffsetsForPoints, so we can get the length of a document without
playing with it's selection.  Much faster, and doesn't mess with the display at all.


git-svn-id: svn://10.0.0.236/trunk@47162 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 20:44:38 +00:00
kmcclusk%netscape.com
935de9c7ef Removed nsGfxButtonControlFrame's MouseClick method. It uses it's base classes (nsHTMLButtonControlFrame)
MouseClick instead. Reworked nsHTMLButton::MouseClick factoring out code to get Reset and Submit button
types so MouseClick can be re-used by the nsGfxButtonControlFrame.
Fix for bug 13462. Set the nsHTMLButtonControlFrame's mForm in the initial reflow.


git-svn-id: svn://10.0.0.236/trunk@47161 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 20:40:59 +00:00
sspitzer%netscape.com
9532af4dd5 fix profile migration on windows (and probably mac.)
on UNIX, "mail.directory" is always set.
on windows, it may be set to ""
add the PL_strlen test to tree "" as not being set, so we assume the default 4.x location, which is what we want.


git-svn-id: svn://10.0.0.236/trunk@47160 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 20:38:23 +00:00
kmcclusk%netscape.com
f2195d5ee2 Use HWND_TOPMOST instead of HWNT_TOP when setting the window z-order for popups.
git-svn-id: svn://10.0.0.236/trunk@47159 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 20:33:34 +00:00
pavlov%netscape.com
3baf62cbce change a few comments
git-svn-id: svn://10.0.0.236/trunk@47157 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 20:30:36 +00:00
akkana%netscape.com
bcaf5ec635 Fix memory leak 13641: don't allocate a new CAttributeToken unless we're going to pass it to AddAttribute
git-svn-id: svn://10.0.0.236/trunk@47156 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 20:26:14 +00:00
jefft%netscape.com
690f592641 fixed bug 13674 -- reply quotes wrong message for news and imap messages
git-svn-id: svn://10.0.0.236/trunk@47155 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 20:26:04 +00:00
evaughan%netscape.com
36d3b8d408 Fixed assert.
git-svn-id: svn://10.0.0.236/trunk@47154 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 20:24:20 +00:00
warren%netscape.com
ceb18a051b Moving this from netwerk/protocol/file/src.
git-svn-id: svn://10.0.0.236/trunk@47153 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 20:20:21 +00:00
warren%netscape.com
073765acdf New modernized file transport. I'm in the process of factoring this out from nsFileChannel.
git-svn-id: svn://10.0.0.236/trunk@47152 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 20:19:32 +00:00
karnaze%netscape.com
d3ebc3a0ff bug 7604 - limit colspan to max of 1000
git-svn-id: svn://10.0.0.236/trunk@47151 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 20:18:33 +00:00
evaughan%netscape.com
bd5415615c Fixed clipping bug
git-svn-id: svn://10.0.0.236/trunk@47150 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 20:17:26 +00:00
karnaze%netscape.com
042c5e93f8 new regression tests
git-svn-id: svn://10.0.0.236/trunk@47149 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 20:16:33 +00:00
norris%netscape.com
82330711f4 Remove unused files.
git-svn-id: svn://10.0.0.236/trunk@47148 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 20:10:24 +00:00
dougt%netscape.com
dbd1b69f40 adding default to the nsFileSpec chrome path. There should be a better
way to do this.


git-svn-id: svn://10.0.0.236/trunk@47147 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 19:58:53 +00:00
ftang%netscape.com
c6a3df956a add x-gbk and windows-936
git-svn-id: svn://10.0.0.236/trunk@47146 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 19:48:30 +00:00
ftang%netscape.com
7008761833 wire GBK converters into dll
git-svn-id: svn://10.0.0.236/trunk@47145 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 19:45:38 +00:00
ftang%netscape.com
afb12ccf67 check in for yueheng.xu@intel.com - cp936 table generation tool
git-svn-id: svn://10.0.0.236/trunk@47144 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 19:31:31 +00:00
ftang%netscape.com
ebd5ecb2a2 check in GBK converter for Xu, Yueheng <yueheng.xu@intel.com
git-svn-id: svn://10.0.0.236/trunk@47143 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 19:27:05 +00:00
dougt%netscape.com
d4c4b249ac fixing 10750
git-svn-id: svn://10.0.0.236/trunk@47142 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 19:23:44 +00:00
cmanske%netscape.com
87622c0512 Fixed bug 10236 - suppressing hand cursor over links in editor
git-svn-id: svn://10.0.0.236/trunk@47141 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 19:21:34 +00:00
nisheeth%netscape.com
a6299cdca8 Include stopwatch class in build if MOZ_PERF is set. Only enabled on Windows right now.
git-svn-id: svn://10.0.0.236/trunk@47140 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 18:56:01 +00:00
troy%netscape.com
f8041e3659 Changed Run() to give priority to system messages over application messages
git-svn-id: svn://10.0.0.236/trunk@47139 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 18:45:03 +00:00
valeski%netscape.com
19d94da982 added user agent language portion initialization
git-svn-id: svn://10.0.0.236/trunk@47138 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 18:38:02 +00:00
valeski%netscape.com
f7a24b1291 optimized user-agent setting
git-svn-id: svn://10.0.0.236/trunk@47137 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 18:36:20 +00:00
valeski%netscape.com
8be9ea94c0 beefed up the user agent string component initialization stuff, see bug 10465 for more info
git-svn-id: svn://10.0.0.236/trunk@47136 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 18:35:27 +00:00
Jerry.Kirk%Nexwarecorp.com
7d30a40478 Lots of changes to try and get modal preferences dialog to work.
git-svn-id: svn://10.0.0.236/trunk@47135 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 18:35:19 +00:00
rods%netscape.com
1de283e598 temporary fix for scrolling the dropdown until gfx scrollbars get in
git-svn-id: svn://10.0.0.236/trunk@47134 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 18:29:00 +00:00
pavlov%netscape.com
2bcaf45758 make the caret draw on linux - fix for 13487
git-svn-id: svn://10.0.0.236/trunk@47133 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 18:24:48 +00:00
dcone%netscape.com
924b759ef3 Added popup support.
git-svn-id: svn://10.0.0.236/trunk@47132 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 15:05:16 +00:00
dcone%netscape.com
f3b7c3b696 Added popup support
git-svn-id: svn://10.0.0.236/trunk@47131 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 15:00:07 +00:00
karnaze%netscape.com
a632a66544 new regression test
git-svn-id: svn://10.0.0.236/trunk@47130 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 14:57:55 +00:00
jefft%netscape.com
d7f371a7b1 fixed bug 13621 -- need to escape attachments url emitting as a XUL document
git-svn-id: svn://10.0.0.236/trunk@47129 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 14:40:58 +00:00
karnaze%netscape.com
43e1a5bbdb bug 11776, stopped doing arithmetic on unconstrained sizes
git-svn-id: svn://10.0.0.236/trunk@47128 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 14:35:00 +00:00
troy%netscape.com
c9688596c9 Fix for bug #13497. Made sure to use NS_BLOCK_MARGIN_ROOT flag when creating
the area frame for a scrolled block element


git-svn-id: svn://10.0.0.236/trunk@47127 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 14:28:34 +00:00
kipp%netscape.com
63456f6061 Use nsAutoString to reduce malloc/free calls
git-svn-id: svn://10.0.0.236/trunk@47126 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 14:26:56 +00:00
Jerry.Kirk%Nexwarecorp.com
095cfb2a79 Add new (old?) Event Debugging options to Viewer for Photon
git-svn-id: svn://10.0.0.236/trunk@47125 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 14:13:57 +00:00
brade%netscape.com
046d3cae20 move to keycode for VK_* keys
git-svn-id: svn://10.0.0.236/trunk@47124 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 13:52:41 +00:00
locka%iol.ie
2c1c194ed4 Replace the hand-crafted QueryInterface with a macro one
git-svn-id: svn://10.0.0.236/trunk@47123 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 13:11:40 +00:00
locka%iol.ie
f6debbf9b4 Removed the USE_NGPREF macro #ifdefs since prefs are pretty much mandatory now
git-svn-id: svn://10.0.0.236/trunk@47122 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 13:10:14 +00:00
locka%iol.ie
6d1e035e26 Added safe for scripting check to site class and changed some BOOLs to bitfields
git-svn-id: svn://10.0.0.236/trunk@47121 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 13:08:17 +00:00
locka%iol.ie
bb2149d8a5 Added recursion to methods so that get_all operation on IHtmlDocument finally works the way its supposed to (sort of)
git-svn-id: svn://10.0.0.236/trunk@47120 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 13:06:58 +00:00
colin%theblakes.com
ed39ab3eae Link against neckoutil_s to resolve NS_NewURI
git-svn-id: svn://10.0.0.236/trunk@47119 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 13:01:44 +00:00
colin%theblakes.com
446ad2a398 Pass srcdir and IS_COMPONENT in to LD
git-svn-id: svn://10.0.0.236/trunk@47118 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 12:22:28 +00:00
colin%theblakes.com
6efb88f9aa Small change in OpenVMS-specific section
git-svn-id: svn://10.0.0.236/trunk@47117 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 12:21:26 +00:00
sspitzer%netscape.com
8e44bdf1b7 fix Account Wizard to use the first image of the new animation.
git-svn-id: svn://10.0.0.236/trunk@47116 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 10:18:50 +00:00
sspitzer%netscape.com
6ecf60143f we need to return NS_ERROR_FAILURE. otherwise the Account Wizard will
not automatically open when we fail to migrate prefs.js


git-svn-id: svn://10.0.0.236/trunk@47115 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 10:08:18 +00:00
sspitzer%netscape.com
32e62b1767 define the string constants for the root directory names, to avoid errors.
use the FileLocator service to get the profile directory to set the "mail.root.<type>" prefs
if we fail to migrate the prefs.js file.  (this is what happens when you start up clean for the
first time, instead of using the -installer.)


git-svn-id: svn://10.0.0.236/trunk@47114 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 09:47:30 +00:00
jfrancis%netscape.com
e3f5506102 implementing EditorKeyPress and handling tabs in tables and shift-return meaning <br>
git-svn-id: svn://10.0.0.236/trunk@47113 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 09:37:51 +00:00
ramiro%netscape.com
45a3d4ab31 stub.
git-svn-id: svn://10.0.0.236/trunk@47112 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 09:00:55 +00:00
morse%netscape.com
a2e41ee712 remove new-lines in strings
git-svn-id: svn://10.0.0.236/trunk@47111 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 08:25:09 +00:00
sspitzer%netscape.com
24840c5280 fix warnings.
git-svn-id: svn://10.0.0.236/trunk@47110 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 08:12:31 +00:00
rpotts%netscape.com
8120ead799 Fixed unix build bustage with forward declared nsCOMPtrs...
git-svn-id: svn://10.0.0.236/trunk@47109 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 07:40:10 +00:00
sspitzer%netscape.com
f07e6429de clean up a bunch of code by using nsCOMPtrs and the almighty NS_WITH_SERVICE macro.
git-svn-id: svn://10.0.0.236/trunk@47108 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 07:37:05 +00:00
sspitzer%netscape.com
2cb500a104 if GetDirFromPref() failed, we use the old profile directory path to determine the old directory. save that in the premigrated version of the pref, because we will need that during actual pref migration. if we don't do this, premigrated.foo is left blank, because foo was not set.
git-svn-id: svn://10.0.0.236/trunk@47107 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 07:21:36 +00:00
rpotts%netscape.com
afe97423dd Remove the socket transport from the list of active transports if an error occurs while writing the request out to the server...
git-svn-id: svn://10.0.0.236/trunk@47106 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 06:59:20 +00:00
sspitzer%netscape.com
a07b064e9d fix warnings for dbragg
git-svn-id: svn://10.0.0.236/trunk@47105 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 06:26:18 +00:00
pollmann%netscape.com
335874f70a Fix for bug 10013 - Call the JS onclick event handlers when the DOM click method is invoked on an input element.
git-svn-id: svn://10.0.0.236/trunk@47104 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 06:22:40 +00:00
pollmann%netscape.com
aa3c74501a Leak fix.
git-svn-id: svn://10.0.0.236/trunk@47103 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 06:18:09 +00:00
cls%seawood.org
6692b24ac7 Add -D_BSD_SOURCE to defines for linux until prinet.h includes __STRICT_ANSI__ patch
git-svn-id: svn://10.0.0.236/trunk@47102 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 06:10:18 +00:00
sspitzer%netscape.com
de6a947863 added files: mozilla/profile/pref-migrator/public/nsIPrefMigration.idl
git-svn-id: svn://10.0.0.236/trunk@47101 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 05:52:26 +00:00
sspitzer%netscape.com
5d804074e0 XPIDL-ify nsIPrefMigration, and the necessary changes that go along with that.
git-svn-id: svn://10.0.0.236/trunk@47100 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 05:52:18 +00:00
cls%seawood.org
2716227003 Must put .c source files in CSRCS.
git-svn-id: svn://10.0.0.236/trunk@47099 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 05:49:20 +00:00
bienvenu%netscape.com
4d27df2750 one more try to create imap parent directories
git-svn-id: svn://10.0.0.236/trunk@47098 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 05:27:20 +00:00
cls%seawood.org
46df8144ee Add -D_BSD_SOURCE or -D_XOPEN_SOURCE=500 as appropriate with __STRICT_ANSI__ defined in <prinet.h>
git-svn-id: svn://10.0.0.236/trunk@47097 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 05:09:53 +00:00
troy%netscape.com
43520dc485 Eliminated compiler warning
git-svn-id: svn://10.0.0.236/trunk@47096 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 04:45:43 +00:00
sspitzer%netscape.com
e7bad20848 new files resulting from XPIDL-ifying nsIPrefMigration.
NOT PART OF THE BUILD YET.


git-svn-id: svn://10.0.0.236/trunk@47095 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 04:23:31 +00:00
pavlov%netscape.com
41d72de67c remove debugging code
git-svn-id: svn://10.0.0.236/trunk@47094 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 04:22:43 +00:00
pavlov%netscape.com
8848fe9b9b fix for bug 9828
git-svn-id: svn://10.0.0.236/trunk@47093 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 04:21:02 +00:00
pavlov%netscape.com
a5677bc3ea CopyClipRegion code for other platforms
git-svn-id: svn://10.0.0.236/trunk@47092 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 03:53:47 +00:00
pavlov%netscape.com
a3f3f5ff51 make things use NS_GET_IID macros and DECL_ISUPPORTS1 macro. added a CopyClipRegion method
git-svn-id: svn://10.0.0.236/trunk@47091 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 03:42:37 +00:00
pavlov%netscape.com
99acb878e5 remove warning
git-svn-id: svn://10.0.0.236/trunk@47090 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 03:40:34 +00:00
beard%netscape.com
47fbf5f772 using generic factory for nsViewManager creation, removed extraneous calls to AddRef/Release of created views.
git-svn-id: svn://10.0.0.236/trunk@47089 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 03:34:56 +00:00
troy%netscape.com
0bfb91d8a1 Added support for incremental table painting
git-svn-id: svn://10.0.0.236/trunk@47088 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 03:19:39 +00:00
buster%netscape.com
28227a5fcb fixed an uninitialized variabled error. the result code in Reflow is
now initialized to NS_OK, because it's not used in all reflow paths.


git-svn-id: svn://10.0.0.236/trunk@47087 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 03:15:23 +00:00
beard%netscape.com
98dbc40cfb switched to NS_DEFINE_STATIC_IID_ACCESSOR
git-svn-id: svn://10.0.0.236/trunk@47086 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 03:04:17 +00:00
beard%netscape.com
64698597cc switched to NS_DEFINE_STATIC_IID_ACCESSOR, removed extraneous AddRef, Release declarations.
git-svn-id: svn://10.0.0.236/trunk@47085 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 03:03:42 +00:00
pavlov%netscape.com
4ac766fd0b new file. not built. work in progress.
git-svn-id: svn://10.0.0.236/trunk@47084 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 02:23:47 +00:00
jfrancis%netscape.com
50d1b64afa temp build fix - bienvenu needs to fix this for real
git-svn-id: svn://10.0.0.236/trunk@47083 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 01:24:09 +00:00
sspitzer%netscape.com
a1f18c5058 use #defines where possible to clean up the code, reduce the risk of errors,
and make the code more portable.
create directories with 00700 permissions, not PR_RDWR.  On UNIX, PR_RDWR would
create directories with d______r__. 00700 gives us drwx______ which is want we
want.  change the signature of ProcessPrefs() so that we just return the result,instead of
setting an out parameter.  remove ComputeMailPath(), it is unused.
instead of doing PR_MALLOC in the beginning, set char *'s to nsnull, and use
PR_smprintf() and CopyCharPref() to allocate the memory.  (the PR_FREEIF()s
are still correct, though.)
use NS_SUCCEEDED() and NS_FAILED() instead of comparing against NS_OK directly.
don't execute the GetSizes(), GetDriveName() and CheckForSpace() methods
on UNIX, as they are not UNIX friendly.  hold onto the nsIFileSpec that points
to the prefs file, so we can save it when we are done using SavePrefFileAs()
Change the signature of GetDirFromPref() and GetDriveName().  The out parameters
were char *'s.  they need to be char **'s for them to work.
Change GetDirFromPref() to also take the oldProfilePathStr and the new directory leaf name.
These are used on UNIX, where we to do some magic because in
4.x the directory structure on UNIX was much different that on Mac and Windows
fix leak in GetDriveName().  we were leaking *driveName in the loop.
initialize variables.
add some printfs to remind me that there is more todo.
fix various comments to reflect the new signatures to methods.
check parameters of GetDirFromPref() and GetDriveName()


git-svn-id: svn://10.0.0.236/trunk@47082 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 00:10:13 +00:00
davidm%netscape.com
40e66310c3 fixes to get the select dialog working
git-svn-id: svn://10.0.0.236/trunk@47081 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 23:51:51 +00:00
davidm%netscape.com
ff35be1675 fix some wrong labels.
git-svn-id: svn://10.0.0.236/trunk@47080 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 23:49:13 +00:00
sspitzer%netscape.com
ba2f8c01c3 on UNIX, try to use the premigration.news.directory first when looking for .newsrc files. this is needed for migration to work on UNIX. right now, -installer will not copy your .newsrc files into your <profile>/News directory (like the other platforms.) so if you've run -installer, premigration.news.directory will be set and will point to your .newsrc files. if you haven't run it, and are just copying a prefs.js file, it will use news.directory, which is correct too.
git-svn-id: svn://10.0.0.236/trunk@47079 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 23:38:53 +00:00
bienvenu%netscape.com
35115c95b6 fix mac build bustage
git-svn-id: svn://10.0.0.236/trunk@47078 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 22:58:43 +00:00
ftang%netscape.com
dde2061e06 add unicode to langbox arabic font encoding converter incomplete
git-svn-id: svn://10.0.0.236/trunk@47077 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 22:43:49 +00:00
bienvenu%netscape.com
42dc83546b return error from writing out folder cache if any, add code to turn off rdf notifications
git-svn-id: svn://10.0.0.236/trunk@47076 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 21:36:51 +00:00
bienvenu%netscape.com
8190bf0cde create parent directories if they don't exist
git-svn-id: svn://10.0.0.236/trunk@47075 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 21:35:30 +00:00
bienvenu%netscape.com
228250d271 fix solaris build bustage
git-svn-id: svn://10.0.0.236/trunk@47074 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 18:34:26 +00:00
bienvenu%netscape.com
6d052f9356 pass uid of message read to finish message loading notification
git-svn-id: svn://10.0.0.236/trunk@47073 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 18:27:19 +00:00
bienvenu%netscape.com
b138021b2f move message sink to idl
git-svn-id: svn://10.0.0.236/trunk@47072 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 17:49:08 +00:00
bienvenu%netscape.com
e133cd1e03 remove
git-svn-id: svn://10.0.0.236/trunk@47071 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 17:47:25 +00:00
bienvenu%netscape.com
af7490ebc8 add nsIImapMessageSink
git-svn-id: svn://10.0.0.236/trunk@47070 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 17:46:36 +00:00
bienvenu%netscape.com
aaa8a6c1c2 added files: mozilla/mailnews/imap/public/nsIImapMessageSink.idl
git-svn-id: svn://10.0.0.236/trunk@47069 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 17:45:42 +00:00
bienvenu%netscape.com
052e42e67e add idl for message sink not part of ubild yet
git-svn-id: svn://10.0.0.236/trunk@47068 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 17:31:23 +00:00
cls%seawood.org
fc5617f6c4 Fix my bustage using -D_BSD_SOURCE
git-svn-id: svn://10.0.0.236/trunk@47067 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 17:15:57 +00:00
cls%seawood.org
d211a400e8 Fix my bustage using -D_BSD_SOURCE
git-svn-id: svn://10.0.0.236/trunk@47066 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 16:41:14 +00:00
bruce%cybersight.com
562831ee0d Add newline to end of file to fix HPUX bustage.
git-svn-id: svn://10.0.0.236/trunk@47065 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 16:34:14 +00:00
cls%seawood.org
60b71ea460 I don't see the bustage that the tinderbox does but this should fix it.
git-svn-id: svn://10.0.0.236/trunk@47064 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 15:54:18 +00:00
cls%seawood.org
f3eab3570c Argh. Our dependencies are screwed so make .o depend upon Makefile.in temporarily
git-svn-id: svn://10.0.0.236/trunk@47063 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 15:15:52 +00:00
cls%seawood.org
3ed85f3b96 Ooops. Who remove the config.mk include?
git-svn-id: svn://10.0.0.236/trunk@47062 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 14:53:56 +00:00
briano%netscape.com
a774e24313 Automated update
git-svn-id: svn://10.0.0.236/trunk@47061 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 14:31:04 +00:00
cls%seawood.org
dbbf0c4eef Add -D_POSIX_SOURCE to DEFS to get rid of those useless 'index shadow' warnings. Add either -D_BSD_SOURCE or -D_XOPEN_SOURCE=500 to whichever Makefile.ins need it to accommodate for Posix' strictness. Add check for getopt.h for nsinstall.c.
git-svn-id: svn://10.0.0.236/trunk@47060 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 14:25:28 +00:00
cls%seawood.org
c80b557414 Oops. C++ comments in a C progam is not allowed.
git-svn-id: svn://10.0.0.236/trunk@47058 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 14:07:51 +00:00
colin%theblakes.com
cf93ffc8e9 Define EXTRA_DSO_LDOPTS as MOZ_TIMER_LIBS
git-svn-id: svn://10.0.0.236/trunk@47057 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 12:45:00 +00:00
colin%theblakes.com
ca28817a09 Add MOZ_TIMER_LIBS to EXTRA_DSO_LDOPTS
git-svn-id: svn://10.0.0.236/trunk@47056 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 12:43:19 +00:00
colin%theblakes.com
08a25ce15a Build widget/timer before gfx, dom, etc since they all need the timer code
git-svn-id: svn://10.0.0.236/trunk@47055 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 12:33:52 +00:00
cls%seawood.org
b79af681f6 Renamed function arguments to avoid warnings about shadowing member variables
git-svn-id: svn://10.0.0.236/trunk@47054 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 12:08:56 +00:00
cls%seawood.org
3b3de3da35 Renamed tmp variable to avoid shadowing.
Commented out less than zero assertion checks on unsigned ints


git-svn-id: svn://10.0.0.236/trunk@47053 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 12:06:37 +00:00
cls%seawood.org
3e3952a685 Explicitly include <malloc.h>
Set mZero_fd to 0 instead of NULL


git-svn-id: svn://10.0.0.236/trunk@47052 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 12:04:43 +00:00
cls%seawood.org
0f01bea98e Removed gcc 2.95+ ifdefs to trade one annoying warning for a less annoying one.
git-svn-id: svn://10.0.0.236/trunk@47051 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 12:03:20 +00:00
cls%seawood.org
f1c0f17632 Reorderd member initializers to remove silly warnings.
git-svn-id: svn://10.0.0.236/trunk@47050 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 12:02:03 +00:00
rpotts%netscape.com
e472a65ea6 I've commented out this assert since I was hitting it *alot* after a clean build :-(
git-svn-id: svn://10.0.0.236/trunk@47049 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 09:00:34 +00:00
rpotts%netscape.com
594b0271a2 Throw away any pending channels when Cancel is called...
git-svn-id: svn://10.0.0.236/trunk@47048 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 08:44:53 +00:00
rjc%netscape.com
52d36b0832 Persist bookmark window's x/y and width/height attributes.
git-svn-id: svn://10.0.0.236/trunk@47047 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 08:43:41 +00:00
hangas%netscape.com
2f690c7743 Using edit menu items from globalOverlay.xul
git-svn-id: svn://10.0.0.236/trunk@47046 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 08:41:46 +00:00
hangas%netscape.com
638c154e6e Added Preferences to globalOverlay.xul and converted the windows over to use it.
git-svn-id: svn://10.0.0.236/trunk@47045 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 08:27:01 +00:00
mscott%netscape.com
2c203ada1c Temporary band-aid to fix display of messages with attachements. The url we write here needs to be escaped
and all '&' need to be removed from the url spec. otherwise we can't display the message because the xml
code we emit with the urlspec will be malformed.


git-svn-id: svn://10.0.0.236/trunk@47044 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 08:01:01 +00:00
mscott%netscape.com
a109721c2a fix solaris breakage which doesn't like enums in ?: notation.
git-svn-id: svn://10.0.0.236/trunk@47043 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 07:05:08 +00:00
mscott%netscape.com
caaa136e5a fix build breakage across the board
git-svn-id: svn://10.0.0.236/trunk@47042 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 06:30:02 +00:00
mscott%netscape.com
93657a0891 Fix build breakage across the board!
git-svn-id: svn://10.0.0.236/trunk@47041 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 06:29:36 +00:00
mscott%netscape.com
b235965fdc Fix build breakage across the board!!!!
git-svn-id: svn://10.0.0.236/trunk@47040 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 06:28:20 +00:00
rpotts%netscape.com
d8b4ca3c66 oops..
git-svn-id: svn://10.0.0.236/trunk@47039 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 06:02:51 +00:00
mscott%netscape.com
d90f182c36 Just to be safe, include nsIPrincipal.h
git-svn-id: svn://10.0.0.236/trunk@47038 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 05:51:17 +00:00
mscott%netscape.com
c0de1bf822 Include nsIPrincipal.h just to be safe. (The unix tree turned red, but I don't know if it was a midcheckin problem
or if it really needs this).


git-svn-id: svn://10.0.0.236/trunk@47037 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 05:30:25 +00:00
rpotts%netscape.com
fdb54dbbcd The DNS Service is now used for hostname resolution...
git-svn-id: svn://10.0.0.236/trunk@47036 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 05:29:27 +00:00
mscott%netscape.com
739bb41452 api sync change.
git-svn-id: svn://10.0.0.236/trunk@47035 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 05:17:38 +00:00
mscott%netscape.com
cb0b6f5843 Implement the mock channel class.
Part of Bug #10933 which improves message display performance.
Run message display urls through the webshell.


git-svn-id: svn://10.0.0.236/trunk@47034 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 05:17:05 +00:00
mscott%netscape.com
f311ee2e3b Lots of interface method clean up so we don't pass around so much stuff.
Fully support nsIProtocolHandler as part of Bug #10933 which improves message display performance.
Run message display urls through the webshell.


git-svn-id: svn://10.0.0.236/trunk@47033 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 05:16:32 +00:00
mscott%netscape.com
72bc5743d2 support accessors for getting/setting a mock channel on the url.
git-svn-id: svn://10.0.0.236/trunk@47032 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 05:15:44 +00:00
mscott%netscape.com
7569633951 Remove url listener from CreateAndRunImapUrl.
git-svn-id: svn://10.0.0.236/trunk@47031 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 05:15:20 +00:00
mscott%netscape.com
5b349232b9 Add accessor for setting the mock channel as part of Bug #10933.
git-svn-id: svn://10.0.0.236/trunk@47030 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 05:14:57 +00:00
mscott%netscape.com
8dcb05f630 Remove RunImapUrl as this shouldn't be exposed in an interface.
git-svn-id: svn://10.0.0.236/trunk@47029 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 05:14:31 +00:00
mscott%netscape.com
01eac32a15 Clean up interface for running an imap url...no need to pass in a url listener.
git-svn-id: svn://10.0.0.236/trunk@47028 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 05:13:51 +00:00
mscott%netscape.com
a73941c9ea add nsIImapMockChannel CID and registration code.
git-svn-id: svn://10.0.0.236/trunk@47027 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 05:13:04 +00:00
mscott%netscape.com
66bafd28f1 Bug #10933 displaying a message no longer involves spooling to a temp file! *yeah*
unfify copy and display code.
add save mesage to disk support.


git-svn-id: svn://10.0.0.236/trunk@47026 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 05:12:30 +00:00
mscott%netscape.com
3f6dc0345f displaying a message no longer involves spooling to a temp file! *yeah*
Run display article urls through the webshell.
unify copy and display article code.


git-svn-id: svn://10.0.0.236/trunk@47025 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 05:11:45 +00:00
mscott%netscape.com
d39a39031a news url action work. Also added save message to disk implementation.
git-svn-id: svn://10.0.0.236/trunk@47024 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 05:11:16 +00:00
mscott%netscape.com
70ab0bf426 Remove run news url method which shouldn't be exposed in the service.
git-svn-id: svn://10.0.0.236/trunk@47023 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 05:10:49 +00:00
mscott%netscape.com
378b6f5157 Add notion of news actions to the url.
git-svn-id: svn://10.0.0.236/trunk@47022 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 05:10:08 +00:00
mscott%netscape.com
966a64e24b Move save to disk related method to nsIMsgMessageUrl.
git-svn-id: svn://10.0.0.236/trunk@47021 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 05:09:33 +00:00
mscott%netscape.com
39004cfe8e Bug #10933 displaying a message no longer involves spooling to a temp file! *yeah*
git-svn-id: svn://10.0.0.236/trunk@47020 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 05:08:50 +00:00
mscott%netscape.com
f4127d652d Bug #10933 --> displaying a message no longer involves spooling to a temp file! *yeah*
unify copy listener with channel listener.


git-svn-id: svn://10.0.0.236/trunk@47019 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 05:08:33 +00:00
mscott%netscape.com
3cadcca3e4 Bug #10933 --> displaying a message no longer involves spooling to a temp file! *yeah*
Run mailbox display urls through the webshell.


git-svn-id: svn://10.0.0.236/trunk@47018 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 05:07:59 +00:00
mscott%netscape.com
a4536da3b0 register as mailboxMessage protocol handler.
git-svn-id: svn://10.0.0.236/trunk@47017 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 05:07:23 +00:00
mscott%netscape.com
9231330bb6 rename nsIMsgUriUrl to nsIMsgMessageURI
git-svn-id: svn://10.0.0.236/trunk@47016 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 05:06:36 +00:00
mscott%netscape.com
36ddfd3509 Rename nsIMsgUriUrl to nsIMsgMessageURI because it now holds
attributes specific to message uris. Add methods to nsIMsgMessageURI for saving message to disk


git-svn-id: svn://10.0.0.236/trunk@47015 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 05:06:19 +00:00
mscott%netscape.com
2780cd0e9d support nsIChannel interface. Part of Bug #10933 --> improve message display performance.
git-svn-id: svn://10.0.0.236/trunk@47014 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 05:05:28 +00:00
mscott%netscape.com
a49e83a21d Build nsIImapMockChannel.idl
git-svn-id: svn://10.0.0.236/trunk@47013 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 04:54:13 +00:00
bruce%cybersight.com
460b95a3df Fix nID::ToString() leaks in autoregistration.
git-svn-id: svn://10.0.0.236/trunk@47012 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 04:13:52 +00:00
bruce%cybersight.com
d37d7904e0 Fix nsID::ToString() leaks in autoregistration.
git-svn-id: svn://10.0.0.236/trunk@47011 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 04:11:46 +00:00
beard%netscape.com
d498773668 bug #11637: using an nsIRegion to track already painted opaque views, to get around funky front to back -> back to front transitions. probably being overaggressive about this, will revisit. switched to NS_GET_IID() where possible. cleaned up some redundant local variables in RenderViews().
git-svn-id: svn://10.0.0.236/trunk@47010 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 03:27:14 +00:00
beard%netscape.com
58c9773eba switched to NS_GET_IID() where possible. fixed clipping bugs by making all widgets clip children and siblings.
git-svn-id: svn://10.0.0.236/trunk@47009 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 03:24:01 +00:00
beard%netscape.com
da4324b6a9 switched to NS_GET_IID() where possible.
git-svn-id: svn://10.0.0.236/trunk@47008 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 03:23:09 +00:00
beard%netscape.com
55999e4de6 cleaned up CreateInstance to not use delete on interface pointers. Modernized implementation using NS_IMPL_ISUPPORTS1.
git-svn-id: svn://10.0.0.236/trunk@47007 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 03:22:29 +00:00
hangas%netscape.com
621950d5df Updated help menu to match new id in globalOverlay.xul
git-svn-id: svn://10.0.0.236/trunk@47006 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 02:50:24 +00:00
hangas%netscape.com
fe9b977c8e Modifications to use new features in globalOverlay.xul
git-svn-id: svn://10.0.0.236/trunk@47005 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 02:30:04 +00:00
hangas%netscape.com
38a834569b Added many menu items to globalOverlay.xul and modified messenger 3pane, compose window, and address book to use them.
git-svn-id: svn://10.0.0.236/trunk@47004 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 02:22:11 +00:00
hangas%netscape.com
3454e87466 Update to handle fact that display:none now works on boxes. Speeds up address book.
git-svn-id: svn://10.0.0.236/trunk@47003 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 02:20:00 +00:00
sspitzer%netscape.com
ed1a50cccb set up prefs with the new prefs.js file that we copied over from the 4.x world
git-svn-id: svn://10.0.0.236/trunk@47002 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 01:39:03 +00:00
jfrancis%netscape.com
23d9478cc5 fix for 12675; also added a wrapper for GetNextNode()/GetPriorNode() that checks for containment in the <body>
git-svn-id: svn://10.0.0.236/trunk@47001 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 01:36:07 +00:00
jfrancis%netscape.com
9650db2cbc adding a default case enum value for rules action enum
git-svn-id: svn://10.0.0.236/trunk@47000 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 01:33:20 +00:00
jfrancis%netscape.com
0dfe1a3e42 fix for 12675
git-svn-id: svn://10.0.0.236/trunk@46999 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 01:31:57 +00:00
jfrancis%netscape.com
928bacd9fd fix for 13516
git-svn-id: svn://10.0.0.236/trunk@46998 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 01:30:53 +00:00
sspitzer%netscape.com
86f8fb6a32 remove obsolete code. define PREF_MAIL_SERVER_TYPE to avoid errors, like using mail.server.type instead of mail.server_type.
git-svn-id: svn://10.0.0.236/trunk@46997 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 01:13:41 +00:00
sspitzer%netscape.com
846f73d4a4 more changes to get profile migration to work on UNIX. fix stupid mistake that was breaking migration on all platforms.
git-svn-id: svn://10.0.0.236/trunk@46995 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 01:06:12 +00:00
sspitzer%netscape.com
c4930f7cb4 more changes to get -installer to work on UNIX. since there was no registry on UNIX in 4x, so MigrateProfileInfo() for UNIX assumes your profile name is seth and your profile directory in 4.x was /home/seth/.netscape and that you only had one 4.x profile. also, use AUTOMATICALLY_MIGRATE_IF_ONLY_ONE_PROFILE so that on UNIX, we don't automatically attempt to migrate. since we are creating News, Mail, and Cache directories, create ImapMail
git-svn-id: svn://10.0.0.236/trunk@46994 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 00:14:50 +00:00
warren%netscape.com
65d4baad6d Added assertion for Open failing.
git-svn-id: svn://10.0.0.236/trunk@46993 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 23:48:07 +00:00
idk%eng.sun.com
58c108ead3 Added PlugletTagInfo
Updated test.java
Fixed some build problems


git-svn-id: svn://10.0.0.236/trunk@46992 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 23:47:47 +00:00
beard%netscape.com
1335664f7f Fixed a leak and incorrect copy of C string. Added nsXPIDLCString::operator =() to simplify usage.
git-svn-id: svn://10.0.0.236/trunk@46991 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 23:05:47 +00:00
beard%netscape.com
724005f6ef Added operator = (const char*) as a convenience. always copies argument string.
git-svn-id: svn://10.0.0.236/trunk@46990 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 23:00:38 +00:00
sspitzer%netscape.com
485a84b1c5 if we aren't returning an account, we need to return a failure code.
git-svn-id: svn://10.0.0.236/trunk@46989 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 22:56:00 +00:00
alecf%netscape.com
ae8ec0437e move Count outside of the debug statements
git-svn-id: svn://10.0.0.236/trunk@46988 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 22:49:14 +00:00
sspitzer%netscape.com
af3b8389c9 added files: mozilla/mailnews/base/public/nsIMsgProtocolInfo.idl
git-svn-id: svn://10.0.0.236/trunk@46987 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 22:46:09 +00:00
alecf%netscape.com
fc3bcbbc76 oops, fix this so it builds
git-svn-id: svn://10.0.0.236/trunk@46986 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 22:43:42 +00:00
alecf%netscape.com
c6b8c6a5f8 add new interface
git-svn-id: svn://10.0.0.236/trunk@46985 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 22:41:47 +00:00
warren%netscape.com
1d026c4ab1 Re-adding these files.
git-svn-id: svn://10.0.0.236/trunk@46984 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 22:32:20 +00:00
sspitzer%netscape.com
292bac0935 more changes to get profile migration to work on UNIX
git-svn-id: svn://10.0.0.236/trunk@46983 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 22:18:47 +00:00
sspitzer%netscape.com
8e7820e688 rewrite nsPrefMigration to use the pref service instead of old school PREF_* api.
git-svn-id: svn://10.0.0.236/trunk@46982 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 22:18:22 +00:00
sspitzer%netscape.com
e33d52ae4d change the nsIProfileService interface and implemenation. add an Init() method
instead of doing things in the constructor.


git-svn-id: svn://10.0.0.236/trunk@46981 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 22:15:24 +00:00
dp%netscape.com
70f273dbbf Unhooking RegFactory from windows. xpcom/tools/registry/regxpcom is
the new incarnation.


git-svn-id: svn://10.0.0.236/trunk@46980 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 22:10:32 +00:00
dp%netscape.com
91fe73547a Unhooking RegFactory from unix. xpcom/tools/registry/regxpcom is the
new incarnation.


git-svn-id: svn://10.0.0.236/trunk@46979 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 22:09:19 +00:00
dp%netscape.com
a008cb892b Adding regxpcom for windows.
git-svn-id: svn://10.0.0.236/trunk@46978 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 22:01:14 +00:00
sspitzer%netscape.com
9e8da67f11 follow convention and put the preprocessor macros on the first character of the
line.


git-svn-id: svn://10.0.0.236/trunk@46977 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 21:21:16 +00:00
warren%netscape.com
d00363c174 Attempt to fix linux bustage.
git-svn-id: svn://10.0.0.236/trunk@46976 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 20:45:50 +00:00
sspitzer%netscape.com
6db5bacb60 this comment is for the last checkin.
define server_type constants.
handle it gracefully, if they didn't use imap or pop.  (example, movemail on unix.)
the pref is "mail.server_type" and it's an int (not "mail.server.type" as a char *)
initialize some variables to nsnull.


git-svn-id: svn://10.0.0.236/trunk@46975 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 20:07:44 +00:00
sspitzer%netscape.com
b782debcf6 src/nsPrefMigration.cpp
git-svn-id: svn://10.0.0.236/trunk@46974 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 20:05:11 +00:00
alecf%netscape.com
ed5e082148 fix bustage, return the default account correctly
git-svn-id: svn://10.0.0.236/trunk@46973 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 19:57:45 +00:00
alecf%netscape.com
627fde34a1 stop linking against prefs
git-svn-id: svn://10.0.0.236/trunk@46972 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 19:55:00 +00:00
sspitzer%netscape.com
cd139ab180 changes to get pref-migrator (think apprunner -installer) on UNIX.
use the NS_DEFINE_STATIC_IID_ACCESSOR and NS_DEFINE_STATIC_CID_ACCESSOR macros.
fix a bunch of warnings.  rewrite to use #defines. remove unused variables.  use MAXPATHLEN instead of _MAX_PATH.
when setting a 4.x pref (example "mail.directory") to a new 5.0 value, create a "premigration" pref
with the old value.  (example "premigration.mail.directory").


git-svn-id: svn://10.0.0.236/trunk@46971 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 19:48:50 +00:00
alecf%netscape.com
bcd7f22022 don't link against prefs anymore
git-svn-id: svn://10.0.0.236/trunk@46970 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 19:44:42 +00:00
alecf%netscape.com
a2b08be4ba stop linking against prefs, and eliminate commented-call that was showing up on my queries
git-svn-id: svn://10.0.0.236/trunk@46969 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 19:43:46 +00:00
warren%netscape.com
d89e3159db More fixes for nsCOMPtr inconsistencies.
git-svn-id: svn://10.0.0.236/trunk@46968 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 19:43:06 +00:00
warren%netscape.com
bc732af149 Fix for linux breakage.
git-svn-id: svn://10.0.0.236/trunk@46967 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 19:32:03 +00:00
sspitzer%netscape.com
33ec4d6c22 define a bunch of string constants to clean up the code.
implement Convert4xUri().  (still a little more todo, so that it works on
windows and mac.)  implement ProceedWithMigration() which will is used
to determine if we really have something to migrate or not.
add a check in GetDefaultAccount() so that if the number of accounts
is 0, we don't try to set the default account.  (this was causing us to abort.)


git-svn-id: svn://10.0.0.236/trunk@46966 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 19:17:50 +00:00
sspitzer%netscape.com
1ba62944db adding the default value for mail.server_type back.
if the user was using pop in 4.x, this defaults to 0.
a ton of code depends on it being 0, and not undefined.
alecf removed it, using it as a way to tell if we needed to migrate the prefs
or not.  Instead, I'm using other prefs to do that.
see nsMsgAccountManager::ProceedWithMigration() for the logic.


git-svn-id: svn://10.0.0.236/trunk@46965 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 19:14:15 +00:00
alecf%netscape.com
0f02d87111 bulletproof to prevent crashing
(asserts will still go off)


git-svn-id: svn://10.0.0.236/trunk@46964 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 19:11:53 +00:00
sspitzer%netscape.com
882615ac4e mailnews/base/src/nsMsgAccountManager.cpp
git-svn-id: svn://10.0.0.236/trunk@46963 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 19:10:30 +00:00
sspitzer%netscape.com
202d4703cf add a dump statement, so I know what's going on and when this is being called.
git-svn-id: svn://10.0.0.236/trunk@46962 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 19:10:06 +00:00
warren%netscape.com
d54498ba38 Removed caps dependency from necko. Used nsCOMPtr for nsInputStreamChannel.
git-svn-id: svn://10.0.0.236/trunk@46961 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 18:45:36 +00:00
peterl%netscape.com
f74e47bfb3 even better li bullet positioning
git-svn-id: svn://10.0.0.236/trunk@46960 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 18:20:30 +00:00
rods%netscape.com
4870c51736 It now checks to see if option elements have a "\n" in them and it strips them out
git-svn-id: svn://10.0.0.236/trunk@46959 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 17:28:36 +00:00
sspitzer%netscape.com
c3acfc4a96 ignore the generated Makefiles.
they aren't being generated yet, but soon.


git-svn-id: svn://10.0.0.236/trunk@46958 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 16:10:24 +00:00
sspitzer%netscape.com
10d392f7d9 makefile for building pref-migrator on UNIX. NOT PART OF BUILD YET.
git-svn-id: svn://10.0.0.236/trunk@46957 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 16:08:15 +00:00
colin%theblakes.com
2902c391d4 Tidy up library list
git-svn-id: svn://10.0.0.236/trunk@46956 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 15:37:40 +00:00
rods%netscape.com
74d86a50e3 when <option></option> no text node gets created for the option element
it now checks and makes sure one gets created


git-svn-id: svn://10.0.0.236/trunk@46955 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 14:55:33 +00:00
dp%netscape.com
ac2c41ab50 regxpcom : does autoreg and registers/unregisters individual dlls.
The new incarnation of RegFactory. RegFactory will be retired.


git-svn-id: svn://10.0.0.236/trunk@46954 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 14:51:55 +00:00
dp%netscape.com
1f56932ae0 Implemented dll enumeration and prepopulation. Improves startup performance.
git-svn-id: svn://10.0.0.236/trunk@46953 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 14:49:55 +00:00
alecf%netscape.com
99bb341f6e oops, had CIDs and if/elses in the wrong place
git-svn-id: svn://10.0.0.236/trunk@46952 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 10:49:12 +00:00
alecf%netscape.com
6ba93c6a35 switch back to COMPtrs for now because nsDOMNodes don't support weak references (arg)
git-svn-id: svn://10.0.0.236/trunk@46951 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 10:48:42 +00:00
alecf%netscape.com
b1edb5ea7a fix random typos and prevent crashes on blank documents
git-svn-id: svn://10.0.0.236/trunk@46950 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 10:47:56 +00:00
alecf%netscape.com
5671924532 fix boxes/iframes to lay out better
git-svn-id: svn://10.0.0.236/trunk@46949 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 10:46:25 +00:00
alecf%netscape.com
d3dc2b2dca get rid of library name so we don't overwrite on export
git-svn-id: svn://10.0.0.236/trunk@46948 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 10:46:10 +00:00
alecf%netscape.com
dbbff1dacc fix tree and add Type from RDF
git-svn-id: svn://10.0.0.236/trunk@46947 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 10:45:52 +00:00
alecf%netscape.com
dabb1bf208 fix case where html text widget is busted
git-svn-id: svn://10.0.0.236/trunk@46946 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 10:45:25 +00:00
alecf%netscape.com
5bf5e6fe91 add rdfutils for base implementation
git-svn-id: svn://10.0.0.236/trunk@46945 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 10:44:56 +00:00
alecf%netscape.com
e269dbe047 update to use weak references to DOM elements, fix tree to use new templates, get rid of old dom:// <-> DOMNode system
git-svn-id: svn://10.0.0.236/trunk@46944 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 09:11:03 +00:00
alecf%netscape.com
554c386dd8 oops, this should be checking if we have any accounts not if we have negative!
git-svn-id: svn://10.0.0.236/trunk@46943 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 09:10:03 +00:00
ramiro%netscape.com
cc916a484d Forgot a .c file.
git-svn-id: svn://10.0.0.236/trunk@46942 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 09:06:38 +00:00
mcafee%netscape.com
26d1fb813f Tweaking pinkerton's switch to nsAutoString to avoid crashing! (13598)
git-svn-id: svn://10.0.0.236/trunk@46941 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 07:56:08 +00:00
dp%netscape.com
5cc09efa39 - Fixed Register() to use componentmanager instead of hand loading the
dll
- Unregister() still needs implementation.
- Added reference to NS_NewTimer() to link in libtimer_s.so (unix
only) This fixes autoreg for unix run from RegFactory


git-svn-id: svn://10.0.0.236/trunk@46940 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 07:30:24 +00:00
dp%netscape.com
84052dc693 Typo fixed. AutoRegisterComponent works again.
git-svn-id: svn://10.0.0.236/trunk@46939 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 07:23:28 +00:00
pierre%netscape.com
77e6b000d5 Fixed crash on Quit due to a double delete of the nsAppShellService (it was noticed with debug builds on the Mac but it was affecting other platforms too)
git-svn-id: svn://10.0.0.236/trunk@46938 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 06:25:51 +00:00
sfraser%netscape.com
7f7842f5b0 Fix one cause of GFX text widget crashes. If you're going to mess with my code, Mike, at least get the return values right.
git-svn-id: svn://10.0.0.236/trunk@46937 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 06:00:00 +00:00
jband%netscape.com
98e4226ee2 check resolve op for null before trying to use it
git-svn-id: svn://10.0.0.236/trunk@46936 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 05:22:42 +00:00
jband%netscape.com
d3f6bf2cee unfinished array support. fixes for exceptions
git-svn-id: svn://10.0.0.236/trunk@46935 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 05:21:30 +00:00
jband%netscape.com
b9d4c03546 add arrays to xpidl and typelibs. got rid of vararg support scheme
git-svn-id: svn://10.0.0.236/trunk@46934 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 05:20:39 +00:00
mscott%netscape.com
af2efe9248 export nsIRequest.idl so other idl files outside of netwerk can inherit from it.
git-svn-id: svn://10.0.0.236/trunk@46933 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 05:13:13 +00:00
briano%netscape.com
574b84e2ae General cleanup.
git-svn-id: svn://10.0.0.236/trunk@46932 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 04:50:16 +00:00
briano%netscape.com
a47c5edce3 General cleanup.
git-svn-id: svn://10.0.0.236/trunk@46931 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 04:39:15 +00:00
briano%netscape.com
a8daa2fd9b Got rid of some trailing spaces.
git-svn-id: svn://10.0.0.236/trunk@46930 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 04:37:48 +00:00
nhotta%netscape.com
45ff595b2f Bug #10940, when converting from unicode skip unencodable char instead of abort conversion.
git-svn-id: svn://10.0.0.236/trunk@46929 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 03:45:07 +00:00
briano%netscape.com
c26efe7ea0 General cleanup.
git-svn-id: svn://10.0.0.236/trunk@46928 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 03:12:45 +00:00
briano%netscape.com
619d825295 General cleanup.
git-svn-id: svn://10.0.0.236/trunk@46927 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 03:07:11 +00:00
pavlov%netscape.com
8f75a49a72 release the rendering context after we paint
git-svn-id: svn://10.0.0.236/trunk@46925 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 02:51:38 +00:00
briano%netscape.com
4dcacff58a General cleanup.
git-svn-id: svn://10.0.0.236/trunk@46924 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 02:35:09 +00:00
vidur%netscape.com
a2c1afec2a Fixed memory leak related to UrlDispatcher
git-svn-id: svn://10.0.0.236/trunk@46923 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 02:25:59 +00:00
hangas%netscape.com
47acbf3663 More cleanup for address book. Notes area in address book card is now multiple lines.
git-svn-id: svn://10.0.0.236/trunk@46922 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 02:05:26 +00:00
vidur%netscape.com
1750f9e7a0 Fixed memory leaks
git-svn-id: svn://10.0.0.236/trunk@46921 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 02:03:52 +00:00
alecf%netscape.com
3ab5e32d05 remove mail.server_type so that the account manager can tell if we're starting a fresh profile or upgrading from 4.x
git-svn-id: svn://10.0.0.236/trunk@46920 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 01:54:49 +00:00
alecf%netscape.com
3954e01ca4 when there are 0 accounts, try to migrate 4.x accounts
when that fails, open the account wizard.


git-svn-id: svn://10.0.0.236/trunk@46919 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 01:54:15 +00:00
alecf%netscape.com
7c63c2fcc3 minor fixes to the account wizard - report success of account creation
git-svn-id: svn://10.0.0.236/trunk@46918 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 01:53:14 +00:00
putterman%netscape.com
d704fab27f Fix crash when bringing up mail 3 pane more than once by not registering with the RDF
service which is ok since we've moved to a one ds per window world anyway.


git-svn-id: svn://10.0.0.236/trunk@46917 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 01:46:14 +00:00
jefft%netscape.com
fe23170210 fixed bug 12459 -- cannot use delete for error recovery instead should use AddRef() and Release()
git-svn-id: svn://10.0.0.236/trunk@46916 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 01:44:16 +00:00
briano%netscape.com
661307307a General cleanup.
git-svn-id: svn://10.0.0.236/trunk@46915 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 01:43:34 +00:00
jband%netscape.com
211e2ec70c fix shaver's broken pool growing code. remove unused bitwise code.
git-svn-id: svn://10.0.0.236/trunk@46914 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 01:40:22 +00:00
jband%netscape.com
1269e69f92 get rid of declarations for unused code and broken code
git-svn-id: svn://10.0.0.236/trunk@46913 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 01:39:22 +00:00
briano%netscape.com
2c909c5585 General cleanup.
git-svn-id: svn://10.0.0.236/trunk@46912 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 01:34:27 +00:00
alecf%netscape.com
0f8b6d19fe make prefs a component on windows
git-svn-id: svn://10.0.0.236/trunk@46911 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 01:26:37 +00:00
briano%netscape.com
bb71dc6657 General cleanup.
git-svn-id: svn://10.0.0.236/trunk@46910 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 01:20:05 +00:00
pierre%netscape.com
cc0a0b3e69 Partial fix for #3412 "GWorld allocations should be smarter": the offscreen world is now allocated with 'useTempMem'.
git-svn-id: svn://10.0.0.236/trunk@46909 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 01:15:57 +00:00
briano%netscape.com
2d45b26da7 General cleanup.
git-svn-id: svn://10.0.0.236/trunk@46908 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 00:59:11 +00:00
warren%netscape.com
dc9ecae868 Reduced IO buffer and transfer size.
git-svn-id: svn://10.0.0.236/trunk@46907 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 00:56:22 +00:00
jdunn%netscape.com
e3e5d7c70d add HP to the list of os's that don't like MMAP'd IO
git-svn-id: svn://10.0.0.236/trunk@46906 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 00:49:20 +00:00
jdunn%netscape.com
544f87ad00 hp requires newline
git-svn-id: svn://10.0.0.236/trunk@46905 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 00:46:07 +00:00
alecf%netscape.com
5e95ecc414 clean up start page into a seperate function
git-svn-id: svn://10.0.0.236/trunk@46904 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 00:43:18 +00:00
alecf%netscape.com
6d17e215e1 don't crash when there are no servers
git-svn-id: svn://10.0.0.236/trunk@46903 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 00:29:00 +00:00
ramiro%netscape.com
3b542a61f7 ressurect
git-svn-id: svn://10.0.0.236/trunk@46902 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 00:24:33 +00:00
sspitzer%netscape.com
bb3545a1ae makfiles for building the pref-migrator on unix. NOT PART OF BUILD YET.
git-svn-id: svn://10.0.0.236/trunk@46901 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 00:24:28 +00:00
jfrancis%netscape.com
dc37b61445 cleaning up warnings (bug 13469)
git-svn-id: svn://10.0.0.236/trunk@46900 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 00:20:59 +00:00
pavlov%netscape.com
db6878c64e fix gfx combo boxes on unix r=mcafee a=trudelle
git-svn-id: svn://10.0.0.236/trunk@46899 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 00:20:56 +00:00
mjudge%netscape.com
ad8dd5373b fixes for crasher in tree
git-svn-id: svn://10.0.0.236/trunk@46898 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 00:18:02 +00:00
peterl%netscape.com
c6af1de097 fixed crash in compress chars on 0 length string
git-svn-id: svn://10.0.0.236/trunk@46897 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 00:10:36 +00:00
peterl%netscape.com
934815e84f added first-node pseudo class (extension)
git-svn-id: svn://10.0.0.236/trunk@46896 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 00:08:30 +00:00
peterl%netscape.com
fc6e5e75d7 fixed first boy child top margin better
git-svn-id: svn://10.0.0.236/trunk@46895 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-11 00:07:27 +00:00
alecf%netscape.com
3113108ee0 fix for prefwindow not being initialized if it's brought up at the wrong time.
thanks to Wen.Gong@eng.sun.com


git-svn-id: svn://10.0.0.236/trunk@46894 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 23:59:05 +00:00
jdunn%netscape.com
ed86088e88 hp requires a newline at the end
git-svn-id: svn://10.0.0.236/trunk@46893 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 23:56:20 +00:00
tonyr%fbdesigns.com
6a4594bb4b Only build the outlook express module with VC 6.0
git-svn-id: svn://10.0.0.236/trunk@46892 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 23:45:11 +00:00
evaughan%netscape.com
37cd1c8a05 Fixed collapsing in boxes
Fixed DeckFrame not to use pseudo element for visibility.


git-svn-id: svn://10.0.0.236/trunk@46891 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 23:38:58 +00:00
warren%netscape.com
7192e49585 Disabled the page manager until we have more time to make it work properly.
git-svn-id: svn://10.0.0.236/trunk@46890 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 23:34:12 +00:00
ramiro%netscape.com
9ccb57c2a1 This one should be ignored.
git-svn-id: svn://10.0.0.236/trunk@46889 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 23:33:17 +00:00
jfrancis%netscape.com
045ecf14d5 bug fix: paragraphs now merge properly.
git-svn-id: svn://10.0.0.236/trunk@46888 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 23:32:28 +00:00
jfrancis%netscape.com
a3d10bd693 bug fix (no #) for GetPriorNode/GetNextNode
git-svn-id: svn://10.0.0.236/trunk@46887 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 23:31:43 +00:00
peterl%netscape.com
6ec103b9c6 better list style position
removed top margin from first body child


git-svn-id: svn://10.0.0.236/trunk@46886 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 23:31:15 +00:00
jfrancis%netscape.com
5c131e0e76 rearranging project view a bit
git-svn-id: svn://10.0.0.236/trunk@46885 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 23:31:04 +00:00
ramiro%netscape.com
dfc4eac397 Fix a small typo.
git-svn-id: svn://10.0.0.236/trunk@46884 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 23:30:39 +00:00
jfrancis%netscape.com
b227e7b10c bug fix for 13500
git-svn-id: svn://10.0.0.236/trunk@46883 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 23:30:35 +00:00
alecf%netscape.com
31b01ec247 fix account manager to only retrieve values that will go into pages, and only save values that have changed.
git-svn-id: svn://10.0.0.236/trunk@46882 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 23:24:16 +00:00
mscott%netscape.com
1b08d0cb03 export nsIChannel.idl so other idl files outside of netwerk can inherit from it.
git-svn-id: svn://10.0.0.236/trunk@46881 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 23:23:24 +00:00
pinkerton%netscape.com
87dacbb1ba getting rid of new/delete pairs for string buffers. using nsAutoSTring and CBufDescriptor where appropriate.
git-svn-id: svn://10.0.0.236/trunk@46880 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 23:19:44 +00:00
pinkerton%netscape.com
ad88eaf89c adding get_iid
git-svn-id: svn://10.0.0.236/trunk@46879 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 23:19:15 +00:00
jdunn%netscape.com
0bae64df6e on HP... libraptorhtmlpars.sl HAS to be linked with aCC so we will
special case it until we can get all of seamonkey to link with aCC
(currently libgfx_gtk.sl won't link with aCC)


git-svn-id: svn://10.0.0.236/trunk@46878 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 23:19:09 +00:00
hoa.nguyen%intel.com
da23479681 Initial checking
git-svn-id: svn://10.0.0.236/trunk@46877 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 23:17:09 +00:00
hoa.nguyen%intel.com
fd33fd7e0b Initial checkin
git-svn-id: svn://10.0.0.236/trunk@46876 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 23:16:40 +00:00
briano%netscape.com
baaa921d05 Automated update
git-svn-id: svn://10.0.0.236/trunk@46875 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 23:15:54 +00:00
hangas%netscape.com
e8060e4bd2 Major Cleanup and bug fix effort for addressbook.
git-svn-id: svn://10.0.0.236/trunk@46874 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 23:15:25 +00:00
jj%netscape.com
f3d4d38b0a First Checked In.
git-svn-id: svn://10.0.0.236/trunk@46873 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 23:13:38 +00:00
jj%netscape.com
b67efa4f7a fix for 12046
git-svn-id: svn://10.0.0.236/trunk@46872 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 23:13:25 +00:00
saari%netscape.com
edc6156b8f Reworking of keybinding code for better efficiency, and fixed a few bugs too
git-svn-id: svn://10.0.0.236/trunk@46871 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 23:13:19 +00:00
hangas%netscape.com
8f2129a03d Added edit menu items for global use.
git-svn-id: svn://10.0.0.236/trunk@46870 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 23:11:45 +00:00
ducarroz%netscape.com
c11fc67997 Reactivate key binding, fix for bug 11184
git-svn-id: svn://10.0.0.236/trunk@46869 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 23:10:18 +00:00
pavlov%netscape.com
a617fa7685 nsIWidget::CaptureMouse works almost
git-svn-id: svn://10.0.0.236/trunk@46867 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 23:09:32 +00:00
mscott%netscape.com
3f2c6002b2 export nsIImapMockChannel.idl
git-svn-id: svn://10.0.0.236/trunk@46866 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 23:08:50 +00:00
slamm%netscape.com
76244c625f If creating directories all at once fails, create them one-by-one. Thanks to Colin <colin@theblakes.com> for the patch.
git-svn-id: svn://10.0.0.236/trunk@46865 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 23:08:07 +00:00
jdunn%netscape.com
e795ff058e Provide workaround in nsPageMgr.cpp if platform (HPUX) doesn't have /dev/zero.
briano, ramiro & warren all looked at the code.

(also sneaked in a linking option in for hpux only)


git-svn-id: svn://10.0.0.236/trunk@46864 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 23:07:09 +00:00
hangas%netscape.com
3f720b846a Changed label to not wrap and to have transparent color. a=Hyatt.
git-svn-id: svn://10.0.0.236/trunk@46863 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 23:02:54 +00:00
mscott%netscape.com
08e8512f61 Export nsIImapMockChannel.idl.
git-svn-id: svn://10.0.0.236/trunk@46862 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 23:00:16 +00:00
mscott%netscape.com
afb6ab9347 First checked in. a mock channel is the channel we are going to return to necko when
they ask for a channel on a url.


git-svn-id: svn://10.0.0.236/trunk@46861 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 22:58:51 +00:00
akhil.arora%sun.com
7dd82adad9 replace nsString.ToNewCString with GetBuffer
git-svn-id: svn://10.0.0.236/trunk@46860 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 22:57:12 +00:00
rods%netscape.com
5f095f2ba0 When asked for the selected item string it return first the value, then the label then the content in that order if any are empty
git-svn-id: svn://10.0.0.236/trunk@46859 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 22:56:23 +00:00
rods%netscape.com
276489690c No retreievs item 0 when nothing is selected and return the proper value, or lable or content when item is selected
git-svn-id: svn://10.0.0.236/trunk@46858 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 22:54:24 +00:00
rods%netscape.com
93346837cc added generated content for option elements with label attrs
git-svn-id: svn://10.0.0.236/trunk@46857 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 22:53:09 +00:00
sfraser%netscape.com
e2a170ea9d First Checked In.
git-svn-id: svn://10.0.0.236/trunk@46856 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 22:48:49 +00:00
law%netscape.com
3705354354 Fix this to make nsIStreamTransfer scriptable again
git-svn-id: svn://10.0.0.236/trunk@46855 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 22:47:09 +00:00
peterl%netscape.com
46eb8f8396 tweaking margins on lists
git-svn-id: svn://10.0.0.236/trunk@46854 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 22:42:53 +00:00
duncan%be.com
71d2f2dcf1 BeOS doesn't have mmap. Also, BeOS is case sensitive like Unix.
git-svn-id: svn://10.0.0.236/trunk@46853 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 22:35:58 +00:00
akkana%netscape.com
84288de56c Better debug prints: tell which tag we're creating
git-svn-id: svn://10.0.0.236/trunk@46852 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 22:34:18 +00:00
valeski%netscape.com
8b70f352bf added more robust/accurate numeric ip address check
git-svn-id: svn://10.0.0.236/trunk@46851 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 22:33:09 +00:00
akkana%netscape.com
d444fffb40 Backing out change to write the override charset in a meta tag.
The charset menu should be changing the meta tag in the document,
which the output sink will pick up automatically without needing
any special code.  See bugs 12085 (on seeing two meta charset tags)
and 7849 (that the charset menu should change the actual meta tag
in the document).


git-svn-id: svn://10.0.0.236/trunk@46850 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 22:32:32 +00:00
ftang%netscape.com
b12bd8ba7d backout the backout
git-svn-id: svn://10.0.0.236/trunk@46849 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 22:25:39 +00:00
ftang%netscape.com
9f94d491db back out the back out .It turn out I cehck in a "const" in the first line of my check in and that compiled !!! on Win and Linux
git-svn-id: svn://10.0.0.236/trunk@46848 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 22:22:22 +00:00
valeski%netscape.com
4b26abf235 we now handle a complete single line greeting from an ftp server
git-svn-id: svn://10.0.0.236/trunk@46847 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 22:09:39 +00:00
valeski%netscape.com
2d6a8c3847 we're now escaping the filename in ftp dirlisting's dump of http-index, also fixed a MonthNumber() bug.
git-svn-id: svn://10.0.0.236/trunk@46846 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 22:08:26 +00:00
ramiro%netscape.com
cd48fcebe1 Forgot some stuff.
git-svn-id: svn://10.0.0.236/trunk@46845 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 22:07:50 +00:00
peterl%netscape.com
71ba2ee8c9 fixed list style position rules to allow being overridden better
git-svn-id: svn://10.0.0.236/trunk@46844 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 21:56:03 +00:00
dveditz%netscape.com
f8e3f2c05b hoping this fixes dougt's bustage
git-svn-id: svn://10.0.0.236/trunk@46843 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 20:58:46 +00:00
akhil.arora%sun.com
7587f9cc5f updated patch to keep up with changes in webshell/src/nsWebShell.cpp
git-svn-id: svn://10.0.0.236/trunk@46842 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 20:45:52 +00:00
ftang%netscape.com
5d7fcf0101 temp backout mac breakage
git-svn-id: svn://10.0.0.236/trunk@46841 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 20:33:12 +00:00
ramiro%netscape.com
7c0cb3ac31 More unix embedding examples, contributed by
Milind Changire <milindc@corel.com>.
NOT PART OF BUILD.


git-svn-id: svn://10.0.0.236/trunk@46840 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 20:29:28 +00:00
ftang%netscape.com
2bcdd102bb comment out some code so we won't break when we bck out the nsUnciodeUCS2BE changes
git-svn-id: svn://10.0.0.236/trunk@46839 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 20:28:22 +00:00
tonyr%fbdesigns.com
8bf1529ab1 removed the import directory - doesn't build with VC 5.0
git-svn-id: svn://10.0.0.236/trunk@46838 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 20:21:35 +00:00
akhil.arora%sun.com
6230647e6f Denis Sharypov <sdv@sparc.spb.su> eliminated redundant finalize methods
git-svn-id: svn://10.0.0.236/trunk@46837 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 20:11:45 +00:00
cyeh%netscape.com
fc61796407 add stuff that was missing.
git-svn-id: svn://10.0.0.236/trunk@46836 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 20:10:27 +00:00
dougt%netscape.com
4b0f769454 changing GetDiskSpaceAvailable to return a signed 64 bit value
git-svn-id: svn://10.0.0.236/trunk@46835 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 20:03:56 +00:00
mjudge%netscape.com
5620227d37 fixing memory leak. my bad what was i thinking. forgot to delete the new nsDOMSelection instantiations inside nsRangeList::nsRangeList
git-svn-id: svn://10.0.0.236/trunk@46834 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 19:25:12 +00:00
leaf%mozilla.org
0b351770f2 adding Blackwood module and SeaMonkeyBlackwood module.
Lord do we need to clean up the modules.


git-svn-id: svn://10.0.0.236/trunk@46833 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 19:21:12 +00:00
matt%netscape.com
b9a48f004a fixing bug 12032 by adding blank window
git-svn-id: svn://10.0.0.236/trunk@46832 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 19:20:57 +00:00
morse%netscape.com
6fa4548101 fix bug 13243
git-svn-id: svn://10.0.0.236/trunk@46831 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 19:16:53 +00:00
dougt%netscape.com
847384a178 attempting to clean up long long stuff. currently #ifdef 0.
git-svn-id: svn://10.0.0.236/trunk@46830 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 19:15:46 +00:00
akkana%netscape.com
d9a941b563 Fix UMRs
git-svn-id: svn://10.0.0.236/trunk@46829 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 19:12:46 +00:00
morse%netscape.com
824a3113ce remove obsolete stuff
git-svn-id: svn://10.0.0.236/trunk@46828 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 19:11:53 +00:00
ssu%netscape.com
4a7f700608 removed WinMain() from nszip.cpp, and fixed makefile.win to compile it correctly. Affects only Windows
git-svn-id: svn://10.0.0.236/trunk@46827 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 19:11:40 +00:00
morse%netscape.com
f6604a63ec fix bug 13243
git-svn-id: svn://10.0.0.236/trunk@46826 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 19:11:04 +00:00
karnaze%netscape.com
82a1fb2970 new regression tests
git-svn-id: svn://10.0.0.236/trunk@46825 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 19:10:46 +00:00
morse%netscape.com
672783d645 fix bug 13243, also 13022 item 2
git-svn-id: svn://10.0.0.236/trunk@46824 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 19:07:23 +00:00
morse%netscape.com
38bf4c46e9 fix bug 13517, also 13022 item 2
git-svn-id: svn://10.0.0.236/trunk@46823 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 19:06:41 +00:00
ftang%netscape.com
e069be1f8c split the nsEncoderSupport to two classes
git-svn-id: svn://10.0.0.236/trunk@46822 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 19:05:08 +00:00
ftang%netscape.com
e2b4d331b1 add new implementation to UCS2 encoder
git-svn-id: svn://10.0.0.236/trunk@46821 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 19:04:14 +00:00
endico%mozilla.org
90531d2949 Rework the init subroutine in Common.pm so glimpse doesn't go through the normal http_wash stuff so now you can do regexp searches and search->for pointers. Reworked the search form so that searching for literals is the default. Meta characters automatically escaped unless the regexp button is pushed. Changed the docs so it no longer says to use double backslashes to escape metachars. That's only needed from the shell.
git-svn-id: svn://10.0.0.236/trunk@46820 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 19:03:39 +00:00
ftang%netscape.com
94af04f829 make nsconv work for UCS2 data by adding output file
git-svn-id: svn://10.0.0.236/trunk@46819 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 19:02:25 +00:00
ftang%netscape.com
1c1c29fff1 add UTF16
git-svn-id: svn://10.0.0.236/trunk@46818 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 19:01:46 +00:00
ftang%netscape.com
eb6e8a72c3 1. change to UTF-16BE/LE name, 2. fix problem in nsPSMDetector 3.add addtional debugging infor to DetectCharset
git-svn-id: svn://10.0.0.236/trunk@46817 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 18:59:48 +00:00
kipp%netscape.com
b20fdd9ba2 new
git-svn-id: svn://10.0.0.236/trunk@46816 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 18:59:14 +00:00
ducarroz%netscape.com
98a28f1bca Add nsIMimeHeaders.idl
git-svn-id: svn://10.0.0.236/trunk@46815 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 18:58:38 +00:00
ftang%netscape.com
06fda7c308 add constant for byte order makr detection
git-svn-id: svn://10.0.0.236/trunk@46814 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 18:58:37 +00:00
ducarroz%netscape.com
d999a089cc Add nsMimeHeaders.cpp
git-svn-id: svn://10.0.0.236/trunk@46813 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 18:57:56 +00:00
ducarroz%netscape.com
ae058878c9 Add a way to extract headers during parsing of a message and give them back to the caller
git-svn-id: svn://10.0.0.236/trunk@46812 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 18:57:03 +00:00
alecf%netscape.com
93e57f7482 remove silentdl from the unix build
git-svn-id: svn://10.0.0.236/trunk@46811 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 18:56:45 +00:00
nhotta%netscape.com
f460f169d6 Migrated a mapping table from mozilla classic.
git-svn-id: svn://10.0.0.236/trunk@46810 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 18:56:31 +00:00
dougt%netscape.com
139f800224 Fixing LL_ compare routines.
git-svn-id: svn://10.0.0.236/trunk@46809 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 18:56:30 +00:00
kipp%netscape.com
6d24c249af Manually eliminate a warning for now until vidur fixes the tool
git-svn-id: svn://10.0.0.236/trunk@46808 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 18:56:17 +00:00
karnaze%netscape.com
e7188cfc1f more regression tests
git-svn-id: svn://10.0.0.236/trunk@46807 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 18:56:10 +00:00
karnaze%netscape.com
02897765fb better handling of empty cell widths, especially involving colspans. support for bug 7121.
git-svn-id: svn://10.0.0.236/trunk@46806 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 18:55:46 +00:00
kipp%netscape.com
1549d2b3b9 Updated to use property object to find implementor of nsIPrompt...(bug 5418 sort of)
git-svn-id: svn://10.0.0.236/trunk@46805 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 18:55:06 +00:00
akkana%netscape.com
c02f965115 490: infrastructure for inserting formatting whitespace. Not turned on yet except for DEBUG_akkana
git-svn-id: svn://10.0.0.236/trunk@46804 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 18:54:13 +00:00
terry%mozilla.org
e8b13708d5 Patch by fred@dicad.de (Friedhelm Goesling) -- make Javascript work under IE.
git-svn-id: svn://10.0.0.236/trunk@46803 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 18:53:51 +00:00
tonyr%fbdesigns.com
6637ea27a8 Added the import directory
git-svn-id: svn://10.0.0.236/trunk@46802 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 18:53:22 +00:00
kipp%netscape.com
f8f50ecdec Fixed two incremental reflow bugs (12890)
git-svn-id: svn://10.0.0.236/trunk@46801 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 18:52:56 +00:00
harishd%netscape.com
47b7b8b3d5 Fix for bug 12184.
Changed Notify() method, in nsDTDUtils, to
support viewing source in the desired charset.


git-svn-id: svn://10.0.0.236/trunk@46800 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 18:51:16 +00:00
kipp%netscape.com
3813d92bc8 Tweaked incremental reflow support logic
git-svn-id: svn://10.0.0.236/trunk@46799 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 18:49:23 +00:00
ducarroz%netscape.com
e40e1eb55c Add nsIMimeHeaders.idl
git-svn-id: svn://10.0.0.236/trunk@46798 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 18:46:17 +00:00
ducarroz%netscape.com
59c74ec602 Add nsMimeHeaders.cpp
git-svn-id: svn://10.0.0.236/trunk@46797 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 18:45:57 +00:00
matt%netscape.com
5991c4b1a1 fixing bug 13281
git-svn-id: svn://10.0.0.236/trunk@46796 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 18:42:20 +00:00
dbragg%netscape.com
0c3d693428 Added the new mail directory code for POP and IMAP
git-svn-id: svn://10.0.0.236/trunk@46795 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 18:41:33 +00:00
norris%netscape.com
84fe36274a Fix potential NullPointerException.
git-svn-id: svn://10.0.0.236/trunk@46794 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 18:39:04 +00:00
matt%netscape.com
7f3bb73fb0 fixes for bugs 6848 6851 6850
git-svn-id: svn://10.0.0.236/trunk@46793 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 18:35:24 +00:00
mscott%netscape.com
5a66cec445 remove obsolete reference to nsMgCore.h
git-svn-id: svn://10.0.0.236/trunk@46792 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 18:34:57 +00:00
nhotta%netscape.com
70ed2564bd Bug #13488, changed to cache locale data.
git-svn-id: svn://10.0.0.236/trunk@46791 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 18:34:06 +00:00
matt%netscape.com
06b7d2cf1f Adding fix for bug 13316
git-svn-id: svn://10.0.0.236/trunk@46790 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 18:33:26 +00:00
valeski%netscape.com
43da48a387 added accept */* to the default http request
git-svn-id: svn://10.0.0.236/trunk@46789 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 18:32:02 +00:00
ducarroz%netscape.com
b880d4edef add nsMimeHeaders.cpp
git-svn-id: svn://10.0.0.236/trunk@46788 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 18:30:56 +00:00
rods%netscape.com
087f7dc45e Added new CSS 2 color values, not being used yet by nsCSSProps
git-svn-id: svn://10.0.0.236/trunk@46787 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 18:30:55 +00:00
valeski%netscape.com
2c5cd0f0f3 forcing CString and setting capacitynsStdURL.cpp
git-svn-id: svn://10.0.0.236/trunk@46786 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 18:30:52 +00:00
briano%netscape.com
ba1a9a4f5a Automated update
git-svn-id: svn://10.0.0.236/trunk@46785 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 18:30:51 +00:00
ducarroz%netscape.com
c245319537 add nsIMimeHeaders.idl
git-svn-id: svn://10.0.0.236/trunk@46784 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 18:30:09 +00:00
mjudge%netscape.com
a29a744b14 changes for peekoffset removal of extra parameters. also fixing some ownership issues with nsIenumerator and the rangelist iterator. fixing also some hit tests for line frames.
git-svn-id: svn://10.0.0.236/trunk@46783 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 18:29:37 +00:00
slamm%netscape.com
7abeece83f Fix for people without '.' in their path. Thanks to Tim Rowley <tor@cs.brown.edu> for the fix.
git-svn-id: svn://10.0.0.236/trunk@46782 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 18:29:28 +00:00
nhotta%netscape.com
4b5db99baf Fixed broken project file (not part of the build).
git-svn-id: svn://10.0.0.236/trunk@46781 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 18:28:13 +00:00
briano%netscape.com
37c4a4c1c4 Force MAKEFILES to be set, even if nothing is read.
git-svn-id: svn://10.0.0.236/trunk@46780 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 18:05:38 +00:00
valeski%netscape.com
c11c92205e adding FTP dir listing stream conv registration
git-svn-id: svn://10.0.0.236/trunk@46779 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 16:01:36 +00:00
blizzard%redhat.com
f1c3364f22 increase default DPI to 100. a=leaf
git-svn-id: svn://10.0.0.236/trunk@46778 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 16:00:31 +00:00
valeski%netscape.com
b96f0873d6 linux breakage.
git-svn-id: svn://10.0.0.236/trunk@46777 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 15:38:35 +00:00
valeski%netscape.com
616e404b86 build bustage
git-svn-id: svn://10.0.0.236/trunk@46776 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 15:27:19 +00:00
brade%netscape.com
ec642911e0 add files for valeski
git-svn-id: svn://10.0.0.236/trunk@46775 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 15:02:10 +00:00
ducarroz%netscape.com
a41a1b21de First Checked In.
git-svn-id: svn://10.0.0.236/trunk@46774 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 14:54:50 +00:00
valeski%netscape.com
493ac293dc fixing mac bustage - mac doesn't have int 64s it has a struct for it instead
git-svn-id: svn://10.0.0.236/trunk@46773 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 14:53:49 +00:00
brade%netscape.com
afe4e8cbac handle hard-coded keybindings on Mac; begin to support new key event spec (lower case letters for charcodes)
git-svn-id: svn://10.0.0.236/trunk@46772 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 14:42:20 +00:00
valeski%netscape.com
7c8e22f7d8 adding nsFTPDirListingConv stream converter to the build. we now dump all stream converter factory registration into one file
git-svn-id: svn://10.0.0.236/trunk@46771 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 14:36:56 +00:00
valeski%netscape.com
1c115e8483 updated FTP to use the directory listing stream converter when it encounters a dir listing. also removed it's dependency on time.h
git-svn-id: svn://10.0.0.236/trunk@46770 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 14:32:06 +00:00
valeski%netscape.com
e85b2f38f2 added bin,exe extensions
git-svn-id: svn://10.0.0.236/trunk@46769 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 14:27:16 +00:00
valeski%netscape.com
9e455cc836 using NS_GET_IID macro now
git-svn-id: svn://10.0.0.236/trunk@46768 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 14:26:47 +00:00
rods%netscape.com
7997a2a3e9 Changes SelectPalette forground/background param to TRUE from FALSE
this is a stop gap to stop 8 bit from crashing Bug# 7426


git-svn-id: svn://10.0.0.236/trunk@46767 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 14:24:20 +00:00
karnaze%netscape.com
9f24e29442 fixed bug in debug output for reflow
git-svn-id: svn://10.0.0.236/trunk@46766 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 13:03:32 +00:00
Jerry.Kirk%Nexwarecorp.com
32d3a76fc9 Fix the Menubar which wasn't being created
git-svn-id: svn://10.0.0.236/trunk@46765 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 12:52:35 +00:00
cls%seawood.org
fbec8669db gfx is built before widget, which contains the timers, so it cannot link against MOZ_TIMER_LIBS in a clobber build.
git-svn-id: svn://10.0.0.236/trunk@46764 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 12:50:22 +00:00
cls%seawood.org
601aeb148c OS_ARCH is not set until config.mk is included but the form of CSRCS changes after rules.mk is included
git-svn-id: svn://10.0.0.236/trunk@46763 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 12:42:25 +00:00
duncan%be.com
b62fb98bb5 Fix int64 support in GetDiskSpaceAvailable, BeOS only fix.
git-svn-id: svn://10.0.0.236/trunk@46762 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 12:39:08 +00:00
Jerry.Kirk%Nexwarecorp.com
073947eaf7 Makefile hackery for Neutrino to build vreg with CC instead of CCF
CCF includes (eventually) DSO_PIC_CFLAGS which has the option "-shared"
which is not allowed for Neutrino executables just object files and
libraries.


git-svn-id: svn://10.0.0.236/trunk@46761 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 12:06:28 +00:00
briano%netscape.com
2d01d09e80 Minor rearrangement.
git-svn-id: svn://10.0.0.236/trunk@46760 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 09:32:42 +00:00
pavlov%netscape.com
481b48f934 remove debugging printf
git-svn-id: svn://10.0.0.236/trunk@46759 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 09:31:17 +00:00
briano%netscape.com
a579b7656e Got rid of a couple of superfluous macros.
git-svn-id: svn://10.0.0.236/trunk@46758 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 09:31:12 +00:00
pavlov%netscape.com
4ac03325f9 workaround for x,y positioning problems, window showing before resized and moved problem
git-svn-id: svn://10.0.0.236/trunk@46756 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 09:31:00 +00:00
briano%netscape.com
fa077cc634 Added the NPL blurb that was missing.
git-svn-id: svn://10.0.0.236/trunk@46755 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 09:30:29 +00:00
alecf%netscape.com
7e780d1f9e fully resolve symbols for xpcshell
git-svn-id: svn://10.0.0.236/trunk@46754 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 09:29:22 +00:00
alecf%netscape.com
dce15a2418 fully resolve library symbols for xpcshell
git-svn-id: svn://10.0.0.236/trunk@46753 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 09:27:22 +00:00
alecf%netscape.com
ac327a4d66 fully resolve all symbols for xpcshell
git-svn-id: svn://10.0.0.236/trunk@46752 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 09:25:16 +00:00
briano%netscape.com
f41ea1bd2f Cleanup.
git-svn-id: svn://10.0.0.236/trunk@46751 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 09:22:43 +00:00
hyatt%netscape.com
6c5ef1cd61 added files: mozilla/layout/xul/base/src/nsMenuPopupEntryListener.cpp
git-svn-id: svn://10.0.0.236/trunk@46750 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 09:05:02 +00:00
hyatt%netscape.com
1e02f5f30c Popup work.
git-svn-id: svn://10.0.0.236/trunk@46749 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 08:57:23 +00:00
hyatt%netscape.com
dc9e632ede Popup work.
git-svn-id: svn://10.0.0.236/trunk@46748 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 08:56:26 +00:00
briano%netscape.com
af8ad559bb General cleanup.
git-svn-id: svn://10.0.0.236/trunk@46747 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 08:53:30 +00:00
sgehani%netscape.com
2679c6025d Fixes for 12263 and 13101.
git-svn-id: svn://10.0.0.236/trunk@46746 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 08:50:53 +00:00
briano%netscape.com
d998abaf08 No need for an extra macro just to install a single file.
git-svn-id: svn://10.0.0.236/trunk@46745 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 08:49:55 +00:00
hyatt%netscape.com
d553d5c9ef Popup work.
git-svn-id: svn://10.0.0.236/trunk@46744 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 08:49:32 +00:00
hyatt%netscape.com
0fe0099f11 Adding files
git-svn-id: svn://10.0.0.236/trunk@46743 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 08:49:00 +00:00
hyatt%netscape.com
9d3287ee6c Adding the files.
git-svn-id: svn://10.0.0.236/trunk@46742 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 08:48:31 +00:00
hyatt%netscape.com
589d12948d Working on XP menus.
git-svn-id: svn://10.0.0.236/trunk@46741 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 08:47:12 +00:00
sspitzer%netscape.com
2e3e453194 fix a couple warnings for evaughan.
git-svn-id: svn://10.0.0.236/trunk@46740 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 08:46:17 +00:00
sspitzer%netscape.com
d5e8215fb7 fix warning for putterman.
git-svn-id: svn://10.0.0.236/trunk@46739 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 08:38:17 +00:00
briano%netscape.com
9d4184af0d Cleanup. Why is this makefile still around?
git-svn-id: svn://10.0.0.236/trunk@46738 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 08:35:22 +00:00
briano%netscape.com
8be12cd0be General cleanup.
git-svn-id: svn://10.0.0.236/trunk@46737 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 08:33:09 +00:00
sgehani%netscape.com
a32e29846a Mac parity for overriding default components folder when initializing xpcom.
git-svn-id: svn://10.0.0.236/trunk@46736 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 08:21:51 +00:00
sspitzer%netscape.com
844524f5db whoops!
git-svn-id: svn://10.0.0.236/trunk@46735 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 08:16:57 +00:00
sspitzer%netscape.com
3fc32c50bd change to migrate the old 4.x copies and folders prefs.
changes to js and xul to make these show up in the Account manager.
more macros to clean up the code.
remove anything that indicates we are clearing old prefs, since we aren't doing that yet.


git-svn-id: svn://10.0.0.236/trunk@46734 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 08:12:05 +00:00
briano%netscape.com
bab6f4ea25 Enable the use of Talkback, if available, as in viewer.
git-svn-id: svn://10.0.0.236/trunk@46733 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 08:00:09 +00:00
sgehani%netscape.com
a2a119a40c Fixing static targets that don't depend on regular expressions where nsWildCard.cpp was erroneously added.
git-svn-id: svn://10.0.0.236/trunk@46732 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 07:55:37 +00:00
alecf%netscape.com
a4178ec0e9 oops, switch from char[] to char*
git-svn-id: svn://10.0.0.236/trunk@46731 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 07:18:06 +00:00
davidm%netscape.com
e290f0120b fix nsAbout.h bustage.
git-svn-id: svn://10.0.0.236/trunk@46730 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 06:09:57 +00:00
peterl%netscape.com
cd30e4c5f0 re-added last changes (in a mac safe way)
better font weight
system color handling


git-svn-id: svn://10.0.0.236/trunk@46729 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 05:56:19 +00:00
peterl%netscape.com
ac4834af5c added system color parsing
fixed font weight parsing to be more strict


git-svn-id: svn://10.0.0.236/trunk@46728 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 05:55:36 +00:00
peterl%netscape.com
859d1a8d5a added system color support
git-svn-id: svn://10.0.0.236/trunk@46727 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 05:54:46 +00:00
peterl%netscape.com
1542c91184 added system colors
git-svn-id: svn://10.0.0.236/trunk@46726 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 05:54:23 +00:00
peterl%netscape.com
fa9285500a changed content state change notification rule to match attribute changed
made a seperate notification method


git-svn-id: svn://10.0.0.236/trunk@46725 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 05:54:00 +00:00
peterl%netscape.com
043ae49da8 fixed font weight calculation
git-svn-id: svn://10.0.0.236/trunk@46724 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 05:52:45 +00:00
peterl%netscape.com
23a88bfb49 added content state changed notification
git-svn-id: svn://10.0.0.236/trunk@46723 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 05:52:23 +00:00
peterl%netscape.com
b3d6db8fe0 added constrain font weight
git-svn-id: svn://10.0.0.236/trunk@46722 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 05:51:44 +00:00
alecf%netscape.com
988fb2ffcd export components IDLs on mac
git-svn-id: svn://10.0.0.236/trunk@46721 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 05:51:38 +00:00
peterl%netscape.com
c3876934b0 added look and feel accessor to pres context
git-svn-id: svn://10.0.0.236/trunk@46720 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 05:51:08 +00:00
peterl%netscape.com
be5964be31 changed font weight step to 1 (from 101)
git-svn-id: svn://10.0.0.236/trunk@46719 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 05:50:30 +00:00
peterl%netscape.com
d97f7ef6e1 added content state changed (vs content changed) notification
git-svn-id: svn://10.0.0.236/trunk@46718 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 05:50:02 +00:00
peterl%netscape.com
24432daa31 changing font weight to step counter of 1 (vs 101)
git-svn-id: svn://10.0.0.236/trunk@46717 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 05:49:17 +00:00
pinkerton%netscape.com
fcf2fe4d3a fix crash when can't load data from a file for some reason. GetData couldn't handle a null data pointer.
git-svn-id: svn://10.0.0.236/trunk@46716 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 05:45:08 +00:00
alecf%netscape.com
7cedd329c2 added files: mozilla/xpfe/appshell/public/nsICmdLineService.idl
git-svn-id: svn://10.0.0.236/trunk@46715 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 05:42:54 +00:00
alecf%netscape.com
c17676feb5 IDLize nsICmdLineService
git-svn-id: svn://10.0.0.236/trunk@46714 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 05:42:11 +00:00
alecf%netscape.com
308f69b004 fix printf and don't release the service we're given
git-svn-id: svn://10.0.0.236/trunk@46713 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 05:38:18 +00:00
alecf%netscape.com
fd3ce09eed stop using NS_ICOMMANDLINE_CID
git-svn-id: svn://10.0.0.236/trunk@46712 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 05:34:15 +00:00
alecf%netscape.com
0e9f975ddb remove use of COMMANDLINE_IID
git-svn-id: svn://10.0.0.236/trunk@46711 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 05:31:00 +00:00
putterman%netscape.com
4ca65148de Fix multiple folder in thread pane problem.
git-svn-id: svn://10.0.0.236/trunk@46710 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 05:28:14 +00:00
dveditz%netscape.com
04940aa5cb speed startup by avoiding registry look ups that are guaranteed to fail, eliciting worst-case behavior
git-svn-id: svn://10.0.0.236/trunk@46709 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 05:27:23 +00:00
davidm%netscape.com
fec2a490db remove some duplicate broadcasters
git-svn-id: svn://10.0.0.236/trunk@46708 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 05:27:21 +00:00
davidm%netscape.com
897755c741 remove shopping
git-svn-id: svn://10.0.0.236/trunk@46707 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 05:26:35 +00:00
davidm%netscape.com
86a533b826 add nsAbout
git-svn-id: svn://10.0.0.236/trunk@46706 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 05:26:27 +00:00
davidm%netscape.com
5e32d893f3 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@46705 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 05:25:44 +00:00
alecf%netscape.com
d6297c766d fix uninitialize variable that was preventing prefs from saving on windows
git-svn-id: svn://10.0.0.236/trunk@46704 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 05:25:29 +00:00
morse%netscape.com
fee956719a fix bug 13297
git-svn-id: svn://10.0.0.236/trunk@46703 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 05:13:42 +00:00
morse%netscape.com
01c4bf6833 don't ask to try again if user pressed cancel in password dialog
git-svn-id: svn://10.0.0.236/trunk@46702 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 05:13:06 +00:00
nhotta%netscape.com
63b6f6f677 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@46701 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 04:41:52 +00:00
nhotta%netscape.com
85648c07af Adding new files for unix (not part of the build).
git-svn-id: svn://10.0.0.236/trunk@46700 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 04:37:26 +00:00
shaver%netscape.com
cc3f34abe9 fix Win32 bustage
git-svn-id: svn://10.0.0.236/trunk@46699 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 04:06:07 +00:00
morse%netscape.com
99d923b4e2 fix build bustage
git-svn-id: svn://10.0.0.236/trunk@46698 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 03:46:18 +00:00
tonyr%fbdesigns.com
16bf8ae8cd Added settings import
git-svn-id: svn://10.0.0.236/trunk@46697 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 03:29:46 +00:00
morse%netscape.com
2e2c542302 fix bug 13377
git-svn-id: svn://10.0.0.236/trunk@46696 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 03:12:55 +00:00
mcafee%netscape.com
a39265459b Unix needs newline at EOF.
git-svn-id: svn://10.0.0.236/trunk@46695 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 03:10:30 +00:00
shaver%netscape.com
2896638121 add accesskey to <titledbutton> as part of menu clean/speed up, bug 13431
git-svn-id: svn://10.0.0.236/trunk@46694 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 03:04:49 +00:00
shaver%netscape.com
4eb0eaf7ef fix for 8060 and switch to iterative annotation processing to reduce stack suck, a=mcafee, r=mccabe
git-svn-id: svn://10.0.0.236/trunk@46693 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 02:48:32 +00:00
briano%netscape.com
5e1a8f8bd6 Needs to be XP_LIBS, because the EXTRA_DEPS 'amazingness' doesn't like search path flags.
git-svn-id: svn://10.0.0.236/trunk@46692 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 02:35:09 +00:00
briano%netscape.com
da0a8e3a60 General cleanup.
git-svn-id: svn://10.0.0.236/trunk@46691 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 02:31:07 +00:00
pinkerton%netscape.com
2d9036668b fix for bustage for evaughan. don't use nsCOMPtr with an implementation.
git-svn-id: svn://10.0.0.236/trunk@46690 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 02:22:46 +00:00
leaf%mozilla.org
68e1b81c5a Landing change to build ssu's native windows installer code by default.
(windows only change)


git-svn-id: svn://10.0.0.236/trunk@46689 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 02:19:26 +00:00
briano%netscape.com
d244177553 General cleanup.
git-svn-id: svn://10.0.0.236/trunk@46688 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 01:57:11 +00:00
briano%netscape.com
cf14a9be9e General cleanup.
git-svn-id: svn://10.0.0.236/trunk@46687 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 01:48:51 +00:00
warren%netscape.com
566ad3eca2 Fix for blocking output streams (affects mailnews). Basically we were calling ReadSegments with a 0 count, and when it returned 0 we thought it was EOF.
git-svn-id: svn://10.0.0.236/trunk@46686 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 01:46:49 +00:00
akhil.arora%sun.com
c14118aed3 cast needed for building with workshop4.2 compiler on solaris
git-svn-id: svn://10.0.0.236/trunk@46685 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 01:28:25 +00:00
jj%netscape.com
5aed0e4bb0 #9087: updated internal version and Finder's get info string to "m11"
git-svn-id: svn://10.0.0.236/trunk@46684 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 01:16:14 +00:00
alecf%netscape.com
5185a43c1d moved most of the profile startup code to nsIProfile
start using it, enough with these static initializers.


git-svn-id: svn://10.0.0.236/trunk@46683 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 01:05:31 +00:00
davidm%netscape.com
063d545d5d Add code to get default URL out of dtd. Also have code to tile and resize window but that can't be turned on until windows returns the right value for screen.avail*
git-svn-id: svn://10.0.0.236/trunk@46682 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 01:03:06 +00:00
davidm%netscape.com
e1c6544b71 move command keys to dtd file
git-svn-id: svn://10.0.0.236/trunk@46681 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 01:01:51 +00:00
davidm%netscape.com
6d8d54e3e8 Move command keys to dtd. Add code to get default homepage url from dtd
git-svn-id: svn://10.0.0.236/trunk@46680 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 01:00:37 +00:00
alecf%netscape.com
1d2f40271c build profile after necko so that we can link with neckoutil_s.lib
git-svn-id: svn://10.0.0.236/trunk@46679 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 01:00:15 +00:00
briano%netscape.com
8aefa8d2f0 General cleanup.
git-svn-id: svn://10.0.0.236/trunk@46678 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 00:59:21 +00:00
evaughan%netscape.com
68b7100443 1) Fixed bugs in deck
2) Added visual debugging to boxes


git-svn-id: svn://10.0.0.236/trunk@46677 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 00:57:01 +00:00
law%netscape.com
d6afe31ac5 Fix File->Quit
git-svn-id: svn://10.0.0.236/trunk@46676 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 00:55:25 +00:00
sfraser%netscape.com
c3df72fe96 Fix the autogeneration of nsIDOMSelection so that the header is in synch with the IDL
git-svn-id: svn://10.0.0.236/trunk@46675 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 00:53:04 +00:00
sfraser%netscape.com
2fbb26f2e3 Remove the base DLL
git-svn-id: svn://10.0.0.236/trunk@46674 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 00:52:24 +00:00
alecf%netscape.com
09c00f3e44 added files: mozilla/profile/public/nsIProfile.idl
git-svn-id: svn://10.0.0.236/trunk@46673 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 00:51:45 +00:00
alecf%netscape.com
9096c4def4 profile changes on windows
git-svn-id: svn://10.0.0.236/trunk@46672 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 00:51:22 +00:00
alecf%netscape.com
c2e571004d land new profiles stuff
- move command line processing into nsIProfile
- fix up leaks
- use SERVICE macros
- general cleanup


git-svn-id: svn://10.0.0.236/trunk@46671 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 00:51:02 +00:00
alecf%netscape.com
4e0dae6403 link against appropriate libraries in preparation for profile landing
git-svn-id: svn://10.0.0.236/trunk@46670 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 00:40:49 +00:00
briano%netscape.com
7f44a96556 General cleanup.
git-svn-id: svn://10.0.0.236/trunk@46669 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 00:37:14 +00:00
gayatrib%netscape.com
bfc8590db8 Fixing bug #13518
git-svn-id: svn://10.0.0.236/trunk@46668 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 00:34:45 +00:00
alecf%netscape.com
4afebcbd1f adding neckoutil_s in preparation for profile landing
git-svn-id: svn://10.0.0.236/trunk@46667 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 00:30:26 +00:00
alecf%netscape.com
26caf21f67 add new files to prepare for profile landing
git-svn-id: svn://10.0.0.236/trunk@46666 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 00:29:08 +00:00
cyeh%netscape.com
4d3715fb80 remove what i guess are obsolete components
git-svn-id: svn://10.0.0.236/trunk@46665 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 00:24:39 +00:00
briano%netscape.com
b061799821 General cleanup.
git-svn-id: svn://10.0.0.236/trunk@46664 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 00:24:28 +00:00
briano%netscape.com
1720a8eef4 General cleanup.
git-svn-id: svn://10.0.0.236/trunk@46663 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 00:18:42 +00:00
cyeh%netscape.com
848d57b0b9 flip srcdir back to "\"
git-svn-id: svn://10.0.0.236/trunk@46662 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 00:18:24 +00:00
granrose%netscape.com
7604265d10 minor improvements, beginning XP file parsing work.
git-svn-id: svn://10.0.0.236/trunk@46661 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 00:11:54 +00:00
colin%theblakes.com
fcb954f629 OpenVMS specific changes for PRSTR items
git-svn-id: svn://10.0.0.236/trunk@46660 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 00:02:23 +00:00
waterson%netscape.com
1efa69d325 Make sure all control paths return a value.
git-svn-id: svn://10.0.0.236/trunk@46659 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 00:01:27 +00:00
colin%theblakes.com
49af066f1f Add MOZ_TIMER_LIBS to EXTRA_DSO_LDOPTS
git-svn-id: svn://10.0.0.236/trunk@46658 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 00:00:03 +00:00
cyeh%netscape.com
a7c52b061b hack the script so that it works under dos. enable dos mode.
_this is a terrible terrible hack that should be fixed in a proper way_


git-svn-id: svn://10.0.0.236/trunk@46657 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 23:57:08 +00:00
vidur%netscape.com
76e2f802d0 nsLoadGroup now uses weak pointers for observers and LoadGroupListenerFactory.
git-svn-id: svn://10.0.0.236/trunk@46656 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 23:55:19 +00:00
vidur%netscape.com
5a35be98ad Fixed circular references. nsDocLoader now supports weak references to it. Init() method moves out of constructor. nsDocLoader now has Destroy() method to start breakdown process.
git-svn-id: svn://10.0.0.236/trunk@46655 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 23:53:55 +00:00
colin%theblakes.com
184630f1a6 Add MOZ_TIMER_LIBS to EXTRA_DSO_LDOPTS
git-svn-id: svn://10.0.0.236/trunk@46654 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 23:49:02 +00:00
kipp%netscape.com
4e4205a784 Fixed build hosage
git-svn-id: svn://10.0.0.236/trunk@46653 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 23:10:30 +00:00
sdagley%netscape.com
1a8f5cfff8 Fixing build bustage for warren.
git-svn-id: svn://10.0.0.236/trunk@46652 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 23:00:23 +00:00
warren%netscape.com
fb3dbd1139 Removed obsolete include.
git-svn-id: svn://10.0.0.236/trunk@46651 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 22:45:11 +00:00
frankm%eng.sun.com
a998b6acf2 Make xpj*.cpp compile against Mozilla's jni.h on Solaris (where jlong is
apparently a struct rather than "long long").


git-svn-id: svn://10.0.0.236/trunk@46650 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 22:38:04 +00:00
dveditz%netscape.com
7eefa4b809 skip nszip if MOZ_NO_MFC is set
git-svn-id: svn://10.0.0.236/trunk@46649 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 22:37:18 +00:00
waterson%netscape.com
b29f25f4d2 Bug 13433. Create a one-element URI prefix cache to avoid excessive calls to ProgIDToCLSID(). Cache the default resource factory. Rename ServiceImpl to RDFServiceImpl.
git-svn-id: svn://10.0.0.236/trunk@46648 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 22:35:16 +00:00
dveditz%netscape.com
c7b3a35420 Making this compile on vc5. Not part of build yet
git-svn-id: svn://10.0.0.236/trunk@46647 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 22:34:32 +00:00
kipp%netscape.com
835f03ff66 Eliminate some silly nsString usage
git-svn-id: svn://10.0.0.236/trunk@46646 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 22:34:02 +00:00
granrose%netscape.com
c117c95701 Added code to set destination file permissions same as source file (unix only).
git-svn-id: svn://10.0.0.236/trunk@46645 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 22:24:51 +00:00
jfrancis%netscape.com
14c949b1d4 fix for bug 13482
git-svn-id: svn://10.0.0.236/trunk@46644 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 22:22:14 +00:00
ssu%netscape.com
3434b3cd28 fixing problem building under vc5
git-svn-id: svn://10.0.0.236/trunk@46643 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 22:21:21 +00:00
bienvenu%netscape.com
7c91dce343 cache imap string bundle, fix crash deleting messages
git-svn-id: svn://10.0.0.236/trunk@46641 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 22:19:16 +00:00
warren%netscape.com
0be82bed6e EOF changes.
git-svn-id: svn://10.0.0.236/trunk@46640 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 22:18:44 +00:00
bienvenu%netscape.com
07fd700ed8 throttle back status to improve performance
git-svn-id: svn://10.0.0.236/trunk@46639 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 22:18:26 +00:00
bienvenu%netscape.com
fd24d6bb65 cache mime convertor for sorting
git-svn-id: svn://10.0.0.236/trunk@46638 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 22:17:30 +00:00
warren%netscape.com
de60d2685c Removed NS_BASE_STREAM_EOF in favor of returning a count of 0 from Read to indicate EOF. Renamed GetLength to Available. Fixed a number of places where AppendElement's broken error code wasn't checked.
git-svn-id: svn://10.0.0.236/trunk@46637 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 22:05:05 +00:00
cyeh%netscape.com
bf00f6cff0 fix spelling error
git-svn-id: svn://10.0.0.236/trunk@46636 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 22:02:09 +00:00
briano%netscape.com
8c69d2bdb2 Automated update
git-svn-id: svn://10.0.0.236/trunk@46635 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 22:00:50 +00:00
kipp%netscape.com
3656e9d5f5 Fixed refcnt crash bug with style-contexts (bad nscomptr usage -- whoops)
git-svn-id: svn://10.0.0.236/trunk@46634 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 21:54:20 +00:00
briano%netscape.com
703df36e21 Enable the use of MOZ_FULLCIRCLE and FULLCIRCLE_LIBS.
git-svn-id: svn://10.0.0.236/trunk@46633 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 21:51:54 +00:00
briano%netscape.com
5042b6e6e8 Added a couple of new macros for Fullcircle support.
git-svn-id: svn://10.0.0.236/trunk@46632 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 21:50:37 +00:00
briano%netscape.com
24d4ec32c4 Enable the use of Talkback, if available.
git-svn-id: svn://10.0.0.236/trunk@46631 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 21:45:28 +00:00
dougt%netscape.com
a5bc0a8172 fixing build bustage.
git-svn-id: svn://10.0.0.236/trunk@46630 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 21:22:13 +00:00
sspitzer%netscape.com
3cc43be9a5 do some clean up in preperation of migrating the fcc prefs. (for bug #10583)
change the newsrcFilePath attribute to be a nsIFileSpec, instead of a string.(bug #13306)
add code to do hashing of hostname. [not turned on yet].  (for bug #13480)
remove the obsolete GetRootFolderPath() code from the incoming servers.


git-svn-id: svn://10.0.0.236/trunk@46629 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 21:17:32 +00:00
kipp%netscape.com
e11bf8df16 Nit to make emacs happier
git-svn-id: svn://10.0.0.236/trunk@46628 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 21:05:32 +00:00
kipp%netscape.com
e7a32b950e Reworked to be more css compliant; factored compatability logic out of nsInlineFrame into here
git-svn-id: svn://10.0.0.236/trunk@46627 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 21:04:37 +00:00
kipp%netscape.com
355616b87d Cleaned up
git-svn-id: svn://10.0.0.236/trunk@46626 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 21:04:00 +00:00
kipp%netscape.com
388c307543 Added rendering context to CalcLineHeight API
git-svn-id: svn://10.0.0.236/trunk@46625 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 21:03:46 +00:00
kipp%netscape.com
64a03c4eb0 Reworked nsHTMLReflowState::CalcLineHeight (bug 6865)
git-svn-id: svn://10.0.0.236/trunk@46624 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 21:03:27 +00:00
kipp%netscape.com
2f86fd16d3 Fixed bug 10820
git-svn-id: svn://10.0.0.236/trunk@46623 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 21:02:02 +00:00
Jerry.Kirk%Nexwarecorp.com
6e9bd7e9df nsJSCSS2Properties.cpp has problems compiling under Neutrino gcc 2.8.1
with the optimize flag turned on so this makes sure its turned off for
the "nto" target   sorry for this hack...


git-svn-id: svn://10.0.0.236/trunk@46621 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 20:58:40 +00:00
kipp%netscape.com
a7c9ed1bc5 Fixed infinite loop 12747
git-svn-id: svn://10.0.0.236/trunk@46620 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 20:53:32 +00:00
kipp%netscape.com
60cdd0ecd9 Updated for revised line-layout algorithm
git-svn-id: svn://10.0.0.236/trunk@46619 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 20:53:18 +00:00
kipp%netscape.com
a96c4b22f1 Fixed up line-height calc code to be more optimal; tweak changes to list-style properties to trigger reflows
git-svn-id: svn://10.0.0.236/trunk@46618 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 20:51:57 +00:00
kipp%netscape.com
2649c72dc1 Get string malloc/free out of event pathway
git-svn-id: svn://10.0.0.236/trunk@46617 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 20:51:10 +00:00
briano%netscape.com
a3d11d98b9 Automated update
git-svn-id: svn://10.0.0.236/trunk@46616 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 20:45:47 +00:00
kipp%netscape.com
42dd75656c Use nsAutoString to avoid malloc's
git-svn-id: svn://10.0.0.236/trunk@46615 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 20:44:17 +00:00
despotdaemon%netscape.com
ee16212570 Pseudo-automatic update of changes made by namachi@netscape.com.
git-svn-id: svn://10.0.0.236/trunk@46614 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 20:37:03 +00:00
Jerry.Kirk%Nexwarecorp.com
89464771e1 Moved definition of TK_CFLAGS for Photon to the right place!
git-svn-id: svn://10.0.0.236/trunk@46613 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 20:35:23 +00:00
dougt%netscape.com
b20b29f397 fixing build bustage.
git-svn-id: svn://10.0.0.236/trunk@46612 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 20:30:14 +00:00
cyeh%netscape.com
c41eb32e42 add explanation header. make use of wildcards.
git-svn-id: svn://10.0.0.236/trunk@46611 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 20:28:00 +00:00
despotdaemon%netscape.com
cde864b387 Pseudo-automatic update of changes made by leaf@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@46610 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 20:24:06 +00:00
slamm%netscape.com
306d20236d Backout autogenerate changes. This file has been hand modified.
git-svn-id: svn://10.0.0.236/trunk@46609 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 19:54:54 +00:00
cyeh%netscape.com
ebc74d4127 another version of the unix packages file
git-svn-id: svn://10.0.0.236/trunk@46608 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 19:49:23 +00:00
briano%netscape.com
c8dbdc7c4d Automated update
git-svn-id: svn://10.0.0.236/trunk@46607 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 19:45:45 +00:00
buster%netscape.com
c0e7040977 workaround needed as a result of hyatt's change to frame construction code and attribute notification.
git-svn-id: svn://10.0.0.236/trunk@46606 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 19:45:32 +00:00
kmcclusk%netscape.com
60c349aead Changed widget rendering mode default from partial-gfx to gfx for Linux and WIN32.
git-svn-id: svn://10.0.0.236/trunk@46605 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 19:43:27 +00:00
dougt%netscape.com
82ffcaa48a missed this file.
git-svn-id: svn://10.0.0.236/trunk@46604 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 19:43:26 +00:00
radha%netscape.com
43d92eeea6 Fix for 5624. Location bar is updated as soon as a successful
connection is made to the server.


git-svn-id: svn://10.0.0.236/trunk@46603 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 19:41:09 +00:00
buster%netscape.com
d7d624a6ed fixed password editors, while maintaining output of empty HTML documents
fixes bug 13404, a blocker for enabling gfx text controls


git-svn-id: svn://10.0.0.236/trunk@46602 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 19:39:36 +00:00
dougt%netscape.com
6c0c6d1084 fixing var name
git-svn-id: svn://10.0.0.236/trunk@46601 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 19:37:29 +00:00
rods%netscape.com
3f21931d7b Better fix for option elements with no content in them
git-svn-id: svn://10.0.0.236/trunk@46600 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 19:37:23 +00:00
slamm%netscape.com
28ff3e03f9 slight cleanup.
git-svn-id: svn://10.0.0.236/trunk@46599 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 19:37:14 +00:00
valeski%netscape.com
a7834fa1bf NOT HOOKED INTO BUILD. adding FTP directory listing stream converter
git-svn-id: svn://10.0.0.236/trunk@46598 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 19:33:16 +00:00
pnunn%netscape.com
f97d466756 Chkins for newt@pobox.com.
git-svn-id: svn://10.0.0.236/trunk@46597 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 19:32:16 +00:00
briano%netscape.com
297fd21586 Automated update
git-svn-id: svn://10.0.0.236/trunk@46596 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 19:31:03 +00:00
slamm%netscape.com
d125a282f7 Ditch incremental makefiles. Everyone expects to use the allmakefiles.sh list, so use it.
git-svn-id: svn://10.0.0.236/trunk@46595 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 19:28:48 +00:00
slamm%netscape.com
831081f5e1 Simplify mkdir command by using '-p' option.
git-svn-id: svn://10.0.0.236/trunk@46594 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 19:26:19 +00:00
nhotta%netscape.com
a913c703ef Adding new files, not part of the build.
git-svn-id: svn://10.0.0.236/trunk@46592 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 19:23:41 +00:00
granrose%netscape.com
e58330b2a8 improved debug levels, added --verbose, fail on mac/dos, and path delimiter variable.
git-svn-id: svn://10.0.0.236/trunk@46591 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 19:22:34 +00:00
dougt%netscape.com
66f1984420 nsFileSpec::GetDiskSpace now returns a PRUint64. (12479)
thanks to Chet Murphy <cmurphy@modelworks.com> for the windows code!


git-svn-id: svn://10.0.0.236/trunk@46590 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 19:20:35 +00:00
cls%seawood.org
f3442e33e6 Make --enable-insure work when building outside of the source dir.
git-svn-id: svn://10.0.0.236/trunk@46589 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 19:19:37 +00:00
akkana%netscape.com
52ca1b2a8d Temporarily disable XIM code, to fix editor/gfx text widget bustage
git-svn-id: svn://10.0.0.236/trunk@46587 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 19:16:29 +00:00
slamm%netscape.com
a0ba5c7dc6 Fix build warnings.
git-svn-id: svn://10.0.0.236/trunk@46586 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 19:16:12 +00:00
norris%netscape.com
ae03aa795c Two submissions from Kurt Westerfield <kurt@westerfield.com>:
Subject:
        Embedding the shell
   Date:
        Wed, 8 Sep 1999 16:01:44 -0400
   From:
        "Kurt Westerfeld" <kurt@westerfeld.com>
     To:
        "Norris Boyd" <norris@netscape.com>




Norris, please find the attached zip file containing the (minor)
modifications to the Rhino shell module that enables the shell to be
embedded in a host application.

There are two areas of change to be concerned about:

    1. Any and all references to System.in/out/err have been modified to use
Main.in/out/err, which default to System.in/out/err.  Methods to do a setIn,
setOut, and setErr were added.   Note that in/out/err on Main were made
static public, so that the jikes compiler wouldn't complain (I had them as
static protected, but when accessed outside of the package, a warning was
issued).

    2.  The global and sharedGlobal static variables were made protected so
that my app can make use of them (to add extensions after an initial pass
through main()).

That's it.

I have successfully used the facility to drop a remote telnet server into
the shell interpreter, effectively giving our server a remote shell
interpreter.  It's quite nice, as we have a lot of extensions to Rhino
written that blend into our server already.

PS, I am still working on the array issues, but made a lot of progress
today.  I just wanted to get this stuff off my desk.

Thanks!

________________________________________________________________________
  Kurt Westerfeld
  Managed Object Solutions
  2722 Merrilee Drive
  Suite 350
  Fairfax, VA 22031
  Phone: 703.208.3330 x225
  Fax: 703.208.3331
  http://www.mosol.com
  mailto:kurt@mosol.com



   shell.zip

             Name:
                   shell.zip
             Type:
                   Zip Compressed Data (application/x-zip-compressed)
          Encoding:
                   base64


==============================================================================

Subject:
        Rhino Array Source (Fixed)
   Date:
        Thu, 9 Sep 1999 14:12:03 -0400
   From:
        "Kurt Westerfeld" <kurt@mosol.com>
     To:
        "Norris Boyd" <norris@netscape.com>




Attached is NativeJavaObject.java, which seems to now pass the tests supplied to me by you and Scott.  Not a lot of change, but a lot of
testing and thinking was involved. <g>

PS. I also fixed a bug in reportConversionError() which was throwing an IllegalArgumentException inside of the MessageFormat class at times.
It also looks a little nicer (uses formatting from NativeJavaMethod) and closer to the C implementation.




   NativeJavaObject.java

                        Name:
                              NativeJavaObject.java
                         Type:
                              Java Source File (text/java)
                     Encoding:
                              quoted-printable


git-svn-id: svn://10.0.0.236/trunk@46585 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 18:49:58 +00:00
ssu%netscape.com
2a4a3b62b7 fixing code to no longer be dependent on sdinst library. This is not part of the Seamonkey build yet.
git-svn-id: svn://10.0.0.236/trunk@46583 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 18:31:21 +00:00
dmose%mozilla.org
6aa101eb05 Added some verbiage to the top of the page.
git-svn-id: svn://10.0.0.236/trunk@46576 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 17:41:19 +00:00
dmose%mozilla.org
d4c8893ecf updated verbiage
git-svn-id: svn://10.0.0.236/trunk@46575 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 16:11:14 +00:00
dmose%mozilla.org
cb70c3fac1 Fixed an error message
git-svn-id: svn://10.0.0.236/trunk@46574 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 16:08:54 +00:00
dmose%mozilla.org
edfcab1b31 Fixed a variable scoping error.
git-svn-id: svn://10.0.0.236/trunk@46573 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 16:04:46 +00:00
briano%netscape.com
fb646c7aa4 Automated update
git-svn-id: svn://10.0.0.236/trunk@46572 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 15:00:52 +00:00
vidur%netscape.com
6383215839 Fixed leak in LoadURL
git-svn-id: svn://10.0.0.236/trunk@46571 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 14:52:07 +00:00
Jerry.Kirk%Nexwarecorp.com
0002d23710 Had to set TK_CFLAGS for Neutrino/Photon.. Thought I did this yesterday
git-svn-id: svn://10.0.0.236/trunk@46570 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 14:49:08 +00:00
Jerry.Kirk%Nexwarecorp.com
ce4318e546 Add new Photon files I forgot yesterday
git-svn-id: svn://10.0.0.236/trunk@46569 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 14:44:37 +00:00
colin%theblakes.com
f9fbb5adfd Back out last change
git-svn-id: svn://10.0.0.236/trunk@46568 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 14:30:25 +00:00
rods%netscape.com
69a4525fe2 changed a couple of select disable attributes
git-svn-id: svn://10.0.0.236/trunk@46567 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 14:14:20 +00:00
norris%netscape.com
a8e5ba22e5 Makefile.in: remove unused file
nsScriptSecurityManager.cpp: Fix CheckURI problems (but still disabled)
nsSecurityManagerFactory.cpp: Make registration string match convention


git-svn-id: svn://10.0.0.236/trunk@46566 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 13:47:16 +00:00
briano%netscape.com
db80a416e7 Automated update
git-svn-id: svn://10.0.0.236/trunk@46565 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 13:45:46 +00:00
colin%theblakes.com
203ad06d61 Back out last change
git-svn-id: svn://10.0.0.236/trunk@46564 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 13:43:45 +00:00
Jerry.Kirk%Nexwarecorp.com
a38a3e6578 Had to add -DMOZILLA_CLIENT to _DEFINES_CFLAGS and _DEFINES_CXXFLAGS
git-svn-id: svn://10.0.0.236/trunk@46563 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 13:42:42 +00:00
rods%netscape.com
d9f43dff28 Bizzare edge case where click and then dragging outside the window into the console
window crashes in MouseTrailer. This had to do with an invalid window getting set
into the MouseTrailer. The invalid window comes from the mouse hitting the frame of
the app and then the console window. Bug #12848


git-svn-id: svn://10.0.0.236/trunk@46562 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 13:38:30 +00:00
colin%theblakes.com
5ddf772dd6 Add MOZ_TIMER_LIBS to EXTRA_DSO_LDOPTS
git-svn-id: svn://10.0.0.236/trunk@46561 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 13:20:07 +00:00
rods%netscape.com
f95ba06c9a Temporary fix to for mail compose.
git-svn-id: svn://10.0.0.236/trunk@46560 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 13:17:35 +00:00
Jerry.Kirk%Nexwarecorp.com
eabd045409 The Clipboard for Photon is now totally bit rotted but this fix will
at least keep it compiling until I get around to fixing it.


git-svn-id: svn://10.0.0.236/trunk@46559 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 13:05:39 +00:00
colin%theblakes.com
ec00efc0e5 Define EXTRA_DSO_LDOPTS as MOZ_TIMER_LIBS
git-svn-id: svn://10.0.0.236/trunk@46558 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 12:58:39 +00:00
colin%theblakes.com
35b0eeac8d Add MOZ_TIMER_LIBS to EXTRA_DSO_LDOPTS
git-svn-id: svn://10.0.0.236/trunk@46557 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 12:57:34 +00:00
colin%theblakes.com
2a23d108a7 Define MOZ_TIMER_LIBS in EXTRA_DSO_LDOPTS
git-svn-id: svn://10.0.0.236/trunk@46556 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 12:56:30 +00:00
duncan%be.com
f9dfc9d87c One last fix to the BeOS build. Now compiles fully.
git-svn-id: svn://10.0.0.236/trunk@46555 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 12:24:29 +00:00
colin%theblakes.com
2398ac9080 Define zlib in EXTRA_DSO_LDOPTS
git-svn-id: svn://10.0.0.236/trunk@46554 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 12:11:19 +00:00
rjc%netscape.com
1de89d5b50 Prepare Drag&Drop code for actually manipulating data via RDF for the personal toolbar.
git-svn-id: svn://10.0.0.236/trunk@46553 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 11:33:38 +00:00
rjc%netscape.com
7f50a10fad Get timer header files from widget area now.
git-svn-id: svn://10.0.0.236/trunk@46552 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 11:30:07 +00:00
ramiro%netscape.com
c488e4a519 Remove timer stuff which long ago moved to another place.
git-svn-id: svn://10.0.0.236/trunk@46551 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 09:40:40 +00:00
briano%netscape.com
a2bd820685 Rearranged things slightly. Mostly cosmetic.
git-svn-id: svn://10.0.0.236/trunk@46550 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 09:24:58 +00:00
briano%netscape.com
58e023e653 Automated update
git-svn-id: svn://10.0.0.236/trunk@46549 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 08:45:48 +00:00
briano%netscape.com
2bd2abcd26 Fix to allow talkback-enabled builds to find fullsoft.h in odd places.
git-svn-id: svn://10.0.0.236/trunk@46548 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 08:39:37 +00:00
arielb%rice.edu
fcd0fb0d83 spamming mailnews/addrbook with NS_DECL_IFOO's voucher mccabe
git-svn-id: svn://10.0.0.236/trunk@46547 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 08:09:12 +00:00
morse%netscape.com
69acd43801 localize wallet xul files
git-svn-id: svn://10.0.0.236/trunk@46546 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 07:46:05 +00:00
arielb%rice.edu
0232f8a833 spamming mailnews/news with NS_DECL_NSIFOO's, voucher mccabe
git-svn-id: svn://10.0.0.236/trunk@46545 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 07:44:24 +00:00
briano%netscape.com
c32edc1e73 General cleanup.
git-svn-id: svn://10.0.0.236/trunk@46544 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 07:32:15 +00:00
arielb%rice.edu
8aa38683b7 spamming mailnews/local with NS_DECL_IFOO's
git-svn-id: svn://10.0.0.236/trunk@46543 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 07:20:19 +00:00
davidm%netscape.com
b5627fbee9 Update to use navigatorOverlay.xul
git-svn-id: svn://10.0.0.236/trunk@46542 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 07:08:41 +00:00
morse%netscape.com
a0f1be31d6 localize xul files
git-svn-id: svn://10.0.0.236/trunk@46541 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 07:03:00 +00:00
putterman%netscape.com
11dbe59c48 Don't worry about duplicate values.
git-svn-id: svn://10.0.0.236/trunk@46540 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 06:58:14 +00:00
morse%netscape.com
ac3229e1a7 localize wallet xul files
git-svn-id: svn://10.0.0.236/trunk@46539 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 06:54:50 +00:00
morse%netscape.com
52fba43489 localize wallet xul files
git-svn-id: svn://10.0.0.236/trunk@46538 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 06:43:15 +00:00
briano%netscape.com
f314f096ac Automated update
git-svn-id: svn://10.0.0.236/trunk@46537 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 06:31:21 +00:00
alecf%netscape.com
48aa462f8c appcores dont need xplib anymore
git-svn-id: svn://10.0.0.236/trunk@46536 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 06:30:05 +00:00
alecf%netscape.com
492f655a23 caps doesn't need libxp anymore
git-svn-id: svn://10.0.0.236/trunk@46535 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 06:29:32 +00:00
pinkerton%netscape.com
7b76b80716 dragover on personal toolbar.
git-svn-id: svn://10.0.0.236/trunk@46534 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 06:27:43 +00:00
pinkerton%netscape.com
281ceb8548 turn listener into a capturer and pass more off to JS.
git-svn-id: svn://10.0.0.236/trunk@46533 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 06:27:25 +00:00
pinkerton%netscape.com
a6da1bb2ad correctly set target of dragenter/exit events.
git-svn-id: svn://10.0.0.236/trunk@46532 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 06:26:58 +00:00
pinkerton%netscape.com
ec428be14c adding atoms for toolbar d&d.
git-svn-id: svn://10.0.0.236/trunk@46531 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 06:26:12 +00:00
cls%seawood.org
b9cfcdc04e Removed check for usleep() as it did not fix the OSF/1 build and does not appear to be needed for anyone else
git-svn-id: svn://10.0.0.236/trunk@46530 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 06:24:11 +00:00
putterman%netscape.com
d4137171d2 don't use ToNewCString in this case.
git-svn-id: svn://10.0.0.236/trunk@46529 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 06:20:04 +00:00
putterman%netscape.com
bb90394157 Performance improvements. Separate flags initialization from other cached values
and don't init cached values until first time needed.


git-svn-id: svn://10.0.0.236/trunk@46528 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 06:19:47 +00:00
putterman%netscape.com
19d1934998 Adding message view changes.
git-svn-id: svn://10.0.0.236/trunk@46527 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 06:18:40 +00:00
putterman%netscape.com
8a58b7518f added message view.
git-svn-id: svn://10.0.0.236/trunk@46526 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 06:16:33 +00:00
putterman%netscape.com
d151e64672 added nsMessageView and performance work on loading folders.
git-svn-id: svn://10.0.0.236/trunk@46525 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 06:15:48 +00:00
putterman%netscape.com
c95ee2be97 add nsMessageView.cpp
git-svn-id: svn://10.0.0.236/trunk@46524 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 06:11:58 +00:00
putterman%netscape.com
8b4242895d Adding new files.
git-svn-id: svn://10.0.0.236/trunk@46523 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 06:11:28 +00:00
arielb%rice.edu
8aa5077cab spamming tree with NS_DECL_IFOO's. generated code from macros replacing code in .h files
git-svn-id: svn://10.0.0.236/trunk@46522 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 06:02:05 +00:00
peterl%netscape.com
e77016e4bb set line height to inherit only as needed
init ref count before first remap style


git-svn-id: svn://10.0.0.236/trunk@46521 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 05:37:37 +00:00
mscott%netscape.com
ea999cd29e Check in for alecf. Remove linkage against libxp. build nsWildCard.cpp
git-svn-id: svn://10.0.0.236/trunk@46520 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 05:29:42 +00:00
bienvenu%netscape.com
b18cfa0574 fix memory leaks of string bundles
git-svn-id: svn://10.0.0.236/trunk@46519 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 05:29:28 +00:00
alecf%netscape.com
cae990bede don't need to build libxp anymore
git-svn-id: svn://10.0.0.236/trunk@46518 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 05:22:32 +00:00
alecf%netscape.com
e0f9749d15 now uses local nsWildCard.cpp instead of xp_regexp.c
git-svn-id: svn://10.0.0.236/trunk@46517 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 05:21:06 +00:00
alecf%netscape.com
56412083da libjar now uses a local wildcard copy
git-svn-id: svn://10.0.0.236/trunk@46516 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 05:19:46 +00:00
rpotts%netscape.com
287c2883a1 bug #11376. I added GetContentLength to nsIChannel so the content length can be gotten from a channel...
git-svn-id: svn://10.0.0.236/trunk@46515 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 05:13:31 +00:00
rpotts%netscape.com
cbc7c059dc bug #11376. I added GetContentLength to nsIChannel so the content length can be gotten from a channel...
git-svn-id: svn://10.0.0.236/trunk@46514 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 05:07:30 +00:00
davidm%netscape.com
6c71e69195 Add in all the accesskey entities
git-svn-id: svn://10.0.0.236/trunk@46513 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 05:00:20 +00:00
alecf%netscape.com
de2a916715 libjar's private copy of xp_regexp
git-svn-id: svn://10.0.0.236/trunk@46512 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 04:54:56 +00:00
dmose%mozilla.org
6a8c2b8ffd fixed syntax error
git-svn-id: svn://10.0.0.236/trunk@46511 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 04:49:01 +00:00
davidm%netscape.com
8c87d146a5 Move menus over into navigatorOverlay.xul. Hook up some of the keybindings
git-svn-id: svn://10.0.0.236/trunk@46510 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 04:47:21 +00:00
davidm%netscape.com
08a03facae add navigatorOverlay.xul
git-svn-id: svn://10.0.0.236/trunk@46509 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 04:46:54 +00:00
davidm%netscape.com
4b8cdb2142 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@46508 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 04:45:44 +00:00
dmose%mozilla.org
314b567baf changed Netscape-related phrasing to the new political correctness
git-svn-id: svn://10.0.0.236/trunk@46507 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 04:42:27 +00:00
mscott%netscape.com
1e09d6ecc6 Bug #11405. build mozilla\db\mork and mozilla\db\mdb. Stop building the mailnews versions as mork and mdb have new homes in mozilla\db.
git-svn-id: svn://10.0.0.236/trunk@46506 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 04:40:45 +00:00
sspitzer%netscape.com
1c35e9f195 bulletproofing fixes for #12712, crash when your directory pref for a news server points a non-existant directory. the second half of this fix is to make sure it always exists. that fix is coming soon.
git-svn-id: svn://10.0.0.236/trunk@46505 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 04:37:11 +00:00
alecf%netscape.com
8442dbe7b5 make prefs a component on unix
git-svn-id: svn://10.0.0.236/trunk@46504 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 04:21:21 +00:00
alecf%netscape.com
832e310f8d don't show this old pref anymore
git-svn-id: svn://10.0.0.236/trunk@46503 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 04:12:39 +00:00
alecf%netscape.com
c07bf750e5 change nsIMsgIncomingServer->SetLocalPath/GetLocalPath to be an nsIFileSpec instead of a string
git-svn-id: svn://10.0.0.236/trunk@46502 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 04:11:38 +00:00
ramiro%netscape.com
d9dd9a4301 Add event debuggin prefs.
git-svn-id: svn://10.0.0.236/trunk@46501 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 04:11:37 +00:00
mcafee%netscape.com
62b8fc7ba8 Un-named radio buttons don't get radio-mode; adding names to fix this. a=alecf
git-svn-id: svn://10.0.0.236/trunk@46500 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 04:09:33 +00:00
briano%netscape.com
4190540626 General cleanup.
git-svn-id: svn://10.0.0.236/trunk@46499 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 04:00:39 +00:00
briano%netscape.com
51aa453ff7 General cleanup.
git-svn-id: svn://10.0.0.236/trunk@46498 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 03:51:17 +00:00
ramiro%netscape.com
b6a5975bbf Anal cosmetic thing.
git-svn-id: svn://10.0.0.236/trunk@46497 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 03:51:07 +00:00
ramiro%netscape.com
8e746bc923 Make event debuggin more useful in windows.
git-svn-id: svn://10.0.0.236/trunk@46496 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 03:47:56 +00:00
ramiro%netscape.com
b8ffa5615f Make event debuggin more useful on windows.
git-svn-id: svn://10.0.0.236/trunk@46495 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 03:47:26 +00:00
briano%netscape.com
6fe5ac28de General cleanup.
git-svn-id: svn://10.0.0.236/trunk@46494 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 03:34:19 +00:00
ssu%netscape.com
6f276ba30a backing out wizard from being built at this moment due to licensing issue with a header file
git-svn-id: svn://10.0.0.236/trunk@46493 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 03:07:37 +00:00
briano%netscape.com
d49d609915 Added the newline at the end of the file, required by Unix native compilers.
git-svn-id: svn://10.0.0.236/trunk@46492 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 02:55:56 +00:00
ramiro%netscape.com
21441b3f28 Fix typo.
git-svn-id: svn://10.0.0.236/trunk@46491 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 02:41:13 +00:00
ramiro%netscape.com
5fc6af2ae2 Add better event debugging.
git-svn-id: svn://10.0.0.236/trunk@46490 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 02:32:54 +00:00
mscott%netscape.com
24a8a5e8bf Not part of the build yet. Adjust the project depth for this project to account for the fact that it is now in mozilla\db instead of mozilla\mailnews\db.
git-svn-id: svn://10.0.0.236/trunk@46489 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 02:21:26 +00:00
ssu%netscape.com
cd3010a748 added standalone to the build. Also fixes tree breakage for the windows platform
git-svn-id: svn://10.0.0.236/trunk@46488 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 02:17:48 +00:00
briano%netscape.com
20615c9c64 General cleanup.
git-svn-id: svn://10.0.0.236/trunk@46487 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 02:14:10 +00:00
briano%netscape.com
24b40efbcb General cleanup.
git-svn-id: svn://10.0.0.236/trunk@46486 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 02:02:21 +00:00
slamm%netscape.com
568024601a Break summary table into its own subroutine.
git-svn-id: svn://10.0.0.236/trunk@46485 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 01:51:51 +00:00
mscott%netscape.com
9bb80c20db Backing out peterl's changes to fix the mac depend build until we can figure out why it
causes an internal compiler error.


git-svn-id: svn://10.0.0.236/trunk@46484 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 01:49:51 +00:00
briano%netscape.com
76ba4d41d7 Minor cleanup and removal of the obsolete non-NECKO stuff.
git-svn-id: svn://10.0.0.236/trunk@46483 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 01:49:14 +00:00
rjc%netscape.com
0bf013456e Use shortened syntax.
git-svn-id: svn://10.0.0.236/trunk@46482 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 01:15:02 +00:00
rjc%netscape.com
d4eb0827a2 Set an initial width and height on the search dialog.
git-svn-id: svn://10.0.0.236/trunk@46481 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 01:13:21 +00:00
cyeh%netscape.com
33c44c2c46 massive cleanup from win32 to unix
git-svn-id: svn://10.0.0.236/trunk@46480 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 01:12:29 +00:00
briano%netscape.com
8e091ef6bf Removed the obsolete non-NECKO leftovers.
git-svn-id: svn://10.0.0.236/trunk@46479 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 01:08:34 +00:00
hyatt%netscape.com
14d93502bd Updating popups. (No, they're still not turned on.)
git-svn-id: svn://10.0.0.236/trunk@46478 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 01:07:06 +00:00
rjc%netscape.com
8410b484a7 Add folder check.
git-svn-id: svn://10.0.0.236/trunk@46477 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 01:01:16 +00:00
ssu%netscape.com
29e798d1ee adding the windows wizard to the Seamonkey build system. This only affects windows platform makefile.win
git-svn-id: svn://10.0.0.236/trunk@46476 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 00:59:43 +00:00
briano%netscape.com
08f1c2c699 Removed the obsolete non-NECKO leftovers.
git-svn-id: svn://10.0.0.236/trunk@46475 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 00:59:41 +00:00
rjc%netscape.com
6c6aff2696 Don't return URLs from history that begin with "NC:". In truth, the history datasource should not return answers about anything that isn't in its "space"... but til that day, this hack works.
git-svn-id: svn://10.0.0.236/trunk@46474 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 00:59:20 +00:00
rjc%netscape.com
94ad1ded97 Add check for NS_RDF_NO_VALUE.
git-svn-id: svn://10.0.0.236/trunk@46473 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 00:58:08 +00:00
alecf%netscape.com
e51e127562 fix for #13403 - when the selected folder is a server, don't put the " on " part in
git-svn-id: svn://10.0.0.236/trunk@46472 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 00:52:52 +00:00
despotdaemon%netscape.com
14e4eb27c0 Pseudo-automatic update of changes made by ann.sunhachawee@eng.sun.com.
git-svn-id: svn://10.0.0.236/trunk@46471 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 00:50:35 +00:00
shaver%netscape.com
d28ae6ecaf fix memory leaks (eep) and add some debugging noise for myself
git-svn-id: svn://10.0.0.236/trunk@46470 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 00:48:30 +00:00
toshok%hungry.com
a998b7c38e remove the dll from mDllStore if we're about to delete it. keeps us from crashing if we try to load a dll after we fail once.
git-svn-id: svn://10.0.0.236/trunk@46469 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 00:47:22 +00:00
peterl%netscape.com
61a7bdcab8 Added optimization in SetCoord to not set inherit value if value can be computed locally
git-svn-id: svn://10.0.0.236/trunk@46468 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 00:43:54 +00:00
peterl%netscape.com
45751d711f removed non-necko code
fixed to not load alternate sheets after document drops reference


git-svn-id: svn://10.0.0.236/trunk@46467 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 00:42:53 +00:00
briano%netscape.com
6d8662ceed Removed the obsolete non-NECKO leftovers.
git-svn-id: svn://10.0.0.236/trunk@46466 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 00:41:10 +00:00
sspitzer%netscape.com
30980f7c09 the code to create the special folders (Inbox, Trash, etc) should not be in the pref migration code. jefft (or someone) has already written it in the right place, I'd just forgotten about this code.
git-svn-id: svn://10.0.0.236/trunk@46465 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 00:37:45 +00:00
ssu%netscape.com
af6ee9d1b2 new files to build native windows installer wizard
git-svn-id: svn://10.0.0.236/trunk@46464 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 00:33:41 +00:00
ssu%netscape.com
44ba7add8f fixing it to use non mt libc
git-svn-id: svn://10.0.0.236/trunk@46463 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 00:30:37 +00:00
pinkerton%netscape.com
aeee504877 clean up some d&d stuff.
git-svn-id: svn://10.0.0.236/trunk@46462 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 00:28:23 +00:00
pinkerton%netscape.com
f59358556b fix a bug where capturers would not be called when the event was sent directly to a dom node. clean up of a little d&d stuff.
git-svn-id: svn://10.0.0.236/trunk@46461 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 00:28:11 +00:00
granrose%netscape.com
bb5c62beb0 Added command line options (src|dest|file|help|debug|os). Changed to warn if
component directory already exists rather than die.


git-svn-id: svn://10.0.0.236/trunk@46460 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 00:25:25 +00:00
sfraser%netscape.com
a9e0730fdd #ifdef out a bunch of rods's printfs.
git-svn-id: svn://10.0.0.236/trunk@46459 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 00:23:40 +00:00
briano%netscape.com
c0948a91bf Removed the obsolete non-NECKO leftovers.
git-svn-id: svn://10.0.0.236/trunk@46458 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 00:21:43 +00:00
matt%netscape.com
a20d92702b Adding wallet ... files
git-svn-id: svn://10.0.0.236/trunk@46457 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 00:14:24 +00:00
briano%netscape.com
cf7f7bf07e Removed the obsolete non-NECKO leftovers.
git-svn-id: svn://10.0.0.236/trunk@46456 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 00:11:48 +00:00
matt%netscape.com
0967a81e05 Adding fix for bug 13316
git-svn-id: svn://10.0.0.236/trunk@46455 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 00:07:52 +00:00
slamm%netscape.com
7c98e0e3ef Fix source line ignoring.
git-svn-id: svn://10.0.0.236/trunk@46454 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 00:01:39 +00:00
slamm%netscape.com
5504626c4b Filter 'statement has no effect' when it's in an ASSERT().
git-svn-id: svn://10.0.0.236/trunk@46453 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 23:52:32 +00:00
evaughan%netscape.com
e759b22db7 1) Made some fixes to splitter frame.
2) Fixed a bug that caused scrollbars to disappear after visiting a xul page.


git-svn-id: svn://10.0.0.236/trunk@46452 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 23:51:02 +00:00
slamm%netscape.com
c04e99487e Filter 'aggregate has a partly bracketed initializer'.
git-svn-id: svn://10.0.0.236/trunk@46451 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 23:50:41 +00:00
slamm%netscape.com
7a7102313d do not repeat the same warning in the output.
git-svn-id: svn://10.0.0.236/trunk@46450 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 23:47:37 +00:00
dp%netscape.com
06e22314b3 RegFactory without any parameters will autoregister.
git-svn-id: svn://10.0.0.236/trunk@46449 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 23:45:29 +00:00
slamm%netscape.com
4259a143da Reapply earlier changes. Still no ignored warnings page, but the counts are correct now.
git-svn-id: svn://10.0.0.236/trunk@46448 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 23:40:40 +00:00
ssu%netscape.com
d1ea0c0356 updated header for building in mozilla. This is not part of Seamonkey build yet
git-svn-id: svn://10.0.0.236/trunk@46447 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 23:39:55 +00:00
ssu%netscape.com
931ac91b5c initial checkin. Not part of Seamonkey build yet
git-svn-id: svn://10.0.0.236/trunk@46446 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 23:39:21 +00:00
mccabe%netscape.com
823f5b9e6c Add parens to squelch 'suggest parentheses around arithmetic in operand of |' warning. Thanks to Morten Welinder <terra@diku.dk> for catching this. (And thanks to Waldemar for not letting me drop it.)
git-svn-id: svn://10.0.0.236/trunk@46445 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 23:35:37 +00:00
sfraser%netscape.com
8a797c14a4 Add DocumentIsEmpty to EditorShell.idl and nsIEditor, and modify length and content getters to do the right thing with an empty document (which contains the bogus text node).
git-svn-id: svn://10.0.0.236/trunk@46444 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 23:32:04 +00:00
sfraser%netscape.com
3ecbeb8efc Add tests for empty doc, and get doc length in EditorTestSelection.
git-svn-id: svn://10.0.0.236/trunk@46443 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 23:27:22 +00:00
vidur%netscape.com
69fd2bf6be added files: mozilla/dom/src/base/nsJSDOMException.cpp, mozilla/dom/src/base/nsDOMException.cpp
git-svn-id: svn://10.0.0.236/trunk@46442 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 23:19:48 +00:00
slamm%netscape.com
6b21832430 Fix a bunch of multiple matches.
git-svn-id: svn://10.0.0.236/trunk@46441 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 23:19:42 +00:00
vidur%netscape.com
bb6ee90548 Reporting better nsresults to DOM methods.
git-svn-id: svn://10.0.0.236/trunk@46440 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 23:18:27 +00:00
vidur%netscape.com
3f45ba68ae Added nsIScriptContextOwner::ReportScriptError.
git-svn-id: svn://10.0.0.236/trunk@46439 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 23:16:49 +00:00
vidur%netscape.com
ccf644288f Added JS exceptions to DOM glue. Added implementation for nsIDOMDOMException. Added nsIScriptContextOwner::ReportScriptError.
git-svn-id: svn://10.0.0.236/trunk@46438 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 23:14:30 +00:00
briano%netscape.com
9bc7e30b84 Removed the obsolete non-NECKO leftovers.
git-svn-id: svn://10.0.0.236/trunk@46437 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 23:12:13 +00:00
vidur%netscape.com
6c45ba51c0 Added error base for DOM module
git-svn-id: svn://10.0.0.236/trunk@46436 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 23:11:52 +00:00
vidur%netscape.com
b4d289cb1d Added nsIDOMDOMException IID
git-svn-id: svn://10.0.0.236/trunk@46435 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 23:11:32 +00:00
bienvenu%netscape.com
8c5e7b5a12 fix purify error
git-svn-id: svn://10.0.0.236/trunk@46434 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 23:02:17 +00:00
bienvenu%netscape.com
697c677585 fix purify errors and memory leaks
git-svn-id: svn://10.0.0.236/trunk@46433 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 23:01:20 +00:00
briano%netscape.com
f84d7777d2 Cleaned it up.
git-svn-id: svn://10.0.0.236/trunk@46432 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 22:59:23 +00:00
dougt%netscape.com
236d74c4e5 bug fix for 13321.
git-svn-id: svn://10.0.0.236/trunk@46431 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 22:53:13 +00:00
dougt%netscape.com
06f20955b6 bug fix for 13321. (hardly a fix, more of a hack).
git-svn-id: svn://10.0.0.236/trunk@46430 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 22:52:11 +00:00
briano%netscape.com
fba4f3c263 Removed the obsolete non-NECKO junk.
git-svn-id: svn://10.0.0.236/trunk@46429 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 22:51:30 +00:00
sspitzer%netscape.com
a359636ac1 ignore generated file
git-svn-id: svn://10.0.0.236/trunk@46427 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 22:49:54 +00:00
slamm%netscape.com
cf64759e8f back out last set of changes until I have the ignored warnings page ready.
git-svn-id: svn://10.0.0.236/trunk@46426 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 22:48:54 +00:00
slamm%netscape.com
346b0944b8 Ground work for 'by file' and 'ignored' pages. Fix keyword highlighting. Fix source line ignoring (e.g JS_ASSERT).
git-svn-id: svn://10.0.0.236/trunk@46425 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 22:37:54 +00:00
mark.lin%eng.sun.com
fc1ad92074 updated library names for Makefile.unix.
git-svn-id: svn://10.0.0.236/trunk@46424 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 22:18:13 +00:00
sspitzer%netscape.com
afb74efc56 fix for #13305. upon migration, set the mail.root.<type> prefs and the mail.newsrc_root pref, if we know the values.
git-svn-id: svn://10.0.0.236/trunk@46423 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 22:16:19 +00:00
sspitzer%netscape.com
0cad7f7f61 removing these defaults. they are not used in 5.0. now we have mail.root.imap, mail.root.pop3, mail.root.none, mail.root.nntp. there is also a mail.newsrc_root. part of the work for #13305
git-svn-id: svn://10.0.0.236/trunk@46422 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 22:12:00 +00:00
briano%netscape.com
6a32c4fd3e Cleaned it up again.
git-svn-id: svn://10.0.0.236/trunk@46421 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 22:08:40 +00:00
briano%netscape.com
e599e8dea7 Automated update
git-svn-id: svn://10.0.0.236/trunk@46420 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 21:46:16 +00:00
briano%netscape.com
a40d3e384d Fix for FullCircle. The header is called fullsoft.h not fullcircle.h.
git-svn-id: svn://10.0.0.236/trunk@46419 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 21:37:03 +00:00
leaf%mozilla.org
d3d5d1cd02 adding the makefiles for db
git-svn-id: svn://10.0.0.236/trunk@46418 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 21:35:50 +00:00
morse%netscape.com
593e35e8a8 fix a typo
git-svn-id: svn://10.0.0.236/trunk@46417 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 21:33:19 +00:00
sspitzer%netscape.com
7af10b4578 removing unused entity. it was made obsolete by my fix for #13366.
git-svn-id: svn://10.0.0.236/trunk@46416 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 21:29:20 +00:00
troy%netscape.com
e0f2971552 Fixed build bustage
git-svn-id: svn://10.0.0.236/trunk@46415 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 21:26:24 +00:00
sspitzer%netscape.com
ab41549232 fix for #13366. remove the copies and folders pane from the preferences window. its in the account mananger now, on a per server basis.
git-svn-id: svn://10.0.0.236/trunk@46414 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 21:24:07 +00:00
ssu%netscape.com
73e1ff5875 updated license file
git-svn-id: svn://10.0.0.236/trunk@46412 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 21:03:29 +00:00
cyeh%netscape.com
554248eabc dll -> so
git-svn-id: svn://10.0.0.236/trunk@46411 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 21:03:08 +00:00
mscott%netscape.com
48cba5a138 Bug #11405 --> build the db directory
git-svn-id: svn://10.0.0.236/trunk@46410 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 21:02:47 +00:00
ssu%netscape.com
ffa1345851 initial checkin. Not part of Seamonkey build yet
git-svn-id: svn://10.0.0.236/trunk@46409 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 21:02:46 +00:00
cyeh%netscape.com
bb39665daa use wildcards
git-svn-id: svn://10.0.0.236/trunk@46408 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 21:01:19 +00:00
mscott%netscape.com
2935699c7f Bug #11405 --> build db\mdb and db\mork
git-svn-id: svn://10.0.0.236/trunk@46407 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 20:59:36 +00:00
mscott%netscape.com
481a6f8319 Bug #11405 --> Don't build mork and mdb.
git-svn-id: svn://10.0.0.236/trunk@46406 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 20:58:58 +00:00
mscott%netscape.com
1aebfcd94c Bug #11405 --> Don't build mailnews\db\mdb and mailnews\db\mork
git-svn-id: svn://10.0.0.236/trunk@46405 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 20:58:41 +00:00
mscott%netscape.com
67ef746ec5 Bug #11405 --> start building db\mdb and db\mork
git-svn-id: svn://10.0.0.236/trunk@46404 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 20:54:57 +00:00
mscott%netscape.com
78cb21c2a2 Bug #11405 --> stop building mailnews\db\mdb and mailnews\db\mork.
git-svn-id: svn://10.0.0.236/trunk@46403 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 20:54:20 +00:00
mscott%netscape.com
121cac5b05 Bug #13368 --> when displaying a newsgroup, be sure to emit the newsgroup name in the to/cc box so we know
what newsgroup it came from!


git-svn-id: svn://10.0.0.236/trunk@46402 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 20:42:04 +00:00
jefft%netscape.com
c036d2cebd always want the dummy envelope header when save message to the disk
git-svn-id: svn://10.0.0.236/trunk@46401 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 20:34:12 +00:00
jefft%netscape.com
20ad741350 pay attention to the templates pref when save message as template
git-svn-id: svn://10.0.0.236/trunk@46400 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 20:31:26 +00:00
troy%netscape.com
55e8f974be Eliminated compiler warnings
git-svn-id: svn://10.0.0.236/trunk@46399 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 20:29:56 +00:00
troy%netscape.com
2d23954843 Removed GetEmptySharedBuffer() and changed to using a const Unicode array of
size 1


git-svn-id: svn://10.0.0.236/trunk@46398 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 20:21:27 +00:00
sfraser%netscape.com
d1919dbdf7 Removed nsInsertHTMLTxn.cpp
git-svn-id: svn://10.0.0.236/trunk@46397 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 20:18:29 +00:00
sfraser%netscape.com
8345bb8af2 File Removed.
git-svn-id: svn://10.0.0.236/trunk@46396 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 20:17:32 +00:00
dougt%netscape.com
8d1ff9ee8b Adding buffered output to nsIFileStream.
Renaming nsIFile to nsIOpenFile.
commenting out a testcase in FilesTest.cpp which fails.  evil, i know.


git-svn-id: svn://10.0.0.236/trunk@46395 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 20:12:35 +00:00
Jerry.Kirk%Nexwarecorp.com
2cb20d8fee Major change in ncCEvent, I made another encapsulation layer called
nsCPhEvent


git-svn-id: svn://10.0.0.236/trunk@46394 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 20:11:24 +00:00
nhotta%netscape.com
a6c8a5cc24 Locale to charset name mapping for Win95/98.
git-svn-id: svn://10.0.0.236/trunk@46393 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 20:11:04 +00:00
brade%netscape.com
1ebdf42b45 remove unneeded / redundant code; fix updating of controls
git-svn-id: svn://10.0.0.236/trunk@46392 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 20:10:22 +00:00
nhotta%netscape.com
38abee9595 Locale factory -> locale service.
git-svn-id: svn://10.0.0.236/trunk@46391 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 20:08:15 +00:00
sfraser%netscape.com
260ecde23a File Removed.
git-svn-id: svn://10.0.0.236/trunk@46390 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 20:07:57 +00:00
sfraser%netscape.com
8d49bac555 Remove commented out nsIEditRules
git-svn-id: svn://10.0.0.236/trunk@46389 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 20:06:01 +00:00
rods%netscape.com
39f9de7ab3 changed the way white space was being compress when getting the value
now a value of all spaces does get compressed to nothing


git-svn-id: svn://10.0.0.236/trunk@46388 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 19:57:24 +00:00
rods%netscape.com
5438f03f78 added rules for disabled options
changed nowrap to pre for processing of white space for options


git-svn-id: svn://10.0.0.236/trunk@46387 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 19:56:04 +00:00
rods%netscape.com
b6cead6582 Commented out space key event processing
git-svn-id: svn://10.0.0.236/trunk@46386 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 19:55:08 +00:00
brade%netscape.com
98a82a559c fix typo
git-svn-id: svn://10.0.0.236/trunk@46385 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 19:54:40 +00:00
rods%netscape.com
3d4e0155f9 Fixed selection in lists
git-svn-id: svn://10.0.0.236/trunk@46384 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 19:54:30 +00:00
rods%netscape.com
26570657ff removed space and return key event processing
git-svn-id: svn://10.0.0.236/trunk@46383 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 19:53:30 +00:00
sfraser%netscape.com
52851d0539 File Removed.
git-svn-id: svn://10.0.0.236/trunk@46382 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 19:51:03 +00:00
tbogard%aol.net
d1dec18986 Ooops, forgot to give a little licensing love.
git-svn-id: svn://10.0.0.236/trunk@46381 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 19:44:51 +00:00
mjudge%netscape.com
782c3c8b35 addiung selectable BRFrames. but brframes arent like images ect. they give you a collapsed range, collapsed to just "before" themselves. this will help editing immensely. this should also fix some mail news issues
git-svn-id: svn://10.0.0.236/trunk@46380 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 19:43:17 +00:00
tbogard%aol.net
f76643487b Added a test file for testing the XP Event Loop. This is windows only.
git-svn-id: svn://10.0.0.236/trunk@46379 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 19:42:12 +00:00
pavlov%netscape.com
6f4dec74d2 explaination of key event signals here so i don't get confused later
git-svn-id: svn://10.0.0.236/trunk@46376 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 19:40:12 +00:00
tbogard%aol.net
979858961c Clarified some documentation.
git-svn-id: svn://10.0.0.236/trunk@46375 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 19:24:16 +00:00
tbogard%aol.net
d748f58d42 Connecting the xpcom appshell pieces up to the windows build.
git-svn-id: svn://10.0.0.236/trunk@46374 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 19:22:55 +00:00
pavlov%netscape.com
ba15e10f4d fix for my XIM changes that broke the original XIM stuff the other day
git-svn-id: svn://10.0.0.236/trunk@46373 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 19:18:22 +00:00
jfrancis%netscape.com
b77bd7e19a oops, missed a case....
git-svn-id: svn://10.0.0.236/trunk@46372 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 19:10:13 +00:00
slamm%netscape.com
a0c00bbe39 Fix warnings (again) by moving string.h include inside ifdef. Tested on mac, win, and linux.
git-svn-id: svn://10.0.0.236/trunk@46371 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 19:03:57 +00:00
briano%netscape.com
152820e6f3 Automated update
git-svn-id: svn://10.0.0.236/trunk@46370 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 19:01:05 +00:00
colin%theblakes.com
be78acffe4 Use the HOST_ variables that were introduced in M10
git-svn-id: svn://10.0.0.236/trunk@46369 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 19:00:07 +00:00
harishd%netscape.com
ab0efe191c Fix for bug#s 12184, 13170, 13171.
git-svn-id: svn://10.0.0.236/trunk@46368 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 18:58:34 +00:00
colin%theblakes.com
40d993101d Add -lrdfutil_s to EXTRA_DSO_LDOPTS
git-svn-id: svn://10.0.0.236/trunk@46367 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 18:57:45 +00:00
colin%theblakes.com
3284f46a19 Define EXTRA_DSO_LDOPTS as -lmozreg_s
git-svn-id: svn://10.0.0.236/trunk@46366 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 18:56:52 +00:00
bienvenu%netscape.com
fdae8fd5c5 improve imap performance by not putting up same status msg or frequent percent progress
git-svn-id: svn://10.0.0.236/trunk@46365 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 18:55:22 +00:00
dougt%netscape.com
5e0c671cda fixed bug 12366.
git-svn-id: svn://10.0.0.236/trunk@46364 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 18:53:27 +00:00
akkana%netscape.com
2fe75724e8 Beginnings of stream converter for html/xif/text
git-svn-id: svn://10.0.0.236/trunk@46363 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 18:51:23 +00:00
ssu%netscape.com
d50be56d74 added winmain() to get it to compile. This is not part of the Seamonkey build, yet
git-svn-id: svn://10.0.0.236/trunk@46362 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 18:50:47 +00:00
jfrancis%netscape.com
1f2227cc1d passing corrected format string to editor
git-svn-id: svn://10.0.0.236/trunk@46361 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 18:49:24 +00:00
jfrancis%netscape.com
96bf193e44 fixing case sensitivity problem
git-svn-id: svn://10.0.0.236/trunk@46360 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 18:49:01 +00:00
mscott%netscape.com
aecd37a164 Bug #13029 --> clear the password if it is a bogus password
git-svn-id: svn://10.0.0.236/trunk@46359 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 18:47:48 +00:00
pepper%netscape.com
faed7ebdf4 Added appropriate defs so that gcc works on HPUX. Using LD to link shared libs now on HP only.
git-svn-id: svn://10.0.0.236/trunk@46358 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 18:47:38 +00:00
ssu%netscape.com
67560c46b7 initial checkin. Not part of Seamonkey build yet
git-svn-id: svn://10.0.0.236/trunk@46357 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 18:02:02 +00:00
putterman%netscape.com
8b61b79b74 Fix for 13328. Approved by leaf.
git-svn-id: svn://10.0.0.236/trunk@46356 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 17:34:01 +00:00
ssu%netscape.com
3ea21fbd12 initial checkin for nszip files. This is not part of the seamonkey build yet.
git-svn-id: svn://10.0.0.236/trunk@46355 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 17:31:57 +00:00
terry%mozilla.org
3e9c0dde1a Limit graph sizes to 64 inches in either dimension. (Yikes!)
git-svn-id: svn://10.0.0.236/trunk@46354 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 17:27:42 +00:00
jdunn%netscape.com
5a66c1f90c Fix the HP failure... per joe@nall.com's suggestion. For some reason
HP can't handle the '-' sign righ on top of the #'s so just added spaces.


git-svn-id: svn://10.0.0.236/trunk@46353 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 14:59:22 +00:00
brade%netscape.com
4cfa33d5c0 optimizations from Ben Goodger; move global var tagName to local; remove old comment; add new comments; don't pass around image editfield id
git-svn-id: svn://10.0.0.236/trunk@46352 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 14:57:44 +00:00
Jerry.Kirk%Nexwarecorp.com
2d6229176a First attempt at a unix Makefile for the nativeApp directory.
I have it building a static lib right now, but I think thats wrong,
going to talk to Travis to see what this really is/should be.


git-svn-id: svn://10.0.0.236/trunk@46351 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 14:42:26 +00:00
Jerry.Kirk%Nexwarecorp.com
a9d3fb9a6c First attempt at unix Makefile for the xp directory. Makes use of MOZ_TOOLKIT
to include certain files. It creates a static library that is then included
into a shared library by each toolkits code.
Also checked in the Photon event and filter definition.


git-svn-id: svn://10.0.0.236/trunk@46350 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 14:40:13 +00:00
Jerry.Kirk%Nexwarecorp.com
659e463337 First attempt at getting unix Makefiles to work, not sure where
everything goes just yet..


git-svn-id: svn://10.0.0.236/trunk@46349 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 14:38:21 +00:00
Jerry.Kirk%Nexwarecorp.com
f7784b63e1 First attempt at a unix Makefile for appshell. It descends into the "xp"
directory and then into photon or gtk depending on the toolkit.


git-svn-id: svn://10.0.0.236/trunk@46348 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 14:36:49 +00:00
karnaze%netscape.com
d417799ea1 bug 9043 - added nsTableCellCollection to handle multiple tags
git-svn-id: svn://10.0.0.236/trunk@46347 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 14:33:58 +00:00
karnaze%netscape.com
7a72afaa32 new regression test
git-svn-id: svn://10.0.0.236/trunk@46346 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 14:32:53 +00:00
rods%netscape.com
aa14d30718 Added the proper event processing for disabled options
ListBoxes (as dropdowns) are now notified before the are about to be dropped down


git-svn-id: svn://10.0.0.236/trunk@46345 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 14:27:38 +00:00
brade%netscape.com
bc4dc82b02 add license and selection keys (home, end, pgup, pgdn, arrows, shift-selects, etc.)
git-svn-id: svn://10.0.0.236/trunk@46344 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 14:04:41 +00:00
jefft%netscape.com
2ced68da8f implemented save existing message as template
git-svn-id: svn://10.0.0.236/trunk@46343 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 13:50:40 +00:00
ftang%netscape.com
c49384e31e placeholder for some late night hack....
git-svn-id: svn://10.0.0.236/trunk@46342 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 13:41:11 +00:00
brade%netscape.com
fedb169831 readd spacers in toolbar
git-svn-id: svn://10.0.0.236/trunk@46341 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 13:36:32 +00:00
ftang%netscape.com
8a306be029 declare methode in protect. Remove unnecessary INTEL_CHANGE ifdef, add () to #define
git-svn-id: svn://10.0.0.236/trunk@46340 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 12:58:26 +00:00
briano%netscape.com
5b1237e0f8 Automated update
git-svn-id: svn://10.0.0.236/trunk@46339 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 12:46:08 +00:00
Jerry.Kirk%Nexwarecorp.com
54bebc7ad0 Disable Memory mapped file support for QNX and Neutrino platforms.
git-svn-id: svn://10.0.0.236/trunk@46338 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 12:42:23 +00:00
Jerry.Kirk%Nexwarecorp.com
e2d6ace7ee Adding ${_COMPILER_PREFIX} to the -Wno-long-long CFLAG for Neutrino
and Cross Compiling.


git-svn-id: svn://10.0.0.236/trunk@46337 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 12:40:30 +00:00
colin%theblakes.com
7a779da312 Define EXTRA_DSO_LDOPTS as -limg_s and -lmozutil_s
git-svn-id: svn://10.0.0.236/trunk@46336 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 11:40:35 +00:00
colin%theblakes.com
81acc509f2 Add -lmozreg_s to EXTRA_DSO_LDOPTS
git-svn-id: svn://10.0.0.236/trunk@46335 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 11:35:52 +00:00
despotdaemon%netscape.com
438a0c19c7 Pseudo-automatic update of changes made by colin@theblakes.com.
git-svn-id: svn://10.0.0.236/trunk@46334 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 09:39:51 +00:00
waterson%netscape.com
04299bf544 Fix hidden form element which I whacked out while being a bit over-zealous.
git-svn-id: svn://10.0.0.236/trunk@46333 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 08:28:14 +00:00
hyatt%netscape.com
62f7cfdd85 Fixing an error in the handleDomEvent function.
git-svn-id: svn://10.0.0.236/trunk@46332 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 08:06:28 +00:00
hyatt%netscape.com
fec6c75da7 Improvements in performance.
git-svn-id: svn://10.0.0.236/trunk@46331 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 08:06:12 +00:00
waterson%netscape.com
d456312d2c Remove SearchForNodeByID(). It's not necessary anymore now that all XUL content is build up-front.
git-svn-id: svn://10.0.0.236/trunk@46330 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 07:23:45 +00:00
waterson%netscape.com
1bb31e1d48 Gut the XUL builder. Build all XUL content up front. Remove 'id' attributes on anonymous nodes (except inside <template>s), remove 'lazycontent' attributes, 'xulcontentsgenerated' attributes.
git-svn-id: svn://10.0.0.236/trunk@46329 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 07:23:05 +00:00
andreas.otte%primus-online.de
60919d7881 adding the data protocol to the build
git-svn-id: svn://10.0.0.236/trunk@46328 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 07:21:22 +00:00
andreas.otte%primus-online.de
c89298107a forgot this one
git-svn-id: svn://10.0.0.236/trunk@46327 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 07:18:45 +00:00
andreas.otte%primus-online.de
66ab5d4906 add protocol/data makefiles
git-svn-id: svn://10.0.0.236/trunk@46326 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 07:17:24 +00:00
andreas.otte%primus-online.de
ed548c9b04 add a missing return
git-svn-id: svn://10.0.0.236/trunk@46325 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 07:16:10 +00:00
andreas.otte%primus-online.de
d342054f3c add some ignorance
git-svn-id: svn://10.0.0.236/trunk@46324 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 07:14:49 +00:00
alecf%netscape.com
8d99b9ece2 add account title to the title bar
git-svn-id: svn://10.0.0.236/trunk@46323 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 07:03:03 +00:00
alecf%netscape.com
57b084038e change from XP_ASSERT to PR_ASSERT
git-svn-id: svn://10.0.0.236/trunk@46320 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 06:32:47 +00:00
jfrancis%netscape.com
9754c2a557 mail now asks for special mail-compose rules from the editor
git-svn-id: svn://10.0.0.236/trunk@46319 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 06:28:11 +00:00
jfrancis%netscape.com
8771ef0e8a making special mail-compose editing rules accessible to mail
git-svn-id: svn://10.0.0.236/trunk@46318 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 06:26:53 +00:00
brendan%mozilla.org
af42d93726 Don't abuse nsAutoLock in single-exit nsSocketTransport::Process and PR_Unlock
and relock it in subroutines -- this causes false deadlock-detection positives.
Also comment module callouts with lock held.


git-svn-id: svn://10.0.0.236/trunk@46317 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 06:17:20 +00:00
alecf%netscape.com
25e49b38d1 fix for #12575 - remember messenger window position
git-svn-id: svn://10.0.0.236/trunk@46316 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 06:01:48 +00:00
alecf%netscape.com
a1e1dbb0d9 whoops, pass newstr to strtok, not serverList (no wonder it wasn't loading anything)
git-svn-id: svn://10.0.0.236/trunk@46315 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 05:50:17 +00:00
alecf%netscape.com
dcc25c338a use cool new ISUPPORTS macros
git-svn-id: svn://10.0.0.236/trunk@46314 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 05:46:24 +00:00
sspitzer%netscape.com
0a85bf0694 whoops, use newsrcDir instead of newsHostsDir, to be correct.
git-svn-id: svn://10.0.0.236/trunk@46313 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 05:46:10 +00:00
sspitzer%netscape.com
0bfd4aa1cf fix some build mac / windows build breakage.
git-svn-id: svn://10.0.0.236/trunk@46312 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 05:43:27 +00:00
alecf%netscape.com
63311f223e add code for loading SMTP servers from the prefs
git-svn-id: svn://10.0.0.236/trunk@46311 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 05:41:58 +00:00
sspitzer%netscape.com
d04f0c621d changes needed so that on migration, we heed "news.directory", "mail.directory", and "mail.imap.root_dir" prefs. turned off for now, because waiting for dbragg to set these prefs after migration.
git-svn-id: svn://10.0.0.236/trunk@46310 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 05:40:40 +00:00
alecf%netscape.com
8bd49d6f30 add CID for SMTP server
git-svn-id: svn://10.0.0.236/trunk@46309 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 05:39:44 +00:00
jfrancis%netscape.com
fc7ebc0ae1 restoring 1.54 checkin: no longer clearing selection when we detect empty document - selection is a perfectly valid concept in an empty document.
fix for bug 13251 is now in layout/src/base/nsRange.cpp


git-svn-id: svn://10.0.0.236/trunk@46308 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 05:30:48 +00:00
jfrancis%netscape.com
88a64c92bc fixing dom range gravity bug (see bug 13251)
git-svn-id: svn://10.0.0.236/trunk@46307 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 05:27:44 +00:00
alecf%netscape.com
e6f59cdec2 use new NSPR types
git-svn-id: svn://10.0.0.236/trunk@46304 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 05:22:08 +00:00
alecf%netscape.com
c94b95cead switch to PR_TRUE/PR_FALSE/etc...
git-svn-id: svn://10.0.0.236/trunk@46302 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 05:20:39 +00:00
don%netscape.com
3a21477635 Temporarily disabled CheckURI so the Manage Bookmarks dialog and other windows work again. Norris will fix the window.open problem later.
git-svn-id: svn://10.0.0.236/trunk@46298 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 04:25:14 +00:00
shaver%netscape.com
b052c8e4df fix MLK bugs 13285 and 13286 and prevent repeated PrePopulateRegistry calls
git-svn-id: svn://10.0.0.236/trunk@46297 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 04:22:37 +00:00
briano%netscape.com
45f20efc3b Hack to get this to compile with DEC's picky C++ compiler.
git-svn-id: svn://10.0.0.236/trunk@46296 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 04:15:00 +00:00
mscott%netscape.com
c763294c70 LoadDocument and LoadSubDocument now take nsIURIs instad of unicode strings. This is part of a webshell optimization
to cut down on the number of nsIURI objects which we currently create in order to run a url in the webshell.


git-svn-id: svn://10.0.0.236/trunk@46295 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 04:00:08 +00:00
mscott%netscape.com
4dd35ce8ac Support LoadURI which is a new method on the webshell which takes a nsIURI. This is part of a webshell optimization
to cut down on the number of nsIURI objects which we currently create in order to run a url in the webshell.


git-svn-id: svn://10.0.0.236/trunk@46294 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 03:59:21 +00:00
mscott%netscape.com
45e6e1ccfa LoadDocument and LoadSubDocument now take an nsIURI instead of a unicode string. This is part of a webshell optimization
to cut down on the number of nsIURI objects which we currently create in order to run a url in the webshell.


git-svn-id: svn://10.0.0.236/trunk@46293 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 03:58:57 +00:00
alecf%netscape.com
bd2862b6e8 switch to using correct NSPR types and PR_TRUE/PR_FALSE/etc
git-svn-id: svn://10.0.0.236/trunk@46292 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 03:56:37 +00:00
alecf%netscape.com
efbd33223d switch to using PR_FALSE/PR_TRUE and some nsCRT string routines
git-svn-id: svn://10.0.0.236/trunk@46291 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 03:55:56 +00:00
hyatt%netscape.com
1433b9452c Landing AttributeChanged alteration. AttributeChanged now fires even when the
style hint is REFLOW or VISUAL (and not just CONTENT).


git-svn-id: svn://10.0.0.236/trunk@46290 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 03:51:41 +00:00
alecf%netscape.com
acf0d5dba9 fix some warnings and comments
git-svn-id: svn://10.0.0.236/trunk@46289 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 03:44:11 +00:00
alecf%netscape.com
044ea3ea0b switch to using PR_TRUE/PR_FALSE and nsCRT routines, switch over XP_ASSERT, and use nsnull instead of nil
git-svn-id: svn://10.0.0.236/trunk@46288 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 03:39:53 +00:00
briano%netscape.com
a2a26a346c Automated update
git-svn-id: svn://10.0.0.236/trunk@46287 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 03:30:38 +00:00
leaf%mozilla.org
360dfb0ea7 checking in fixes for extensions/irc windows build, not part of default
build


git-svn-id: svn://10.0.0.236/trunk@46286 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 03:29:07 +00:00
rginda%ndcico.com
6ed9e1d09a Modified test1.html to work in the new directory structure.
Modified unix makefile to install it by default.


git-svn-id: svn://10.0.0.236/trunk@46285 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 03:26:38 +00:00
briano%netscape.com
d800956779 Damn. Defining _XOPEN_SOURCE_EXTENDED breaks other things that didn't break before. Backing it out.
git-svn-id: svn://10.0.0.236/trunk@46284 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 03:20:54 +00:00
alecf%netscape.com
f0e2f47f53 switch to using PR_TRUE/PR_FALSE and nsCRT string routines
git-svn-id: svn://10.0.0.236/trunk@46283 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 03:19:49 +00:00
alecf%netscape.com
5f69177b71 switch to nsCRT string routines and PR_TRUE/PR_FALSE to reduce include dependancies
git-svn-id: svn://10.0.0.236/trunk@46282 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 03:09:39 +00:00
alecf%netscape.com
4aa767d9b0 switch to nsCRT routines and PR_TRUE/PR_FALSE to reduce include dependancy
git-svn-id: svn://10.0.0.236/trunk@46281 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 03:08:27 +00:00
rjc%netscape.com
05bd247850 Fix bug # 13197: escape bookmark title as well as descriptions.
git-svn-id: svn://10.0.0.236/trunk@46280 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 03:06:15 +00:00
rjc%netscape.com
69381689e8 Cache sort resource requests.
git-svn-id: svn://10.0.0.236/trunk@46279 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 03:04:45 +00:00
cyeh%netscape.com
3f850735fc add mac and unix manifests, based on win32 one. (all i did was change
path delimiters)


git-svn-id: svn://10.0.0.236/trunk@46278 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 02:06:36 +00:00
mccabe%netscape.com
2b644a1e9e Backed out offending change for now. Busted windows and mac (xpidl returns failure.)
git-svn-id: svn://10.0.0.236/trunk@46277 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 01:51:56 +00:00
briano%netscape.com
79052fb1d0 Automated update
git-svn-id: svn://10.0.0.236/trunk@46276 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 01:45:56 +00:00
briano%netscape.com
e68f37bc53 Defined _XOPEN_SOURCE_EXTENDED for OSF/1 builds in order to get the prototype for usleep.
git-svn-id: svn://10.0.0.236/trunk@46275 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 01:38:07 +00:00
cyeh%netscape.com
9e327bc7ac move and rename manifest-win to /packager/packages-win
git-svn-id: svn://10.0.0.236/trunk@46274 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 01:35:41 +00:00
briano%netscape.com
18a8589c92 Cleaned it up.
git-svn-id: svn://10.0.0.236/trunk@46273 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 01:04:55 +00:00
briano%netscape.com
d85844dc84 Got rid of the obsolete non-necko stuff.
git-svn-id: svn://10.0.0.236/trunk@46272 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 01:04:24 +00:00
despotdaemon%netscape.com
e77148ddd1 Pseudo-automatic update of changes made by rchen@netscape.com.
git-svn-id: svn://10.0.0.236/trunk@46271 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 01:03:12 +00:00
cmanske%netscape.com
95aaf59c06 Activated collapsing of table row in Image Dialog to implement 'More'/'Fewer' behavior, now that sizeToContent works!
git-svn-id: svn://10.0.0.236/trunk@46270 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 00:50:45 +00:00
mccabe%netscape.com
28ff5cd0ab Fixes to compile on DEC (gargamel) courtesy briano; remove XPT_ASSERT from macros, and remove unused macros from xpt_struct.c.
git-svn-id: svn://10.0.0.236/trunk@46269 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 00:45:13 +00:00
jdunn%netscape.com
9be901b443 adding newline at eof so that HP can compile
git-svn-id: svn://10.0.0.236/trunk@46268 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 00:27:53 +00:00
briano%netscape.com
b9cce49c6d Cleaned it up.
git-svn-id: svn://10.0.0.236/trunk@46267 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 00:24:27 +00:00
idk%eng.sun.com
f363d1453d Add this files
git-svn-id: svn://10.0.0.236/trunk@46266 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 00:21:03 +00:00
mscott%netscape.com
f8078c4c9a Bug #13156 --> if a message doesn't have a to/cc or bcc field (as is the case with some news messages),
don't emmit code to make a box in the message display pane. It just looks weird because the box is empty.


git-svn-id: svn://10.0.0.236/trunk@46265 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 00:12:55 +00:00
av%netscape.com
d76194290e Fixing bug 7509
git-svn-id: svn://10.0.0.236/trunk@46264 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 00:12:26 +00:00
matt%netscape.com
8c0427fe8c Fixing help menu
git-svn-id: svn://10.0.0.236/trunk@46263 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 00:07:42 +00:00
kmcclusk%netscape.com
ca4c293a70 Added gfx pixel coverage test to repository. Not added to build yet.
git-svn-id: svn://10.0.0.236/trunk@46262 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 00:03:25 +00:00
cmanske%netscape.com
bfabab35ae Fixed Insert Table dialog to not insert if properties are not valid
git-svn-id: svn://10.0.0.236/trunk@46261 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 23:55:13 +00:00
sfraser%netscape.com
46b3305e14 Convert some NS_ASSERTIONS into warnings, so that I can start up without debugger breaks.
git-svn-id: svn://10.0.0.236/trunk@46260 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 23:54:44 +00:00
briano%netscape.com
bb55ce0748 Cleaned it up.
git-svn-id: svn://10.0.0.236/trunk@46259 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 23:53:09 +00:00
cmanske%netscape.com
16a1086dcf Adding Advanced Property Editing dialog work by Ben Goodger (rgoodger@ihug.co.nz)
git-svn-id: svn://10.0.0.236/trunk@46258 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 23:49:46 +00:00
danm%netscape.com
cf7e642542 open new browser window with nsIDOMWindow.Open
git-svn-id: svn://10.0.0.236/trunk@46257 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 23:49:36 +00:00
bienvenu%netscape.com
883c204ca5 remove more dead wood
git-svn-id: svn://10.0.0.236/trunk@46256 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 23:48:24 +00:00
danm%netscape.com
6221421920 adding JavaScript.shlb
git-svn-id: svn://10.0.0.236/trunk@46255 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 23:46:52 +00:00
wtc%netscape.com
1269b38e40 Also set the keepalive socket option if the socket is
an IPv6 TCP socket.


git-svn-id: svn://10.0.0.236/trunk@46253 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 23:43:07 +00:00
wtc%netscape.com
05ac6a10a0 Corrected an error.
git-svn-id: svn://10.0.0.236/trunk@46252 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 23:42:11 +00:00
mjudge%netscape.com
3a2b08f57b adding in begin line and end line enums for selection movement. this allows peeking to the start and end of and like given a content offset for any frame.
git-svn-id: svn://10.0.0.236/trunk@46251 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 23:40:17 +00:00
briano%netscape.com
fd3610baf1 Added newline to fix the Unix native compiler builds.
git-svn-id: svn://10.0.0.236/trunk@46250 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 23:37:16 +00:00
mscott%netscape.com
8f966b0b44 adjust depth to account for new directory position in the mozilla tree.
git-svn-id: svn://10.0.0.236/trunk@46249 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 23:32:25 +00:00
briano%netscape.com
760f0ae533 Cleaned it up.
git-svn-id: svn://10.0.0.236/trunk@46248 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 23:32:12 +00:00
granrose%netscape.com
3c908b1ee1 This is not part of the build, it should be fine.
Adding xpinstall manifest parser.


git-svn-id: svn://10.0.0.236/trunk@46247 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 23:30:45 +00:00
mscott%netscape.com
f4f1d605b7 build mork and mdb. (not part of the build).
git-svn-id: svn://10.0.0.236/trunk@46246 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 23:30:36 +00:00
sfraser%netscape.com
be89f91cd8 Remove the view source menu item because it doesn't work right yet, and fix the contentframe.xul URL to work with some obscure CAPS changes.
git-svn-id: svn://10.0.0.236/trunk@46245 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 23:25:59 +00:00
shaver%netscape.com
6a13cc4531 more Makefile fixes, and work around wallet/cookie silliness
git-svn-id: svn://10.0.0.236/trunk@46244 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 23:25:54 +00:00
mscott%netscape.com
99265c6c8e Adjust depth to account for new location in the mozilla tree. (not part of the build yet>
git-svn-id: svn://10.0.0.236/trunk@46243 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 23:23:01 +00:00
mscott%netscape.com
008be4ffb3 Adjust depth to account for new location in mozilla tree.
git-svn-id: svn://10.0.0.236/trunk@46242 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 23:22:40 +00:00
mscott%netscape.com
e74107444e Not part of the build yet. Makefile to build mdb and mork.
git-svn-id: svn://10.0.0.236/trunk@46241 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 23:21:21 +00:00
matt%netscape.com
7a9cc712bf rewriting prefs for smartupdate and fixing bug13272
git-svn-id: svn://10.0.0.236/trunk@46240 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 23:21:09 +00:00
buster%netscape.com
8dc2f7da63 made a small change to the way the file control interacts with the embedded gfx text control
now, it talks to it via nsIDOMHTMLInputElement interface, rather than assuming imlementation details
about what attributes to set.


git-svn-id: svn://10.0.0.236/trunk@46239 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 23:20:32 +00:00
ssu%netscape.com
474e6ac41e updated makefile to use non_mt libs.
update license info for the other files.

This is not part of the seamonkey build, yet.


git-svn-id: svn://10.0.0.236/trunk@46238 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 23:19:23 +00:00
shaver%netscape.com
e40893df46 teach component manager that there are non-native entries in the registry
git-svn-id: svn://10.0.0.236/trunk@46237 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 23:18:47 +00:00
briano%netscape.com
8f5a918126 Automated update
git-svn-id: svn://10.0.0.236/trunk@46236 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 23:00:44 +00:00
slamm%netscape.com
b371a9c0c3 Straighten out long-long flag logic.
git-svn-id: svn://10.0.0.236/trunk@46235 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 22:52:55 +00:00
kin%netscape.com
3f07e6a437 Fix for bug #13251: gfx text fields are not accepting input
Reenabled call to ClearSelection() in nsTextEditRules::WillInsert().


git-svn-id: svn://10.0.0.236/trunk@46234 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 22:47:50 +00:00
wtc%netscape.com
37bb4c3193 Create the socket pair in AF_UNIX domain because that's
the common usage.


git-svn-id: svn://10.0.0.236/trunk@46232 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 22:30:51 +00:00
norris%netscape.com
1405f1b83a disable XPConnect security check, perhaps related to test failure. Getting reports of failures on Mac at least.
git-svn-id: svn://10.0.0.236/trunk@46231 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 22:29:56 +00:00
dveditz%netscape.com
9e8fbafe16 fixing mac bustage
git-svn-id: svn://10.0.0.236/trunk@46230 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 22:03:53 +00:00
norris%netscape.com
21439ca75b Fix build breakage: full #include needed.
git-svn-id: svn://10.0.0.236/trunk@46229 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 21:26:56 +00:00
dveditz%netscape.com
16f2088ec5 walling off more MOZILLA_CLIENT junk so plain standard ZLIB works in the native install wizards
git-svn-id: svn://10.0.0.236/trunk@46228 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 21:23:17 +00:00
slamm%netscape.com
fd0377dc09 Mac needs string.h put it back.
git-svn-id: svn://10.0.0.236/trunk@46227 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 21:09:29 +00:00
slamm%netscape.com
c19dbf0bd4 Fix warning.
git-svn-id: svn://10.0.0.236/trunk@46226 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 21:05:56 +00:00
ftang%netscape.com
c70dedcca3 nsUnicodeToGB2312V2.h
git-svn-id: svn://10.0.0.236/trunk@46225 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 20:42:49 +00:00
leila.garin%eng.sun.com
2884c685bb Updated PATH variable.
git-svn-id: svn://10.0.0.236/trunk@46224 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 20:42:23 +00:00
norris%netscape.com
74202f2741 Fix bug 13253.
Enable restrictions on use of Components array from web JavaScript.


git-svn-id: svn://10.0.0.236/trunk@46223 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 20:40:20 +00:00
ftang%netscape.com
8d6332934c add new chinese converter implementation
git-svn-id: svn://10.0.0.236/trunk@46222 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 20:36:37 +00:00
ftang%netscape.com
2eaa824598 check in mac fix
git-svn-id: svn://10.0.0.236/trunk@46221 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 20:35:56 +00:00
slamm%netscape.com
e3949cea38 Fix unix build warnings
git-svn-id: svn://10.0.0.236/trunk@46220 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 20:35:19 +00:00
rogerl%netscape.com
17e20e67dc Mostly just some cleaning up - especially in regexp.
Merged server specific GC changes from NES branch.
Bunch o' ECMA version 3 fixes to jsregexp.


git-svn-id: svn://10.0.0.236/trunk@46219 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 20:34:47 +00:00
sspitzer%netscape.com
68d731f832 remove my work around for bug #11010, since it is no longer needed. thanks to mdubinko@yahoo.com for keeping on top of that bug report.
git-svn-id: svn://10.0.0.236/trunk@46218 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 20:33:11 +00:00
shaver%netscape.com
18b7766556 Add set/check of modification date and file size in registry.
Defer compilation and module object fetch to first factory use.
(not yet part of build, a=gramps)


git-svn-id: svn://10.0.0.236/trunk@46217 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 20:30:25 +00:00
sdagley%netscape.com
7b5c3e1461 Fix #3540 - defer initialization of OT until someone actually makes an OT call. Reviewed wtc, approved don.
git-svn-id: svn://10.0.0.236/trunk@46216 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 20:24:09 +00:00
despotdaemon%netscape.com
ddcd6c97c5 Pseudo-automatic update of changes made by granrose@netscape.com.
git-svn-id: svn://10.0.0.236/trunk@46215 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 20:22:52 +00:00
shaver%netscape.com
3e308692b1 further protection from lame Solaris /bin/sh
git-svn-id: svn://10.0.0.236/trunk@46214 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 20:17:20 +00:00
leaf%mozilla.org
348f7fbaca adding makefile.win for extensions/irc
git-svn-id: svn://10.0.0.236/trunk@46213 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 20:11:24 +00:00
leaf%mozilla.org
34daed7424 adding windows makefile for extensions/irc/libbs
git-svn-id: svn://10.0.0.236/trunk@46212 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 20:10:30 +00:00
ftang%netscape.com
8589304be6 add new chinese converters for UNIX build
git-svn-id: svn://10.0.0.236/trunk@46211 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 20:07:45 +00:00
ftang%netscape.com
e30d24cd57 add new Chinese converters as non default one for now
git-svn-id: svn://10.0.0.236/trunk@46210 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 20:07:21 +00:00
ftang%netscape.com
23dba20a22 add new implementation of GB converters
git-svn-id: svn://10.0.0.236/trunk@46209 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 20:04:53 +00:00
shaver%netscape.com
142e69eeaf handle empty extensions list
git-svn-id: svn://10.0.0.236/trunk@46208 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 19:55:50 +00:00
shaver%netscape.com
8b05727b4b JSRuntime svc now controls lifetime
git-svn-id: svn://10.0.0.236/trunk@46207 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 19:44:15 +00:00
shaver%netscape.com
5eef36a511 JSRuntime svc now controls lifetime; make nsIJSRuntimeService::runtime readonly
git-svn-id: svn://10.0.0.236/trunk@46206 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 19:44:13 +00:00
ramiro%netscape.com
0ed74e39c5 Make paint flashing respond to a pref instead of an #ifdef.
git-svn-id: svn://10.0.0.236/trunk@46205 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 19:37:43 +00:00
ramiro%netscape.com
2eaf7c78bd Move the debug prefs to their own panel. Add Invalidate() flashing
debug pref for debuggin painting events.


git-svn-id: svn://10.0.0.236/trunk@46204 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 19:36:48 +00:00
ramiro%netscape.com
45d73f6ef8 Add VIEWER_FLASH_PAINT_AREA menu item for debuggin paint events.
git-svn-id: svn://10.0.0.236/trunk@46203 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 19:36:45 +00:00
dveditz%netscape.com
5ed09cb370 adding makefile
git-svn-id: svn://10.0.0.236/trunk@46202 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 19:29:04 +00:00
briano%netscape.com
c621a9bad1 Automated update
git-svn-id: svn://10.0.0.236/trunk@46201 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 19:15:42 +00:00
akkana%netscape.com
cd7f7cfcb9 Print all warning messages on stdout, not just assertions
git-svn-id: svn://10.0.0.236/trunk@46200 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 19:15:10 +00:00
akkana%netscape.com
65eef8b0cd Remove some redundant logic
git-svn-id: svn://10.0.0.236/trunk@46199 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 19:13:04 +00:00
akkana%netscape.com
87108f52ba Change debug temp filename from xif.html to xif.xif
git-svn-id: svn://10.0.0.236/trunk@46198 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 19:10:44 +00:00
shaver%netscape.com
a2fb0ec947 add --with-extensions to turn on mozilla/extensions/*
git-svn-id: svn://10.0.0.236/trunk@46197 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 19:10:13 +00:00
akkana%netscape.com
60e68b3f1c 13052: move comment handling to OpenContainer, to ensure that open/close tags are balanced
git-svn-id: svn://10.0.0.236/trunk@46196 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 19:09:36 +00:00
cmanske%netscape.com
0522028cc7 Fixed bug 13164 preventing Open from working in editor
git-svn-id: svn://10.0.0.236/trunk@46195 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 19:08:24 +00:00
dougt%netscape.com
7361aaba5a Fixing 12075, 12108, 10750.
cleaning up how strings are passed into the install object from js.


git-svn-id: svn://10.0.0.236/trunk@46194 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 18:58:26 +00:00
sfraser%netscape.com
64f4b60eda Fix view source to work with the new browser appcore replacement
git-svn-id: svn://10.0.0.236/trunk@46193 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 18:53:02 +00:00
sfraser%netscape.com
9d447ad351 Fix the implicit global editorShell weirdness, and change the viewsource window opening.
git-svn-id: svn://10.0.0.236/trunk@46192 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 18:52:27 +00:00
mjudge%netscape.com
a0c73b5f81 Had a loop that did not reset one variable for "next" iteration. this will fix arrow up/down ya.
git-svn-id: svn://10.0.0.236/trunk@46191 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 18:47:01 +00:00
briano%netscape.com
53db627525 Automated update
git-svn-id: svn://10.0.0.236/trunk@46190 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 18:45:44 +00:00
cyeh%netscape.com
42784148af remove last bits of MODULAR_NETLIB
git-svn-id: svn://10.0.0.236/trunk@46189 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 18:43:48 +00:00
bienvenu%netscape.com
a52848c4e1 use cached flag instead of asking mork
git-svn-id: svn://10.0.0.236/trunk@46188 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 18:40:59 +00:00
pollmann%netscape.com
d57cbacf48 Removing some dead code.
git-svn-id: svn://10.0.0.236/trunk@46187 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 18:35:30 +00:00
bienvenu%netscape.com
a5df8cce73 move more stuff into idl interfaces
git-svn-id: svn://10.0.0.236/trunk@46186 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 18:34:32 +00:00
dbragg%netscape.com
86f6824e60 Added the writing of the string Mozilla User Preferences to the top of the prefs js file. Fixes bug 8610
git-svn-id: svn://10.0.0.236/trunk@46185 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 18:28:55 +00:00
morse%netscape.com
28b0b82b4e fetch wallet files from netcenter
git-svn-id: svn://10.0.0.236/trunk@46184 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 18:28:50 +00:00
morse%netscape.com
d6396923a0 fetch files from netcenter again, fix up timeout on inactive key
git-svn-id: svn://10.0.0.236/trunk@46183 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 18:26:44 +00:00
dbragg%netscape.com
a703106f8a Removed the Entities. They've been in a .dtd file for a few days.
git-svn-id: svn://10.0.0.236/trunk@46182 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 18:22:40 +00:00
rginda%ndcico.com
170ebc192e Not part of the SeaMonkey default build.
Moved bsConnection.cpp to bsXPCConnection.cpp to prevent build collisions
with bsconnection.c on case insensitive platforms.  Moved
bsConnectionFactory.cpp to bsXPCConnectionFactory.cpp to match the new prefix.


git-svn-id: svn://10.0.0.236/trunk@46181 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 17:38:43 +00:00
bienvenu%netscape.com
5a2cc867f5 use auto strings where possible
git-svn-id: svn://10.0.0.236/trunk@46180 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 14:57:36 +00:00
brade%netscape.com
358b78f471 remove some keybindings; these should be coming from an overlay anyways
git-svn-id: svn://10.0.0.236/trunk@46179 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 14:40:51 +00:00
brade%netscape.com
e99c40bdc7 fix copyright; add contributor (Sammy Ford)
git-svn-id: svn://10.0.0.236/trunk@46178 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 14:32:03 +00:00
ramiro%netscape.com
4026eeac36 Fix update event bounds (width and height were reversed). Also set the event
time to PR_Now().


git-svn-id: svn://10.0.0.236/trunk@46177 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 14:11:13 +00:00
morse%netscape.com
b8469b8c2f require user to type in password confirmation
git-svn-id: svn://10.0.0.236/trunk@46176 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 13:49:47 +00:00
ramiro%netscape.com
f05f241100 Make TRACE_PAINT_FLASH flash only the event rect area. Remove some duplicate
code in GetNativeData().


git-svn-id: svn://10.0.0.236/trunk@46175 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 13:05:46 +00:00
alla%lysator.liu.se
e4b3349bb0 Fixed the runtime crash in GtkMozilla.
git-svn-id: svn://10.0.0.236/trunk@46174 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 12:58:06 +00:00
rjc%netscape.com
aff0cd524f Remove meaningless "open" attribute.
git-svn-id: svn://10.0.0.236/trunk@46172 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 09:45:40 +00:00
rjc%netscape.com
13acc647fd Use same strings.
git-svn-id: svn://10.0.0.236/trunk@46171 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 09:41:24 +00:00
rjc%netscape.com
fb734f7c88 Persist "open" attribute in bookmark's panel, and be sure to set "status" and "type" attributes so that we get proper icons!
git-svn-id: svn://10.0.0.236/trunk@46170 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 09:31:20 +00:00
rjc%netscape.com
9012c6c73f Tweak UpdateBookmarkLastVisitedDate() and Translate() functions.
git-svn-id: svn://10.0.0.236/trunk@46169 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 08:52:22 +00:00
rjc%netscape.com
98f4cbbde2 Added XXX comment, and now also size content to window.
git-svn-id: svn://10.0.0.236/trunk@46168 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 07:52:11 +00:00
rjc%netscape.com
cd4c367b54 Center table.
git-svn-id: svn://10.0.0.236/trunk@46167 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 07:33:56 +00:00
rjc%netscape.com
a1032d2b98 Move string declaration to DTD.
git-svn-id: svn://10.0.0.236/trunk@46166 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 07:31:51 +00:00
rjc%netscape.com
0333ac20ae Cache sort resources.
git-svn-id: svn://10.0.0.236/trunk@46165 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 07:27:49 +00:00
rjc%netscape.com
9cae542322 Fix silly warning.
git-svn-id: svn://10.0.0.236/trunk@46164 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 06:55:20 +00:00
shaver%netscape.com
8ee8a718a2 initial JS component loader work
git-svn-id: svn://10.0.0.236/trunk@46163 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 06:18:08 +00:00
waterson%netscape.com
2242e97898 Fix variable scoping problem that busts #ifdef DEBUG build.
git-svn-id: svn://10.0.0.236/trunk@46162 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 05:40:22 +00:00
shaver%netscape.com
955b7a1d60 Moved abs:/rel: handling to ComponentManager.
Made nsIModule::GetClassObject and nsIFactory scriptable for JS components.
Added registryLocation param to nsIModule::(Un)RegisterSelf.


git-svn-id: svn://10.0.0.236/trunk@46161 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 05:06:37 +00:00
shaver%netscape.com
a4b4dee177 use NS_DECL_NSIMODULE and track nsIModule API changes
git-svn-id: svn://10.0.0.236/trunk@46160 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 05:06:36 +00:00
toshok%hungry.com
2a1c95e1c4 ignore Makefile and js
git-svn-id: svn://10.0.0.236/trunk@46159 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 05:03:42 +00:00
toshok%hungry.com
68162960f8 wrap calls to JSD_IsActiveScript with JSD_{Lock,Unlock}ScriptSubsystem.
git-svn-id: svn://10.0.0.236/trunk@46158 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 05:02:11 +00:00
toshok%hungry.com
c27cf242d5 fix up the unix build a bit -- egcs had problems with aggregate initializers, and linux whines about gets. also, include errno.h to stop errors dealing with the (questionable practice of) setting of errno to 0.
git-svn-id: svn://10.0.0.236/trunk@46157 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 05:00:56 +00:00
toshok%hungry.com
e3f63ca3e9 fix up unix build of jsdebugger.
git-svn-id: svn://10.0.0.236/trunk@46156 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 04:57:03 +00:00
toshok%hungry.com
0a424bc749 lock/unlock the script subsystem around the call to jsd_DestroyAllJSDScripts
git-svn-id: svn://10.0.0.236/trunk@46155 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 04:54:41 +00:00
waterson%netscape.com
6fcd164725 Sheesh. After doing this once today, you'd think I'd learn.
git-svn-id: svn://10.0.0.236/trunk@46154 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 03:26:54 +00:00
troy%netscape.com
68d0b098c8 Changed CreateGeneratedFrameFor() to set the parent object and the document
object of the generated content


git-svn-id: svn://10.0.0.236/trunk@46153 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 03:09:33 +00:00
norris%netscape.com
4e8768c593 * Add checks on urls formed from web scripts
* Make nsScriptSecurityManager implement nsXPCSecurityManager
* Fix unix warnings


git-svn-id: svn://10.0.0.236/trunk@46152 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 02:54:19 +00:00
waterson%netscape.com
f0e4b2f804 Replace nsRDFContentUtils with nsXULContentUtils.
git-svn-id: svn://10.0.0.236/trunk@46151 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 02:53:46 +00:00
waterson%netscape.com
90f23fe150 Replace nsRDFContentUtils with nsXULContentUtils, which can be acquired as a service. This allows it to keep cached member variables to other frequently-accessed services.
git-svn-id: svn://10.0.0.236/trunk@46150 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 02:51:13 +00:00
waterson%netscape.com
0526c2e65b Re-write GetTextForNode() to be a bit more efficient; broke out data format. Bug 13137, fix broken use of CBufDescriptor. Add CBufDescriptors where appropriate.
git-svn-id: svn://10.0.0.236/trunk@46149 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 02:47:56 +00:00
waterson%netscape.com
5eca206f61 Bug 13137. Fix broken usage of CBufDescriptor.
git-svn-id: svn://10.0.0.236/trunk@46148 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 02:46:08 +00:00
waterson%netscape.com
0be907f1c1 Right-shift two for hash function; inline some obvious stuff.
git-svn-id: svn://10.0.0.236/trunk@46147 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 02:44:43 +00:00
troy%netscape.com
fdc9f553d0 Fix for bug #13176. Changed CantRenderReplacedElement() to reset the
primary frame mapping for OBJECT elements


git-svn-id: svn://10.0.0.236/trunk@46146 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 02:42:00 +00:00
pollmann%netscape.com
1045f56e80 Bug 12849: OnChange event.target is now the select instead of the option.
git-svn-id: svn://10.0.0.236/trunk@46145 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 02:16:23 +00:00
jband%netscape.com
e757f6a9b7 fix that shaver needs for wrapped JS object doing QI semantics
git-svn-id: svn://10.0.0.236/trunk@46144 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 01:48:13 +00:00
sdagley%netscape.com
2f2304f3a9 Fix build bustage for brendan. Some platforms actually scope variables to the for loop where they're declared.
git-svn-id: svn://10.0.0.236/trunk@46143 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 00:08:30 +00:00
jband%netscape.com
4586980e8f fix bug 13217 and add someparam checking for other methods in this interface
git-svn-id: svn://10.0.0.236/trunk@46142 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 00:03:43 +00:00
cls%seawood.org
757d592746 include <string.h> for when it disappears from nsID.h again.
git-svn-id: svn://10.0.0.236/trunk@46141 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 23:08:43 +00:00
brendan%mozilla.org
845335f40d Use NS_GET_IID instead of longer nsCOMTypeInfo template call.
git-svn-id: svn://10.0.0.236/trunk@46140 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 23:01:40 +00:00
brendan%mozilla.org
2b966ff47f Pick nits.
git-svn-id: svn://10.0.0.236/trunk@46139 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 23:00:17 +00:00
brendan%mozilla.org
69185ecae9 Expand tabs to spaces per Emacs modeline; other space cleanups.
git-svn-id: svn://10.0.0.236/trunk@46138 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 22:59:11 +00:00
waterson%netscape.com
1fe8a98f1e Add nsXULContentUtils, eventually to replace nsRDFContentUtils. Not yet in the build though.
git-svn-id: svn://10.0.0.236/trunk@46137 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 22:25:45 +00:00
waterson%netscape.com
c4c0337be3 Add nsIXULContentUtils.
git-svn-id: svn://10.0.0.236/trunk@46136 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 22:24:21 +00:00
briano%netscape.com
66d6b60611 Automated update
git-svn-id: svn://10.0.0.236/trunk@46135 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 22:15:55 +00:00
cls%seawood.org
6fb7827186 Forgot to run ranlib on libhostxpt.a
git-svn-id: svn://10.0.0.236/trunk@46134 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 22:10:18 +00:00
cls%seawood.org
74bf90dd7e Aieecvs -z3 diff -u configure.in! MOZILLA_CLIENT should be set for CXXFLAGS as well...even though nothing seems to be affected by its absence.
git-svn-id: svn://10.0.0.236/trunk@46133 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 22:04:36 +00:00
shaver%netscape.com
f087d4cd4b put back <string.h> until we find all the uses =(
git-svn-id: svn://10.0.0.236/trunk@46132 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 21:22:36 +00:00
waterson%netscape.com
f7bca5c3ff Fix unix bustage; these two functions have been promoted to real interface methods on the RDF service.
git-svn-id: svn://10.0.0.236/trunk@46131 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 20:46:25 +00:00
bienvenu%netscape.com
8a14b835bb more includes of string.h
git-svn-id: svn://10.0.0.236/trunk@46130 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 20:44:26 +00:00
bruce%cybersight.com
9fcd156930 Add linefeed to end of file for HPUX.
git-svn-id: svn://10.0.0.236/trunk@46129 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 20:29:15 +00:00
cls%seawood.org
34cc43d280 Removed unnecessary USE_AUTOCONF ifdef.
git-svn-id: svn://10.0.0.236/trunk@46128 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 20:24:44 +00:00
brendan%mozilla.org
40bece4baa Use deadlock detecting nsAutoMonitors, etc., correctly.
git-svn-id: svn://10.0.0.236/trunk@46127 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 19:57:40 +00:00
jfrancis%netscape.com
132134ca11 implemented RemoveList();
deletion doesn't scatter so many empty nodes;
mailcite rules started;
general deletion work (still WIP);
several small bugfixes;
refactored list item outdenting code


git-svn-id: svn://10.0.0.236/trunk@46126 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 19:51:59 +00:00
jfrancis%netscape.com
a5341f92a7 implementing RemoveList() - ie, list button now works as a toggle
git-svn-id: svn://10.0.0.236/trunk@46125 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 19:47:25 +00:00
jfrancis%netscape.com
33cc588b93 no longer clearing selection when we detect empty document - selection is a perfectly valid concept in an empty document.
git-svn-id: svn://10.0.0.236/trunk@46124 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 19:45:26 +00:00
leaf%mozilla.org
3ac0291233 adding mozilla/db/mork and mozilla/db/mdb to SeaMonkeyCore
git-svn-id: svn://10.0.0.236/trunk@46123 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 19:44:15 +00:00
jfrancis%netscape.com
85e72f46c4 adding type="cite" to the blockquote, for testing purposes
git-svn-id: svn://10.0.0.236/trunk@46122 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 19:44:14 +00:00
leaf%mozilla.org
a13fef6d56 added files: mozilla/xpcom/threads/nsAutoLock.cpp
git-svn-id: svn://10.0.0.236/trunk@46121 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 19:35:53 +00:00
waterson%netscape.com
1f4f0cb835 Move APIs to create 'anonymous' resources into the RDF service. Fix stuff that was using it.
git-svn-id: svn://10.0.0.236/trunk@46120 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 19:35:41 +00:00
brendan%mozilla.org
465d7386fa Deadlock detection hacks.
git-svn-id: svn://10.0.0.236/trunk@46119 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 19:28:56 +00:00
brendan%mozilla.org
497490abee Initial version.
git-svn-id: svn://10.0.0.236/trunk@46118 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 19:16:25 +00:00
rginda%ndcico.com
b45d71176d Fixed Oversight moving nick code from an alias to a function.
git-svn-id: svn://10.0.0.236/trunk@46117 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 19:10:22 +00:00
bienvenu%netscape.com
308d8c35eb add string.h to fix build bustage
git-svn-id: svn://10.0.0.236/trunk@46116 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 19:04:09 +00:00
rginda%ndcico.com
9a0fbdcbf4 Modified test client to allow /nick changes *before* connecting to a network.
Very useful if more than person tried to use the client.
Also added /name and /desc to change /whois information (only works before connecting.)


git-svn-id: svn://10.0.0.236/trunk@46115 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 19:01:20 +00:00
rginda%ndcico.com
c545414d73 One last InterCap issue. Should be ok now.
git-svn-id: svn://10.0.0.236/trunk@46114 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 18:40:43 +00:00
shaver%netscape.com
95d6650631 remove gratuituous <string.h> include
git-svn-id: svn://10.0.0.236/trunk@46113 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 18:35:03 +00:00
tonyr%fbdesigns.com
1a2e80de6c Mailnews import
git-svn-id: svn://10.0.0.236/trunk@46112 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 18:24:10 +00:00
rginda%ndcico.com
8085203ec6 Updated MPL to 1.1
git-svn-id: svn://10.0.0.236/trunk@46111 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 18:17:54 +00:00
rginda%ndcico.com
52df701cf1 Fixed InterCap problems in bsConnection.cpp, updated MPL in Makefile.in to 1.1
git-svn-id: svn://10.0.0.236/trunk@46110 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 18:11:50 +00:00
bienvenu%netscape.com
6e2da9262c move flag and uid state to idl
git-svn-id: svn://10.0.0.236/trunk@46109 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 18:11:24 +00:00
bienvenu%netscape.com
71c2d8590e added files: mozilla/mailnews/imap/public/nsIImapFlagAndUidState.idl
git-svn-id: svn://10.0.0.236/trunk@46108 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 18:10:07 +00:00
bienvenu%netscape.com
431e48d8bf initial entry, not part of build yet
git-svn-id: svn://10.0.0.236/trunk@46107 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 18:06:59 +00:00
rginda%ndcico.com
4654d56247 Removing generated header
git-svn-id: svn://10.0.0.236/trunk@46106 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 17:26:19 +00:00
rginda%ndcico.com
a0dce8cb10 Changes to configure extentions/irc and extentions/irc/libbs, for irc library
git-svn-id: svn://10.0.0.236/trunk@46105 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 17:19:05 +00:00
rginda%ndcico.com
99dbb7f403 Initial checkin of irc library and sample client. Not included in the default build.
git-svn-id: svn://10.0.0.236/trunk@46104 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 17:09:47 +00:00
shaver%netscape.com
4a8f1f1ad4 Add nsIComponentManager::registerComponentWithType.
Take advantage of IDLized nsIComponentManager to fix up nsIComponentLoader.idl
and make nsIModule scriptable.


git-svn-id: svn://10.0.0.236/trunk@46103 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 16:43:09 +00:00
morse%netscape.com
03de1afee5 wallet code now uses xul files instead of html files
git-svn-id: svn://10.0.0.236/trunk@46102 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 14:07:27 +00:00
ramiro%netscape.com
74a7ce32f6 Another beos fix.
git-svn-id: svn://10.0.0.236/trunk@46101 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 08:52:06 +00:00
briano%netscape.com
290b316580 Automated update
git-svn-id: svn://10.0.0.236/trunk@46100 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 08:30:40 +00:00
ramiro%netscape.com
53a8db7b01 Fix for beos timer linking.
git-svn-id: svn://10.0.0.236/trunk@46099 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 08:22:53 +00:00
briano%netscape.com
f0a50322c0 Automated update
git-svn-id: svn://10.0.0.236/trunk@46098 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 08:00:50 +00:00
cls%seawood.org
141fb53ab8 Added test for usleep() as OSF/1 apparently does not have it. Use select if usleep is not found.
git-svn-id: svn://10.0.0.236/trunk@46097 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 07:47:08 +00:00
bruce%cybersight.com
07cbf8e9d4 'friend class XXX' rather than 'friend XXX' .. fixes potential build bustage on HP-UX
git-svn-id: svn://10.0.0.236/trunk@46094 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 07:02:48 +00:00
bruce%cybersight.com
b1e44a4091 Use nsCRT::free() instead of delete[] for char* data.
git-svn-id: svn://10.0.0.236/trunk@46093 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 06:34:47 +00:00
bruce%cybersight.com
bf0dde26b0 Use nsCRT::free() instead of delete[] for char* data.
git-svn-id: svn://10.0.0.236/trunk@46092 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 06:22:51 +00:00
bruce%cybersight.com
3951be98b5 Use nsCRT::free() instead of delete[] on char* data.
git-svn-id: svn://10.0.0.236/trunk@46091 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 05:21:29 +00:00
beard%netscape.com
87155c6f86 changed superclass to nsChildWindow, to inherit proper sibling clipping.
git-svn-id: svn://10.0.0.236/trunk@46090 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 04:32:10 +00:00
briano%netscape.com
c8870a06a3 Automated update
git-svn-id: svn://10.0.0.236/trunk@46089 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 04:30:54 +00:00
beard%netscape.com
9b27ff364e added option to UpdateWidget() to draw from front to back, to see sibling clipping bugs.
git-svn-id: svn://10.0.0.236/trunk@46088 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 04:30:44 +00:00
beard%netscape.com
d7b826e843 bug #10503's test case didn't display correctly, because sibling clipping wasn't working properly. fixed CalcWindowRegions() to correctly transform sibling rectangles into widget coordinates, and to subtract only siblings that are in front of the child window.
git-svn-id: svn://10.0.0.236/trunk@46087 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 04:29:07 +00:00
cls%seawood.org
623e1f290e Added mozilla-config script so that external modules (like say GtkMozilla) can built with the same config (defines) that Mozilla proper does. This has been killing GtkMozilla for libc5 boxes for awhile now. Moved -DMOZILLA_CLIENT out of DEFS. Currenlty, only mozilla-config --cflags returns something useful.
Had to regenerate the Makefiles on a machine with the proper version of automake.


git-svn-id: svn://10.0.0.236/trunk@46086 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 04:26:10 +00:00
cls%seawood.org
f548fe51bd Added mozilla-config script so that external modules (like say GtkMozilla) can built with the same config (defines) that Mozilla proper does. This has been killing GtkMozilla for libc5 boxes for awhile now. Moved -DMOZILLA_CLIENT out of DEFS. Currenlty, only mozilla-config --cflags returns something useful.
Set $prefix to `pwd`/dist .
Removed -DUSE_AUTOCONF.


git-svn-id: svn://10.0.0.236/trunk@46085 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 04:20:50 +00:00
shaver%netscape.com
dadc812044 fix from bryner@uiuc.edu (Brian Ryner) for better PRInt64 handling
git-svn-id: svn://10.0.0.236/trunk@46084 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 03:41:57 +00:00
ramiro%netscape.com
4f2daafa65 Add Invalidate() and OnPaint() skid marks.
git-svn-id: svn://10.0.0.236/trunk@46083 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 03:22:42 +00:00
duncan%be.com
7a254923ef More changes to fix the BeOS build.
git-svn-id: svn://10.0.0.236/trunk@46082 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 02:03:19 +00:00
toshok%hungry.com
4f5072e9e0 move the typedef to jsd_lock.h so the prototypes will match the actual definition.
git-svn-id: svn://10.0.0.236/trunk@46081 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 00:19:14 +00:00
beard%netscape.com
24a9f4cc98 renamed all kC*IID to kC*CID, added progID strings for GFX.
git-svn-id: svn://10.0.0.236/trunk@46080 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-05 23:55:20 +00:00
bienvenu%netscape.com
232c3ad605 move some more methods to server sink
git-svn-id: svn://10.0.0.236/trunk@46079 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-05 22:32:41 +00:00
pinkerton%netscape.com
fc97ece0f1 get rid of unknown pragma warning.
git-svn-id: svn://10.0.0.236/trunk@46078 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-05 22:14:44 +00:00
pinkerton%netscape.com
22894aa47d get rid of unknown pragma warnings.
git-svn-id: svn://10.0.0.236/trunk@46077 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-05 22:13:32 +00:00
cls%seawood.org
ec7b393f33 Casts needed to compile using WorkShop 4.2 (fugu tinderbox). Thanks to Brian Ryner <bryner@uiuc.edu> for providing the fix.
git-svn-id: svn://10.0.0.236/trunk@46075 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-05 21:46:19 +00:00
mcafee%netscape.com
4426461472 Adding small default offset of 10,10 so that X window managers don't place the window exactly at 0,0, pushing the window manager chrome off-screen. This is a temporary workaround, we should do a better job of telling the WM what to do.
git-svn-id: svn://10.0.0.236/trunk@46074 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-05 21:22:43 +00:00
cls%seawood.org
000b98e094 Casts needed to compile with GNUPro v2.0.
git-svn-id: svn://10.0.0.236/trunk@46070 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-05 21:15:57 +00:00
cls%seawood.org
d587f819be Since libxpt is used by both xpidl and libxpcom, we need to create a duplicate libhostxpt that is built by HOST_CC for xpidl & friends.
git-svn-id: svn://10.0.0.236/trunk@46069 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-05 20:48:30 +00:00
evaughan%netscape.com
a8e06c130d Added the ability to drag splitters. If any build problems call me at: 650 224-0620
git-svn-id: svn://10.0.0.236/trunk@46068 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-05 20:46:59 +00:00
cls%seawood.org
69eb08c43c When cross-compiling, jscpucfg needs to grab the values from NSPR rather than calling sizeof().
git-svn-id: svn://10.0.0.236/trunk@46067 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-05 20:46:57 +00:00
evaughan%netscape.com
365fb03b40 added files: mozilla/layout/xul/base/src/nsFrameNavigator.cpp
git-svn-id: svn://10.0.0.236/trunk@46066 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-05 20:37:34 +00:00
evaughan%netscape.com
989f935195 Added a helper class to search frame hierarchys.
git-svn-id: svn://10.0.0.236/trunk@46065 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-05 20:35:41 +00:00
mscott%netscape.com
e66a20c7ed If the to content type is message/rfc822 then we need to call into the stream converter service to find an appropriate
converter.


git-svn-id: svn://10.0.0.236/trunk@46064 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-05 19:54:28 +00:00
beard%netscape.com
02f9c1ed64 added nsScriptableRegion.cpp
git-svn-id: svn://10.0.0.236/trunk@46063 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-05 18:45:34 +00:00
beard%netscape.com
86c2575797 bug #12465: QueryInterface now creates an nsScriptableRegion instance, when queried for nsIScriptableRegion.
git-svn-id: svn://10.0.0.236/trunk@46062 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-05 18:44:56 +00:00
beard%netscape.com
19214ccd81 XP adapter class for scriptable regions.
git-svn-id: svn://10.0.0.236/trunk@46061 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-05 18:36:36 +00:00
beard%netscape.com
b54c0745f4 Temporary hack fix to keep native widgets working.
git-svn-id: svn://10.0.0.236/trunk@46060 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-05 17:21:33 +00:00
shaver%netscape.com
2235ae464a native Sun compiler doesn't like NULL for non-|void *| pointer init, thanks to bryner@uiuc.edu for the catch
git-svn-id: svn://10.0.0.236/trunk@46059 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-05 17:14:18 +00:00
briano%netscape.com
5b02385d64 Automated update
git-svn-id: svn://10.0.0.236/trunk@46058 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-05 16:01:13 +00:00
ramiro%netscape.com
635318f5b9 Add gle support.
git-svn-id: svn://10.0.0.236/trunk@46057 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-05 15:53:04 +00:00
locka%iol.ie
a2cdb18e9d Tweaked edit bar position code
git-svn-id: svn://10.0.0.236/trunk@46056 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-05 14:28:09 +00:00
locka%iol.ie
8702bf6ed0 Added italic/bold/underline editing
git-svn-id: svn://10.0.0.236/trunk@46055 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-05 14:26:55 +00:00
ramiro%netscape.com
f3d38ae5d5 Add some invalidate and paint skid marks.
git-svn-id: svn://10.0.0.236/trunk@46053 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-05 13:50:54 +00:00
shaver%netscape.com
8d432d3f5a missed an EXPORT =(
git-svn-id: svn://10.0.0.236/trunk@46052 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-05 08:07:31 +00:00
shaver%netscape.com
c1cc9f92eb forgot an IDL file
git-svn-id: svn://10.0.0.236/trunk@46051 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-05 07:18:18 +00:00
shaver%netscape.com
b425a58416 convert to CreateInstanceFromProgID
git-svn-id: svn://10.0.0.236/trunk@46050 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-05 06:42:13 +00:00
shaver%netscape.com
a80b5e4304 added files: mozilla/xpcom/components/nsIComponentManager.idl
git-svn-id: svn://10.0.0.236/trunk@46049 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-05 06:28:16 +00:00
shaver%netscape.com
708e94e89e convert to CreateInstanceFromProgID
git-svn-id: svn://10.0.0.236/trunk@46048 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-05 06:27:42 +00:00
shaver%netscape.com
75770de0d4 quell assignment-as-boolean warning
git-svn-id: svn://10.0.0.236/trunk@46047 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-05 05:28:28 +00:00
pavlov%netscape.com
78c4e0149c remove more code duplication
git-svn-id: svn://10.0.0.236/trunk@46046 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-05 03:40:32 +00:00
syd%netscape.com
4db35befb5 Change FC_Initialize to FCInitialize
git-svn-id: svn://10.0.0.236/trunk@46045 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-05 03:26:34 +00:00
davidm%netscape.com
3eca4d7bed 1877 [FEATURE] Javascript window.screen implementation use new routines to get avail* data.
git-svn-id: svn://10.0.0.236/trunk@46044 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-05 02:51:25 +00:00
pinkerton%netscape.com
41cab7d399 add mac code to see if there is any data on the clipboard.
git-svn-id: svn://10.0.0.236/trunk@46043 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-05 02:29:02 +00:00
pinkerton%netscape.com
5d20e5413f use new mime mapper flag where appropriate.
git-svn-id: svn://10.0.0.236/trunk@46042 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-05 02:28:49 +00:00
pinkerton%netscape.com
23090febac use xpidl macros.
git-svn-id: svn://10.0.0.236/trunk@46041 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-05 02:28:38 +00:00
pinkerton%netscape.com
ef81e356c3 add a new flag so mime types aren't added to the mapper if they are not found.
git-svn-id: svn://10.0.0.236/trunk@46040 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-05 02:27:54 +00:00
mscott%netscape.com
967bf9a131 Bug #12988 --> always clear the server busy flag regardless of whether an error occurred or if we succeeded.
git-svn-id: svn://10.0.0.236/trunk@46039 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-05 01:21:08 +00:00
driehuis%playbeing.org
39e631595e Unbreak the BSD/OS build. sys/mount.h drags in net/radix.h, which happens
to define a symbol called Free. Sigh. Clean up after net/radix.h.


git-svn-id: svn://10.0.0.236/trunk@46038 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-05 00:49:01 +00:00
shaver%netscape.com
c409aafbd1 work with service to manage JSRuntimes
git-svn-id: svn://10.0.0.236/trunk@46037 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-05 00:43:39 +00:00
mscott%netscape.com
cf98202d94 Fix a crash when we display some news messages by not issuing just a blank " " to the xml parser.
If we don't have a from line, don't try to add the address book icon.


git-svn-id: svn://10.0.0.236/trunk@46036 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-05 00:13:29 +00:00
bienvenu%netscape.com
a6e1561cae more filling out of missing imap methods, use nsIThread...
git-svn-id: svn://10.0.0.236/trunk@46035 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-05 00:04:56 +00:00
morse%netscape.com
f1ff6c63c1 fix bug 13068
git-svn-id: svn://10.0.0.236/trunk@46034 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 23:26:34 +00:00
morse%netscape.com
99c0c376f3 temporarily use OK/Cancel dialog instead of yes/no dialog because latter is busted
git-svn-id: svn://10.0.0.236/trunk@46033 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 23:24:46 +00:00
pinkerton%netscape.com
07f258f7ab adding #include of string.h for dveditz.
git-svn-id: svn://10.0.0.236/trunk@46032 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 21:42:02 +00:00
bienvenu%netscape.com
74c36f5380 fix build bustage
git-svn-id: svn://10.0.0.236/trunk@46031 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 21:23:08 +00:00
shaver%netscape.com
22e3c663dc _finish_ adding JSRuntime service
git-svn-id: svn://10.0.0.236/trunk@46030 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 20:41:27 +00:00
dveditz%netscape.com
f892f1b2c4 fixing Unix bustage. These were apparently set in xp_file.h but also in a Windows system header
git-svn-id: svn://10.0.0.236/trunk@46029 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 20:25:38 +00:00
morse%netscape.com
c93f21aa93 temporarily use OK/Cancel dialog instead of yes/no dialog because latter is busted
git-svn-id: svn://10.0.0.236/trunk@46028 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 20:11:35 +00:00
shaver%netscape.com
dff3695269 added files: mozilla/js/src/xpconnect/src/xpcruntimesvc.cpp
git-svn-id: svn://10.0.0.236/trunk@46027 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 20:09:55 +00:00
pinkerton%netscape.com
4a10fa6d67 another attempt to stop copying data so much.
git-svn-id: svn://10.0.0.236/trunk@46026 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 20:04:26 +00:00
pinkerton%netscape.com
8f07d13a5c idl-ifying nsIclipboard
git-svn-id: svn://10.0.0.236/trunk@46025 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 19:59:38 +00:00
beard%netscape.com
7f60e7e2bf added files: mozilla/js/src/xpconnect/idl/nsIJSRuntimeService.idl
git-svn-id: svn://10.0.0.236/trunk@46024 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 19:58:30 +00:00
pinkerton%netscape.com
987387ab0d IDL'ing nsIClipboard.
git-svn-id: svn://10.0.0.236/trunk@46023 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 19:58:06 +00:00
shaver%netscape.com
403ad4f01a JSRuntime management service
git-svn-id: svn://10.0.0.236/trunk@46022 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 19:57:49 +00:00
pinkerton%netscape.com
86ec04cb27 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@46021 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 19:57:42 +00:00
dveditz%netscape.com
ee3cfca304 remove xp_file.h from NSReg.h, required minor tweaking elsewhere to include
now missing NSPR types.


git-svn-id: svn://10.0.0.236/trunk@46020 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 19:46:18 +00:00
shaver%netscape.com
6018da0708 add JSRuntime-access service
git-svn-id: svn://10.0.0.236/trunk@46019 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 19:25:15 +00:00
dveditz%netscape.com
7e6874745e fixing registry assert
git-svn-id: svn://10.0.0.236/trunk@46018 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 19:18:57 +00:00
bruce%cybersight.com
de9614459e Use nsCRT::free() on nsEscapeHTML() results. Fix a small leak in nsMimeXULEmitter.cpp.
git-svn-id: svn://10.0.0.236/trunk@46017 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 17:53:00 +00:00
bruce%cybersight.com
39241ed617 Use nsCRT::free() on result of nsEscapeHTML()
git-svn-id: svn://10.0.0.236/trunk@46016 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 17:38:12 +00:00
bruce%cybersight.com
658e6af7cb Use nsCRT::free() on result of nsEscape().
git-svn-id: svn://10.0.0.236/trunk@46015 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 17:32:36 +00:00
bruce%cybersight.com
3a6ad64e5e Use nsCRT::free() on result of nsEscape() instead of delete[].
git-svn-id: svn://10.0.0.236/trunk@46014 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 17:10:10 +00:00
bruce%cybersight.com
a5103b136d MacFileHelpers::EncodeMacPath() returns the result of an nsEscape() call, so all callers must nsCRT::free() the result instead of using delete[].
git-svn-id: svn://10.0.0.236/trunk@46013 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 17:09:06 +00:00
bruce%cybersight.com
a7fd7cbbce Use nsCRT::free() on nsEscape() result rather than delete[]. Fix some memory leaks. Remove some warnings.
git-svn-id: svn://10.0.0.236/trunk@46012 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 17:00:15 +00:00
bruce%cybersight.com
703953a71c Change delete[] of nsEscape() result to nsCRT::free().
git-svn-id: svn://10.0.0.236/trunk@46011 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 16:37:24 +00:00
bruce%cybersight.com
1f08e07e26 Use nsAllocator. Some comments tweaked.
git-svn-id: svn://10.0.0.236/trunk@46010 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 16:33:12 +00:00
bruce%cybersight.com
58e855b961 Use nsAllocator
git-svn-id: svn://10.0.0.236/trunk@46009 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 15:57:05 +00:00
bruce%cybersight.com
761c30eb41 Use nsCRT::free() instead of delete[] for char* data.
git-svn-id: svn://10.0.0.236/trunk@46008 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 15:40:35 +00:00
bruce%cybersight.com
e5963730e1 Use nsCRT::free() instead of delete[] for char* data.
git-svn-id: svn://10.0.0.236/trunk@46007 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 15:32:52 +00:00
bruce%cybersight.com
7bc6267a19 Use nsAllocator for char* data.
git-svn-id: svn://10.0.0.236/trunk@46006 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 13:59:52 +00:00
bruce%cybersight.com
0285df2027 Use nsAllocator instead of new[] and nsCRT::free() instead of delete[] for char* data.
git-svn-id: svn://10.0.0.236/trunk@46005 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 13:42:15 +00:00
rods%netscape.com
3de715c8ad Fills in background color webshell gets centered and the size is large then the minium
git-svn-id: svn://10.0.0.236/trunk@46004 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 13:34:40 +00:00
pavlov%netscape.com
fe6dfe465c use macros for getiid, isupport, etc
git-svn-id: svn://10.0.0.236/trunk@46003 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 08:13:41 +00:00
pavlov%netscape.com
7c9e4335a9 remove more code duplication
git-svn-id: svn://10.0.0.236/trunk@46002 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 08:12:23 +00:00
rjc%netscape.com
89c99e1a70 If startHour is greater than endHour, switch 'em.
git-svn-id: svn://10.0.0.236/trunk@46001 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 07:36:12 +00:00
briano%netscape.com
8a0a0eb640 Automated update
git-svn-id: svn://10.0.0.236/trunk@46000 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 06:15:45 +00:00
cls%seawood.org
4193af1493 Not all compilers support -Wno-long-long so do a compile test.
git-svn-id: svn://10.0.0.236/trunk@45999 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 06:02:45 +00:00
briano%netscape.com
8b06f5ce9f Automated update
git-svn-id: svn://10.0.0.236/trunk@45998 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 04:15:40 +00:00
cls%seawood.org
4dc0c59997 Ignore ANSI long long warnings by default since -pedantic is on by default.
git-svn-id: svn://10.0.0.236/trunk@45997 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 04:07:28 +00:00
briano%netscape.com
9996d55f07 Fix for the QNX 4.24 tinderbox breakage.
git-svn-id: svn://10.0.0.236/trunk@45996 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 03:25:02 +00:00
beard%netscape.com
b70857e687 added dialogs.rsrc
git-svn-id: svn://10.0.0.236/trunk@45995 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 01:58:45 +00:00
beard%netscape.com
80a0564d1c bumped version to 1.0d11
git-svn-id: svn://10.0.0.236/trunk@45994 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 01:58:18 +00:00
beard%netscape.com
0a5f16e16f Implemented java_authenticate (duh!). Uses appearance manager text controls to implement a pretty convincing password dialog.
git-svn-id: svn://10.0.0.236/trunk@45993 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 01:57:57 +00:00
beard%netscape.com
14061e7b5d Removed a lot of static kI*IID constants in favor of NS_GET_IID(). Added code to open the plugin's resource file when library is loaded.
git-svn-id: svn://10.0.0.236/trunk@45992 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 01:56:51 +00:00
beard%netscape.com
b5dccf6a4d Added an authentication dialog.
git-svn-id: svn://10.0.0.236/trunk@45991 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 01:55:32 +00:00
beard%netscape.com
5452e9209d Fix bustage caused by Caps changes.
git-svn-id: svn://10.0.0.236/trunk@45990 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 01:54:32 +00:00
pavlov%netscape.com
7ee8a99fe6 use the macros for NS_IMPL_ISUPPORTS[0-3]
make nsImageGTK a bit happier when it gets 8bit images
remove excess code


git-svn-id: svn://10.0.0.236/trunk@45989 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 01:33:47 +00:00
pavlov%netscape.com
2ce2bcb20a remove more unused code.
work on getting pointer grabs working properly


git-svn-id: svn://10.0.0.236/trunk@45988 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 01:30:25 +00:00
saari%netscape.com
6f36001c7e Adding support for full keyboard to XUL keybinds
git-svn-id: svn://10.0.0.236/trunk@45987 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 01:25:55 +00:00
briano%netscape.com
07ad38d6be Automated update
git-svn-id: svn://10.0.0.236/trunk@45986 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 01:21:27 +00:00
briano%netscape.com
22bb282155 Moved the _PEDANTIC definition up to the top so it can be automatically overridden for any OS (in this case BSDI).
git-svn-id: svn://10.0.0.236/trunk@45985 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 01:20:49 +00:00
slamm%netscape.com
93834436d2 Trim some whitespace off the front.
git-svn-id: svn://10.0.0.236/trunk@45984 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 00:42:57 +00:00
pierre%netscape.com
7b65136077 Fixed #6874 "Hover doesn't work for gfx-rendered buttons"
git-svn-id: svn://10.0.0.236/trunk@45983 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 00:15:43 +00:00
dougt%netscape.com
872898eb76 removing redundant default/ in chrome URI string.
git-svn-id: svn://10.0.0.236/trunk@45982 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 00:02:35 +00:00
slamm%netscape.com
1c26818213 Update
git-svn-id: svn://10.0.0.236/trunk@45981 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-04 00:01:42 +00:00
dougt%netscape.com
09ea62c9e6 removing redundant default/ in chrome uri string
git-svn-id: svn://10.0.0.236/trunk@45980 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 23:59:05 +00:00
shaver%netscape.com
3fd6f08466 properly initialize loaders on creation, and remove code that's now in nsFileSpec
git-svn-id: svn://10.0.0.236/trunk@45979 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 23:51:31 +00:00
valeski%netscape.com
30bf2a8793 changed nsCOMTypeInfo<> template to NS_GET_IID macro
git-svn-id: svn://10.0.0.236/trunk@45978 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 23:51:14 +00:00
alecf%netscape.com
d31074aaac make libxp a static library, eliminate useless cruft, and link it into libjar
(it's the only one that uses libxp these days)


git-svn-id: svn://10.0.0.236/trunk@45977 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 23:50:11 +00:00
shaver%netscape.com
b932ee6cbf add IsChildOf
git-svn-id: svn://10.0.0.236/trunk@45976 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 23:45:50 +00:00
shaver%netscape.com
aff923d924 add IsChildOf, and dougt's relative-path-handling diff
git-svn-id: svn://10.0.0.236/trunk@45975 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 23:44:59 +00:00
davidm%netscape.com
02a905b6be remove Mac command line initialation
git-svn-id: svn://10.0.0.236/trunk@45974 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 23:42:40 +00:00
davidm%netscape.com
14923f353c Move nsCommandLineServiceMac to apprunner to allow initialization before XPCOM registration
git-svn-id: svn://10.0.0.236/trunk@45973 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 23:42:13 +00:00
davidm%netscape.com
f8f9d03e79 change from bool to PRBool. move mac commandline service before XPCom initialization
git-svn-id: svn://10.0.0.236/trunk@45972 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 23:41:26 +00:00
peterl%netscape.com
1622ba5d47 added accessors to additional style contexts
git-svn-id: svn://10.0.0.236/trunk@45971 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 23:41:20 +00:00
peterl%netscape.com
80ac4d30c5 tracking UI & forms proposal changes
git-svn-id: svn://10.0.0.236/trunk@45970 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 23:40:35 +00:00
peterl%netscape.com
5d27c6992a fix warning
git-svn-id: svn://10.0.0.236/trunk@45969 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 23:40:22 +00:00
peterl%netscape.com
83e6bd30dd remove error output for non-error conditions
git-svn-id: svn://10.0.0.236/trunk@45968 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 23:38:40 +00:00
peterl%netscape.com
47f2dadc5e use reparent style context
git-svn-id: svn://10.0.0.236/trunk@45967 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 23:37:37 +00:00
peterl%netscape.com
94339ec788 added accessors for additional style contexts
git-svn-id: svn://10.0.0.236/trunk@45966 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 23:36:32 +00:00
peterl%netscape.com
791d9a651c added reparent style context
git-svn-id: svn://10.0.0.236/trunk@45965 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 23:35:41 +00:00
peterl%netscape.com
b5634c8488 added accessors to additional style contexts
git-svn-id: svn://10.0.0.236/trunk@45964 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 23:35:14 +00:00
peterl%netscape.com
ca69e6a4f1 tracking UI & forms proposal changes
fixed impact of text decoration


git-svn-id: svn://10.0.0.236/trunk@45963 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 23:34:20 +00:00
peterl%netscape.com
938447840d tracking to UI & forms proposal changes
git-svn-id: svn://10.0.0.236/trunk@45962 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 23:33:06 +00:00
ssu%netscape.com
ef4b4ec1cc fixing bug #13116
git-svn-id: svn://10.0.0.236/trunk@45961 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 23:22:24 +00:00
ftang%netscape.com
3e5bb5502a rename CID for UCS2/UCS4 to UTF16/32. Add CID for UTF16/32
git-svn-id: svn://10.0.0.236/trunk@45960 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 23:18:00 +00:00
rjc%netscape.com
3fcfefee24 Add check for null.
git-svn-id: svn://10.0.0.236/trunk@45959 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 23:02:09 +00:00
law%netscape.com
32e52f483d Make size/pos persist
git-svn-id: svn://10.0.0.236/trunk@45958 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:56:23 +00:00
law%netscape.com
e55a1fe096 Switch to browser app core replacement and try to save window size/pos
git-svn-id: svn://10.0.0.236/trunk@45957 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:55:25 +00:00
ftang%netscape.com
3c63aad80a fix bug 12500
git-svn-id: svn://10.0.0.236/trunk@45956 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:48:20 +00:00
ftang%netscape.com
c09727aebc fix bug 13063 12881
git-svn-id: svn://10.0.0.236/trunk@45955 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:46:16 +00:00
danm%netscape.com
ca4da0e009 implemented intrinsic sizing method on DOM Window
git-svn-id: svn://10.0.0.236/trunk@45954 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:41:56 +00:00
davidmc%netscape.com
aa9b0d5c6f First Checked In.
git-svn-id: svn://10.0.0.236/trunk@45953 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:32:58 +00:00
sspitzer%netscape.com
2caa61b4e5 being anal, ignore me.
git-svn-id: svn://10.0.0.236/trunk@45952 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:32:35 +00:00
bienvenu%netscape.com
8ff652b327 comment out code not ready to compile yet
git-svn-id: svn://10.0.0.236/trunk@45951 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:29:59 +00:00
davidmc%netscape.com
79c00bdc8e MDB file API changes
git-svn-id: svn://10.0.0.236/trunk@45950 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:29:20 +00:00
briano%netscape.com
753336cfb1 Fix for the current INTERNAL_TOOLS breakage on SunOS4.
git-svn-id: svn://10.0.0.236/trunk@45949 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:28:49 +00:00
davidmc%netscape.com
a8b4848a79 file API changes
git-svn-id: svn://10.0.0.236/trunk@45948 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:27:25 +00:00
bienvenu%netscape.com
8df38960a7 add new files to makesystem
git-svn-id: svn://10.0.0.236/trunk@45947 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:25:46 +00:00
davidmc%netscape.com
e1da73dd71 files, sorting, searching
git-svn-id: svn://10.0.0.236/trunk@45946 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:23:21 +00:00
dougt%netscape.com
baeab23036 Changes nsIAtom iterface to return a shared (non-allocated) wstring when
GetUnicode() is called.  (thanks waterson, jband)

Also fixing 12237.  (thanks jband).


git-svn-id: svn://10.0.0.236/trunk@45945 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:21:29 +00:00
akhil.arora%sun.com
1cb4db0707 Nikolay Igotti <inn@sparc.spb.su> found a bug in the implementation of equals
git-svn-id: svn://10.0.0.236/trunk@45944 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:19:40 +00:00
davidmc%netscape.com
aae306bb0c First Checked In.
git-svn-id: svn://10.0.0.236/trunk@45943 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:19:04 +00:00
radha%netscape.com
0d1b36e529 Dummy checkin to provide log information for the previous commit.
Basically in the previous commit, added a dictionary to the history
state object and made AddState() and get() use the dictionary


git-svn-id: svn://10.0.0.236/trunk@45942 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:19:03 +00:00
slamm%netscape.com
18833ff76f Add 'makefiles' target to generate all makefiles. Work around Makefile rule deficiency (thanks to Colin Blake <colin@theblakes.com> for the patch). Some versions of make were having trouble finding Makefile.in in the source directory. Simplify the LOOP_OVER_DIRS action. No need to test for directories anymore. It's a requirement. Don't list a directory in DIRS if it doesn't have a Makefile.in or Makefile.
git-svn-id: svn://10.0.0.236/trunk@45941 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:18:30 +00:00
mgleeson1%netscape.com
5607c4910e added #ifndef for HPUX11 around #define _INT32
git-svn-id: svn://10.0.0.236/trunk@45940 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:17:16 +00:00
rjc%netscape.com
738b2a84c5 Also need to link against necko and timer libs.
git-svn-id: svn://10.0.0.236/trunk@45939 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:16:32 +00:00
briano%netscape.com
c2f89a1ed6 Automated update
git-svn-id: svn://10.0.0.236/trunk@45938 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:15:44 +00:00
mgleeson1%netscape.com
c1e98b4276 removed #ifdef for hpux for _INT16 and _INT32
git-svn-id: svn://10.0.0.236/trunk@45937 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:14:37 +00:00
ducarroz%netscape.com
947ace5c9f Put "<name> wrote:" at the beginning of a reply instance of "--- Original Message ---". Last part of bug 12080
git-svn-id: svn://10.0.0.236/trunk@45936 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:13:36 +00:00
rjc%netscape.com
0c3315f5de Don't forget const.
git-svn-id: svn://10.0.0.236/trunk@45935 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:13:02 +00:00
davidmc%netscape.com
34e397f85d interface changes for sorting, searching, and files.
git-svn-id: svn://10.0.0.236/trunk@45934 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:12:58 +00:00
mscott%netscape.com
d02906dd17 need nsMsgMimeCID.h
git-svn-id: svn://10.0.0.236/trunk@45933 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:12:57 +00:00
cls%seawood.org
60a262b7f8 Added HOST_AR to build. Added --enable-cross-compile option to turn on cross-compiling autodetection selectively. Hijacked CROSS_COMPILE variable (Sorry Colin).
git-svn-id: svn://10.0.0.236/trunk@45932 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:11:39 +00:00
cls%seawood.org
60adfbeaa7 Only reset compiler variables for INTERNAL_TOOLS if CROSS_COMPILE is set.
git-svn-id: svn://10.0.0.236/trunk@45931 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:11:18 +00:00
radha%netscape.com
cd8a2298b6 *** empty log message ***
git-svn-id: svn://10.0.0.236/trunk@45930 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:10:57 +00:00
rjc%netscape.com
2861fb514e Landing support for "bookmark schedules".
git-svn-id: svn://10.0.0.236/trunk@45929 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:10:31 +00:00
mscott%netscape.com
9e9e8f5ba5 Move class id to nsMsgMimeCID.h
git-svn-id: svn://10.0.0.236/trunk@45928 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:09:40 +00:00
mgleeson1%netscape.com
5580fb88c5 #ifdef around a #define such that it isnt defined twice
git-svn-id: svn://10.0.0.236/trunk@45927 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:09:35 +00:00
mscott%netscape.com
d0090e1425 fix up class id stuff, use nsIstreamConverter instead of nsIstreamConverter2
git-svn-id: svn://10.0.0.236/trunk@45926 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:08:44 +00:00
hoa.nguyen%intel.com
1ae71c2059 Handle case for embed tag.
git-svn-id: svn://10.0.0.236/trunk@45925 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:07:36 +00:00
mscott%netscape.com
c1eb125be4 Bug #10845 --> tweak mime stream converter with the appropriate changes such that it now works with the stream converter
service and supports nsIStreamConverter.


git-svn-id: svn://10.0.0.236/trunk@45924 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:07:35 +00:00
mscott%netscape.com
48b160130d Register our converter with the converter service by using the correct progid. Use nsMsgMimeCID.h to get the class ids.
git-svn-id: svn://10.0.0.236/trunk@45923 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:06:37 +00:00
cmanske%netscape.com
c18b96d9f5 Fixed all property dialogs to use global onAdvancedEdit() feature. Moved lots of JS strings into string bundle file.
git-svn-id: svn://10.0.0.236/trunk@45922 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:05:47 +00:00
mscott%netscape.com
8374548891 remove reference to nsIStreamConverter2.
git-svn-id: svn://10.0.0.236/trunk@45921 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:05:34 +00:00
mscott%netscape.com
2a0a56e01c we need to include nsMsgMimeCID.h now
git-svn-id: svn://10.0.0.236/trunk@45920 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:04:44 +00:00
mscott%netscape.com
ae6cca052d Bug #10845 --> mailnews mime stream converter now works with the stream converter service and uses nsIstreamConverter
instead of nsIStreamConverter2.


git-svn-id: svn://10.0.0.236/trunk@45919 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:03:12 +00:00
cyeh%netscape.com
b8f280b2ee remove MODULAR_NETLIB from makefile. We build with it on by default.
git-svn-id: svn://10.0.0.236/trunk@45918 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 22:00:30 +00:00
sfraser%netscape.com
2f775a9ace mozBrowser should be a component, so pass 1 not 0.
git-svn-id: svn://10.0.0.236/trunk@45917 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 20:39:24 +00:00
sfraser%netscape.com
da516e7717 Fix the fragment name to fix Mac quit on startup. r bill law, a leaf.
git-svn-id: svn://10.0.0.236/trunk@45916 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 20:38:31 +00:00
waterson%netscape.com
d4788436e3 Fix 'rename profile' to bring up the right file.
git-svn-id: svn://10.0.0.236/trunk@45915 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 20:36:04 +00:00
waterson%netscape.com
a24a663e44 Wrap in <html:div> to get layout to work right.
git-svn-id: svn://10.0.0.236/trunk@45914 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 20:32:10 +00:00
edburns%acm.org
19cc7f8d9d Added Mark Goddard from OMTP's changes to add "Refresh" to API and implementation.
Also added Refresh button to EmbeddedMozilla.


git-svn-id: svn://10.0.0.236/trunk@45913 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 19:28:47 +00:00
ssu%netscape.com
01b35cfe60 added icon to nsinstall.exe. This change does not affect the seamonkey build. The windows wizard is not part of the build yet.
git-svn-id: svn://10.0.0.236/trunk@45912 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 19:20:44 +00:00
ssu%netscape.com
862f38a7c2 new file. It is not part of the seamonkey build yet
git-svn-id: svn://10.0.0.236/trunk@45911 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 18:55:28 +00:00
ssu%netscape.com
7536cc5188 added icon to setup.exe and changed a parse variable from JAR PATH to XPI PATH. These changes do not affect the seamonkey build. The windows wizard is not part of the build yet.
git-svn-id: svn://10.0.0.236/trunk@45910 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 18:53:45 +00:00
waterson%netscape.com
d49dc12444 Always return NS_OK from Refresh(), because if we couldn't load the
file, we still need to be able to put crap into the local store.


git-svn-id: svn://10.0.0.236/trunk@45909 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 18:31:30 +00:00
waterson%netscape.com
4c50aa7a85 Stomach ill XUL that uses namespaces without declaring them.
git-svn-id: svn://10.0.0.236/trunk@45905 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 16:52:34 +00:00
waterson%netscape.com
0d10c4c113 Fix profile manager XUL; was incorrectly using 'xul:' namespace on window tag.
git-svn-id: svn://10.0.0.236/trunk@45904 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 16:51:41 +00:00
waterson%netscape.com
0375a34de1 Back out previous checking; was causing trouble changing folders in mailnews.
git-svn-id: svn://10.0.0.236/trunk@45903 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 16:49:26 +00:00
pavlov%netscape.com
0dc45530f1 move XIM code to the right place, fix crash on linux
git-svn-id: svn://10.0.0.236/trunk@45900 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 16:44:56 +00:00
rods%netscape.com
c47a3d09dc ListControlFrame now use the nsSelectsAreaFrame to get the correct frame
when clicking in a list
removed NS_VIEW_PUBLIC_FLAG_DONT_CHECK_CHILDREN on list frames the events get routed correctly


git-svn-id: svn://10.0.0.236/trunk@45899 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 14:57:47 +00:00
rods%netscape.com
714db7d291 Added NS_NewSelectsAreaFrame
git-svn-id: svn://10.0.0.236/trunk@45898 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 14:52:17 +00:00
rods%netscape.com
fcf49d01c5 it now does its own reflow in Quirks mode and paint its own border in Quirks mode
(the size of the native border from look and feel)


git-svn-id: svn://10.0.0.236/trunk@45897 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 14:50:23 +00:00
rods%netscape.com
30529a6153 when in standard mode and calculating desired size it removes the width of the native border
because it is implicitly added during the calculation


git-svn-id: svn://10.0.0.236/trunk@45896 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 14:48:26 +00:00
rods%netscape.com
b6f8bc909e during reflow it now should only reflow once for GFX widgets
git-svn-id: svn://10.0.0.236/trunk@45895 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 14:44:53 +00:00
rods%netscape.com
ac3fd6cc62 added files: mozilla/layout/html/base/src/nsSelectsAreaFrame.cpp
git-svn-id: svn://10.0.0.236/trunk@45894 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 14:41:37 +00:00
rods%netscape.com
8a49283e24 Added nsSelectsAreaFrame.cpp to build
git-svn-id: svn://10.0.0.236/trunk@45893 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 14:38:26 +00:00
rods%netscape.com
036205931d added family and font size to type text and textarea
git-svn-id: svn://10.0.0.236/trunk@45892 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 14:35:17 +00:00
rods%netscape.com
04b1eeb64e initial add (not in the build yet)
git-svn-id: svn://10.0.0.236/trunk@45891 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 14:25:15 +00:00
rods%netscape.com
5063c0dff0 Added metric for native TextField Border width
git-svn-id: svn://10.0.0.236/trunk@45890 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 14:19:08 +00:00
rods%netscape.com
cc301775a8 Added new Metric that provides the TextField's native border width
git-svn-id: svn://10.0.0.236/trunk@45889 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 14:15:16 +00:00
bruce%cybersight.com
7be3238b20 Use nsAllocator not new[] for char* data.
git-svn-id: svn://10.0.0.236/trunk@45888 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 14:15:03 +00:00
rods%netscape.com
b3d49bd415 Added extra parameters so PaintBorder can be used to draw borders with a size that
is passed in instead of get the size from style.


git-svn-id: svn://10.0.0.236/trunk@45887 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 14:12:09 +00:00
bruce%cybersight.com
de50afc8c5 Use nsCRT::free() instead of delete[] for char* data.
git-svn-id: svn://10.0.0.236/trunk@45886 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 14:08:47 +00:00
bruce%cybersight.com
2a6864c0c9 Use nsCRT::free() instead of delete[] for char* data. Also, use nsAllocator instead of new[].
git-svn-id: svn://10.0.0.236/trunk@45885 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 14:03:21 +00:00
bruce%cybersight.com
71fe4fde73 Use nsCRT::free() instead of delete[] for char* data.
git-svn-id: svn://10.0.0.236/trunk@45884 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 13:45:10 +00:00
dcone%netscape.com
2010de027e added the PopUpCID
git-svn-id: svn://10.0.0.236/trunk@45883 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 13:34:50 +00:00
Jerry.Kirk%Nexwarecorp.com
5e167b12ea Just the beginnings of a Photon Event Loop, still work in progress
git-svn-id: svn://10.0.0.236/trunk@45882 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 12:55:19 +00:00
duncan%be.com
c725727628 A bunch of things to get the BeOS build to work. Mostly
BeOS specific fixes, except for the change to nsinstall.c
that ignores trailing "/." in the function mkdirs (as
creating a "." dir fails under BeOS).


git-svn-id: svn://10.0.0.236/trunk@45881 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 12:54:05 +00:00
briano%netscape.com
557953e256 Automated update
git-svn-id: svn://10.0.0.236/trunk@45880 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 12:45:44 +00:00
Jerry.Kirk%Nexwarecorp.com
46a86206fe Added ${_COMPILER_PREFIX} to the -pedantic flags for Neutrino
git-svn-id: svn://10.0.0.236/trunk@45879 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 12:44:56 +00:00
morse%netscape.com
2f4abb88d2 remove forms-not-captured tab which is now obsolete
git-svn-id: svn://10.0.0.236/trunk@45878 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 12:42:32 +00:00
cls%seawood.org
924d972d2d Simple check to see if we can get rid of these osf1 cc compiler errors on the ports page. Sorry about causing the world to be rebuilt.
git-svn-id: svn://10.0.0.236/trunk@45877 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 11:24:00 +00:00
sspitzer%netscape.com
d477f04e12 add newline to end of file to please certain UNIX compilers.
git-svn-id: svn://10.0.0.236/trunk@45876 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 10:43:00 +00:00
sspitzer%netscape.com
1f3c551ca2 rewrite the migration code to use CreateAccount(), CreateIncomingServer() and CreateIdentity(). rely on alecf's code to generate the uniq keys. fix a infinite loop bug in the uniq key generation for accounts. remove or cleanup a bunch of printfs.
git-svn-id: svn://10.0.0.236/trunk@45875 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 10:25:06 +00:00
sspitzer%netscape.com
5d7dbb3829 fix a couple warnings.
git-svn-id: svn://10.0.0.236/trunk@45874 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 10:21:20 +00:00
briano%netscape.com
5df60e3f69 Automated update
git-svn-id: svn://10.0.0.236/trunk@45873 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 09:45:56 +00:00
cls%seawood.org
85887dfc0d Only turn on -pedantic for compilers that support it.
git-svn-id: svn://10.0.0.236/trunk@45872 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 09:42:46 +00:00
hyatt%netscape.com
20b461bac4 Hooking up persistence of column state in bookmarks.
git-svn-id: svn://10.0.0.236/trunk@45871 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 09:33:32 +00:00
hyatt%netscape.com
4a78fd826f Hooking up persistence of tree column state in the folder pane.
git-svn-id: svn://10.0.0.236/trunk@45870 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 09:31:25 +00:00
tbogard%aol.net
61488b8cb3 Tests for collapsing of boxes.
git-svn-id: svn://10.0.0.236/trunk@45869 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 09:29:56 +00:00
hyatt%netscape.com
95b1e031f0 Hooking up persistence of column state in the thread pane.
git-svn-id: svn://10.0.0.236/trunk@45868 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 09:22:19 +00:00
cls%seawood.org
c77d331bcf Oops. This file shouldn't have INTERNAL_TOOLS set.
git-svn-id: svn://10.0.0.236/trunk@45867 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 09:11:12 +00:00
cls%seawood.org
784ae9f568 Fix for the AIX build which claims 'Operand of "&" operator must be an lvalue.'
git-svn-id: svn://10.0.0.236/trunk@45866 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 09:04:31 +00:00
waterson%netscape.com
3398e56bb4 Remove unused decls to clean up Unix warnings.
git-svn-id: svn://10.0.0.236/trunk@45865 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 09:03:47 +00:00
hyatt%netscape.com
f969ca3c79 Adding fixed width columns to the mailnews UI.
git-svn-id: svn://10.0.0.236/trunk@45864 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 09:02:21 +00:00
waterson%netscape.com
46f0a6a4ec Change to use xul:tag instead of rdf:type as the meta-attribute that gets an element's tag info thru the graph. This was clashing with other 'normal' uses of rdf:type, and was working because of, er, another bug which I fixed by centralizing the namespace/attribute munging code.
git-svn-id: svn://10.0.0.236/trunk@45863 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 08:59:29 +00:00
waterson%netscape.com
90e70306f5 Put the local store _first_, so that any persisted changes are picked up before default content.
git-svn-id: svn://10.0.0.236/trunk@45862 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 08:57:42 +00:00
waterson%netscape.com
a3ea61b6ca Add another routine for munging a namespace/attribute pair to a resource.
git-svn-id: svn://10.0.0.236/trunk@45861 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 08:56:56 +00:00
hyatt%netscape.com
14ad31c7e2 Fixing column resizing bugs.
git-svn-id: svn://10.0.0.236/trunk@45860 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 08:49:15 +00:00
brendan%mozilla.org
6f81d6c2e4 Remove nsIAtom.h now that it's generated; tidy white space.
git-svn-id: svn://10.0.0.236/trunk@45859 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 08:40:47 +00:00
sspitzer%netscape.com
5059b5c5de it really scares me to see my password get sent to the console when I type it. it's scaring others, see #13061. wrapping this code with #ifdef DEBUG_<author>. I'll send them mail directly.
git-svn-id: svn://10.0.0.236/trunk@45858 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 08:31:33 +00:00
sspitzer%netscape.com
dd09d42b93 fix for bug #13083. missing entity caused the Copies and Folders pane to come up blank.
git-svn-id: svn://10.0.0.236/trunk@45857 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 08:23:45 +00:00
briano%netscape.com
fdc8e113ca Automated update
git-svn-id: svn://10.0.0.236/trunk@45856 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 08:15:45 +00:00
mcafee%netscape.com
a340cccc3e Turning -pedantic on by default, use --disable-pedantic to turn this off
git-svn-id: svn://10.0.0.236/trunk@45855 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 08:10:06 +00:00
sspitzer%netscape.com
31bebc5164 remove the useless MigratePrefs method. change upgradePrefs() into UpgradePrefs() and make it part of the nsIMsgAccountManager interface, so alecf can call it from js.
git-svn-id: svn://10.0.0.236/trunk@45854 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 08:06:13 +00:00
hyatt%netscape.com
661c839bd7 Column resizing works, and boy is it slow.
git-svn-id: svn://10.0.0.236/trunk@45852 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 07:59:01 +00:00
bruce%cybersight.com
0e7571f80a Use nsCRT::free() instead of delete[] for char* data.
git-svn-id: svn://10.0.0.236/trunk@45851 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 07:53:26 +00:00
bruce%cybersight.com
7bf9ff19fb Use nsCRT::free() instead of delete[] for char* data.
git-svn-id: svn://10.0.0.236/trunk@45850 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 07:42:41 +00:00
bruce%cybersight.com
da3a78ae3e Use nsCRT::free() instead of delete[] for char* data.
git-svn-id: svn://10.0.0.236/trunk@45849 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 07:26:10 +00:00
sspitzer%netscape.com
d7cbd35414 make the nsIImapIncomingServer interface fully scriptable. none of that cheesy %{C++ crap for this interface. Also use the almighty NS_DECL_NSIIMAPINCOMINGSERVER macro the xpidl compiler generated for me.
git-svn-id: svn://10.0.0.236/trunk@45848 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 07:22:10 +00:00
bruce%cybersight.com
f0fd9bd29f Replace delete[] for char* data with nsCRT::free().
git-svn-id: svn://10.0.0.236/trunk@45847 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 07:20:03 +00:00
waterson%netscape.com
1d9324b48d Persistence, again.
git-svn-id: svn://10.0.0.236/trunk@45846 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 07:02:25 +00:00
sspitzer%netscape.com
7ac9d3899b add the new idl to the mac project.
git-svn-id: svn://10.0.0.236/trunk@45845 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 07:01:39 +00:00
sspitzer%netscape.com
c4f355e464 introduce and use the UPGRADE_AND_CLEAR_*_PREF macros. this cleans up a lot of code. add a bunch of new attributes to the nsIImapIncomingServer interface, and the matching code to get and set these prefs. (examples, delete_model, offline_download, dual_use_folders, etc.) remove nsIImapIncomingServer.h, now we use nsIImapIncomingServer.idl. migrate all those new nsIImapIncomingServer attributes when migrating from 4.x to 5.0
git-svn-id: svn://10.0.0.236/trunk@45844 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 07:01:37 +00:00
waterson%netscape.com
acc0d44ec0 Centralize the place from whence we whack namespace/attribute pairs into RDF properties.
git-svn-id: svn://10.0.0.236/trunk@45843 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 07:01:07 +00:00
bruce%cybersight.com
9372b4d329 Use nsCRT::free() instead of delete[].
git-svn-id: svn://10.0.0.236/trunk@45842 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 06:59:31 +00:00
waterson%netscape.com
c412f24089 Make the local store _not_ broadcast its changes. In anticipation of persistence...
git-svn-id: svn://10.0.0.236/trunk@45841 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 06:58:36 +00:00
sspitzer%netscape.com
25749a601f fix my weird code.
git-svn-id: svn://10.0.0.236/trunk@45840 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 06:56:42 +00:00
bruce%cybersight.com
8c9c21271b Replace delete[] of char* data with nsCRT::free(). Cleaning up a lot of purify noise.
git-svn-id: svn://10.0.0.236/trunk@45839 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 06:48:27 +00:00
bruce%cybersight.com
7691321f40 Replace delete[] for char* data with nsCRT::free()
git-svn-id: svn://10.0.0.236/trunk@45838 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 06:38:27 +00:00
bruce%cybersight.com
94feebe910 Use nsCRT::free() instead of delete[]
git-svn-id: svn://10.0.0.236/trunk@45837 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 06:20:06 +00:00
briano%netscape.com
2ce304f9fb Automated update
git-svn-id: svn://10.0.0.236/trunk@45836 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 06:15:56 +00:00
cls%seawood.org
ff6f665f3e Added host case for osf1. Changed test for c++ requiring implementation of unused methods from try_compile to try_link.
git-svn-id: svn://10.0.0.236/trunk@45835 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 06:14:10 +00:00
bruce%cybersight.com
4c0aac9a04 Fix some char* deallocation issues. Also remove a couple of static IIDs and includes that aren't needed.
git-svn-id: svn://10.0.0.236/trunk@45834 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 06:08:50 +00:00
cls%seawood.org
194199ff29 Ack! Do not redefine jscpucfg target for OpenVMS arch. Only add HOST_NSPR_MDCPUCFG to build if it is defined
git-svn-id: svn://10.0.0.236/trunk@45833 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 05:35:26 +00:00
jefft%netscape.com
3b00bfd564 made chooseOutputFile() more complete; imaplemented QueryInterface() to return nsIFileSpec too
git-svn-id: svn://10.0.0.236/trunk@45832 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 05:30:33 +00:00
jefft%netscape.com
24f7ab3587 fixed assert when calling SaveMessageToDisk()
git-svn-id: svn://10.0.0.236/trunk@45831 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 05:28:40 +00:00
hyatt%netscape.com
a7052f7899 More column resizing fun.
git-svn-id: svn://10.0.0.236/trunk@45830 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 05:12:10 +00:00
karnaze%netscape.com
e510491233 bug 1163 - implemented bordercolor attribute on table
git-svn-id: svn://10.0.0.236/trunk@45829 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 05:06:08 +00:00
cls%seawood.org
392420849a Fixed the use of HOST_NSPR_MDCPUCFG so that the build doesn't break if it is not defined.
git-svn-id: svn://10.0.0.236/trunk@45828 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 05:03:40 +00:00
sspitzer%netscape.com
a196b94ace ignore the generated Makefile
git-svn-id: svn://10.0.0.236/trunk@45827 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 05:00:55 +00:00
sspitzer%netscape.com
33ef54ffc3 first pass at XPIDL-ifying nsIImapIncomingServer
git-svn-id: svn://10.0.0.236/trunk@45826 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 04:57:30 +00:00
cls%seawood.org
7ab48e94c5 Turn off debug messages
git-svn-id: svn://10.0.0.236/trunk@45825 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 04:57:25 +00:00
morse%netscape.com
ffbb237fce convert viewers from html to xul
git-svn-id: svn://10.0.0.236/trunk@45824 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 04:55:23 +00:00
cls%seawood.org
2ace553e39 Removed hardcoded RANLIB as it breaks some Ports tinderboxes
git-svn-id: svn://10.0.0.236/trunk@45823 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 04:35:48 +00:00
kipp%netscape.com
0bedb036e7 Switch to nsAutoString
git-svn-id: svn://10.0.0.236/trunk@45822 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 03:52:19 +00:00
kipp%netscape.com
5c964dd3e4 Use nsAutoString instead of nsCAutoString to avoid double string copy
git-svn-id: svn://10.0.0.236/trunk@45821 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 03:51:56 +00:00
kipp%netscape.com
d439c437b4 Speed up cookie file handling by avoiding uselss string malloc/free's
git-svn-id: svn://10.0.0.236/trunk@45820 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 03:50:06 +00:00
kipp%netscape.com
04fe27cc63 Implement fix for bug #5821 as per dbaron's suggestion
git-svn-id: svn://10.0.0.236/trunk@45819 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 03:47:49 +00:00
kipp%netscape.com
cff7c34c91 Eliminate some useless string malloc/free's
git-svn-id: svn://10.0.0.236/trunk@45818 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 03:47:06 +00:00
kipp%netscape.com
e2818b7558 Eliminate a uselss string copy
git-svn-id: svn://10.0.0.236/trunk@45817 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 03:45:44 +00:00
hyatt%netscape.com
c9773075c4 Changing reflow hint for the width attribute of tree cols so that we can get a reflow on a resize.
git-svn-id: svn://10.0.0.236/trunk@45816 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 03:25:11 +00:00
hyatt%netscape.com
ecb9daf9d1 Column resizing. Not quite ready yet. Very soon now.
git-svn-id: svn://10.0.0.236/trunk@45815 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 03:21:56 +00:00
jband%netscape.com
4f386bbb82 renaming the field called 'code' to 'result' in nsIXPCException so that we don't conflict with DOM exception's use of the name 'code'. We want these types of exceptions to be compatible and the DOM exception ought to have a 'code' field that is as required by the DOM spec and also a 'result' field that is the nsresult. This avoids the naming conflict.
git-svn-id: svn://10.0.0.236/trunk@45814 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 02:32:21 +00:00
jefft%netscape.com
a28ddaa8cd more bullet prove; check m_channel prior processing current url
git-svn-id: svn://10.0.0.236/trunk@45813 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 02:29:00 +00:00
beard%netscape.com
a6ba4b075b bug #10261: fix for dropping calls to UpdateView, also now correctly handles calls to UpdateView(nsIView*, nsIRegion*, ...) with non-null nsIRegion*.
git-svn-id: svn://10.0.0.236/trunk@45812 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 02:27:40 +00:00
jefft%netscape.com
b169a7669a implemented SaveAs() method
git-svn-id: svn://10.0.0.236/trunk@45811 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 02:27:36 +00:00
jefft%netscape.com
427c04be1a enable SaveAs() command
git-svn-id: svn://10.0.0.236/trunk@45810 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 02:26:58 +00:00
jefft%netscape.com
d2b10d0651 added saveAs() method for SaveAsFile() & SaveAsTemplate()
git-svn-id: svn://10.0.0.236/trunk@45809 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 02:25:53 +00:00
jefft%netscape.com
c1871e19c5 revise chooseOutputFile() interface to take output filter mask
git-svn-id: svn://10.0.0.236/trunk@45808 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 02:24:39 +00:00
beard%netscape.com
8d47000daa bug 9534: moved SetOrigin(0, 0) in HandleUpdateEvent so that updateRgn is in correct coordinate system. added BLINK_DEBUGGING code.
git-svn-id: svn://10.0.0.236/trunk@45807 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 02:08:44 +00:00
beard%netscape.com
381e7c2e7e Cleaned up indentation.
git-svn-id: svn://10.0.0.236/trunk@45806 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 02:01:45 +00:00
ramiro%netscape.com
f0e8e1313c Comment out the stupid native menus to cut down on the daily saari carnage.
How ironic that changes to fix the one platform that uses native menus
breaks a bunch of others that dont...


git-svn-id: svn://10.0.0.236/trunk@45805 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 01:54:31 +00:00
bruce%cybersight.com
fbb9bc2134 Stub out functions for Saari so that this will build.
git-svn-id: svn://10.0.0.236/trunk@45804 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 01:53:42 +00:00
ramiro%netscape.com
e9de2181a3 quiet pavlov's debug noise
git-svn-id: svn://10.0.0.236/trunk@45803 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 01:44:17 +00:00
cmanske%netscape.com
d34dcd1353 Added 'Cancel' to editor save file Confirm dialog and changed to accomodate common dialog interface changes
git-svn-id: svn://10.0.0.236/trunk@45802 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 01:23:19 +00:00
cmanske%netscape.com
fc8cf82d22 Fixed rule to make text and background buttons join together on toolbar
git-svn-id: svn://10.0.0.236/trunk@45801 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 01:16:39 +00:00
law%netscape.com
671dae330a Add browser app core replacement to mac build
git-svn-id: svn://10.0.0.236/trunk@45800 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 01:14:48 +00:00
briano%netscape.com
a04ac9cf68 Fixed the objdir-specific breakage. _Never_ include generated files from topsrcdir.
git-svn-id: svn://10.0.0.236/trunk@45799 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 01:14:07 +00:00
shawnp%earthling.net
68e720c98a CreateViewerMenus() now returns the menu bar height.
git-svn-id: svn://10.0.0.236/trunk@45798 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 01:08:20 +00:00
shawnp%earthling.net
7ac8316a64 Fixed up inserting of separators into the menus. Now return the menu bar
height through CreateViewerMenus().


git-svn-id: svn://10.0.0.236/trunk@45797 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 01:06:38 +00:00
shawnp%earthling.net
1f29a44909 Now return the proper value in nsNativeBrowserWindow::GetMenuBarHeight().
git-svn-id: svn://10.0.0.236/trunk@45796 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 01:04:20 +00:00
gayatrib%netscape.com
5c8554e915 Correcting some typos
git-svn-id: svn://10.0.0.236/trunk@45795 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 00:58:34 +00:00
gayatrib%netscape.com
1a9f3b8396 Partial fix for bug #13033--yet to disable buttons
git-svn-id: svn://10.0.0.236/trunk@45794 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 00:56:26 +00:00
gayatrib%netscape.com
8922372b14 Partial fix for bug #13033--yet to align buttons to the right and disable buttons
git-svn-id: svn://10.0.0.236/trunk@45793 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 00:52:19 +00:00
bienvenu%netscape.com
6ef8f6b399 more cleanup of unused routines, work on namespace stuff
git-svn-id: svn://10.0.0.236/trunk@45792 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 00:46:40 +00:00
valeski%netscape.com
c2863da927 adding data protocol to the build
git-svn-id: svn://10.0.0.236/trunk@45791 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 00:44:28 +00:00
valeski%netscape.com
a5377cbf15 adding data protocol handler to necko
git-svn-id: svn://10.0.0.236/trunk@45790 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 00:39:55 +00:00
jdunn%netscape.com
b5a75bba43 Fixing int/enum conversion which the native unix compilers don't like.
( |= produces an int which you can't assign to an enum so you need the cast)


git-svn-id: svn://10.0.0.236/trunk@45789 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 00:24:23 +00:00
waterson%netscape.com
a712c7a4dc Cache the RDF service in a static member variable rather than acquiring it each time.
git-svn-id: svn://10.0.0.236/trunk@45788 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 00:10:09 +00:00
briano%netscape.com
64211b5a64 Automated update
git-svn-id: svn://10.0.0.236/trunk@45787 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 00:06:24 +00:00
briano%netscape.com
0ca4b5e311 Fix for 'official' release builds. Now generates xpinstall/packager/Makefile explicitly. Also replaced the perl-based directory 'pre-creator' with a shell-based version.
git-svn-id: svn://10.0.0.236/trunk@45786 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 00:05:19 +00:00
briano%netscape.com
e1c5a9303b Automated update
git-svn-id: svn://10.0.0.236/trunk@45785 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 00:01:25 +00:00
cls%seawood.org
0b8c66d8a7 Removed redundant program checks.
Added target case for *-mingw*
Don't check for NSPR libs when cross-compiling.  Assume that they exist for now.
Added MDCPUCFG to CFLAGS for INTERNAL_TOOLS builds.


git-svn-id: svn://10.0.0.236/trunk@45784 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 23:58:00 +00:00
saari%netscape.com
d7897c9ddf Chages to nsIMenu and nsIMenuItem for checkbox support and a more general way of IDing the Help menu (necessary for MacOS).
Also, some changes to try and stop crashing when Palm software is installed on MacOS.


git-svn-id: svn://10.0.0.236/trunk@45783 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 23:48:39 +00:00
pinkerton%netscape.com
d19ca59d3c hookup the drag listener attributes.
git-svn-id: svn://10.0.0.236/trunk@45782 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 23:19:56 +00:00
pinkerton%netscape.com
7c9d512698 fix a comment a=mcafee.
git-svn-id: svn://10.0.0.236/trunk@45781 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 23:17:21 +00:00
pinkerton%netscape.com
b9f63b7c45 making sure we call StartDragSession and EndDragSession. a=mcafee
git-svn-id: svn://10.0.0.236/trunk@45780 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 23:17:07 +00:00
pinkerton%netscape.com
528f98c4d8 personal toolbar d&d now in JavaScript.
git-svn-id: svn://10.0.0.236/trunk@45779 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 23:16:37 +00:00
briano%netscape.com
82c511836e Automated update
git-svn-id: svn://10.0.0.236/trunk@45778 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 22:45:47 +00:00
slamm%netscape.com
b272764092 Fix typo s/CONFIG_TEMP/CONFIG_TMP/.
git-svn-id: svn://10.0.0.236/trunk@45777 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 22:41:43 +00:00
cata%netscape.com
ef4a57644a Fixed the fix.
git-svn-id: svn://10.0.0.236/trunk@45776 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 22:35:00 +00:00
cata%netscape.com
a7284b6056 Fixed problem when calling deprecated method.
git-svn-id: svn://10.0.0.236/trunk@45775 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 22:20:23 +00:00
cyeh%netscape.com
16aab8a91e remove MODULAR_NETLIB define. obsolete.
git-svn-id: svn://10.0.0.236/trunk@45774 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 22:19:21 +00:00
briano%netscape.com
6cc30473fe Automated update
git-svn-id: svn://10.0.0.236/trunk@45773 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 22:15:49 +00:00
sspitzer%netscape.com
87f528d55b fix for #13062. prevent infinite loop when reading news.
git-svn-id: svn://10.0.0.236/trunk@45772 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 22:07:48 +00:00
slamm%netscape.com
2d5c59656c Move some defines into configure. Remove unused build variables. Include autoconf.mk if it hasn't already been included.
git-svn-id: svn://10.0.0.236/trunk@45771 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 22:02:46 +00:00
slamm%netscape.com
f985c83c9a Move some defines into configure. Remove unused build variables.
git-svn-id: svn://10.0.0.236/trunk@45770 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 22:02:19 +00:00
kin%netscape.com
072c7d8fb4 Added support for scrolling SELECTION_ANCHOR_REGION into view.
Renamed GetFocusNodeRect() to GetSelectionRegionRect().
Made code in GetPrimaryFrameForFocusNode() more generic and put it
in a method called GetPrimaryFrameForRangeEndpoint().
GetPrimaryFrameFor{Anchor,Focus}Node() now call GetPrimaryFrameForRangeEndpoint().


git-svn-id: svn://10.0.0.236/trunk@45769 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 21:59:51 +00:00
sfraser%netscape.com
78817c48d5 Change id on the file menu <menupopup> from "fileMenu" to "fileMenuPopup"
git-svn-id: svn://10.0.0.236/trunk@45767 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 21:58:12 +00:00
slamm%netscape.com
12eecf2504 Simplify cls's fix. Remove tabs.
git-svn-id: svn://10.0.0.236/trunk@45766 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 21:55:32 +00:00
alecf%netscape.com
82a52ed34f fix crash when server has no local root folder
git-svn-id: svn://10.0.0.236/trunk@45765 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 21:54:58 +00:00
putterman%netscape.com
6332d26dab Speed up GetTarget by comparing to collation/sort property ptrs instead of parsing
property each time.


git-svn-id: svn://10.0.0.236/trunk@45764 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 21:54:11 +00:00
law%netscape.com
6cdee626a7 Adding to unix builds
git-svn-id: svn://10.0.0.236/trunk@45763 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 21:53:57 +00:00
radha%netscape.com
1c001db80c New session history methods Set/GetHistoryObjectForUrl()
git-svn-id: svn://10.0.0.236/trunk@45762 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 21:53:28 +00:00
putterman%netscape.com
7e124512cb use proportional sizing in threadPane.
git-svn-id: svn://10.0.0.236/trunk@45761 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 21:53:05 +00:00
alecf%netscape.com
7333d81752 remove stupid dump()s
git-svn-id: svn://10.0.0.236/trunk@45760 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 21:50:07 +00:00
morse%netscape.com
b8a3ea0772 fixes for bug 13022
git-svn-id: svn://10.0.0.236/trunk@45759 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 21:49:50 +00:00
law%netscape.com
68d60f2fa8 Adding to windows build
git-svn-id: svn://10.0.0.236/trunk@45758 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 21:49:07 +00:00
alecf%netscape.com
6fc46d158d account wizard now creates new accounts
(first rough cut)


git-svn-id: svn://10.0.0.236/trunk@45757 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 21:48:26 +00:00
alecf%netscape.com
b744f47cd7 implement getUniqueAccountKey for accounts
git-svn-id: svn://10.0.0.236/trunk@45756 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 21:47:59 +00:00
cata%netscape.com
ef41df7dfb Fixing build warnings. Step 3: remove the old deprecated API.
git-svn-id: svn://10.0.0.236/trunk@45755 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 21:41:40 +00:00
cata%netscape.com
6be2810d6f Fixing build warnings. Step 3: remove the old deprecated method.
git-svn-id: svn://10.0.0.236/trunk@45754 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 21:39:29 +00:00
radha%netscape.com
8bb87d2184 Hook up session history with the history state object.
Let LoadURL() accept a historystate as an argument


git-svn-id: svn://10.0.0.236/trunk@45753 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 21:39:01 +00:00
waterson%netscape.com
b3b0ff1b2a Changed ParseNumericValue's declaration to match its definition.
git-svn-id: svn://10.0.0.236/trunk@45752 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 21:37:30 +00:00
radha%netscape.com
53f9ca262f New methods to set and get history state
git-svn-id: svn://10.0.0.236/trunk@45751 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 21:37:25 +00:00
morse%netscape.com
e7b279cdbb fixes for bug 13022
git-svn-id: svn://10.0.0.236/trunk@45750 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 21:37:24 +00:00
cata%netscape.com
be503fb7bf Method name change.
git-svn-id: svn://10.0.0.236/trunk@45749 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 21:35:50 +00:00
waterson%netscape.com
0233aa07f0 Fix bug that was causing insertion sort to _never_ run. Also, fix code that was looking for ID attribute during RDF:Seq detection.
git-svn-id: svn://10.0.0.236/trunk@45748 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 21:34:57 +00:00
waterson%netscape.com
da9ce4b322 Use nsAutoString() to avoid heap allocation during automatic coercion of 'const char*' to nsStrings.
git-svn-id: svn://10.0.0.236/trunk@45747 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 21:34:17 +00:00
waterson%netscape.com
41f54b7c88 Replace calls to nsRDFContentUtils::MakeElementURI() with MakeElementResource(), which is what we wanted anyway. Tweak SplitProperty to use GetValueConst().
git-svn-id: svn://10.0.0.236/trunk@45746 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 21:33:53 +00:00
ssu%netscape.com
b1832bab0a fixing 13053
git-svn-id: svn://10.0.0.236/trunk@45745 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 21:33:49 +00:00
waterson%netscape.com
fadcadea15 Use nsAutoString() to avoid heap allocation during automatic coercion of 'const char*' to nsStrings; get rid of dead code that was causing a call to SplitProperty.
git-svn-id: svn://10.0.0.236/trunk@45744 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 21:32:23 +00:00
waterson%netscape.com
639cffe609 Get rid of silly code that was converting a nsString to a naked unicode, which required automatic coercion _back_ to an nsString, this time using a copy on the heap :-/.
git-svn-id: svn://10.0.0.236/trunk@45743 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 21:31:22 +00:00
pavlov%netscape.com
db1e48c120 clean up uses of QI and friends to use the macros correctly
clean up resizing and moving code.
wrote initial unix drag and drop code
more good things to come soon.


git-svn-id: svn://10.0.0.236/trunk@45741 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 21:30:31 +00:00
waterson%netscape.com
c0c388c6a8 Use bigger buffers to avoid spilling to the heap during string manipulation.
git-svn-id: svn://10.0.0.236/trunk@45740 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 21:29:46 +00:00
waterson%netscape.com
d01b080b39 Use PL_HashTableRawAdd() to avoid hashing twice.
git-svn-id: svn://10.0.0.236/trunk@45739 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 21:29:06 +00:00
waterson%netscape.com
c77a50403f Rewrite to avoid heap-spill when mangling the nextVal.
git-svn-id: svn://10.0.0.236/trunk@45738 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 21:28:33 +00:00
erik%netscape.com
b5a98e1164 Thanks to Sun, we now have input method support (e.g. Japanese keyboard
input) on Unix. Contact erik and/or tague if there are any problems.


git-svn-id: svn://10.0.0.236/trunk@45735 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 21:26:40 +00:00
shaver%netscape.com
6b360833c9 Added mmapio patch from jim_nance@yahoo.com (James L. Nance) to speed
registry-read.  Enabled on XP_UNIX only.


git-svn-id: svn://10.0.0.236/trunk@45734 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 21:23:44 +00:00
tonyr%fbdesigns.com
013d0e1e29 Added NS_ADDREF to child returned from GetChildNamed
git-svn-id: svn://10.0.0.236/trunk@45733 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 21:23:26 +00:00
cls%seawood.org
cb1074c095 Fix for gcc2.95 bustage. ANSI C++ forbids declaration of function with no type.
git-svn-id: svn://10.0.0.236/trunk@45732 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 21:06:34 +00:00
mscott%netscape.com
f92965be90 rename Cancel() to DoCancel so we don't over-write method from base class (which we will be doing
when the protocol inherits from nsIChannel).


git-svn-id: svn://10.0.0.236/trunk@45731 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 21:06:18 +00:00
mscott%netscape.com
d397fd2a9a Export manifest file for mailnews\mime\build\
git-svn-id: svn://10.0.0.236/trunk@45730 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 21:03:03 +00:00
mscott%netscape.com
86395a2e8e we should never delete an interface...always use release! i kept crashing here
git-svn-id: svn://10.0.0.236/trunk@45729 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 20:57:12 +00:00
gayatrib%netscape.com
146cc7aaa5 fixing bug #12815
git-svn-id: svn://10.0.0.236/trunk@45728 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 20:55:41 +00:00
cata%netscape.com
dbf7885049 Method name change.
git-svn-id: svn://10.0.0.236/trunk@45727 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 20:55:40 +00:00
buster%netscape.com
d19957fe42 just a comment about a possible bug I saw going through this code
git-svn-id: svn://10.0.0.236/trunk@45726 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 20:47:20 +00:00
buster%netscape.com
5055763304 fixed wrapping issues. dogfood bug 8984
git-svn-id: svn://10.0.0.236/trunk@45725 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 20:46:53 +00:00
buster%netscape.com
398a9778e4 added PRInt32 GetWidthInCharacters() const;
git-svn-id: svn://10.0.0.236/trunk@45724 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 20:45:50 +00:00
buster%netscape.com
c23a7f4749 replaced #define DEFAULT_PIXEL_WIDTH with nsTextControlFrame::GetDefaultColumnWidth()
git-svn-id: svn://10.0.0.236/trunk@45723 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 20:45:21 +00:00
buster%netscape.com
0cb716f347 added GetDefaultColumnWidth(), replacing a hardcoded #define
git-svn-id: svn://10.0.0.236/trunk@45722 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 20:44:17 +00:00
buster%netscape.com
6f18e5f348 got rid of a nasty compiler warning by changing an unsigned int to signed
git-svn-id: svn://10.0.0.236/trunk@45721 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 20:37:19 +00:00
cata%netscape.com
627c16877f Method name change.
git-svn-id: svn://10.0.0.236/trunk@45720 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 20:23:49 +00:00
bienvenu%netscape.com
466cecaa59 fix build bustage
git-svn-id: svn://10.0.0.236/trunk@45719 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 20:08:23 +00:00
cata%netscape.com
de75aa4934 Method name change.
git-svn-id: svn://10.0.0.236/trunk@45718 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 20:01:26 +00:00
cata%netscape.com
c388915fe1 Method name change.
git-svn-id: svn://10.0.0.236/trunk@45717 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 19:54:39 +00:00
shaver%netscape.com
21de7229db fix bustage-causing typo
git-svn-id: svn://10.0.0.236/trunk@45716 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 19:44:38 +00:00
bienvenu%netscape.com
4e9eda7dc4 fix build bustage
git-svn-id: svn://10.0.0.236/trunk@45715 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 19:21:45 +00:00
cata%netscape.com
5d1d26e022 Method name change.
git-svn-id: svn://10.0.0.236/trunk@45714 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 19:16:16 +00:00
Jerry.Kirk%Nexwarecorp.com
e04fbe2336 More changes to enable Printing under Photon
git-svn-id: svn://10.0.0.236/trunk@45713 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 19:11:01 +00:00
scc%netscape.com
23e451a418 get rid of some slamm warnings
git-svn-id: svn://10.0.0.236/trunk@45712 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 19:04:36 +00:00
scc%netscape.com
f7ce933282 added dlldeps
git-svn-id: svn://10.0.0.236/trunk@45711 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 18:58:35 +00:00
scc%netscape.com
be094885ec First Checked In.
git-svn-id: svn://10.0.0.236/trunk@45710 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 18:51:57 +00:00
cyeh%netscape.com
2b510de93c Remove MODULAR_NETLIB defines.
git-svn-id: svn://10.0.0.236/trunk@45709 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 18:51:56 +00:00
karnaze%netscape.com
72687216fe I forgot to check this in last night with the other changes.
git-svn-id: svn://10.0.0.236/trunk@45708 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 18:39:10 +00:00
akkana%netscape.com
857fbbf837 Remove unused insert html txn
git-svn-id: svn://10.0.0.236/trunk@45707 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 18:37:24 +00:00
harishd%netscape.com
404bb38877 Replacing ostream to nsStream in DebugDump methods.
git-svn-id: svn://10.0.0.236/trunk@45706 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 18:30:31 +00:00
cyeh%netscape.com
b632f281bc Remove useless NGLAYOUT_PLUGINS define.
git-svn-id: svn://10.0.0.236/trunk@45705 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 18:21:11 +00:00
karnaze%netscape.com
8930b049f9 I forgot to check this is last night with fixes for table borders.
git-svn-id: svn://10.0.0.236/trunk@45704 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 18:20:43 +00:00
cyeh%netscape.com
c8dd3f762e Remove NGLAYOUT_PLUGINS useless define.
git-svn-id: svn://10.0.0.236/trunk@45703 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 18:18:31 +00:00
briano%netscape.com
91a438779c Automated update
git-svn-id: svn://10.0.0.236/trunk@45702 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 18:15:44 +00:00
joki%netscape.com
33e0b92036 Fix for bug 12226, allow reentrant events
git-svn-id: svn://10.0.0.236/trunk@45701 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 18:14:01 +00:00
cyeh%netscape.com
6c5b103cf3 Finish removal of STANDALONE_IMAGE_LIB. We don't need it anymore.
git-svn-id: svn://10.0.0.236/trunk@45700 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 18:13:43 +00:00
kipp%netscape.com
4b348cc604 Use nsAutoString instead of nsString for temps
git-svn-id: svn://10.0.0.236/trunk@45699 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 18:13:07 +00:00
cyeh%netscape.com
95d58ceb51 Finish cleanup of STANDALONE_IMAGE_LIB. Sorry for forcing you to rebuild
the world.


git-svn-id: svn://10.0.0.236/trunk@45698 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 18:07:28 +00:00
kipp%netscape.com
b1519f11e2 Use nsAutoString to save time
git-svn-id: svn://10.0.0.236/trunk@45697 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 18:03:30 +00:00
kipp%netscape.com
bf69814e2c Fixed an nsString usage oopsie
git-svn-id: svn://10.0.0.236/trunk@45696 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 18:02:52 +00:00
kipp%netscape.com
5c567c30a3 Moved atom init to factory where it should have been
git-svn-id: svn://10.0.0.236/trunk@45695 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 18:02:21 +00:00
kipp%netscape.com
3855e4c7a8 Save some memory by not saving away useless text runs
git-svn-id: svn://10.0.0.236/trunk@45694 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 18:01:59 +00:00
kipp%netscape.com
e0fc9cb532 Setup html and xul atoms too
git-svn-id: svn://10.0.0.236/trunk@45693 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 18:01:32 +00:00
kipp%netscape.com
82fbfc3883 Add xul/content directory to includes
git-svn-id: svn://10.0.0.236/trunk@45692 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 18:01:14 +00:00
mscott%netscape.com
80e03e438c First checked in. Export nsMsgMimeCID.h
git-svn-id: svn://10.0.0.236/trunk@45691 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 17:59:12 +00:00
mscott%netscape.com
346788629e Enter the mime\build directory.
git-svn-id: svn://10.0.0.236/trunk@45690 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 17:57:43 +00:00
mscott%netscape.com
f71dc5bae6 build a Makefile for mailnews\mime\build
git-svn-id: svn://10.0.0.236/trunk@45689 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 17:57:15 +00:00
mscott%netscape.com
dbb0c95179 first checked in.
git-svn-id: svn://10.0.0.236/trunk@45688 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 17:56:30 +00:00
akkana%netscape.com
f55b0f5c2b 11864: Make InsertHTML undoable.
Insert the top-level nodes in the doc frag one by one,
instead of passing the whole doc frag to InsertNode.


git-svn-id: svn://10.0.0.236/trunk@45687 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 17:56:09 +00:00
mscott%netscape.com
26045768ec clean up the makefile a bit.
git-svn-id: svn://10.0.0.236/trunk@45686 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 17:54:48 +00:00
mscott%netscape.com
8b61365be5 Build the build directory.
git-svn-id: svn://10.0.0.236/trunk@45685 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 17:53:50 +00:00
norris%netscape.com
a93d06cc59 Long not supported here. Fix up comments so that is clear.
git-svn-id: svn://10.0.0.236/trunk@45684 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 16:48:20 +00:00
rods%netscape.com
ce8ef5632e commented out some unused variables to remove warnings
git-svn-id: svn://10.0.0.236/trunk@45683 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 13:51:12 +00:00
dcone%netscape.com
edaefbcd29 Added a grayscale image output method
git-svn-id: svn://10.0.0.236/trunk@45682 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 13:48:51 +00:00
rickg%netscape.com
44fe7204e4 trying to clear dependency build problem
git-svn-id: svn://10.0.0.236/trunk@45681 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 09:32:40 +00:00
morse%netscape.com
ca19b2755a fix bug 12832 -- nasty buffer overrun showing up in release builds only
git-svn-id: svn://10.0.0.236/trunk@45680 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 09:18:57 +00:00
waterson%netscape.com
2f06ca0869 Make CBufDescriptor const to avoid -pedantic bustage.
git-svn-id: svn://10.0.0.236/trunk@45679 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 08:02:57 +00:00
sspitzer%netscape.com
8f374079e0 bulletproofing to prevent the crash I reported in bug #13007. assert is better than a crash any day.
git-svn-id: svn://10.0.0.236/trunk@45678 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 07:22:47 +00:00
rickg%netscape.com
e2575327bf another tiny tweak to docs
git-svn-id: svn://10.0.0.236/trunk@45677 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 07:13:56 +00:00
rickg%netscape.com
d191e8d9dd better docs and finally got rid of deprecated API's
git-svn-id: svn://10.0.0.236/trunk@45676 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 07:04:59 +00:00
shaver%netscape.com
2fa148d7c7 Make nsSupportsHashtable not crash when you try to Get or Remove an item
not in the table already.


git-svn-id: svn://10.0.0.236/trunk@45675 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 07:01:53 +00:00
shaver%netscape.com
ba0e48539e Added ComponentLoaders to registry and abandoned the progID suffix strategy
to reduce evil in universe.
Added nsIComponentManager::RegisterComponentLoader.
Dead code removal.
Make AutoRegister eagerly created all as-yet-unloaded component loaders and
AutoRegister with them as well.
Removed much #ifdef DEBUG_shaver noise.


git-svn-id: svn://10.0.0.236/trunk@45674 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 07:00:29 +00:00
pinkerton%netscape.com
065a5254fb try not to copy the data so much. still working on this.
git-svn-id: svn://10.0.0.236/trunk@45673 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 06:57:38 +00:00
waterson%netscape.com
49c70bc87e Bug 12351. Remove the assert; this can happen under normal operating conditions. Do not panic.
git-svn-id: svn://10.0.0.236/trunk@45672 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 06:54:12 +00:00
pinkerton%netscape.com
e83aca2342 give progid's to transferable and the drag service.
git-svn-id: svn://10.0.0.236/trunk@45671 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 06:53:32 +00:00
pinkerton%netscape.com
dd7c91a6bd fix it so that we still get default drag rectangle when there is no region passed in.
git-svn-id: svn://10.0.0.236/trunk@45670 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 06:52:54 +00:00
pinkerton%netscape.com
424a6c3119 removed all of the drag gesture code. it should now be written in javascript.
git-svn-id: svn://10.0.0.236/trunk@45669 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 06:51:53 +00:00
pinkerton%netscape.com
1a34252d5d fix crasher on drop and how we free the data.
git-svn-id: svn://10.0.0.236/trunk@45668 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 06:47:14 +00:00
law%netscape.com
2517c4848f Fix warnings
git-svn-id: svn://10.0.0.236/trunk@45667 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 05:50:33 +00:00
mscott%netscape.com
310ef6d0bd Not part of the build! new makefile to export nsMsgMimeCID.h
git-svn-id: svn://10.0.0.236/trunk@45666 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 05:46:17 +00:00
mscott%netscape.com
9be83068d8 (NOt part of the build!) New header file so we can pull all the CIDs in mime out of the interface files.
git-svn-id: svn://10.0.0.236/trunk@45665 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 05:45:51 +00:00
danm%netscape.com
2906e8f655 adding nsIDeviceContext::GetClientRect. a:dcone.
git-svn-id: svn://10.0.0.236/trunk@45664 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 05:37:14 +00:00
sfraser%netscape.com
992949e81d First Checked In.
git-svn-id: svn://10.0.0.236/trunk@45663 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 05:27:20 +00:00
cls%seawood.org
6554bc353e Build jscpucfg using HOST_CC for cross-compiler builds. If cross-compiling, it needs the changes from the autoconf'd nspr tree to support using a different mdcpucfg.h
git-svn-id: svn://10.0.0.236/trunk@45662 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 05:27:14 +00:00
troy%netscape.com
88786eefbb Fix for bug #12997
git-svn-id: svn://10.0.0.236/trunk@45661 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 05:21:39 +00:00
shaver%netscape.com
c29e82e553 um, didn't mean to check that in
git-svn-id: svn://10.0.0.236/trunk@45660 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 05:21:10 +00:00
shaver%netscape.com
215713c944 *** empty log message ***
git-svn-id: svn://10.0.0.236/trunk@45659 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 05:18:09 +00:00
jband%netscape.com
e29d470c76 fix for bug 13001 - gotta let DefaultValue do its thing
git-svn-id: svn://10.0.0.236/trunk@45658 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 05:07:36 +00:00
cls%seawood.org
fad5656647 Fixed make-makefile so that it works in the relative srcdir (../configure) case. It was breaking for at least myself & pavlov. Tested with ./configure, ../configure & /path/to/configure. Added a few debugging msgs along the way.
git-svn-id: svn://10.0.0.236/trunk@45657 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 04:58:40 +00:00
sfraser%netscape.com
0266ecbb76 Move most of the entities to the editorOverlay.dtd files
git-svn-id: svn://10.0.0.236/trunk@45656 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 04:57:22 +00:00
sfraser%netscape.com
977cd0cf86 Add the editorOverlay.dtd file
git-svn-id: svn://10.0.0.236/trunk@45655 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 04:56:57 +00:00
sfraser%netscape.com
9e09a77f37 Landing XUL overlays for editor keys, toolbars and menus.
git-svn-id: svn://10.0.0.236/trunk@45654 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 04:55:52 +00:00
sfraser%netscape.com
15f85bec2d Add editor overlay XUL and JS files
git-svn-id: svn://10.0.0.236/trunk@45653 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 04:54:36 +00:00
law%netscape.com
4f40893b0e do nsIBrowserInstance.idl on windows
git-svn-id: svn://10.0.0.236/trunk@45652 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 04:52:23 +00:00
sfraser%netscape.com
65f2f1c610 File Removed.
git-svn-id: svn://10.0.0.236/trunk@45651 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 04:51:04 +00:00
sfraser%netscape.com
e72cf0665f No longer need the dot of .Format
git-svn-id: svn://10.0.0.236/trunk@45650 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 04:50:14 +00:00
sfraser%netscape.com
67ee1d83b7 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@45649 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 04:49:24 +00:00
sfraser%netscape.com
38a25d1963 Add a UTF-8 charset declaratoin, and some Japanese for grins.
git-svn-id: svn://10.0.0.236/trunk@45648 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 04:49:09 +00:00
sfraser%netscape.com
13259638c3 Turn off debug printfs for everyone except buster.
git-svn-id: svn://10.0.0.236/trunk@45647 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 04:48:17 +00:00
law%netscape.com
d4b424db6b Prepare for app core replacement and some general cleanup
git-svn-id: svn://10.0.0.236/trunk@45646 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 04:46:30 +00:00
pavlov%netscape.com
f982ebf5da stub out current api
git-svn-id: svn://10.0.0.236/trunk@45645 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 04:38:11 +00:00
karnaze%netscape.com
8bbeb6ae20 regression tests
git-svn-id: svn://10.0.0.236/trunk@45644 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 04:30:44 +00:00
waterson%netscape.com
c98b719683 Create a monitor as a member variable instead of using cached monitor.
git-svn-id: svn://10.0.0.236/trunk@45643 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 04:12:08 +00:00
law%netscape.com
50a22e35c8 some cleanup
git-svn-id: svn://10.0.0.236/trunk@45642 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 04:10:22 +00:00
law%netscape.com
a04bebc81f Cleanup so it can be used with window.openDialog
git-svn-id: svn://10.0.0.236/trunk@45641 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 04:08:22 +00:00
law%netscape.com
5f78d60b26 Fix so it builds the proper .xpt
git-svn-id: svn://10.0.0.236/trunk@45640 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 04:06:39 +00:00
alecf%netscape.com
690cef83da remove link dependancy on prefs by using prefs service
git-svn-id: svn://10.0.0.236/trunk@45639 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 04:01:42 +00:00
briano%netscape.com
380a05925f Automated update
git-svn-id: svn://10.0.0.236/trunk@45638 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 04:01:00 +00:00
pinkerton%netscape.com
e7b56509aa exposing drag and drop events to JS.
git-svn-id: svn://10.0.0.236/trunk@45637 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 03:51:03 +00:00
pepper%netscape.com
f47380bece Moved DSO_LDOPTS into the native compiler specific loop.
git-svn-id: svn://10.0.0.236/trunk@45636 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 03:47:08 +00:00
karnaze%netscape.com
56f938d43c regression tests
git-svn-id: svn://10.0.0.236/trunk@45635 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 03:46:43 +00:00
valeski%netscape.com
789d3a3dcd stream converter service uses the component mgr now to create stream converter instances, rather than the old use of the service mananger.
git-svn-id: svn://10.0.0.236/trunk@45634 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 03:39:10 +00:00
idk%eng.sun.com
fae3440cff Add implemenataion of PlugletInputStream and PlugletStreamInfo
git-svn-id: svn://10.0.0.236/trunk@45633 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 03:36:53 +00:00
ramiro%netscape.com
068888ad32 quiet debug noise
git-svn-id: svn://10.0.0.236/trunk@45632 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 03:34:21 +00:00
valeski%netscape.com
23db2197e1 fixing an ftp crasher
git-svn-id: svn://10.0.0.236/trunk@45631 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 03:30:04 +00:00
ramiro%netscape.com
3cc150d3a8 Fix licensing dumbness which I cut-n-pasted before. Silence debug noise
in non debug builds.


git-svn-id: svn://10.0.0.236/trunk@45630 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 03:25:31 +00:00
waterson%netscape.com
26037cebc6 Fix ambiguity that was busting --pedantic.
git-svn-id: svn://10.0.0.236/trunk@45629 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 02:54:57 +00:00
briano%netscape.com
8f9fc7d391 Fix for objdir builds.
git-svn-id: svn://10.0.0.236/trunk@45628 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 02:44:15 +00:00
edburns%acm.org
16ecdb708b Removed antiquated libs
git-svn-id: svn://10.0.0.236/trunk@45627 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 02:40:59 +00:00
briano%netscape.com
834c4bc632 Fix for objdir builds.
git-svn-id: svn://10.0.0.236/trunk@45626 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 02:37:58 +00:00
briano%netscape.com
a555c735c9 Fix for objdir builds.
git-svn-id: svn://10.0.0.236/trunk@45625 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 02:21:24 +00:00
valeski%netscape.com
99509c354f added a context param to the stream converter service
git-svn-id: svn://10.0.0.236/trunk@45624 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 02:18:28 +00:00
hyatt%netscape.com
4bdc62dd9f Fix for build bustage.
git-svn-id: svn://10.0.0.236/trunk@45623 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 02:09:21 +00:00
hyatt%netscape.com
a9583b0332 Must fix build bustage. I have to have access to members of this object without
being forced to call member functions (since my content nodes are in a separate
DLL from layout).


git-svn-id: svn://10.0.0.236/trunk@45622 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 02:09:07 +00:00
briano%netscape.com
8fddeee11a Fix for objdir builds.
git-svn-id: svn://10.0.0.236/trunk@45621 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 02:05:57 +00:00
cmanske%netscape.com
340b31c86b Added CloneAttributes to IDL and nsIHTMLEditor. Reworked property dialogs to accomodate AdvancedEdit dialog. Preliminary version of AdvancedEdit dialog done
git-svn-id: svn://10.0.0.236/trunk@45620 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 01:47:18 +00:00
briano%netscape.com
d0e583f334 Fix for objdir builds.
git-svn-id: svn://10.0.0.236/trunk@45619 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 01:46:38 +00:00
akhil.arora%sun.com
e53b7fb27e enable Notations
git-svn-id: svn://10.0.0.236/trunk@45618 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 01:41:22 +00:00
akhil.arora%sun.com
25f119920c minor bug fix
git-svn-id: svn://10.0.0.236/trunk@45617 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 01:40:15 +00:00
bienvenu%netscape.com
3659e227f0 force creation of imap directories
git-svn-id: svn://10.0.0.236/trunk@45616 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 01:38:07 +00:00
mjudge%netscape.com
6b3e46bd52 new tweak for selecting from disparate ranges to narrow ones in tables. works great now.
git-svn-id: svn://10.0.0.236/trunk@45615 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 01:36:49 +00:00
akhil.arora%sun.com
eb6618b847 cast to void** not needed anymore for the vc++ 6.0 compiler
git-svn-id: svn://10.0.0.236/trunk@45614 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 01:36:25 +00:00
briano%netscape.com
4fa8e5eadc Automated update
git-svn-id: svn://10.0.0.236/trunk@45613 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 01:31:18 +00:00
shaver%netscape.com
77e577c649 missed an EXPORT removal
git-svn-id: svn://10.0.0.236/trunk@45612 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 01:30:17 +00:00
ducarroz%netscape.com
53783121c7 Hide HTML toolbar when compose in plain text mode, fix bug 9512
git-svn-id: svn://10.0.0.236/trunk@45611 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 01:26:34 +00:00
briano%netscape.com
03b6e8c030 Fix for OpenVMS provided by Colin Blake (colin@theblakes.com).
git-svn-id: svn://10.0.0.236/trunk@45610 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 01:23:15 +00:00
law%netscape.com
8b98ce7941 Add selectAll
git-svn-id: svn://10.0.0.236/trunk@45609 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 01:22:14 +00:00
law%netscape.com
91bb1ea4e2 Add SelectAll
git-svn-id: svn://10.0.0.236/trunk@45608 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 01:21:48 +00:00
briano%netscape.com
137ddb057c Minor tweak to make the old dependency mechanism work again on OpenVMS. Thanks to Colin Blake (colin@theblakes.com) for the patch.
git-svn-id: svn://10.0.0.236/trunk@45607 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 01:14:01 +00:00
hyatt%netscape.com
b3c543fda4 Adding support for proportional widths to tree columns.
git-svn-id: svn://10.0.0.236/trunk@45606 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 01:13:27 +00:00
cyeh%netscape.com
29f4d88d6b remove STANDALONE_IMAGE_LIB define. We always built with it by default.
General makefile cleanup to make configuring easier.


git-svn-id: svn://10.0.0.236/trunk@45605 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 01:10:47 +00:00
law%netscape.com
b982dcf5af Rearranged the code slightly
git-svn-id: svn://10.0.0.236/trunk@45604 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 01:09:47 +00:00
briano%netscape.com
34e8372cfa Additional tweaks provided by Colin Blake (colin@theblakes.com).
git-svn-id: svn://10.0.0.236/trunk@45603 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 01:08:01 +00:00
law%netscape.com
264fd53a17 Add forward decls to resolve references in generated .h files
git-svn-id: svn://10.0.0.236/trunk@45602 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 01:07:55 +00:00
Jerry.Kirk%Nexwarecorp.com
35e8ec9b92 Removed PR_LOG Hack that was keeping us from linking correctly.
git-svn-id: svn://10.0.0.236/trunk@45601 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 01:04:14 +00:00
Jerry.Kirk%Nexwarecorp.com
f2b6282ee1 Removed PR_LOG hack.
git-svn-id: svn://10.0.0.236/trunk@45600 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 01:03:09 +00:00
Jerry.Kirk%Nexwarecorp.com
d1efe8d3fe Fixed a problem where fontname was declared "static" from some leftover
debugging effort. This was causing major horkage for us for the last
2 weeks. Who woulda thunk it!


git-svn-id: svn://10.0.0.236/trunk@45599 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 01:01:31 +00:00
Jerry.Kirk%Nexwarecorp.com
dae1f43af1 Make the Photon timer safer so it doesn't give an error if its destroyed
before its used or multiple times. Also takes care of problem:

"Assertion: "Time to next timeout func is null." (nsnull != sFunc) at
 file nsAppShell.cpp, line 117"  as seen at the start of apprunner.


git-svn-id: svn://10.0.0.236/trunk@45598 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 00:59:06 +00:00
law%netscape.com
353311d13c Update (not activated yet)
git-svn-id: svn://10.0.0.236/trunk@45597 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 00:55:08 +00:00
law%netscape.com
54ac2a5c0c First Checked In.
git-svn-id: svn://10.0.0.236/trunk@45596 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 00:49:53 +00:00
mjudge%netscape.com
109fab4085 new fix for table selection into and out. works great.
git-svn-id: svn://10.0.0.236/trunk@45595 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 00:48:15 +00:00
bienvenu%netscape.com
b796911064 back out recent changes so apprunner can come up
git-svn-id: svn://10.0.0.236/trunk@45594 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 00:40:16 +00:00
alecf%netscape.com
3cf0cb5a76 link against unix timer lib so that we get NS_NewTimer
git-svn-id: svn://10.0.0.236/trunk@45593 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 00:33:42 +00:00
vidur%netscape.com
f4880f9a5c Removed as per DOM Level 1 errata
git-svn-id: svn://10.0.0.236/trunk@45592 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 00:31:55 +00:00
briano%netscape.com
e0bf25c550 Cleaned it up and eliminated the pointless #!gmake.
git-svn-id: svn://10.0.0.236/trunk@45591 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 00:30:07 +00:00
akkana%netscape.com
632598dfcf 12496: Fix XIF content comments
git-svn-id: svn://10.0.0.236/trunk@45590 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 00:29:03 +00:00
jj%netscape.com
5d4e094acb #9735: fixed typo in "Mozilla Preferences"
git-svn-id: svn://10.0.0.236/trunk@45589 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 00:21:03 +00:00
jband%netscape.com
a9429a6afc Added Components.returnCode so that JS components can control the nsresult that xpconnect will return on their behalf without having to throw the number. Also better mapping of this code to Components.lastResult so that JS components calling JS components will work right with no special treatment
git-svn-id: svn://10.0.0.236/trunk@45588 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 00:19:42 +00:00
davidm%netscape.com
2ac5cc45f1 Update to support dialog titles and more than 2 buttons
git-svn-id: svn://10.0.0.236/trunk@45587 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 00:18:54 +00:00
davidm%netscape.com
169d208702 Add support for setting the window title. Add support for up to 4 buttons
git-svn-id: svn://10.0.0.236/trunk@45586 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 00:17:03 +00:00
jband%netscape.com
66e11737f3 fix for bug 12954 - was failing to set rval on DeleteProperty call
git-svn-id: svn://10.0.0.236/trunk@45585 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 00:16:09 +00:00
briano%netscape.com
da8e715eb4 Cleaned it up and eliminated the pointless #!gmake.
git-svn-id: svn://10.0.0.236/trunk@45584 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 00:12:49 +00:00
jband%netscape.com
b03fe5e27c priming the JSContext stack in the test program
git-svn-id: svn://10.0.0.236/trunk@45583 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 00:11:54 +00:00
jband%netscape.com
e9381b0045 modernizing the undefined test in println
git-svn-id: svn://10.0.0.236/trunk@45582 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 00:11:16 +00:00
jband%netscape.com
e857a12919 removing unused var
git-svn-id: svn://10.0.0.236/trunk@45581 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 00:08:53 +00:00
karnaze%netscape.com
0cba8f36fe bugs 965, 1053, 1163 - improved handling of borders; bug 10216 align, text-align on caption.
git-svn-id: svn://10.0.0.236/trunk@45580 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 00:07:14 +00:00
karnaze%netscape.com
2c1d0d3778 changed default for nsStyleTable.mRules to NS_STYLE_TABLE_RULES_ALL
git-svn-id: svn://10.0.0.236/trunk@45579 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 00:06:35 +00:00
briano%netscape.com
fc4ee09d97 Cleaned it up and eliminated the pointless #!gmake.
git-svn-id: svn://10.0.0.236/trunk@45578 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 00:06:06 +00:00
mjudge%netscape.com
5f6fd5534a oops infinite loop. need to break out if no frame is found.
git-svn-id: svn://10.0.0.236/trunk@45577 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 00:04:56 +00:00
jband%netscape.com
e1161ebb6d fix for bug 12237 - add a flag in typelib to indicate methods thatare not xpcom compliant. Stealing bit that was originally intended for varargs
git-svn-id: svn://10.0.0.236/trunk@45576 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 00:01:08 +00:00
sgehani%netscape.com
fc89511af7 * More memory issues ironed out.
* Fix for 12644.


git-svn-id: svn://10.0.0.236/trunk@45575 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 23:59:16 +00:00
jband%netscape.com
1aea9c516f OpenVMS only change to Makefile.in from Colin Blake <colin@theblakes.com>
git-svn-id: svn://10.0.0.236/trunk@45574 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 23:54:58 +00:00
sgehani%netscape.com
c483c4e85b Set optimization level to 1 for opt build.
git-svn-id: svn://10.0.0.236/trunk@45573 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 23:54:36 +00:00
sdagley%netscape.com
be4d20877e Need InternetConfig lib for future Mac file widget work. Adding now so I don't have to keep updating the project.
git-svn-id: svn://10.0.0.236/trunk@45572 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 23:53:19 +00:00
putterman%netscape.com
db6f53c298 remove bold from messages.
git-svn-id: svn://10.0.0.236/trunk@45571 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 23:51:14 +00:00
dougt%netscape.com
1e7ceb2732 more changes from conversations with brendan@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@45570 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 23:51:11 +00:00
putterman%netscape.com
19720fecc0 Turn this into an overlay.
git-svn-id: svn://10.0.0.236/trunk@45569 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 23:50:48 +00:00
putterman%netscape.com
0cd0d90991 Use boxes to layout 3pane.
git-svn-id: svn://10.0.0.236/trunk@45568 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 23:50:33 +00:00
putterman%netscape.com
b74cb3d98e Move code to msgMail3PaneWindow.js
git-svn-id: svn://10.0.0.236/trunk@45567 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 23:50:16 +00:00
putterman%netscape.com
2eb7daa031 added msgMail3PaneWindow.js to build.
git-svn-id: svn://10.0.0.236/trunk@45566 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 23:49:47 +00:00
jband%netscape.com
ceaefeff7e fix an initialized warning
git-svn-id: svn://10.0.0.236/trunk@45565 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 23:49:02 +00:00
putterman%netscape.com
0654fd3429 Fix xul for messages.
git-svn-id: svn://10.0.0.236/trunk@45564 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 23:48:41 +00:00
jband%netscape.com
143c2319f9 updating status page
git-svn-id: svn://10.0.0.236/trunk@45563 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 23:46:21 +00:00
gayatrib%netscape.com
e6117af7fd Fixing bug #12953
git-svn-id: svn://10.0.0.236/trunk@45562 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 23:37:41 +00:00
akkana%netscape.com
50425a2e16 12018: add a linebreak for br tags even in unformatted mode
git-svn-id: svn://10.0.0.236/trunk@45561 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 23:37:36 +00:00
slamm%netscape.com
ca1f6e98e4 Create multiple levels of directories is needed.
git-svn-id: svn://10.0.0.236/trunk@45560 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 23:37:05 +00:00
akkana%netscape.com
9d858f00b6 12085: Add meta tag to specify charset
git-svn-id: svn://10.0.0.236/trunk@45559 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 23:36:57 +00:00
law%netscape.com
8cd295ac02 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@45558 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 23:36:26 +00:00
mjudge%netscape.com
b368b7d065 fixes for optimizing selection
git-svn-id: svn://10.0.0.236/trunk@45557 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 23:32:55 +00:00
briano%netscape.com
6860ae4df4 Cleaned it up and eliminated the pointless #!gmake.
git-svn-id: svn://10.0.0.236/trunk@45556 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 23:27:16 +00:00
valeski%netscape.com
0ff7efd9ac fixed mem leak
git-svn-id: svn://10.0.0.236/trunk@45555 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 23:20:22 +00:00
leila.garin%eng.sun.com
9673f06f0e *** empty log message ***
git-svn-id: svn://10.0.0.236/trunk@45554 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 23:17:55 +00:00
beard%netscape.com
a77676c65e removed min/max
git-svn-id: svn://10.0.0.236/trunk@45553 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 23:16:28 +00:00
briano%netscape.com
4cdea18e2e Fixed the typo that was breaking (at least) the commercial Unix builds. (pmRename.xul != pmrename.xul)
git-svn-id: svn://10.0.0.236/trunk@45552 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 23:07:38 +00:00
ftang%netscape.com
447ebf6880 fix problem for contextual languages.
git-svn-id: svn://10.0.0.236/trunk@45551 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 23:06:03 +00:00
cata%netscape.com
54a457aa00 Fixing build warnings. Step 2: switch to use new method from the interface.
git-svn-id: svn://10.0.0.236/trunk@45550 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 22:57:29 +00:00
leila.garin%eng.sun.com
ee519182ab *** empty log message ***
git-svn-id: svn://10.0.0.236/trunk@45549 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 22:57:06 +00:00
leila.garin%eng.sun.com
b9f5c3355a New file
git-svn-id: svn://10.0.0.236/trunk@45548 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 22:56:30 +00:00
leila.garin%eng.sun.com
5b34c0a178 New File
git-svn-id: svn://10.0.0.236/trunk@45547 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 22:55:58 +00:00
cata%netscape.com
82b73ce0cc Fixing build warnings. Step 2: switch to use new method from the interface.
git-svn-id: svn://10.0.0.236/trunk@45546 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 22:50:50 +00:00
beard%netscape.com
bb8a3ad96b added nsProxiedService.h to fix build bustage
git-svn-id: svn://10.0.0.236/trunk@45545 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 22:50:49 +00:00
law%netscape.com
b7f2962231 New for mac build (but not activated yet)
git-svn-id: svn://10.0.0.236/trunk@45544 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 22:38:37 +00:00
sfraser%netscape.com
61193a8406 Removed jsurl.cpp, which is now built in the JSUrl.mcp project.
git-svn-id: svn://10.0.0.236/trunk@45543 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 22:24:02 +00:00
sfraser%netscape.com
1dd1feead2 Add the JSURL project
git-svn-id: svn://10.0.0.236/trunk@45542 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 22:23:28 +00:00
sfraser%netscape.com
fc570f2e50 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@45541 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 22:06:42 +00:00
sfraser%netscape.com
68053ccf86 Use an empty pascal string for the menu name.
git-svn-id: svn://10.0.0.236/trunk@45540 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 22:06:01 +00:00
matt%netscape.com
c2a19a361e Fixing bugs 6830 6826
git-svn-id: svn://10.0.0.236/trunk@45539 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 22:05:56 +00:00
sfraser%netscape.com
34f5f5fcd4 Make sure we lock the MDEF handle, otherwise all hell breaks loose.
git-svn-id: svn://10.0.0.236/trunk@45538 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 22:05:36 +00:00
kmcclusk%netscape.com
f1038eb728 bug#8590 Commented out code which clears the image buffer, so performance will not suffer.
git-svn-id: svn://10.0.0.236/trunk@45537 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 22:00:14 +00:00
kmcclusk%netscape.com
ac7983253c Bug#12729 Modified SinkContext::DemoteContainer to cache the child's mForm before
Removing it. After removing it the child's mForm is reset to the cached value.


git-svn-id: svn://10.0.0.236/trunk@45536 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 21:57:01 +00:00
sfraser%netscape.com
8ee188ab58 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@45535 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 21:55:16 +00:00
dougt%netscape.com
b47a8da5ef Fix for 11214.
git-svn-id: svn://10.0.0.236/trunk@45534 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 21:54:05 +00:00
beard%netscape.com
7f050dc63c landed stream converter stuff on XP_MAC.
git-svn-id: svn://10.0.0.236/trunk@45533 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 21:50:55 +00:00
beard%netscape.com
d565f4a006 fixed a memory leak (was leaking the strdup("?"), landed stream converter stuff on Mac.
git-svn-id: svn://10.0.0.236/trunk@45532 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 21:50:32 +00:00
beard%netscape.com
fa99ab5bae added mozilla/netwerk/streamconv/converters to access paths.
git-svn-id: svn://10.0.0.236/trunk@45531 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 21:48:56 +00:00
cata%netscape.com
88d8d85520 Fixing build warnings Step 1: add new method to the interface.
git-svn-id: svn://10.0.0.236/trunk@45530 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 21:44:39 +00:00
mjudge%netscape.com
d9a3b1a319 new selection code for dead areas. this is much better, trust me. the block frame now will look at its best line and look for a spot to select. if it finds another block frame now, it will continue the process in a while loop. each time looking for best x and y area. this reuses the code located in GetNextPrevLine.
git-svn-id: svn://10.0.0.236/trunk@45529 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 21:40:16 +00:00
mjudge%netscape.com
fa54e221ee getting rid of build warnings
git-svn-id: svn://10.0.0.236/trunk@45528 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 21:37:32 +00:00
dougt%netscape.com
6909a1ab37 adding nsISupport to the QI.
git-svn-id: svn://10.0.0.236/trunk@45527 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 21:37:19 +00:00
sgehani%netscape.com
5bf035da16 Fix for bug 12972.
git-svn-id: svn://10.0.0.236/trunk@45526 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 21:36:37 +00:00
matt%netscape.com
6282adb671 taking out tree since it is old. bug 10275
git-svn-id: svn://10.0.0.236/trunk@45525 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 21:35:58 +00:00
dbragg%netscape.com
cb7c8c8021 Added pref-smartupdate to the dist
git-svn-id: svn://10.0.0.236/trunk@45524 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 21:35:44 +00:00
dbragg%netscape.com
e2d9e57a0d Added the dtd file for pref-smartupdate.xul
git-svn-id: svn://10.0.0.236/trunk@45523 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 21:32:44 +00:00
law%netscape.com
f8d5f7052a Fix typo
git-svn-id: svn://10.0.0.236/trunk@45522 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 21:31:29 +00:00
dbragg%netscape.com
1601ba1892 Changed pref-smartupdate.html to pref-smartupdate.xul
git-svn-id: svn://10.0.0.236/trunk@45521 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 21:31:11 +00:00
sfraser%netscape.com
b27319d639 include stdio.h using system paths.
git-svn-id: svn://10.0.0.236/trunk@45520 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 21:28:07 +00:00
sfraser%netscape.com
2b219421f4 Turn off stupid 'implicit arithmetic conversion' warnings.
git-svn-id: svn://10.0.0.236/trunk@45519 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 21:26:42 +00:00
jfrancis%netscape.com
a1542a6e29 more deletion work...
git-svn-id: svn://10.0.0.236/trunk@45518 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 21:23:47 +00:00
rickg%netscape.com
16eca8e7d3 removed debug code that was showing up in quantify
git-svn-id: svn://10.0.0.236/trunk@45517 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 21:22:22 +00:00
beard%netscape.com
f6df70cc98 building stream conversion projects now.
git-svn-id: svn://10.0.0.236/trunk@45516 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 21:21:31 +00:00
karnaze%netscape.com
57f01da001 new regression tests
git-svn-id: svn://10.0.0.236/trunk@45515 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 21:20:44 +00:00
kipp%netscape.com
36c3ac0487 Remove a warning
git-svn-id: svn://10.0.0.236/trunk@45514 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 20:59:13 +00:00
kipp%netscape.com
da48856d62 Revised img linking/usemap rules as per suggestion in bug #8027 which fixes #8027
git-svn-id: svn://10.0.0.236/trunk@45513 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 20:58:59 +00:00
kipp%netscape.com
a808a176c1 Added in support for IE specific area types
git-svn-id: svn://10.0.0.236/trunk@45512 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 20:58:17 +00:00
kipp%netscape.com
66b0997d2a Create floating frame properly (bug #2751)
git-svn-id: svn://10.0.0.236/trunk@45511 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 20:57:58 +00:00
saari%netscape.com
9f03b0bd45 MacOS fix for 5562; menus should update their titles now
git-svn-id: svn://10.0.0.236/trunk@45510 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 20:57:39 +00:00
kipp%netscape.com
aee7b6dee5 Fixed to account for the overflow hidden value when computing the combined area (bug #2751)
git-svn-id: svn://10.0.0.236/trunk@45509 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 20:57:37 +00:00
matt%netscape.com
c4851a1f7a Adding help menu
git-svn-id: svn://10.0.0.236/trunk@45508 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 20:56:48 +00:00
kipp%netscape.com
75ceb6b5e5 Removed obsolete header from export list
git-svn-id: svn://10.0.0.236/trunk@45507 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 20:56:18 +00:00
matt%netscape.com
f6f9755664 Adding help menu with xul overlay
git-svn-id: svn://10.0.0.236/trunk@45506 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 20:55:12 +00:00
matt%netscape.com
4c2e3a0b0c doing preftree.dtd update for mail and news
git-svn-id: svn://10.0.0.236/trunk@45505 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 20:50:41 +00:00
matt%netscape.com
91a8972388 taking out table pref style for border
git-svn-id: svn://10.0.0.236/trunk@45504 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 20:49:59 +00:00
matt%netscape.com
8a588db5a8 Adding new prefs for bugs.
Also clean up a bit.


git-svn-id: svn://10.0.0.236/trunk@45503 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 20:49:16 +00:00
law%netscape.com
70a78f771b Update to modified nsBrowserAppCore
git-svn-id: svn://10.0.0.236/trunk@45502 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 20:41:30 +00:00
cls%seawood.org
da2681fa0e Beat me. Whip me. Make me write MFC code. I got way too involved with a discussion about nspr breakage that I caused some myself. Need to set NSPR CFLAGS for xpidl.
git-svn-id: svn://10.0.0.236/trunk@45501 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 20:39:15 +00:00
cls%seawood.org
f5fda29d25 Make xpidl build as an internal tool
git-svn-id: svn://10.0.0.236/trunk@45500 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 20:34:10 +00:00
dcone%netscape.com
f2f0337971 Fixed the NS_DIALOG_CID problem
git-svn-id: svn://10.0.0.236/trunk@45499 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 20:33:07 +00:00
danm%netscape.com
3984f28784 removing groady hack from rev 3.140, unnecessary since yesterday's changes in security (caps)
git-svn-id: svn://10.0.0.236/trunk@45498 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 20:26:04 +00:00
danm%netscape.com
e7ebfa023e add xul.css to hide menupopups. fixes bug 12512
git-svn-id: svn://10.0.0.236/trunk@45497 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 20:20:40 +00:00
tague%netscape.com
f747c2a384 Fixed NS_OK direct comparisons.
git-svn-id: svn://10.0.0.236/trunk@45496 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 20:19:47 +00:00
bienvenu%netscape.com
74b1c150e5 basic folder undiscovery works, capabilities cached
git-svn-id: svn://10.0.0.236/trunk@45495 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 20:19:01 +00:00
briano%netscape.com
68fb8289c0 Automated update
git-svn-id: svn://10.0.0.236/trunk@45494 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 20:15:43 +00:00
pinkerton%netscape.com
441d183083 new clipboard apis and trying to reduce the number of copies we do in clipboard/d&d code.
git-svn-id: svn://10.0.0.236/trunk@45493 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 20:14:48 +00:00
slamm%netscape.com
9e7321025a Add 'select all'. Move 'close' in popup to center.
git-svn-id: svn://10.0.0.236/trunk@45492 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 20:14:07 +00:00
slamm%netscape.com
47dbabc307 Add 'select all'
git-svn-id: svn://10.0.0.236/trunk@45491 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 20:14:02 +00:00
slamm%netscape.com
f6490dea10 Switch to building incremental makefiles by default. In another week or so, I will remove allmakefiles.sh altogether.
git-svn-id: svn://10.0.0.236/trunk@45490 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 20:13:26 +00:00
bienvenu%netscape.com
874cb37b62 fix threaded view enumerator
git-svn-id: svn://10.0.0.236/trunk@45489 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 20:10:48 +00:00
valeski%netscape.com
67e74810aa fixing warning
git-svn-id: svn://10.0.0.236/trunk@45488 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 20:07:50 +00:00
dougt%netscape.com
2aaa318dfd Bug fix for 12702.
Adding notes to remove nsIAtom comparison by string.


git-svn-id: svn://10.0.0.236/trunk@45487 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 20:06:30 +00:00
jefft%netscape.com
f1ff089848 fixed bug 12928 - Delete imap folder makes Trash disappear from the folder view
git-svn-id: svn://10.0.0.236/trunk@45486 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 20:06:25 +00:00
dougt%netscape.com
967dcf36b8 changing a debug string to output the correct param number
resetting error code if caller does not have an eventQ.  Temp hack.


git-svn-id: svn://10.0.0.236/trunk@45485 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 20:04:22 +00:00
tague%netscape.com
5c5b4d4eb6 Cleaned up some NS_OK comparisons. Replaced them with macros.
git-svn-id: svn://10.0.0.236/trunk@45484 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 20:02:06 +00:00
av%netscape.com
b20d0b0390 Fix for #7125
git-svn-id: svn://10.0.0.236/trunk@45483 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 19:58:57 +00:00
cmanske%netscape.com
4192db5431 Changed IsNodeBlock to NodeIsBlock for JS. Fixed all compiler warnings. Added Advanced property Edit files
git-svn-id: svn://10.0.0.236/trunk@45482 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 19:58:25 +00:00
av%netscape.com
4be9d1c209 Fix for #9211
git-svn-id: svn://10.0.0.236/trunk@45481 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 19:58:22 +00:00
dcone%netscape.com
b290f16fd1 Added 2 CID's NS_POPUP_CID and NS_DIALOG_CID
git-svn-id: svn://10.0.0.236/trunk@45480 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 19:57:23 +00:00
akkana%netscape.com
551d3788c9 control as well as alt events should return lower-case if shift isn't pressed
git-svn-id: svn://10.0.0.236/trunk@45479 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 19:56:35 +00:00
akkana%netscape.com
dfa250edb8 nsTextConverter
git-svn-id: svn://10.0.0.236/trunk@45478 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 19:54:27 +00:00
jdunn%netscape.com
8ca492f55b specify that nsIMsgWindowData is a public baseclass otherwise it will
be 'assumed' private by some compilers


git-svn-id: svn://10.0.0.236/trunk@45477 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 19:48:44 +00:00
jdunn%netscape.com
ad82a29847 change static_cast to NSCAP_STATIC_CAST
git-svn-id: svn://10.0.0.236/trunk@45476 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 19:47:50 +00:00
ssu%netscape.com
c81b052643 This is the initial checkin for the windows native install wizard. This will not affect the seamonkey builds.
git-svn-id: svn://10.0.0.236/trunk@45475 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 18:31:18 +00:00
cls%seawood.org
ddc798c9ea Forgot the INTERNAL_TOOLS rules needed for cross-compiling
git-svn-id: svn://10.0.0.236/trunk@45474 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 14:43:44 +00:00
fur%netscape.com
2f98c8b1f3 Added capability to pass JS arrays as arguments to Java methods.
git-svn-id: svn://10.0.0.236/trunk@45473 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 14:37:21 +00:00
valeski%netscape.com
dd53e579ec warning fixes + removal of nsString constructor usage w/ internal string byte size specifier
git-svn-id: svn://10.0.0.236/trunk@45472 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 14:13:51 +00:00
valeski%netscape.com
caae7fbc18 warning fix
git-svn-id: svn://10.0.0.236/trunk@45471 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 14:11:15 +00:00
radha%netscape.com
c5dfe9de4d Fix warnings
git-svn-id: svn://10.0.0.236/trunk@45470 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 13:58:31 +00:00
ramiro%netscape.com
52ddc6b6f9 add stubs for that evil bastard saari
git-svn-id: svn://10.0.0.236/trunk@45469 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 11:48:39 +00:00
Jerry.Kirk%Nexwarecorp.com
a8dcfdf0af Added SetEnabled Method stub.
git-svn-id: svn://10.0.0.236/trunk@45468 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 11:46:25 +00:00
tbogard%aol.net
098f28d4b8 Factored the common code found in all the platforms into a single base class that is inserted higher up the class heirarchy. This allows us to further reduce the amount of cut and paste code that would have to be done.
git-svn-id: svn://10.0.0.236/trunk@45467 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 11:09:10 +00:00
ramiro%netscape.com
1147046fc6 Fix for bug 12878. Hack the viewer menubar into submission.
git-svn-id: svn://10.0.0.236/trunk@45466 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 10:48:28 +00:00
ramiro%netscape.com
7aeab6a7a1 Improve the dependencies a bit.
git-svn-id: svn://10.0.0.236/trunk@45465 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 10:41:13 +00:00
jband%netscape.com
ead0864f3d removing commented out code
git-svn-id: svn://10.0.0.236/trunk@45464 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 09:37:20 +00:00
saari%netscape.com
b408f44224 Changes to allow menus to enable and disable. This should only be run on MacOS, but nsIMenu::SetEnable(PRBool) was added to all platforms.
git-svn-id: svn://10.0.0.236/trunk@45463 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 08:40:18 +00:00
tbogard%aol.net
6423586ad8 Fixed bad NSGetFactory.
git-svn-id: svn://10.0.0.236/trunk@45462 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 08:15:23 +00:00
mcafee%netscape.com
ab84959fd4 Fixing comment warning on Linux.
git-svn-id: svn://10.0.0.236/trunk@45461 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 08:12:24 +00:00
sspitzer%netscape.com
a15c1b2564 fix VC 5.0 build bustage. bad code, strict compilers are your friends.
git-svn-id: svn://10.0.0.236/trunk@45460 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 07:03:04 +00:00
dp%netscape.com
2d87f872fc Dll data written to registry. Autoreg fixed to work with relative
pathnames in registry.


git-svn-id: svn://10.0.0.236/trunk@45459 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 06:25:20 +00:00
dp%netscape.com
c868248470 Added Sync().
Prepares for fixing registration.


git-svn-id: svn://10.0.0.236/trunk@45458 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 06:22:54 +00:00
morse%netscape.com
115a398e0f change parameter to prompt routines from char* to const char*
git-svn-id: svn://10.0.0.236/trunk@45457 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 06:09:01 +00:00
sspitzer%netscape.com
91f3119539 changes to support the new "none" incoming server type.
divorce "pop3" from local mail.  (more to be done here).
general code clean up.
fix #12873 and #12801


git-svn-id: svn://10.0.0.236/trunk@45456 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 06:08:19 +00:00
sspitzer%netscape.com
9fb26fe999 added files: mozilla/mailnews/local/public/nsINoIncomingServer.idl
git-svn-id: svn://10.0.0.236/trunk@45455 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 06:06:59 +00:00
sspitzer%netscape.com
f5f8ef3548 added files: mozilla/mailnews/local/src/nsNoIncomingServer.cpp
git-svn-id: svn://10.0.0.236/trunk@45454 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 06:06:45 +00:00
sfraser%netscape.com
0cf96edd50 Fix the plain text XUL to load -- fix entity
git-svn-id: svn://10.0.0.236/trunk@45453 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 05:50:36 +00:00
sfraser%netscape.com
3fdb8fe671 Add viewsource.dtd for sford
git-svn-id: svn://10.0.0.236/trunk@45452 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 05:48:41 +00:00
sfraser%netscape.com
9e6742fb6d First Checked In.
git-svn-id: svn://10.0.0.236/trunk@45451 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 05:47:40 +00:00
sfraser%netscape.com
a949e2750b Remove double spacing.
git-svn-id: svn://10.0.0.236/trunk@45450 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 05:47:00 +00:00
jefft%netscape.com
7c73c42915 fixed bug 12921, 12922 - duplicate folders in folder view
git-svn-id: svn://10.0.0.236/trunk@45449 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 05:42:02 +00:00
troy%netscape.com
965583c2cd Optimized IR_TargetIsChild() so in the simple case where the row frame
has no cells that span into or across the row we don't call CalculateRowHeights()


git-svn-id: svn://10.0.0.236/trunk@45448 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 05:16:12 +00:00
morse%netscape.com
849559be8a generalize parameters for borwser-generated forms, fix misc bugs
git-svn-id: svn://10.0.0.236/trunk@45447 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 05:16:04 +00:00
morse%netscape.com
1ef392629e remove disastrous delete
git-svn-id: svn://10.0.0.236/trunk@45446 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 05:12:57 +00:00
idk%eng.sun.com
de7c45bf35 oops. I fogot to add this file.
git-svn-id: svn://10.0.0.236/trunk@45445 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 05:10:02 +00:00
waterson%netscape.com
d3408c3229 Fix for fancy new treewidget syntax.
git-svn-id: svn://10.0.0.236/trunk@45444 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 05:05:02 +00:00
waterson%netscape.com
16ac7b1965 Use fancy new tree syntax for cells.
git-svn-id: svn://10.0.0.236/trunk@45443 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 05:04:35 +00:00
waterson%netscape.com
dbcde134f2 Use a better icon for related links.
git-svn-id: svn://10.0.0.236/trunk@45442 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 05:04:12 +00:00
waterson%netscape.com
c88c77301b Fix to use fancy new tree syntax.
git-svn-id: svn://10.0.0.236/trunk@45441 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 05:03:57 +00:00
putterman%netscape.com
2ccc4893e0 speedup building content. checkin for waterson.
git-svn-id: svn://10.0.0.236/trunk@45440 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 04:58:36 +00:00
beard%netscape.com
4bbe89dd79 bug #10715: rewrote nsViewManager::ResizeView() to correctly invalidate newly exposed/resized view. Assumes layout properly invalidates internal area.
git-svn-id: svn://10.0.0.236/trunk@45439 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 04:53:55 +00:00
sspitzer%netscape.com
9b8db99913 adding new files for the "none" server, which is used 4.x style "Local Mail" when using IMAP.
git-svn-id: svn://10.0.0.236/trunk@45438 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 04:43:41 +00:00
warren%netscape.com
b6565558aa Cleaning up dependency on nsIBuffer.h
git-svn-id: svn://10.0.0.236/trunk@45437 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 04:40:12 +00:00
troy%netscape.com
34b68e1b56 Added definition for RowHasSpanningCells()
git-svn-id: svn://10.0.0.236/trunk@45436 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 04:36:47 +00:00
davidm%netscape.com
c39b09e404 Move my Netscape url over to the dtd file
git-svn-id: svn://10.0.0.236/trunk@45435 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 04:34:09 +00:00
troy%netscape.com
24ca350dea Fixed compiler warning
git-svn-id: svn://10.0.0.236/trunk@45434 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 04:32:45 +00:00
dougt%netscape.com
1a874780a4 Mac IDL project to match previous checkin
git-svn-id: svn://10.0.0.236/trunk@45433 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 04:31:26 +00:00
dveditz%netscape.com
53f15fb718 replaces nsVector with nsVoidArray everywhere. Also bugs 10752, 10753, 10755, 11666
git-svn-id: svn://10.0.0.236/trunk@45432 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 04:29:49 +00:00
mscott%netscape.com
9f8ef6e734 Remove obsolete file. It's been replaced by an idl file.
git-svn-id: svn://10.0.0.236/trunk@45431 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 04:24:26 +00:00
gagan%netscape.com
76c287a33c Basic Auth stuff. very basic indeed.
git-svn-id: svn://10.0.0.236/trunk@45430 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 04:21:12 +00:00
chuang%netscape.com
f09d9e908c Address book import (ldif)
git-svn-id: svn://10.0.0.236/trunk@45429 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 04:18:43 +00:00
mscott%netscape.com
31f0fb1257 check in for rod spears. Fix the small text edit fields for dynamic to in the compose window
and password dialogs


git-svn-id: svn://10.0.0.236/trunk@45428 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 04:11:17 +00:00
mscott%netscape.com
bbf10d80ef There were a couple methods in here which were trying to figure out a temp directory to use for things. Use
nsSpecialDirectory::OS_TemporaryDirectory instead.


git-svn-id: svn://10.0.0.236/trunk@45427 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 04:09:48 +00:00
mscott%netscape.com
beb13b9a38 Bug #8076/9836 --> use specialDirectory::OS_TemporaryDirectory to determine the directory to write tempMessage.eml out to.
git-svn-id: svn://10.0.0.236/trunk@45426 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 04:09:07 +00:00
dveditz%netscape.com
758e81d54e New file, not yet part of build
git-svn-id: svn://10.0.0.236/trunk@45425 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 03:55:35 +00:00
saari%netscape.com
97f527bdf8 Changing Mac Help menu to be non-dynamic to prevent crashing on some machines.
Got permission from sdagley


git-svn-id: svn://10.0.0.236/trunk@45424 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 03:26:03 +00:00
cyeh%netscape.com
a5b5fdfeef adding mozilla/xpcom/appshel to SeaMonkeyAll
git-svn-id: svn://10.0.0.236/trunk@45423 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 03:25:17 +00:00
waterson%netscape.com
9c7e0dcfe3 Fix tree to be lazy.
git-svn-id: svn://10.0.0.236/trunk@45422 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 03:21:36 +00:00
mscott%netscape.com
36df82089a Bug #9836 --> Unix only fix. When returning the temp directory, don't return /tmp/. Try to return the temp dir
specified by the unix environment variable: TMPDIR. If that variable isn't set, then use /tmp/.
a=sdagley


git-svn-id: svn://10.0.0.236/trunk@45421 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 02:37:55 +00:00
kipp%netscape.com
01951e06b5 Added missing #ifdef's
git-svn-id: svn://10.0.0.236/trunk@45420 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 02:03:50 +00:00
norris%netscape.com
336023621c added files: mozilla/caps/idl/nsICodebasePrincipal.idl, mozilla/caps/idl/nsICertificatePrincipal.idl, removed files: mozilla/caps/idl/nsIPrivilege.idl, mozilla/caps/idl/nsICapsSecurityCallbacks.idl, mozilla/caps/idl/nsITarget.idl, mozilla/caps/idl/nsICapsManager.idl, mozilla/caps/idl/nsIPrincipalArray.idl, mozilla/caps/idl/nsIPrincipalManager.idl, mozilla/caps/idl/nsIPrivilegeManager.idl
git-svn-id: svn://10.0.0.236/trunk@45419 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 02:03:02 +00:00
kipp%netscape.com
934ff6ffd5 Make it build on unix
git-svn-id: svn://10.0.0.236/trunk@45418 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 01:50:01 +00:00
cyeh%netscape.com
2061797eff set the build ID back to null. accidental checkin
git-svn-id: svn://10.0.0.236/trunk@45417 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 01:48:12 +00:00
cyeh%netscape.com
b5db8d86ef Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people.
git-svn-id: svn://10.0.0.236/trunk@45416 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 01:41:20 +00:00
norris%netscape.com
9a853c4260 nsIPrincipalManager.idl removed.
git-svn-id: svn://10.0.0.236/trunk@45415 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 01:34:11 +00:00
warren%netscape.com
3204c8352c Fix case where suspended file transport terminates early. Fixes missing Help menu and toolbar problem.
git-svn-id: svn://10.0.0.236/trunk@45414 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 01:31:39 +00:00
dveditz%netscape.com
f78d77f1f3 fixing makefile weirdness
git-svn-id: svn://10.0.0.236/trunk@45413 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 01:30:04 +00:00
dveditz%netscape.com
3db236e159 added blank lines for readability
git-svn-id: svn://10.0.0.236/trunk@45412 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 01:28:22 +00:00
cyeh%netscape.com
e066f641bc Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people.
git-svn-id: svn://10.0.0.236/trunk@45411 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 01:24:51 +00:00
cmanske%netscape.com
03f3145567 Exposed IsNodeBlock for JavaScript. Added comments for editor methods. Temporary fix for insert image bug (12917). Fixed bug 11857. Preliminary support for setting title and adding Cancel button in message dialogs.
git-svn-id: svn://10.0.0.236/trunk@45410 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 01:22:37 +00:00
ftang%netscape.com
0b78a2503e change to UTF-16/32BE/LE add ksc5601 and iso8859-1 as alias
git-svn-id: svn://10.0.0.236/trunk@45409 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 01:18:17 +00:00
ftang%netscape.com
386d0ae649 change to newly registered IANA charset name
git-svn-id: svn://10.0.0.236/trunk@45408 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 01:17:11 +00:00
varada%netscape.com
47ee131b93 changing the name of the dll from profileservices to profidl to suit the 8.3 windows naming convention
git-svn-id: svn://10.0.0.236/trunk@45407 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 01:14:37 +00:00
kipp%netscape.com
12641c5d6e new
git-svn-id: svn://10.0.0.236/trunk@45406 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 01:14:01 +00:00
cyeh%netscape.com
cfce14ff56 Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people.
git-svn-id: svn://10.0.0.236/trunk@45405 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 01:13:14 +00:00
troy%netscape.com
e5df81af3d Fix for bug #12864. Changed CreateViewForFrame() so it respects the z-index
of relatively positioned elements


git-svn-id: svn://10.0.0.236/trunk@45404 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 01:10:24 +00:00
kipp%netscape.com
67d5a7ce45 Added another debug atom
git-svn-id: svn://10.0.0.236/trunk@45403 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 01:10:02 +00:00
kipp%netscape.com
f7d59cd56a Repaired interface name
git-svn-id: svn://10.0.0.236/trunk@45402 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 01:09:27 +00:00
pnunn%netscape.com
ffecd92f71 fix for #10371. shortened lib names. pnunn.
git-svn-id: svn://10.0.0.236/trunk@45401 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 01:07:16 +00:00
kipp%netscape.com
ccaa6bb595 removed files: mozilla/gfx/src/nsJSRenderingContext.cpp
git-svn-id: svn://10.0.0.236/trunk@45400 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 01:03:56 +00:00
morse%netscape.com
e0ecc76e70 fix bug 12841
git-svn-id: svn://10.0.0.236/trunk@45399 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 01:03:21 +00:00
kipp%netscape.com
0c0426440a Excised nsIDOMRenderingContext
git-svn-id: svn://10.0.0.236/trunk@45398 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 01:03:10 +00:00
kipp%netscape.com
eea3ab916a Updated SizeOf methods to not waste space when doing a non-debug build
git-svn-id: svn://10.0.0.236/trunk@45397 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 01:02:16 +00:00
harishd%netscape.com
51c8b6da88 Cleaned up some code.
Fixed  bugs 5974, 12641, and 12389.


git-svn-id: svn://10.0.0.236/trunk@45396 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 01:01:21 +00:00
kipp%netscape.com
80ddd6ef6a Removed GetRC code
git-svn-id: svn://10.0.0.236/trunk@45395 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 01:00:59 +00:00
morse%netscape.com
760a18b098 fix up single-signon notification so it makes sense for mailnews
git-svn-id: svn://10.0.0.236/trunk@45394 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 01:00:29 +00:00
kipp%netscape.com
49dcaaf349 Disable empty text frame removal; tweaked a few lines to be more compiler friendly
git-svn-id: svn://10.0.0.236/trunk@45393 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 01:00:25 +00:00
alecf%netscape.com
31b2fa51a9 remove some warnings for rhp
git-svn-id: svn://10.0.0.236/trunk@45392 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 01:00:06 +00:00
kipp%netscape.com
8aceeef114 Get copy to directory name right (ick)
git-svn-id: svn://10.0.0.236/trunk@45391 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 00:59:02 +00:00
norris%netscape.com
0267b22c5c added files: mozilla/caps/src/nsSystemPrincipal.cpp
git-svn-id: svn://10.0.0.236/trunk@45390 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 00:58:46 +00:00
rickg%netscape.com
f8f3121066 removed a warning
git-svn-id: svn://10.0.0.236/trunk@45389 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 00:58:45 +00:00
kipp%netscape.com
b34b30ebb2 updated from idlc
git-svn-id: svn://10.0.0.236/trunk@45388 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 00:57:28 +00:00
cathleen%netscape.com
851483e81d fix bug 12166, part 2
git-svn-id: svn://10.0.0.236/trunk@45387 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 00:57:20 +00:00
kipp%netscape.com
9dff7a0f4c obsolete
git-svn-id: svn://10.0.0.236/trunk@45386 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 00:57:01 +00:00
tbogard%aol.net
7480e621aa First checkin of nativeApp and the xp event loop. Not connected to the build yet.
git-svn-id: svn://10.0.0.236/trunk@45385 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 00:56:38 +00:00
norris%netscape.com
be0abcdc20 removed files: mozilla/caps/src/jpermission.c, mozilla/caps/src/nsPrivilege.cpp, mozilla/caps/src/nsPrivilegeManager.cpp, mozilla/caps/src/nsPrivilegeTable.cpp, mozilla/caps/src/nsSystemPrivilegeTable.cpp, mozilla/caps/src/nsTarget.cpp, mozilla/caps/src/nsUserDialogHelper.cpp, mozilla/caps/src/nsUserTarget.cpp, mozilla/caps/src/nsCaps.cpp, mozilla/caps/src/admin.cpp, mozilla/caps/src/nsCCapsManager.cpp, mozilla/caps/src/nsPrincipalArray.cpp, mozilla/caps/src/nsPrincipalManager.cpp
git-svn-id: svn://10.0.0.236/trunk@45384 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 00:56:22 +00:00
kipp%netscape.com
17229f3914 Added dom idl Makefiles
git-svn-id: svn://10.0.0.236/trunk@45383 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 00:55:35 +00:00
kipp%netscape.com
c1e93c414d Make it build on linux at least
git-svn-id: svn://10.0.0.236/trunk@45382 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 00:54:53 +00:00
kipp%netscape.com
772f7f90ad Added unix build rules
git-svn-id: svn://10.0.0.236/trunk@45381 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 00:54:37 +00:00
norris%netscape.com
34b474302b Add all-powerful system principals. Remove some dead code from the build.
git-svn-id: svn://10.0.0.236/trunk@45380 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 00:54:35 +00:00
cyeh%netscape.com
c6342ee432 Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people.
git-svn-id: svn://10.0.0.236/trunk@45379 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 00:54:34 +00:00
kipp%netscape.com
e585eb4532 Removed rc field
git-svn-id: svn://10.0.0.236/trunk@45378 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 00:54:18 +00:00
jdunn%netscape.com
5138cd19f6 HP requires newline
git-svn-id: svn://10.0.0.236/trunk@45377 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 00:53:21 +00:00
waterson%netscape.com
55d70304bf Fix JavaScript line numbers for <html:script src='...' />, update anonymous content to use nsCString.
git-svn-id: svn://10.0.0.236/trunk@45376 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 00:51:33 +00:00
waterson%netscape.com
39e1a93cc2 Don't add the RDF:instanceOf attribute to everything, dummy.
git-svn-id: svn://10.0.0.236/trunk@45375 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 00:50:33 +00:00
ducarroz%netscape.com
587426cdad Send full name of sender, fix bug 10500
git-svn-id: svn://10.0.0.236/trunk@45374 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 00:50:07 +00:00
waterson%netscape.com
608f216a50 Use nsCString instead of nsString for anonymous content nodes. Get rid of use of rdf_Isa().
git-svn-id: svn://10.0.0.236/trunk@45373 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 00:50:01 +00:00
alecf%netscape.com
af5ccdabf1 oops, the signature is an object, doesn't belong in a form
git-svn-id: svn://10.0.0.236/trunk@45372 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 00:49:45 +00:00
waterson%netscape.com
948e853430 Bug 3284. Removed static global reference to the RDF service. We no longer leak it (on purpose, anyway). Also, updated anonymous resource APIs to use nsCStrings instead of nsStrings.
git-svn-id: svn://10.0.0.236/trunk@45371 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 00:49:14 +00:00
briano%netscape.com
33f0e42086 General cleanup.
git-svn-id: svn://10.0.0.236/trunk@45370 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 00:47:39 +00:00
alecf%netscape.com
db66d2e575 add save capability to account manager
git-svn-id: svn://10.0.0.236/trunk@45369 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 00:46:21 +00:00
cata%netscape.com
6b22e19142 Fixed bug 11570.
git-svn-id: svn://10.0.0.236/trunk@45368 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 00:46:04 +00:00
alecf%netscape.com
fb095c700c it's ok to clear a user pref that isn't there.
git-svn-id: svn://10.0.0.236/trunk@45367 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 00:45:15 +00:00
alecf%netscape.com
bd215d25f3 add new getUniqueKey for creating unique server/identity keys
git-svn-id: svn://10.0.0.236/trunk@45366 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 00:42:34 +00:00
ducarroz%netscape.com
bf1be15c52 Set the caption after ender is done loading the page. Fix bug 10396
git-svn-id: svn://10.0.0.236/trunk@45365 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 00:42:16 +00:00
pavlov%netscape.com
95c66f107b fix a crash in the color picker and add a grayscale palette.
fix xpmenus to work as popups without a menubar


git-svn-id: svn://10.0.0.236/trunk@45364 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 00:39:12 +00:00
bruce%cybersight.com
8c72e0ad76 Add gfx/idl/Makefile
git-svn-id: svn://10.0.0.236/trunk@45363 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 00:38:23 +00:00
sgehani%netscape.com
f144cffb4a Fix for bug 11615.
git-svn-id: svn://10.0.0.236/trunk@45362 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 00:38:21 +00:00
shaver%netscape.com
31c36cf3d2 missed nsIFactory.idl export, damn
git-svn-id: svn://10.0.0.236/trunk@45361 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 22:25:59 +00:00
mark.lin%eng.sun.com
bfbeaad3eb Updated makefile. Need to refrence /usr/lib/libC directly.
git-svn-id: svn://10.0.0.236/trunk@45360 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 22:16:17 +00:00
mark.lin%eng.sun.com
6cad953d40 Updated makefile.solaris to use workshop compilers.
git-svn-id: svn://10.0.0.236/trunk@45359 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 22:05:56 +00:00
shaver%netscape.com
ad5654f64e forgot to remove now-generated nsIFactory.h
git-svn-id: svn://10.0.0.236/trunk@45358 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 22:00:27 +00:00
warren%netscape.com
90f71e2680 Made NS_BASE_STREAM_WOULD_BLOCK a failure code (for JS). Reduced socket transport buffer size. Fixed ABBA deadlock when calling OnEmpty in pipe code (bug#12870).
git-svn-id: svn://10.0.0.236/trunk@45357 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 21:47:30 +00:00
pinkerton%netscape.com
1d2d33fc3b added new idl files for shaver.
git-svn-id: svn://10.0.0.236/trunk@45356 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 21:40:55 +00:00
shaver%netscape.com
ac1d899ee3 Removed nsIFactory.h (generated now).
Factored ComponentManager to support multiple ComponentLoaders.
Added support for relative paths in registry.
General cleanup.
(Broke detection of changed DLLs; dp is fixing -- thanks!)


git-svn-id: svn://10.0.0.236/trunk@45355 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 21:40:21 +00:00
leaf%mozilla.org
8e79ffe951 Adding the browser-buster
git-svn-id: svn://10.0.0.236/trunk@45354 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 21:21:26 +00:00
waterson%netscape.com
d48634efa2 Add NS_NewSizeOfHandler() to dlldeps.
git-svn-id: svn://10.0.0.236/trunk@45353 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 18:59:02 +00:00
nisheeth%netscape.com
b1122815d6 - Added a setter for history state to nsIWebShell. The history state should be set before loading a document on which state needs to be restored. If the history state is set, the webshell will set that history state on the pres shell inside nsWebShell::Embed() once the document viewer has been created.
git-svn-id: svn://10.0.0.236/trunk@45352 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 14:49:21 +00:00
ramiro%netscape.com
869bcbaf43 Removed bogus assertions.
git-svn-id: svn://10.0.0.236/trunk@45351 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 14:36:53 +00:00
nisheeth%netscape.com
3a74e6a56a - Added setter for history state to nsIPresShell
- Added capture/restore frame state methods to nsIFrameManager
- Added a getter for state type to nsIStatefulFrame.
- Changed the save/restore method parameters  in nsIStateful frame
  so that only the frame state gets passed to the stateful frame.
- Implemented all the new interface methods in the respective implementation classes.


git-svn-id: svn://10.0.0.236/trunk@45350 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 14:35:50 +00:00
ramiro%netscape.com
8f8c841662 Cleanup linkin of mozdbm.
git-svn-id: svn://10.0.0.236/trunk@45349 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 14:31:50 +00:00
joki%netscape.com
9db6478cb3 Adding new flag to the security check calls out of the DOM generated JS files.
git-svn-id: svn://10.0.0.236/trunk@45348 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 14:23:55 +00:00
rods%netscape.com
82e5df59d7 option (dropdown) fonts now match the select
git-svn-id: svn://10.0.0.236/trunk@45347 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 14:22:56 +00:00
rods%netscape.com
572e299018 added box-sizing property for form control, now width/height refer to outside border and padding edge instead of content edge
git-svn-id: svn://10.0.0.236/trunk@45346 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 14:16:02 +00:00
law%netscape.com
01fe10f16d xpidl app core
git-svn-id: svn://10.0.0.236/trunk@45345 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 14:05:08 +00:00
jfrancis%netscape.com
9c5e2c817e checkpointing some deletion work
git-svn-id: svn://10.0.0.236/trunk@45344 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 13:55:18 +00:00
rods%netscape.com
ede1cf0777 changed the passing of the virtual key code from a zero to what is passed in
git-svn-id: svn://10.0.0.236/trunk@45343 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 13:36:40 +00:00
rods%netscape.com
0a22953524 Added AbsolutelyPositionDropDown
git-svn-id: svn://10.0.0.236/trunk@45342 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 13:23:15 +00:00
rods%netscape.com
58a795dc61 Removed ref counting changed the the popup is positioned
removing dom listeners on descruction


git-svn-id: svn://10.0.0.236/trunk@45341 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 13:22:50 +00:00
rods%netscape.com
d1f7052904 Added SynViewWithFrame
git-svn-id: svn://10.0.0.236/trunk@45340 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 13:22:45 +00:00
rods%netscape.com
0bd721ba73 removing dom listeners on descruction
exposed absolutely positioning of the dropdown
now tries to SyncFrameWithView


git-svn-id: svn://10.0.0.236/trunk@45339 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 13:22:40 +00:00
rods%netscape.com
280b982d3a uses the new factored code for calculating size it helps for calculating suggested size
(see nsGfxButtonControlFrame.cpp)


git-svn-id: svn://10.0.0.236/trunk@45338 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 13:05:31 +00:00
rods%netscape.com
1c8a506178 Changed the way the button calculates it's size with respect to suggested size.
I factored out the part where border and padding is added in so it can be overridden.


git-svn-id: svn://10.0.0.236/trunk@45337 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 13:03:38 +00:00
rods%netscape.com
02ad25efb5 removed some warnings and made gfx text control ignore the extra padding from nsILookAndFeel which is for native wdiegst
git-svn-id: svn://10.0.0.236/trunk@45336 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 12:59:09 +00:00
brade%netscape.com
4605d814f6 add license; add viewsource (contribution by Sammy Ford)
git-svn-id: svn://10.0.0.236/trunk@45335 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 12:57:26 +00:00
brade%netscape.com
67972f29fc add files for viewsource; fix years for copyright
git-svn-id: svn://10.0.0.236/trunk@45334 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 12:56:30 +00:00
brade%netscape.com
c63eca6603 removed bad line
git-svn-id: svn://10.0.0.236/trunk@45333 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 12:55:02 +00:00
brade%netscape.com
96f267d90e add viewsource files (contribution by Sammy Ford); fix years in copyright
git-svn-id: svn://10.0.0.236/trunk@45332 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 12:54:24 +00:00
brade%netscape.com
be424608b4 viewsource files
git-svn-id: svn://10.0.0.236/trunk@45331 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 12:53:49 +00:00
brade%netscape.com
090cd7bc75 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@45330 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 12:53:13 +00:00
brade%netscape.com
7b2f449a0c View Source (contribution by Sammy Ford); fix year for copyright
git-svn-id: svn://10.0.0.236/trunk@45329 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 12:52:50 +00:00
brade%netscape.com
e819cda094 add View Source to the menu (contribution by Sammy Ford)
git-svn-id: svn://10.0.0.236/trunk@45328 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 12:51:30 +00:00
nisheeth%netscape.com
deb1bb177e The HTML Content sink now generates content IDs for each of the content objects it creates. The IDs start at NS_CONTENT_ID_COUNTER_BASE, defined in nsIContentSink.h, and increase monotonically as content objects get created.
git-svn-id: svn://10.0.0.236/trunk@45327 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 11:17:26 +00:00
mcafee%netscape.com
e572f1d4aa Fixing solaris bustage.
git-svn-id: svn://10.0.0.236/trunk@45326 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 10:59:48 +00:00
gagan%netscape.com
abdb76f145 added files: mozilla/netwerk/protocol/http/src/nsAuth.cpp, mozilla/netwerk/protocol/http/src/nsBasicAuth.cpp
git-svn-id: svn://10.0.0.236/trunk@45325 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 10:46:23 +00:00
gagan%netscape.com
dc1a48433c added files: mozilla/netwerk/protocol/http/src/nsAuth.cpp, mozilla/netwerk/protocol/http/src/nsBasicAuth.cpp
git-svn-id: svn://10.0.0.236/trunk@45324 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 10:46:10 +00:00
gagan%netscape.com
0a3d90e92b Basic Auth files. First checkin.
git-svn-id: svn://10.0.0.236/trunk@45323 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 10:40:12 +00:00
gagan%netscape.com
38c080482b Added a struct to hold auth stuff. Not in the build (at least not for a couple of cycles anyway)
git-svn-id: svn://10.0.0.236/trunk@45322 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 10:39:38 +00:00
nisheeth%netscape.com
9a418f414b Added Get/Set methods to content IDs. An ID is used as a key to store state information about a content object and its associated frame object. The state information is stored in a dictionary that is manipulated by the frame manager (nsIFrameManager) inside layout. An opaque pointer to this dictionary is passed to the session history as a handle associated with the current document's state.
git-svn-id: svn://10.0.0.236/trunk@45321 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 10:06:17 +00:00
dp%netscape.com
59a9336c6c Fixed formatting.
git-svn-id: svn://10.0.0.236/trunk@45320 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 07:36:02 +00:00
pavlov%netscape.com
fce02b85f9 change the default dpi from 96 to 100 so that we get readable fonts
git-svn-id: svn://10.0.0.236/trunk@45319 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 07:27:06 +00:00
pavlov%netscape.com
cfebaf8914 fix some warnings on windows
git-svn-id: svn://10.0.0.236/trunk@45318 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 07:26:53 +00:00
waterson%netscape.com
76cc6b08ad Fix nsCOMPtr --pedantic bustage.
git-svn-id: svn://10.0.0.236/trunk@45317 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 07:14:54 +00:00
mscott%netscape.com
3269beb650 Bug #11895 --> add protection for preventing multiple get new message calls on the same server.
Don't run pop urls if the server is already busy.


git-svn-id: svn://10.0.0.236/trunk@45316 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 06:53:26 +00:00
mscott%netscape.com
ffe2c82bf1 Bug #11895 --> add protection for preventing multiple get new message calls on the same server.
Don't biff if the server is alread busy.


git-svn-id: svn://10.0.0.236/trunk@45315 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 06:52:48 +00:00
mscott%netscape.com
ff10a09b38 Bug #11895 --> add protection for preventing multiple get new message calls on the same server.
git-svn-id: svn://10.0.0.236/trunk@45314 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 06:52:27 +00:00
danm%netscape.com
ff2d37be92 temporary groady hack to fix breakage in NS_OpenURI
git-svn-id: svn://10.0.0.236/trunk@45313 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 06:49:26 +00:00
waterson%netscape.com
c6f830f3c1 Bug 12811. Fix frame system notifications s.t. as _few_ as possible get forwarded through to layout. Temporarily remove timer hacks from tree widget.
git-svn-id: svn://10.0.0.236/trunk@45312 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 06:40:41 +00:00
alecf%netscape.com
fd519c8d23 more exorcism of abort()
git-svn-id: svn://10.0.0.236/trunk@45311 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 06:36:23 +00:00
tague%netscape.com
22791e0f30 Updated direct comparison with NS_OK to appropriate macros.
git-svn-id: svn://10.0.0.236/trunk@45310 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 06:34:56 +00:00
alecf%netscape.com
48c230a041 fix unused variable
git-svn-id: svn://10.0.0.236/trunk@45309 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 06:29:53 +00:00
alecf%netscape.com
dae90f169c do not EVER abort(). this is rediculous.
git-svn-id: svn://10.0.0.236/trunk@45308 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 06:23:12 +00:00
alecf%netscape.com
498afdede6 fix leak of e-mail address
git-svn-id: svn://10.0.0.236/trunk@45307 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 06:17:02 +00:00
alecf%netscape.com
6b694b97be fix leak
git-svn-id: svn://10.0.0.236/trunk@45306 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 06:16:21 +00:00
alecf%netscape.com
147437fd49 some minor fixes for GFX widgets and changes to the DOM.
git-svn-id: svn://10.0.0.236/trunk@45305 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 06:14:50 +00:00
alecf%netscape.com
05810c9322 remove the second most common FMM in mail/news
git-svn-id: svn://10.0.0.236/trunk@45304 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 06:13:42 +00:00
alecf%netscape.com
17d23db82b remove the most common FMM in mail/news
git-svn-id: svn://10.0.0.236/trunk@45303 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 06:12:50 +00:00
troy%netscape.com
3f3a37b810 Changed ReflowMappedChildren() to reset max element size to 0 for an
incremental reflow


git-svn-id: svn://10.0.0.236/trunk@45302 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 05:55:33 +00:00
mscott%netscape.com
2ca8bbba86 prevent future build breakage for unix builds that have tests enabled....
synch up new get password apis.


git-svn-id: svn://10.0.0.236/trunk@45301 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 05:44:41 +00:00
rpotts%netscape.com
d42454f6bb ug #8443. Added GetCharset to nsIHTTPChannel
git-svn-id: svn://10.0.0.236/trunk@45300 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 04:46:05 +00:00
mscott%netscape.com
4e22e8456c password api synch
git-svn-id: svn://10.0.0.236/trunk@45299 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 04:43:29 +00:00
mscott%netscape.com
73a06e4439 when getting pwd from the server, never try to bring up the UI when we are in the imap thread. use new
password methods on the server sink.


git-svn-id: svn://10.0.0.236/trunk@45298 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 04:42:49 +00:00
mscott%netscape.com
dd43b7f7d3 user password code is now implemented on the server not on the folder...
git-svn-id: svn://10.0.0.236/trunk@45297 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 04:42:22 +00:00
mscott%netscape.com
2f90fa1b11 remove GetPasswordFromuser
git-svn-id: svn://10.0.0.236/trunk@45296 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 04:42:01 +00:00
mscott%netscape.com
047c19f019 support prompt password method from nsIImapServerSink.idl
git-svn-id: svn://10.0.0.236/trunk@45295 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 04:41:43 +00:00
mscott%netscape.com
239897332e Remove get user password stuff as this is now a method on the server.
git-svn-id: svn://10.0.0.236/trunk@45294 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 04:41:16 +00:00
mscott%netscape.com
69268a8da6 Add prompt for password method.
git-svn-id: svn://10.0.0.236/trunk@45293 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 04:40:58 +00:00
mscott%netscape.com
6b9aa90715 get password api synch
git-svn-id: svn://10.0.0.236/trunk@45292 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 04:40:38 +00:00
mscott%netscape.com
7bbe481fbb remove over-ride of set/get password. Password knowledge has been centralized
move get password logic out to a common base class (nsMsgIncomingServer)


git-svn-id: svn://10.0.0.236/trunk@45291 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 04:40:14 +00:00
mscott%netscape.com
aaea6659ab migrate smarts about getting password from pop3 protocol to incoming server
so everyone can share in the logic including imap and eventually news.
Bug #7444 --> Add remember password smarts


git-svn-id: svn://10.0.0.236/trunk@45290 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 04:39:43 +00:00
mscott%netscape.com
b1e679b5a8 specify that we don't want UI when asking for the password
git-svn-id: svn://10.0.0.236/trunk@45289 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 04:39:19 +00:00
mscott%netscape.com
cfb6a5d9e0 GetPassword takes an argument specifying if you want UI or not
git-svn-id: svn://10.0.0.236/trunk@45288 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 04:39:06 +00:00
kipp%netscape.com
0bc37f2203 Tally up lineBox's and textRun's seperately
git-svn-id: svn://10.0.0.236/trunk@45287 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 04:32:13 +00:00
kipp%netscape.com
2ca907103d Added new atoms
git-svn-id: svn://10.0.0.236/trunk@45286 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 04:31:39 +00:00
kipp%netscape.com
10f1a896ca Added missing = 0 to make method's pure virtual
git-svn-id: svn://10.0.0.236/trunk@45285 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 04:20:22 +00:00
alecf%netscape.com
cc96da44ad open account wizard a little larger by default
git-svn-id: svn://10.0.0.236/trunk@45284 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 03:36:29 +00:00
alecf%netscape.com
d9dab92bdf update account manager to size all content correctly
git-svn-id: svn://10.0.0.236/trunk@45283 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 03:36:11 +00:00
alecf%netscape.com
cf21415166 add search locale to unix build
git-svn-id: svn://10.0.0.236/trunk@45282 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 03:22:23 +00:00
alecf%netscape.com
be6d444b93 add new search locale makefiles
git-svn-id: svn://10.0.0.236/trunk@45281 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 03:21:45 +00:00
kipp%netscape.com
dcd4bd916a Implement ShowFrameSize
git-svn-id: svn://10.0.0.236/trunk@45280 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 03:18:03 +00:00
alecf%netscape.com
483fc0248e update account manager to take new identity fields, and add support for onInit() and onSave() events in account manager pages
git-svn-id: svn://10.0.0.236/trunk@45279 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 03:18:01 +00:00
kipp%netscape.com
a21f351d6a Add in default stdout arg to ShowFrameSize for symmetry
git-svn-id: svn://10.0.0.236/trunk@45278 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 03:17:39 +00:00
alecf%netscape.com
dac3b7193e first time added
git-svn-id: svn://10.0.0.236/trunk@45277 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 03:16:37 +00:00
alecf%netscape.com
bca2592a68 update DTDs to use new strings
git-svn-id: svn://10.0.0.236/trunk@45276 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 03:16:02 +00:00
bienvenu%netscape.com
8bda0a1972 more work on folder undiscovery
git-svn-id: svn://10.0.0.236/trunk@45275 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 03:12:16 +00:00
kipp%netscape.com
c9002f20df Reimplemented SizeOf methods in some of the frame classes; partial rework of first-line handling snapshot
git-svn-id: svn://10.0.0.236/trunk@45274 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 03:09:40 +00:00
bienvenu%netscape.com
9f5b856289 add created offline folder flag
git-svn-id: svn://10.0.0.236/trunk@45273 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 03:09:30 +00:00
kipp%netscape.com
cf007b6ca2 Reworked sizeof api's to be much more useful; updated implementations to match
git-svn-id: svn://10.0.0.236/trunk@45272 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 03:04:37 +00:00
davidm%netscape.com
cbc3736388 Checked in #ifdeffed out selectDialog code
git-svn-id: svn://10.0.0.236/trunk@45271 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 02:58:46 +00:00
davidm%netscape.com
b22fd0ecdf First Checked In.
git-svn-id: svn://10.0.0.236/trunk@45270 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 02:55:50 +00:00
davidm%netscape.com
b67eb121c2 Add Splash.rsrc, nsNAtiveAppMac.cpp
git-svn-id: svn://10.0.0.236/trunk@45269 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 02:49:36 +00:00
davidm%netscape.com
364c3c3e3d Major rearragment. Factored Command line handling and pref initialization off into seperate functions. Added CanRun and initial SplashScreen code
git-svn-id: svn://10.0.0.236/trunk@45268 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 02:49:12 +00:00
morse%netscape.com
98490eb970 fetch server location from a pref
git-svn-id: svn://10.0.0.236/trunk@45267 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 02:48:28 +00:00
davidm%netscape.com
f9eaeada7a Add enumerateAndInitialize to public interface. Move enumeration out of Init
git-svn-id: svn://10.0.0.236/trunk@45266 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 02:47:56 +00:00
davidm%netscape.com
acf1771289 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@45265 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 02:46:19 +00:00
davidm%netscape.com
a489db95d7 fix the file so default is the default action
git-svn-id: svn://10.0.0.236/trunk@45264 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 02:43:34 +00:00
alecf%netscape.com
8ff59af5f9 remove unused pages from account manager
git-svn-id: svn://10.0.0.236/trunk@45263 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 02:27:58 +00:00
cathleen%netscape.com
3aa448511c more fix to feature bug 10651
git-svn-id: svn://10.0.0.236/trunk@45262 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 02:25:05 +00:00
tague%netscape.com
86cd28e9a5 Removed direct comparisons of result values to NS_OK and replaced them with the appropriate macro.
git-svn-id: svn://10.0.0.236/trunk@45261 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 02:11:07 +00:00
tague%netscape.com
f765934f3c Replaced direct comparisons of return values against NS_OK with the appropriate macros.
git-svn-id: svn://10.0.0.236/trunk@45260 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 02:04:26 +00:00
briano%netscape.com
d236463cbc Automated update
git-svn-id: svn://10.0.0.236/trunk@45259 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 02:01:01 +00:00
dougt%netscape.com
3b5a35b6c8 Bug fix for 12603. I am not sure if this totally cleans up all the memory
leaks but it definitely hits a major one.


git-svn-id: svn://10.0.0.236/trunk@45258 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 01:59:09 +00:00
dougt%netscape.com
c3961c9b9a Cleaning up css and dtd to remove "security" stuff.
making protocol-icon borderless.


git-svn-id: svn://10.0.0.236/trunk@45257 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 01:57:18 +00:00
tague%netscape.com
ed0b759dde Replaced direct comparisons of return values against NS_OK with NS_SUCCEEDED or NS_FAILED macros.
git-svn-id: svn://10.0.0.236/trunk@45256 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 01:56:44 +00:00
briano%netscape.com
0f284b004e Cleaned up the fullcircle support. Should be obsolete fairly soon when libfullsoft becomes a component.
git-svn-id: svn://10.0.0.236/trunk@45255 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 01:53:41 +00:00
putterman%netscape.com
20c0a6dd61 Add image class to image columns.
git-svn-id: svn://10.0.0.236/trunk@45254 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 01:36:38 +00:00
putterman%netscape.com
782600adcf Put style rule on treecell rather than titledbutton. Hyatt approved this.
git-svn-id: svn://10.0.0.236/trunk@45253 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 01:35:36 +00:00
tague%netscape.com
6bbc6c0935 Added support for a reply from the StartComposition message. Necessary for XIM support on UNIX.
git-svn-id: svn://10.0.0.236/trunk@45252 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 01:20:32 +00:00
sgehani%netscape.com
7be2e6e0a9 Fixes for bug 12510.
git-svn-id: svn://10.0.0.236/trunk@45251 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 01:15:26 +00:00
sfraser%netscape.com
ba6f86bc52 Back out cmanske's changes to these files, which he checked by by mistake.
git-svn-id: svn://10.0.0.236/trunk@45250 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 01:14:40 +00:00
cmanske%netscape.com
72341dde9c Changed PRBool to boolean in IDL file
git-svn-id: svn://10.0.0.236/trunk@45249 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 01:13:54 +00:00
ducarroz%netscape.com
e60bed02d3 Set correctly the focus either on the first repient or on the body. Fix for bug 6565, 8481 and 12080
git-svn-id: svn://10.0.0.236/trunk@45248 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 01:12:25 +00:00
cmanske%netscape.com
f9cc1c05e3 Added checking if we need to save file before allowing close window or exit (bug 7615). Added support for Confirm and Alert message dialogs
git-svn-id: svn://10.0.0.236/trunk@45247 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 00:51:23 +00:00
rjc%netscape.com
b126e9b1a8 Clean up the final warning.
git-svn-id: svn://10.0.0.236/trunk@45246 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 00:38:28 +00:00
gayatrib%netscape.com
221b7abdc2 sample file
git-svn-id: svn://10.0.0.236/trunk@45245 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 00:37:14 +00:00
gayatrib%netscape.com
0b68b66674 preg related file
git-svn-id: svn://10.0.0.236/trunk@45244 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 00:35:25 +00:00
gayatrib%netscape.com
53451c75c1 some progress bar file
git-svn-id: svn://10.0.0.236/trunk@45243 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 00:34:53 +00:00
rjc%netscape.com
13ce51459f Fix NewChannelFromURI() call due to addition of new parameter.
git-svn-id: svn://10.0.0.236/trunk@45242 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 00:33:40 +00:00
gayatrib%netscape.com
e236958a69 Modified to support the new ui
git-svn-id: svn://10.0.0.236/trunk@45241 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 00:31:18 +00:00
gayatrib%netscape.com
68ff4a32e1 Placeholder for addr book export
git-svn-id: svn://10.0.0.236/trunk@45240 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 00:29:30 +00:00
gayatrib%netscape.com
d174a9ee70 Placeholder for mailnews wizard
git-svn-id: svn://10.0.0.236/trunk@45239 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 00:29:10 +00:00
gayatrib%netscape.com
88ea9fa473 Placeholder for dialup wizard
git-svn-id: svn://10.0.0.236/trunk@45238 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 00:28:39 +00:00
gayatrib%netscape.com
5f3dd195b3 Added to support to create profile ui
git-svn-id: svn://10.0.0.236/trunk@45237 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 00:28:05 +00:00
gayatrib%netscape.com
60b86cff19 modified to handle localization
git-svn-id: svn://10.0.0.236/trunk@45236 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 00:27:02 +00:00
gayatrib%netscape.com
424a14d918 Changed to load the new cpw.xul
git-svn-id: svn://10.0.0.236/trunk@45235 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 00:22:48 +00:00
gayatrib%netscape.com
14c9b51661 New UI for create profile as part of the meta wizard
git-svn-id: svn://10.0.0.236/trunk@45234 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 00:20:20 +00:00
danm%netscape.com
2578e432cd SizeContentTo sizes content webshell (was sizing chrome webshell)
git-svn-id: svn://10.0.0.236/trunk@45233 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 00:20:11 +00:00
gayatrib%netscape.com
ca86098139 New javascript file for cpw.xul
git-svn-id: svn://10.0.0.236/trunk@45232 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 00:19:28 +00:00
alecf%netscape.com
e2e2ed6604 add a bunch of new attributes for identities
git-svn-id: svn://10.0.0.236/trunk@45231 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 00:19:08 +00:00
gayatrib%netscape.com
8b5463f76b New css file for cpw.xul
git-svn-id: svn://10.0.0.236/trunk@45230 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 00:18:52 +00:00
danm%netscape.com
b2e8a63780 SetInnerWidth/Height check for subshells, like GetInner
git-svn-id: svn://10.0.0.236/trunk@45229 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 00:18:48 +00:00
rjc%netscape.com
afbd6a6ab6 Remove cruft.
git-svn-id: svn://10.0.0.236/trunk@45228 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 00:17:59 +00:00
gayatrib%netscape.com
502131be8b Removing as it is no longer required in the new UI
git-svn-id: svn://10.0.0.236/trunk@45227 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 00:17:19 +00:00
hoa.nguyen%intel.com
676b1ed679 Extended the example to create a simple button with label.
git-svn-id: svn://10.0.0.236/trunk@45226 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 00:12:15 +00:00
hoa.nguyen%intel.com
20c598b2ea Added the proper Mozilla Toolkit flags.
git-svn-id: svn://10.0.0.236/trunk@45225 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 00:11:06 +00:00
cathleen%netscape.com
e097e0bf14 feature bug 10651 - added win32 specific binding support for patching
git-svn-id: svn://10.0.0.236/trunk@45224 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 00:09:29 +00:00
sfraser%netscape.com
df3d9f599b Fix double spacing in these files.
git-svn-id: svn://10.0.0.236/trunk@45223 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 00:09:14 +00:00
gayatrib%netscape.com
20761fc137 Removing as it is no longer required in the new UI.
git-svn-id: svn://10.0.0.236/trunk@45222 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-31 00:07:05 +00:00
erik%netscape.com
be03a2ccf4 Fixing build bustage, and build warnings.
git-svn-id: svn://10.0.0.236/trunk@45221 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 23:06:19 +00:00
terry%mozilla.org
f25f44cc0e Updated version string to 2.7 (development)
git-svn-id: svn://10.0.0.236/trunk@45220 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 23:02:52 +00:00
terry%mozilla.org
22172966c4 Updated version string to 2.6 (shipping)
git-svn-id: svn://10.0.0.236/trunk@45218 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 23:02:22 +00:00
hoa.nguyen%intel.com
59596bca6f Backed out build bustage.
git-svn-id: svn://10.0.0.236/trunk@45217 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:56:11 +00:00
nisheeth%netscape.com
29b7c7ab71 added files: mozilla/layout/base/src/nsLayoutHistoryState.cpp
git-svn-id: svn://10.0.0.236/trunk@45216 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:50:48 +00:00
nisheeth%netscape.com
4c052abfbd Added a GetHistoryState method to be use by session history to ask layout for
the current document's state.


git-svn-id: svn://10.0.0.236/trunk@45215 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:45:46 +00:00
nisheeth%netscape.com
ab1926c3ac Added get/set document state API for use by session history.
git-svn-id: svn://10.0.0.236/trunk@45214 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:38:58 +00:00
kmcclusk%netscape.com
1f14eb10af bug #8590 Modified nsImageWin::Init to call memset after allocating buffer for bits.
git-svn-id: svn://10.0.0.236/trunk@45213 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:35:10 +00:00
jdunn%netscape.com
15971e3ac6 HP requires a newline...
git-svn-id: svn://10.0.0.236/trunk@45212 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:34:15 +00:00
evaughan%netscape.com
060e54bdfa Numberous fixes
git-svn-id: svn://10.0.0.236/trunk@45211 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:32:25 +00:00
sspitzer%netscape.com
56fead1da7 code clean up. fix bug #8362, pop up server error message as alerts. since #7770 is fixed, remove the ifdefs.
git-svn-id: svn://10.0.0.236/trunk@45210 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:31:45 +00:00
troy%netscape.com
c45af7c51f Changing tables to return max element size during an incremental reflow
git-svn-id: svn://10.0.0.236/trunk@45209 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:30:32 +00:00
kmcclusk%netscape.com
64227a6ec4 Removed compiler warning in nsFormControlHelper::PaintCircularBackground
git-svn-id: svn://10.0.0.236/trunk@45208 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:29:11 +00:00
kmcclusk%netscape.com
51ad0bb89c bug #1222. Changed color for selected color for gfx-combobox options to match the
dark blue specified for gfx-listbox options.


git-svn-id: svn://10.0.0.236/trunk@45207 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:26:34 +00:00
ftang%netscape.com
83734eae50 1. detect BOM, 2. Implement XML 1.0 Appendex F, 3. move hack from nsParser.cpp to nsScanner.cpp so we won't damage UCS2 data
git-svn-id: svn://10.0.0.236/trunk@45206 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:25:17 +00:00
pinkerton%netscape.com
003e325792 clean up small mem leak.
git-svn-id: svn://10.0.0.236/trunk@45205 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:18:23 +00:00
rogerl%netscape.com
fc3ce85298 Fixed bug : 8672, using prototype from closure instead of function
Fixed memory leak- object acquired by 'in' operator was not being released.


git-svn-id: svn://10.0.0.236/trunk@45204 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:17:55 +00:00
brade%netscape.com
adb73bb362 add spacers to toolbars (contribution by Michael Lowe)
git-svn-id: svn://10.0.0.236/trunk@45203 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:17:27 +00:00
pinkerton%netscape.com
09ba68c792 clean up small memory leak.
git-svn-id: svn://10.0.0.236/trunk@45202 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:17:26 +00:00
putterman%netscape.com
43ae8fd24b msgbaseutil.dll isn't 8.3 so change to msgbsutl.dll
git-svn-id: svn://10.0.0.236/trunk@45201 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:17:13 +00:00
pinkerton%netscape.com
16e369ee67 clean up two small memory leaks.
git-svn-id: svn://10.0.0.236/trunk@45200 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:15:40 +00:00
buster%netscape.com
30737aca1f clean up: better error handling and minor performance fixes
git-svn-id: svn://10.0.0.236/trunk@45199 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:14:44 +00:00
putterman%netscape.com
8c89e89fd6 Turn on Next and Previous menu items.
git-svn-id: svn://10.0.0.236/trunk@45198 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:14:14 +00:00
putterman%netscape.com
bca94e09be use new view navigation code for next and previous menu items.
git-svn-id: svn://10.0.0.236/trunk@45197 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:13:45 +00:00
putterman%netscape.com
e44319b0ce include msgViewNavigation.js
git-svn-id: svn://10.0.0.236/trunk@45196 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:13:26 +00:00
putterman%netscape.com
1a7a6f15fa Remove view navigation code.
git-svn-id: svn://10.0.0.236/trunk@45195 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:13:12 +00:00
putterman%netscape.com
1849c3e296 add msgViewNavigation.js
git-svn-id: svn://10.0.0.236/trunk@45194 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:13:00 +00:00
putterman%netscape.com
1637886931 If there's no root folder in GetRootFolder, create one.
git-svn-id: svn://10.0.0.236/trunk@45193 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:12:20 +00:00
buster%netscape.com
4c4a0c3a0e removed static constructors, since they're illegal in our system
git-svn-id: svn://10.0.0.236/trunk@45192 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:12:11 +00:00
brade%netscape.com
6578f231f4 change comments from '//' to '/*' and '*/'; put double quotes around urls (a=hyatt)
git-svn-id: svn://10.0.0.236/trunk@45191 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:12:09 +00:00
putterman%netscape.com
4215313fc6 Don't show normal priority string.
git-svn-id: svn://10.0.0.236/trunk@45190 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:11:50 +00:00
putterman%netscape.com
1977e090fa Don't show counts for servers.
git-svn-id: svn://10.0.0.236/trunk@45189 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:11:30 +00:00
alecf%netscape.com
4d8b4eb6e1 add search DTDs to the export list
git-svn-id: svn://10.0.0.236/trunk@45188 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:11:18 +00:00
ftang%netscape.com
595f4e71e9 add X11Johab so we can render precomposed hangul by using hanterm fonts
git-svn-id: svn://10.0.0.236/trunk@45187 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:11:16 +00:00
buster%netscape.com
8860c971f8 fixed bug 12680 (password fields broken)
fixed bug 12489 (static contructors must be removed)


git-svn-id: svn://10.0.0.236/trunk@45186 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:11:09 +00:00
putterman%netscape.com
91b4ae331b use GetRootFolder which now creates a root folder if there isn't one.
git-svn-id: svn://10.0.0.236/trunk@45185 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:11:07 +00:00
cyeh%netscape.com
c305cc41d5 remove last traces of liteness.mak and MOZ_LITENESS_FLAGS which are
obsolete.


git-svn-id: svn://10.0.0.236/trunk@45184 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:10:56 +00:00
ftang%netscape.com
efa3a10167 X11Johab converters. Thanks contribution from Deogtae Kim <dtkim@camars.kaist.ac.kr> and Jungshik Shin <jshin@pantheon.yale.com>
git-svn-id: svn://10.0.0.236/trunk@45183 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:10:41 +00:00
putterman%netscape.com
11b2da5260 Make sure we work when we have to parse a .msf file.
git-svn-id: svn://10.0.0.236/trunk@45182 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:10:39 +00:00
hoa.nguyen%intel.com
7ec025bf7a Added case to handle embed tag.
git-svn-id: svn://10.0.0.236/trunk@45181 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:09:53 +00:00
radha%netscape.com
5b9e0a480a Add function gotoHistoryIndex() for session history in go menu
git-svn-id: svn://10.0.0.236/trunk@45180 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:08:38 +00:00
dveditz%netscape.com
98c862335e Bug 12242
git-svn-id: svn://10.0.0.236/trunk@45179 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:08:32 +00:00
alecf%netscape.com
7ecae9991e add makefiles for locale directory
git-svn-id: svn://10.0.0.236/trunk@45178 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:07:55 +00:00
alecf%netscape.com
a6ef467cf2 oops, wrong depth
git-svn-id: svn://10.0.0.236/trunk@45177 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:06:59 +00:00
alecf%netscape.com
507c8acc1d fix makefiles
git-svn-id: svn://10.0.0.236/trunk@45176 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:06:36 +00:00
rogerl%netscape.com
8b4e51dfee Changed handling of undefined limit and negative limit values to
String.split()


git-svn-id: svn://10.0.0.236/trunk@45175 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:05:56 +00:00
rogerl%netscape.com
1943b41acc Added new error messages for ecma_2 compliant regular expression handling.
git-svn-id: svn://10.0.0.236/trunk@45174 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:04:07 +00:00
alecf%netscape.com
ff86fd82d3 add DTDs to search
git-svn-id: svn://10.0.0.236/trunk@45173 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:03:42 +00:00
alecf%netscape.com
26af7950dc move entities into external DTD
git-svn-id: svn://10.0.0.236/trunk@45172 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:02:49 +00:00
alecf%netscape.com
5491d94ce1 do lots of error checking on QueryInterface calls
add new FindServerByServerKey call


git-svn-id: svn://10.0.0.236/trunk@45171 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:00:22 +00:00
nhotta%netscape.com
3074911bb2 Bug fix #8792.
git-svn-id: svn://10.0.0.236/trunk@45170 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:00:13 +00:00
karnaze%netscape.com
1e142fcc65 backed out fix for bug 6674 because it broke resizing collapsing rows
git-svn-id: svn://10.0.0.236/trunk@45169 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 22:00:12 +00:00
erik%netscape.com
12b9c786ff Fixing warnings.
git-svn-id: svn://10.0.0.236/trunk@45168 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 21:59:42 +00:00
brade%netscape.com
83f1e9251e remove unneeded manifests
git-svn-id: svn://10.0.0.236/trunk@45167 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 21:59:24 +00:00
mscott%netscape.com
8bf89ff12b Change a PL_strdup to nsCRT::strdup
git-svn-id: svn://10.0.0.236/trunk@45166 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 21:55:26 +00:00
mscott%netscape.com
9cb8c98734 Bug #11691 --> fix some empty comparisons with a PRUint32 < 0.
git-svn-id: svn://10.0.0.236/trunk@45165 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 21:55:03 +00:00
kin%netscape.com
7fa5bc2451 Temporary fix for bug #9708 and #12438.
Modified Reflow() to set the scrollbar
dimensions to zero if the scrollbars are hidden.


git-svn-id: svn://10.0.0.236/trunk@45164 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 21:55:02 +00:00
kin%netscape.com
ea9db112f9 Fix for bugs #7153, #10673, #12066, #12067, and #12793.
editor/base/nsEditorEventListeners.cpp
editor/base/nsEditorEventListeners.h

  - Added code to scroll the selection into view
    after processing key events.
  - Commented out the hack that redraws the entire
    view when the focus is gained and lost. Replaced
    the hack code with calls to RepaintSelection().

layout/base/public/nsIFrameSelection.h
layout/base/public/nsIPresShell.h
layout/html/base/src/nsPresShell.cpp
   - Added ScrollSelectionIntoView() and RepaintSelection() methods.

layout/base/src/nsRangeList.cpp
   - Added implementation for ScrollSelectionIntoView() and
     RepaintSelection().
   - Check for NULL primary frame in GetFocusNodeRect()
     to fix bug #12793.


git-svn-id: svn://10.0.0.236/trunk@45163 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 21:54:40 +00:00
pinkerton%netscape.com
46d21a0e5f using new nsIScriptableRegion interface.
git-svn-id: svn://10.0.0.236/trunk@45162 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 21:54:33 +00:00
pinkerton%netscape.com
2ca02b0d85 lowecased to match JS syntax. using new nsIScriptableRegion interface.
git-svn-id: svn://10.0.0.236/trunk@45161 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 21:54:23 +00:00
waterson%netscape.com
9a76133744 Add 'html:div' to constrain tree widget.
git-svn-id: svn://10.0.0.236/trunk@45160 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 21:54:02 +00:00
waterson%netscape.com
1e7743ab57 Add an 'html:div' tag so that we don't reflow this indefinitely.
git-svn-id: svn://10.0.0.236/trunk@45159 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 21:34:50 +00:00
selmer%netscape.com
179bf39b6a Fixes to handle case where no customization directories exist
git-svn-id: svn://10.0.0.236/trunk@45158 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 19:56:34 +00:00
idk%eng.sun.com
670cd2e4b4 fogot to add this file, sorry.
git-svn-id: svn://10.0.0.236/trunk@45157 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 19:04:59 +00:00
kin%netscape.com
9b2fac6c81 Removed unused static ISupports IID.
git-svn-id: svn://10.0.0.236/trunk@45156 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 14:50:36 +00:00
ftang%netscape.com
d3c111e834 check in performance tuned UCS2 to Unicode converters
git-svn-id: svn://10.0.0.236/trunk@45155 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 14:49:36 +00:00
kin%netscape.com
66ce70eb40 Got rid of static buffer in nsEditorTxnLog::GetString().
git-svn-id: svn://10.0.0.236/trunk@45154 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 14:48:29 +00:00
ftang%netscape.com
7f4dadeca6 add alias for ucs2
git-svn-id: svn://10.0.0.236/trunk@45153 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 14:40:32 +00:00
terry%mozilla.org
148db33f9f Don't spuriously quote newlines in the comment description.
git-svn-id: svn://10.0.0.236/trunk@45152 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 14:26:09 +00:00
briano%netscape.com
830f7ba3ae Automated update
git-svn-id: svn://10.0.0.236/trunk@45151 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 13:45:41 +00:00
sdagley%netscape.com
65382762b5 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@45150 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 13:39:06 +00:00
Jerry.Kirk%Nexwarecorp.com
18769f5ccb Force Neutrino platform to link in stdc++
git-svn-id: svn://10.0.0.236/trunk@45149 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 13:37:14 +00:00
kin%netscape.com
fa999337c2 Fixed bug that prevented typing when in Editor mode.
git-svn-id: svn://10.0.0.236/trunk@45148 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 13:35:40 +00:00
sdagley%netscape.com
011a97ab2c Added NS_DLGDEFAULTKEYS_CID
git-svn-id: svn://10.0.0.236/trunk@45147 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 13:22:06 +00:00
rjc%netscape.com
a744f7636b For Unix, don't return "." ".." or any file/directory that begins with a "."! Perhaps we should really end up having a preference that determines whether to return these "hidden" items or not.
git-svn-id: svn://10.0.0.236/trunk@45146 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 11:40:29 +00:00
rjc%netscape.com
69b50f0cc4 Try again.
git-svn-id: svn://10.0.0.236/trunk@45145 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 10:28:37 +00:00
rjc%netscape.com
4f2965aa1d Small fix.
git-svn-id: svn://10.0.0.236/trunk@45144 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 10:26:55 +00:00
rjc%netscape.com
f48f77a6f5 Cleanup a bit, and fix bug # 11516.
git-svn-id: svn://10.0.0.236/trunk@45143 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 10:05:40 +00:00
rjc%netscape.com
902c73f132 Add column sorting support for directory component listings. Default to ascending sort on "name" column.
git-svn-id: svn://10.0.0.236/trunk@45142 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 09:34:46 +00:00
rjc%netscape.com
e5227f6d31 Get rid of rdf appcore header file.
git-svn-id: svn://10.0.0.236/trunk@45141 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 09:27:19 +00:00
rjc%netscape.com
046c9ce990 Also remove nsidomrdfcore.h
git-svn-id: svn://10.0.0.236/trunk@45140 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 09:09:12 +00:00
rjc%netscape.com
4781514863 Oops, missed these!
git-svn-id: svn://10.0.0.236/trunk@45139 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 09:07:58 +00:00
rjc%netscape.com
98bb2ad44c Bye bye, RDF AppCore.
git-svn-id: svn://10.0.0.236/trunk@45138 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 08:48:52 +00:00
waterson%netscape.com
133f23cb46 Fix for new twisty syntax.
git-svn-id: svn://10.0.0.236/trunk@45137 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 08:41:29 +00:00
waterson%netscape.com
0dc2d80f5f Fix related links style rules for new twisty syntax.
git-svn-id: svn://10.0.0.236/trunk@45136 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 08:36:34 +00:00
rickg%netscape.com
0a22952c2a try to make mac build happy
git-svn-id: svn://10.0.0.236/trunk@45135 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 08:15:47 +00:00
toshok%hungry.com
476f1c3f2a add simple test to make sure things are actually working.
git-svn-id: svn://10.0.0.236/trunk@45134 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 08:04:12 +00:00
toshok%hungry.com
f6a364eacb quiet compiler.
git-svn-id: svn://10.0.0.236/trunk@45133 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 08:03:29 +00:00
toshok%hungry.com
a453d7f63b actually build the tests.
git-svn-id: svn://10.0.0.236/trunk@45132 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 08:02:31 +00:00
toshok%hungry.com
60ad67a729 if MAP_ANON is available, use it (instead of mmap'ing /dev/zero.)
git-svn-id: svn://10.0.0.236/trunk@45131 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 08:02:10 +00:00
rickg%netscape.com
c6cb179436 changed usage from deprecated nsString API
git-svn-id: svn://10.0.0.236/trunk@45130 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 06:56:31 +00:00
rickg%netscape.com
fbbac7b078 improved docs, bug fixes, removed outdated APIs
git-svn-id: svn://10.0.0.236/trunk@45129 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 06:55:13 +00:00
ftang%netscape.com
330c6866b2 add cns11643 plan 3-7, TIS-620. Also make the HIISO-8859-8 render from right to left
git-svn-id: svn://10.0.0.236/trunk@45128 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 06:39:26 +00:00
rickg%netscape.com
f6eac68b59 enlarged the buffer size used for logging
git-svn-id: svn://10.0.0.236/trunk@45127 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 05:54:37 +00:00
morse%netscape.com
54aca05136 for security purposes, use random names for data files
git-svn-id: svn://10.0.0.236/trunk@45125 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 04:56:18 +00:00
morse%netscape.com
5de2a27c96 remove some unused interface routines
git-svn-id: svn://10.0.0.236/trunk@45124 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 04:55:32 +00:00
waterson%netscape.com
2e2b5b3f71 Clean up compiler warnings.
git-svn-id: svn://10.0.0.236/trunk@45123 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 03:18:06 +00:00
shawnp%earthling.net
bd57e98d7c Now set the title of the window properly. Now pass the correct parameters
into bitBlt() to handle partial repainting requests.


git-svn-id: svn://10.0.0.236/trunk@45122 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 02:59:54 +00:00
putterman%netscape.com
e8ecede8fa More work on priority column
git-svn-id: svn://10.0.0.236/trunk@45121 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 02:57:52 +00:00
shawnp%earthling.net
500974c157 Now implement WidgetToScreen() and ScreenToWidget(). Now resize the QPixmap
associated with a widget in Resize() as well as the widget. OnResize() now
passes the correct size parameters to DispatchWindowEvent(). No longer
erase the widget when repainting it. Added code that gets animated gifs
going, but at too high a price for other web pages - so it's currently
commented out until I find a better solution. Added more code to output
logging info.


git-svn-id: svn://10.0.0.236/trunk@45120 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 02:57:46 +00:00
putterman%netscape.com
49ea5c6892 More work on priority column.
git-svn-id: svn://10.0.0.236/trunk@45119 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 02:57:34 +00:00
putterman%netscape.com
a70b390d5f Use XULSortService and fix NextUnreadMessage.
git-svn-id: svn://10.0.0.236/trunk@45118 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 02:57:03 +00:00
waterson%netscape.com
a6982f16c2 Remove nsJSElementObserver.cpp and nsJSNodeObserver.cpp; obsolete.
git-svn-id: svn://10.0.0.236/trunk@45117 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 02:49:33 +00:00
shawnp%earthling.net
5e760370a2 Disabled code that was trying to outsmart the painting mechanism. Added
code in SetSelection() to handle the case where the caller wants to clear
the selection.


git-svn-id: svn://10.0.0.236/trunk@45116 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 02:47:25 +00:00
waterson%netscape.com
83f0108fa0 Content model whackage. Remove all code that tried to keep the graph in sync with DOM changes. Regenerate JS from newer idlc compiler. Fix bug 12177. Fix miscellaneous breakage with templates.
git-svn-id: svn://10.0.0.236/trunk@45115 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 02:45:54 +00:00
shawnp%earthling.net
8a6084e387 Removed AdjustScrollBarPosition() function.
git-svn-id: svn://10.0.0.236/trunk@45114 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 02:45:47 +00:00
shawnp%earthling.net
86084c765c Now listen for the valueChanged() signal from Qt so that we don't have an
echoing effect dealing with scrolling. Removed AdjustScrollBarPosition()
function. Adjusted the value that is given to Qt as the maximum scroll
position - I now discount the thumb size.


git-svn-id: svn://10.0.0.236/trunk@45113 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 02:45:04 +00:00
shawnp%earthling.net
c38bdc4b6b nsQRadioButton now uses nsQEventHandler event handling. Added debugging
code to make sure that radio buttons actually work as they're supposed to.


git-svn-id: svn://10.0.0.236/trunk@45112 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 02:41:52 +00:00
shawnp%earthling.net
752c2796fb Added MouseMovedEvent(), KeyPressEvent(), KeyReleaseEvent() and GetNSKey()
functions.


git-svn-id: svn://10.0.0.236/trunk@45111 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 02:39:42 +00:00
shawnp%earthling.net
d420ed784a Now catch MouseMove, KeyPress and KeyRelease events. Cleaned up the
handling of mouse press and release events. Added GetNSKey() function.


git-svn-id: svn://10.0.0.236/trunk@45110 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 02:38:38 +00:00
shawnp%earthling.net
d5f8d532f3 Corrected comments and improved logging output.
git-svn-id: svn://10.0.0.236/trunk@45109 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 02:31:34 +00:00
shawnp%earthling.net
dbedc79c72 Removed unneeded member variable.
git-svn-id: svn://10.0.0.236/trunk@45108 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 02:30:47 +00:00
shawnp%earthling.net
b61dcb3789 Don't need to free the QStyle (it's freed by QApplication).
git-svn-id: svn://10.0.0.236/trunk@45107 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 02:30:21 +00:00
shawnp%earthling.net
ef61b1eaac Replaced calls to GetPixmap() to GetPaintDevice(). Now pass in a
QPaintDevice into nsDrawingSurface instead of a QPixmap. No longer output
bogus characters when printing debug in DrawString(). Now display Unicode
strings properly.


git-svn-id: svn://10.0.0.236/trunk@45106 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 02:26:59 +00:00
shawnp%earthling.net
8d8173c7e4 Changed the type of one parameter in Init() to be more generic.
git-svn-id: svn://10.0.0.236/trunk@45105 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 02:22:33 +00:00
shawnp%earthling.net
844bc8a921 Replaced QPixmap member variable with a more generic QPaintDevice. Renamed
GetPixmap() to GetPaintDevice().


git-svn-id: svn://10.0.0.236/trunk@45104 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 02:21:32 +00:00
shawnp%earthling.net
cc87f81b6d Replaced QPixmap member variable with a more generic QPaintDevice. Renamed
GetGC() to GetPaintDevice().


git-svn-id: svn://10.0.0.236/trunk@45103 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 02:19:47 +00:00
bruce%cybersight.com
eeddabfab0 Fix build bustage. Thanks waterson! Sorry about that.
git-svn-id: svn://10.0.0.236/trunk@45102 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 01:06:54 +00:00
bruce%cybersight.com
ad237541df Fix warning from my last checkin.
git-svn-id: svn://10.0.0.236/trunk@45101 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 00:51:56 +00:00
blizzard%redhat.com
c50b57f072 clean up a couple of leaks
git-svn-id: svn://10.0.0.236/trunk@45100 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 00:43:08 +00:00
blizzard%redhat.com
c13f5948d7 get rid of the focus madness. start tracking focus virtually instead of dealing with X's completely broken focus handling.
git-svn-id: svn://10.0.0.236/trunk@45099 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 00:38:35 +00:00
bruce%cybersight.com
d14a97c695 Change deallocation for nsAutoCString to use nsAllocator. This removes several thousand FMM errors in Purify.
git-svn-id: svn://10.0.0.236/trunk@45098 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 00:32:27 +00:00
hyatt%netscape.com
0cf34ce7ba Changes to the cell map to support incremental insertion and removal of rows. Currently
only used by the tree widget.


git-svn-id: svn://10.0.0.236/trunk@45097 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 00:01:09 +00:00
hyatt%netscape.com
c6e6a387cd Improvements to tree scrolling.
git-svn-id: svn://10.0.0.236/trunk@45096 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 00:00:31 +00:00
morse%netscape.com
6636b1f843 timeout wallet access after 30 minutes
git-svn-id: svn://10.0.0.236/trunk@45095 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 23:44:26 +00:00
selmer%netscape.com
b451a39f8c Added onNext handler to load new config's cache file
git-svn-id: svn://10.0.0.236/trunk@45094 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 23:43:26 +00:00
selmer%netscape.com
6e92de93b2 Initial handling of configuration local cache files using onNext=Reload(dir) in INI file
git-svn-id: svn://10.0.0.236/trunk@45093 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 23:42:43 +00:00
rickg%netscape.com
5839838c75 replaced deprecated nsString use with nsCString
git-svn-id: svn://10.0.0.236/trunk@45092 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 23:39:25 +00:00
briano%netscape.com
93e6da5fd6 Automated update
git-svn-id: svn://10.0.0.236/trunk@45091 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 23:30:53 +00:00
cls%seawood.org
439dcc9179 Oops. Set AR_EXTRACT arg as t instead of x. Thanks to bruce for catching my breakage of the ports page.
git-svn-id: svn://10.0.0.236/trunk@45090 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 23:21:27 +00:00
selmer%netscape.com
c868f1db30 Make combobox remember by string instead of integer index
git-svn-id: svn://10.0.0.236/trunk@45089 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 23:04:36 +00:00
briano%netscape.com
95b590a24e Automated update
git-svn-id: svn://10.0.0.236/trunk@45088 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 23:00:49 +00:00
cls%seawood.org
8995217d9d By default, cat the contents of config-defs.h (if created or modified) during the configure process. This will help people debug tinderbox logs and other 3rd party builds where only the output of configure and the make process is given.
Use --disable-verbose-config-defs to turn it off.


git-svn-id: svn://10.0.0.236/trunk@45087 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 22:53:07 +00:00
selmer%netscape.com
e367f878fe Hook combobox selection up to its display
git-svn-id: svn://10.0.0.236/trunk@45086 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 22:52:40 +00:00
selmer%netscape.com
ae03d97585 Oops, need to set name in SetGlobal
git-svn-id: svn://10.0.0.236/trunk@45085 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 22:32:29 +00:00
selmer%netscape.com
d0064381c6 customizations isn't below cckwiz in release product
git-svn-id: svn://10.0.0.236/trunk@45084 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 22:13:32 +00:00
selmer%netscape.com
edd152ebe2 Fix combobox to have first item selected
git-svn-id: svn://10.0.0.236/trunk@45083 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 22:07:39 +00:00
shaver%netscape.com
b6754876bd make sure that /path/to/dir and /path/to/dir/ are treated as equal
git-svn-id: svn://10.0.0.236/trunk@45082 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 22:05:11 +00:00
norris%netscape.com
7ec5c495e3 removed files: mozilla/dom/src/base/nsJSSecurityManager.cpp
git-svn-id: svn://10.0.0.236/trunk@45081 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 22:01:26 +00:00
norris%netscape.com
3a6d863c13 * clean up nsScriptSecurityManager
* remove nsJSSecurityManager
* save principals in nsIChannels and nsIDocuments


git-svn-id: svn://10.0.0.236/trunk@45080 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 21:58:42 +00:00
selmer%netscape.com
e9b6f3bfd5 Fix SetGlobal & related handling
git-svn-id: svn://10.0.0.236/trunk@45079 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 21:30:16 +00:00
miodrag%netscape.com
a4878a7830 Removed manifest.mf dependency
git-svn-id: svn://10.0.0.236/trunk@45078 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 21:01:12 +00:00
tao%netscape.com
363d048c1f Fix a memory leak.
git-svn-id: svn://10.0.0.236/trunk@45077 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 20:29:07 +00:00
briano%netscape.com
70b0a95af0 Automated update
git-svn-id: svn://10.0.0.236/trunk@45076 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 20:03:08 +00:00
beard%netscape.com
04ea981017 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@45075 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 20:02:46 +00:00
cls%seawood.org
f06d7f578e Removed --enable-wrap-malloc from random options
git-svn-id: svn://10.0.0.236/trunk@45074 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 19:59:44 +00:00
waterson%netscape.com
d5f6e9b5e5 Clean up comments; no more delete[].
git-svn-id: svn://10.0.0.236/trunk@45073 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 19:38:41 +00:00
bienvenu%netscape.com
0e12f153e6 convert some interfaces to use nsisupports proxy
git-svn-id: svn://10.0.0.236/trunk@45072 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 18:27:30 +00:00
briano%netscape.com
c3bc63c66b Automated update
git-svn-id: svn://10.0.0.236/trunk@45071 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 18:15:50 +00:00
cls%seawood.org
32ef37887b Landed first set of cross-compiling changes
Split AR into AR & AR_FLAGS
Moved AR_LIST, AR_EXTRACT, OBJ_SUFFIX & LIB_SUFFIX definitions into configure.in
Moved DIST definition to autoconf.in.mk.  In the future, it should be set by configure using --prefix
Added DEBUG_AUTOCONF_XCOMPILE ifdef to config.mk


git-svn-id: svn://10.0.0.236/trunk@45070 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 18:10:23 +00:00
rickg%netscape.com
da713e88f4 replaced call to deprecated method in nsString
git-svn-id: svn://10.0.0.236/trunk@45069 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 17:44:48 +00:00
rickg%netscape.com
989fb2991c converted an instance to nsCString and replaced deprecated nsString call
git-svn-id: svn://10.0.0.236/trunk@45068 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 17:42:34 +00:00
bienvenu%netscape.com
34be3168b7 make incoming server implement nsIImapServerSink interface
git-svn-id: svn://10.0.0.236/trunk@45067 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 17:37:36 +00:00
bienvenu%netscape.com
2743b9b4dd add alert methods to server sink
git-svn-id: svn://10.0.0.236/trunk@45066 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 17:35:43 +00:00
rickg%netscape.com
6f7f47de92 corrected string usage errors and removed warning
git-svn-id: svn://10.0.0.236/trunk@45065 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 17:35:19 +00:00
cathleen%netscape.com
92be6bb5d8 partial fix for bug 12166, where cleanup() is not getting called after install completes, thus file pointer for JAR/XPI files are not freed up afterwards.
git-svn-id: svn://10.0.0.236/trunk@45064 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 17:21:39 +00:00
fur%netscape.com
d42d901505 Eliminate obsolete error message
git-svn-id: svn://10.0.0.236/trunk@45063 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 16:55:02 +00:00
fur%netscape.com
6be8ddc8da Propagating fixes from SpiderMonkey140_BRANCH
git-svn-id: svn://10.0.0.236/trunk@45062 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 16:54:24 +00:00
bienvenu%netscape.com
5b13615a73 fix assert about auto assigning ids by commenting out atom zapping code
git-svn-id: svn://10.0.0.236/trunk@45061 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 16:50:48 +00:00
valeski%netscape.com
6dc236de9d nsString2 to nsCString
git-svn-id: svn://10.0.0.236/trunk@45060 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 16:46:30 +00:00
valeski%netscape.com
69aa0b4100 nsSTring2 to nsCString changeover
git-svn-id: svn://10.0.0.236/trunk@45059 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 16:43:16 +00:00
valeski%netscape.com
85cbe7eb36 change nsString2 to nsCString
git-svn-id: svn://10.0.0.236/trunk@45058 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 16:42:27 +00:00
locka%iol.ie
6be75c048b Editor mode toolbar and new partial success test icon
git-svn-id: svn://10.0.0.236/trunk@45057 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 16:02:28 +00:00
locka%iol.ie
1156eaa0d1 Added more editor mode support
git-svn-id: svn://10.0.0.236/trunk@45056 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 16:01:25 +00:00
locka%iol.ie
a5f643a896 Added dependency for IOleCommandTargetImpl.h
git-svn-id: svn://10.0.0.236/trunk@45055 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 15:59:52 +00:00
locka%iol.ie
847a76fa18 Fixed problem with GetIDispatch
git-svn-id: svn://10.0.0.236/trunk@45054 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 15:59:12 +00:00
locka%iol.ie
357f525807 Made a basic working editor mode.
git-svn-id: svn://10.0.0.236/trunk@45053 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 15:58:49 +00:00
locka%iol.ie
70113a2439 Made callback mechanism slightly easier
git-svn-id: svn://10.0.0.236/trunk@45052 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 15:57:45 +00:00
valeski%netscape.com
e922b6f2b5 now we're handlin data sent in non-delimited chunks
git-svn-id: svn://10.0.0.236/trunk@45051 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 15:53:59 +00:00
endico%mozilla.org
59c0134a0f another M9 hard coded in to most doomed
git-svn-id: svn://10.0.0.236/trunk@45050 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 15:42:12 +00:00
valeski%netscape.com
5b8d8b8a52 changed SUCCEEDED to NS_SUCCEEDED
git-svn-id: svn://10.0.0.236/trunk@45049 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 15:35:01 +00:00
morse%netscape.com
760ab1bb47 fix bug 12767
git-svn-id: svn://10.0.0.236/trunk@45048 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 15:24:46 +00:00
valeski%netscape.com
66d6baa106 added file to export list
git-svn-id: svn://10.0.0.236/trunk@45047 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 14:36:43 +00:00
valeski%netscape.com
09be5128d6 added stream converter functionality to the doc loader. also initialize/register the multipartmixedreplace stream converter in the webshell
git-svn-id: svn://10.0.0.236/trunk@45046 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 14:31:08 +00:00
valeski%netscape.com
6ebdbfafb5 added the converters dir to the builds (mac isn't in yet :(
git-svn-id: svn://10.0.0.236/trunk@45045 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 14:16:32 +00:00
valeski%netscape.com
ce33624a33 added GetContentType functionality. Now the channel tries the mime service and uses it's own member when possible.
git-svn-id: svn://10.0.0.236/trunk@45044 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 14:14:30 +00:00
valeski%netscape.com
8df93aa410 mem leak fix
git-svn-id: svn://10.0.0.236/trunk@45043 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 14:12:05 +00:00
valeski%netscape.com
718546e784 updated final receiver's OnDataAvailable so it now outputs the data it receives. Also added asyncronous conversion test w/ multiple OnDataAvailables
git-svn-id: svn://10.0.0.236/trunk@45042 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 14:11:41 +00:00
valeski%netscape.com
0b2626b25c added newline and encapsulating header file ifdef
git-svn-id: svn://10.0.0.236/trunk@45041 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 14:09:16 +00:00
hyatt%netscape.com
388fcf1e1e Improvements to the tree's scrollbar.
git-svn-id: svn://10.0.0.236/trunk@45040 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 11:15:30 +00:00
bruce%cybersight.com
908c1460ec Init refcnt.
git-svn-id: svn://10.0.0.236/trunk@45039 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 11:10:31 +00:00
hyatt%netscape.com
ed2b5847c4 Improvements to the tree's scrollbar.
git-svn-id: svn://10.0.0.236/trunk@45038 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 10:51:15 +00:00
bruce%cybersight.com
bb26f3303c Fix build bustage. This has an nsCOMPtr<nsIEventSinkGetter> so it must include nsIEventSinkGetter.h to fully define the type.
git-svn-id: svn://10.0.0.236/trunk@45037 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 07:04:31 +00:00
rpotts%netscape.com
146289bd13 Moved redirect logic out of the HTTPResponseListener and into the Channel...
git-svn-id: svn://10.0.0.236/trunk@45036 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 06:02:27 +00:00
hyatt%netscape.com
61f02a1d7b Teaching the fixed layout strategy how to deal with relative/proportional specified
widths.


git-svn-id: svn://10.0.0.236/trunk@45035 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 06:00:32 +00:00
cls%seawood.org
49a54c8870 Removed hardcoded -lpthread for bug #12739 . Configure now checks for -lpthread and responds to --without-pthreads.
git-svn-id: svn://10.0.0.236/trunk@45034 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 05:56:43 +00:00
cls%seawood.org
06d4e448bb Removed hardcoded -fno-rtti & -fno-exceptions. They are now autodetected by configure.
git-svn-id: svn://10.0.0.236/trunk@45033 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 05:27:26 +00:00
brendan%mozilla.org
adac67ff2b Improve diagnostic for codefrag vs. NS_DECL_IFOO warning.
git-svn-id: svn://10.0.0.236/trunk@45032 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 05:16:05 +00:00
briano%netscape.com
bf37a74099 Automated update
git-svn-id: svn://10.0.0.236/trunk@45031 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 05:01:19 +00:00
cls%seawood.org
e476e91b47 Removed --strip-not-exported from --enable-random-options as it requires a special linker.
git-svn-id: svn://10.0.0.236/trunk@45030 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 04:54:45 +00:00
cls%seawood.org
a62860d49e GtkMozilla shouldn't know about Mozilla's dist path as it can be changed by setting DIST.
git-svn-id: svn://10.0.0.236/trunk@45029 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 04:52:37 +00:00
troy%netscape.com
2536a64e5f Fix for bug #12592. Optimized style change reflow commands targeted at
a cell frame


git-svn-id: svn://10.0.0.236/trunk@45028 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 04:18:00 +00:00
hyatt%netscape.com
1bf0b725cf Fixing a scrolling problem that happens on a resize.
git-svn-id: svn://10.0.0.236/trunk@45027 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 04:03:29 +00:00
troy%netscape.com
cfa7416254 Fix for bug #12751. Optimized PaintBorder() so if the dirty rect is completely
inside of the border rect, then we don't paint anything. This speed up
incremental painting


git-svn-id: svn://10.0.0.236/trunk@45026 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 03:25:56 +00:00
hyatt%netscape.com
5adc5c03b6 Oops. Introduced some asserts in mail/news. Fixing this.
git-svn-id: svn://10.0.0.236/trunk@45025 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 00:57:10 +00:00
dougt%netscape.com
e61003fef3 fixing chrome bustage.
git-svn-id: svn://10.0.0.236/trunk@45024 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 00:46:58 +00:00
hyatt%netscape.com
c2db5a2411 Big tree improvements.
git-svn-id: svn://10.0.0.236/trunk@45023 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-29 00:46:41 +00:00
radha%netscape.com
7243718d93 Remove old session history menu items from 'Go' menu
git-svn-id: svn://10.0.0.236/trunk@45022 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 23:59:52 +00:00
radha%netscape.com
62d4d6c1a5 Remove old Session history menu items from 'Go' menu
git-svn-id: svn://10.0.0.236/trunk@45021 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 23:59:17 +00:00
radha%netscape.com
1f4dae7420 Enable Session history in Go menu
git-svn-id: svn://10.0.0.236/trunk@45020 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 23:58:29 +00:00
radha%netscape.com
316e3a56e9 Set title for the current entry in session history
git-svn-id: svn://10.0.0.236/trunk@45019 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 23:51:12 +00:00
dougt%netscape.com
63884f6de3 Fix for 12702. cookies work again.
git-svn-id: svn://10.0.0.236/trunk@45018 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 22:28:08 +00:00
pavlov%netscape.com
8a6de66d43 add multiple palette support
git-svn-id: svn://10.0.0.236/trunk@45017 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 19:51:27 +00:00
pavlov%netscape.com
f112add407 add palette name atom
git-svn-id: svn://10.0.0.236/trunk@45016 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 19:50:15 +00:00
bienvenu%netscape.com
c2e9be7bc2 add server sink idl
git-svn-id: svn://10.0.0.236/trunk@45015 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 19:02:33 +00:00
sspitzer%netscape.com
171486f815 ignore generated Makefile
git-svn-id: svn://10.0.0.236/trunk@45014 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 18:22:06 +00:00
sspitzer%netscape.com
9efbaab4b6 silly change. ignore
git-svn-id: svn://10.0.0.236/trunk@45013 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 18:20:44 +00:00
ducarroz%netscape.com
54531b04c3 Add build instruction for mozilla:mailnews:imap:macbuild:msgimapIDL.mcp
git-svn-id: svn://10.0.0.236/trunk@45012 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 18:01:13 +00:00
ducarroz%netscape.com
427e2941b1 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@45011 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 18:00:36 +00:00
sspitzer%netscape.com
a65fffcefb fix warning
git-svn-id: svn://10.0.0.236/trunk@45008 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 17:32:51 +00:00
sspitzer%netscape.com
835267909a initial pass at hooking up news to the progress bar and status area. more to be done here.
git-svn-id: svn://10.0.0.236/trunk@45006 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 17:29:15 +00:00
sspitzer%netscape.com
3e2a852f34 don't clear the news.directory pref.
git-svn-id: svn://10.0.0.236/trunk@45005 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 17:27:37 +00:00
sspitzer%netscape.com
1516e85713 turn off my debugging noise
git-svn-id: svn://10.0.0.236/trunk@45004 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 17:26:13 +00:00
sspitzer%netscape.com
5d75a88269 fix pedantic build bustage.
git-svn-id: svn://10.0.0.236/trunk@45003 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 16:55:31 +00:00
morse%netscape.com
aacde5edcb fix bug 12475
git-svn-id: svn://10.0.0.236/trunk@45002 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 16:16:11 +00:00
bienvenu%netscape.com
b8c337b276 add server sink idl, not part of build
git-svn-id: svn://10.0.0.236/trunk@45001 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 15:54:13 +00:00
morse%netscape.com
1b0ea08be4 stop leaking spec in wallet__ProfileDirectory and wallet_ResourceDirectory -- similar to bug 12604
git-svn-id: svn://10.0.0.236/trunk@45000 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 14:49:18 +00:00
morse%netscape.com
9de6eeed5c stop leaking spec in cookie_ProfileDirectory -- bug 12604
git-svn-id: svn://10.0.0.236/trunk@44999 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 14:48:22 +00:00
morse%netscape.com
968f97eacd fix bug when adding first schema to empty wallet
git-svn-id: svn://10.0.0.236/trunk@44998 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 14:33:45 +00:00
morse%netscape.com
c1be945b03 use real dialogs for cookie nag box
git-svn-id: svn://10.0.0.236/trunk@44997 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 13:51:59 +00:00
morse%netscape.com
e4728bf233 fix bug when changing password
git-svn-id: svn://10.0.0.236/trunk@44996 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 13:24:00 +00:00
pavlov%netscape.com
26c871ae25 add color picker to the menubar
git-svn-id: svn://10.0.0.236/trunk@44995 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 08:43:24 +00:00
pavlov%netscape.com
1301d5a321 add color picker test menu item
git-svn-id: svn://10.0.0.236/trunk@44994 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 08:40:14 +00:00
pavlov%netscape.com
d893ad129b label for color picker menu item
git-svn-id: svn://10.0.0.236/trunk@44993 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 08:39:31 +00:00
pavlov%netscape.com
16d466e6e9 sample colorpicker
git-svn-id: svn://10.0.0.236/trunk@44992 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 08:36:42 +00:00
nisheeth%netscape.com
b791d4288f Checking in initial version of Keith Visco's (kvisco@ziplink.net) XSL processor, Transformiix. Some glue code to interface it with mozilla is #ifdef MOZILLA protected.
git-svn-id: svn://10.0.0.236/trunk@44991 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 08:19:56 +00:00
pavlov%netscape.com
5b86aa3a5c honor width and height on the color picker and size intrinsically if thats what you want
git-svn-id: svn://10.0.0.236/trunk@44990 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 07:49:39 +00:00
nisheeth%netscape.com
e1d677c891 Work in progress to integrate Keith Visco's XSL processor, Transformiix, into Gecko. All code is protected by #ifdef XSL and will not affect the build.
git-svn-id: svn://10.0.0.236/trunk@44989 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 07:37:23 +00:00
nisheeth%netscape.com
623d44aef7 Work in progress to integrate Keith Visco's XSL processor, Transformiix, into Gecko. All code is protected by #ifdef XSL and will not affect the build.
git-svn-id: svn://10.0.0.236/trunk@44988 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 07:31:08 +00:00
pavlov%netscape.com
86bb9f1e01 fix some mathmatical errors and do proper clipping
git-svn-id: svn://10.0.0.236/trunk@44987 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 06:40:37 +00:00
syd%netscape.com
2c08cdeba3 Comment out rdf for files, this crashes editor when you bring it up. See bug 12725.
git-svn-id: svn://10.0.0.236/trunk@44981 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 06:03:49 +00:00
neeti%netscape.com
09e423faf4 implemented ResetPrefs feature
git-svn-id: svn://10.0.0.236/trunk@44980 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 05:19:29 +00:00
rpotts%netscape.com
e6270075bd Null terminate the new buffer.
git-svn-id: svn://10.0.0.236/trunk@44979 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 05:12:11 +00:00
idk%eng.sun.com
9d2f8ed652 Initial pluglets checkin.
git-svn-id: svn://10.0.0.236/trunk@44978 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 04:39:56 +00:00
pavlov%netscape.com
604ab5b0be added files: mozilla/layout/xul/base/src/nsStdColorPicker.cpp
git-svn-id: svn://10.0.0.236/trunk@44977 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 04:28:59 +00:00
pavlov%netscape.com
6ea248f887 color picker widget
git-svn-id: svn://10.0.0.236/trunk@44976 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 04:28:45 +00:00
bienvenu%netscape.com
15ee856129 more makefile bustage
git-svn-id: svn://10.0.0.236/trunk@44975 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 03:36:06 +00:00
beard%netscape.com
39cdb750f7 Changed GetIID() to NS_DEFINE_STATIC_IID_ACCESSOR.
git-svn-id: svn://10.0.0.236/trunk@44974 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 03:01:32 +00:00
bienvenu%netscape.com
9f69cbb5bf another attempt to fix linux build bustage
git-svn-id: svn://10.0.0.236/trunk@44973 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 03:01:13 +00:00
beard%netscape.com
f8c87f0f05 fixing an unused variable warning.
git-svn-id: svn://10.0.0.236/trunk@44972 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 03:00:59 +00:00
beard%netscape.com
6ffeb216b5 Removed a potentially dangerous cast.
git-svn-id: svn://10.0.0.236/trunk@44971 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 03:00:19 +00:00
beard%netscape.com
80b87b24fe fixed stack management so that stack crawls work, added a traceback table.
git-svn-id: svn://10.0.0.236/trunk@44970 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 02:59:33 +00:00
bienvenu%netscape.com
f166c22691 attempt to fix linux build bustage
git-svn-id: svn://10.0.0.236/trunk@44969 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 02:58:48 +00:00
beard%netscape.com
eb4bc42679 wasn't calling __intialize/__terminate.
git-svn-id: svn://10.0.0.236/trunk@44968 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 02:58:35 +00:00
cmanske%netscape.com
117195748b Removed string bundle code from nsEditor into EditorShell and added access for JavaScript. Moved most of Save document code into EditorShell and added filetype filters to save dialog. Placed Advanced Edit functionality in an overly file. Removed redundant entity strings, that are now in overlays, from DTD files.
git-svn-id: svn://10.0.0.236/trunk@44967 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 02:40:18 +00:00
cathleen%netscape.com
3963a1840c fix bug 9591, mPatchList, hashtable entries not freeup after install finishes
git-svn-id: svn://10.0.0.236/trunk@44966 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 02:07:14 +00:00
sdagley%netscape.com
634075dbb7 added files: mozilla/layout/xul/base/src/nsTreeRowFrame.cpp
git-svn-id: svn://10.0.0.236/trunk@44965 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 01:43:21 +00:00
cathleen%netscape.com
39c42933f3 fixed bug 12188, result file is not removed if patch fails
git-svn-id: svn://10.0.0.236/trunk@44964 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 01:21:35 +00:00
alecf%netscape.com
2beec5455c now support checkboxes too
git-svn-id: svn://10.0.0.236/trunk@44963 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 00:56:37 +00:00
hyatt%netscape.com
820940c820 Enabling tree row frames.
git-svn-id: svn://10.0.0.236/trunk@44962 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 00:45:18 +00:00
hyatt%netscape.com
fe110b68b9 Tweaks to be able to see the RowReflowState over in trees
git-svn-id: svn://10.0.0.236/trunk@44961 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 00:43:53 +00:00
hangas%netscape.com
516ab81888 First steps towards command updating for menus etc. hook?=trudelle
git-svn-id: svn://10.0.0.236/trunk@44960 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 00:43:42 +00:00
hangas%netscape.com
2331c3c9a8 Changed sort JS to use new interface as requested by rjc. hook?=trudelle
git-svn-id: svn://10.0.0.236/trunk@44959 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 00:42:33 +00:00
hyatt%netscape.com
99239b7964 Tree widget checkin.
git-svn-id: svn://10.0.0.236/trunk@44958 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 00:40:46 +00:00
troy%netscape.com
1604aaf744 Changed block frame code to cache the max element width. This enables
us to ask for the maxElementSize when doing an incremental reflow


git-svn-id: svn://10.0.0.236/trunk@44957 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 00:39:55 +00:00
hyatt%netscape.com
5b261ca2f5 Updated style rules for xul.css.
git-svn-id: svn://10.0.0.236/trunk@44956 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 00:36:07 +00:00
slamm%netscape.com
1a3b88bc5b Use the right quotes.
git-svn-id: svn://10.0.0.236/trunk@44955 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 00:32:47 +00:00
akkana%netscape.com
91575850ce Fix alt key char codes
git-svn-id: svn://10.0.0.236/trunk@44954 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 00:32:35 +00:00
akkana%netscape.com
2879c01e5b Handle lower-case alt-x as well as upper case
git-svn-id: svn://10.0.0.236/trunk@44953 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 00:31:06 +00:00
alecf%netscape.com
a5dd982c68 add stylesheets
git-svn-id: svn://10.0.0.236/trunk@44952 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 00:30:01 +00:00
alecf%netscape.com
1a397d5842 check in revved account manager
now displays many settings and allows you to change them, but doesn't write it back to prefs


git-svn-id: svn://10.0.0.236/trunk@44951 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 00:29:23 +00:00
cyeh%netscape.com
1e4563f813 backing out leaf's change because it breaks the vc5 machine that
doesn't have the right version of find installed. it assumes that
you have a certain version of gnu find. i think.


git-svn-id: svn://10.0.0.236/trunk@44950 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-28 00:07:09 +00:00
sfraser%netscape.com
72f71fbe9e Uh, putting a comma in the right place.
git-svn-id: svn://10.0.0.236/trunk@44949 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 23:44:11 +00:00
slamm%netscape.com
bf06dd8847 Print mozconfig if there is one.
git-svn-id: svn://10.0.0.236/trunk@44948 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 23:37:22 +00:00
sfraser%netscape.com
4c24d96c98 Turned off option to search for system headers in user paths. That was just evil.
git-svn-id: svn://10.0.0.236/trunk@44947 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 23:27:47 +00:00
sfraser%netscape.com
9c0f6fb690 Fix mac build bustage by not aliasing all the contents of xpinstall/res, but using the MANIFEST file.
git-svn-id: svn://10.0.0.236/trunk@44946 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 23:22:42 +00:00
briano%netscape.com
22872ed75b Automated update
git-svn-id: svn://10.0.0.236/trunk@44945 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 23:16:01 +00:00
slamm%netscape.com
0919ff747f Rerun configure if PATH changes.
git-svn-id: svn://10.0.0.236/trunk@44942 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 23:03:27 +00:00
slamm%netscape.com
ab3427a4dd Move gtk option down show it shows up in the Build Configurator in the right place. Old directory building code is not needed by new Makefile building system. Move it down inside an if statement.
git-svn-id: svn://10.0.0.236/trunk@44941 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 23:01:43 +00:00
slamm%netscape.com
25867e98ea Run make-makefile with perl found by configure.
git-svn-id: svn://10.0.0.236/trunk@44940 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 22:57:21 +00:00
slamm%netscape.com
5843c02779 Dumb it down for perl 4.0 (blech!).
git-svn-id: svn://10.0.0.236/trunk@44939 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 22:56:24 +00:00
kipp%netscape.com
5057da765f Fixed crash when a frame is skipped and we are in a first-letter situation (doh)
git-svn-id: svn://10.0.0.236/trunk@44938 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 22:53:18 +00:00
ducarroz%netscape.com
7cea9a6fae Fix VC5 bustage
git-svn-id: svn://10.0.0.236/trunk@44937 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 22:32:19 +00:00
kipp%netscape.com
8c20b0dc7d use weird name for neckolib so that cls/shaver hack can mangle it back to what we want in the first place
git-svn-id: svn://10.0.0.236/trunk@44936 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 22:28:47 +00:00
dbragg%netscape.com
62e5f7c5e4 Changed the version of the nsInstallDelete constructor being called from the 4 param version to the 3 param version since I have the registry entry. Fixes bug 7846.
git-svn-id: svn://10.0.0.236/trunk@44935 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 22:01:01 +00:00
kipp%netscape.com
9e1ae6dc3f duh
git-svn-id: svn://10.0.0.236/trunk@44934 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:56:17 +00:00
kipp%netscape.com
3ad2b93278 Enable mallopt check action if flags say so
git-svn-id: svn://10.0.0.236/trunk@44933 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:56:03 +00:00
kipp%netscape.com
cb1ea8a006 Fixed bug #6674 by honoring the css overflow property and only setting the clip rect when overflow is 'hidden'
git-svn-id: svn://10.0.0.236/trunk@44932 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:53:04 +00:00
kipp%netscape.com
dd723473bb Fixed bug #10571 by always initializing 'ref'
git-svn-id: svn://10.0.0.236/trunk@44931 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:52:19 +00:00
kipp%netscape.com
5ba2f4dd8b Provide a small margin around tables and images here instead of hardcoding (bug #2119); make links red when active (bug #11230)
git-svn-id: svn://10.0.0.236/trunk@44930 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:51:46 +00:00
kipp%netscape.com
5caf777abe Added hack code (for me) to allow for stack depth testing
git-svn-id: svn://10.0.0.236/trunk@44929 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:50:37 +00:00
kipp%netscape.com
11867185b8 Fixed computation of max-element-size for bug #12384; don't compute line-height in this class
git-svn-id: svn://10.0.0.236/trunk@44928 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:50:06 +00:00
kipp%netscape.com
6d797d3be3 Shrink down size of nsLineLayout object
git-svn-id: svn://10.0.0.236/trunk@44927 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:49:12 +00:00
kipp%netscape.com
9d4d59aea1 Keep trakc of the depth of reflow to allow for limiting stack usage (bug #10310)
git-svn-id: svn://10.0.0.236/trunk@44926 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:48:54 +00:00
kipp%netscape.com
eccd6aa43e Don't paint frames that are unflowable
git-svn-id: svn://10.0.0.236/trunk@44925 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:48:21 +00:00
kipp%netscape.com
4a17fe8915 Added IsFrameTreeTooDeep method to support code handling bug #10310
git-svn-id: svn://10.0.0.236/trunk@44924 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:48:06 +00:00
kipp%netscape.com
dd5de649f5 Fixed bug 12451 - use list-style-type when image doesn't load or is loading
git-svn-id: svn://10.0.0.236/trunk@44923 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:47:39 +00:00
kipp%netscape.com
ffd939db74 Cache computed width so that during placement of the block we can see if auto margins need recomputing (bug #1164)
git-svn-id: svn://10.0.0.236/trunk@44922 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:47:04 +00:00
karnaze%netscape.com
90dd33aed5 new regression tests
git-svn-id: svn://10.0.0.236/trunk@44921 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:46:14 +00:00
kipp%netscape.com
5b8f10fa6d Revamped to create/destroy manage first-letter frames so that incremental operations (append/insert/remove) work properly
git-svn-id: svn://10.0.0.236/trunk@44920 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:46:10 +00:00
kipp%netscape.com
858dd7ad39 Reduce stack size by allocating nsLineLayout objects from the heap when the frame tree depth gets too big (bug #10310)
git-svn-id: svn://10.0.0.236/trunk@44919 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:45:37 +00:00
kipp%netscape.com
d313b06d4d Reduced the default number of nsBandTrapezoids to reduce stack space used (bug #10310)
git-svn-id: svn://10.0.0.236/trunk@44918 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:44:10 +00:00
kipp%netscape.com
ee40827af0 Nuked some warnings
git-svn-id: svn://10.0.0.236/trunk@44917 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:43:33 +00:00
kipp%netscape.com
fa88c783a4 Moved hardcode into ua.css
git-svn-id: svn://10.0.0.236/trunk@44916 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:42:46 +00:00
kipp%netscape.com
b687f33436 Use revised DivAlignValue methods
git-svn-id: svn://10.0.0.236/trunk@44915 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:42:31 +00:00
kipp%netscape.com
c389a442d8 Made a method to inquire about nav-quirks mode and fixed a few methods to not be static so that they could use it
git-svn-id: svn://10.0.0.236/trunk@44914 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:42:08 +00:00
dougt%netscape.com
cb87f05ef8 adding netwerk chrome type.
git-svn-id: svn://10.0.0.236/trunk@44913 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:42:07 +00:00
kipp%netscape.com
976f1bf1be Revised implementation to better manage the embedded text fragment; implement revised nsITextContent API
git-svn-id: svn://10.0.0.236/trunk@44912 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:41:13 +00:00
kipp%netscape.com
e8e2636fba Implement GetTextLength and CopyText methods from revised nsITextContent API
git-svn-id: svn://10.0.0.236/trunk@44911 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:40:47 +00:00
kipp%netscape.com
ee5f7e7837 Added in GetTextLength and CopyText methods for the MathML folks
git-svn-id: svn://10.0.0.236/trunk@44910 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:40:13 +00:00
kipp%netscape.com
42f23d9817 Made WhiteSpaceIsSignificant a const method
git-svn-id: svn://10.0.0.236/trunk@44909 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:39:50 +00:00
dougt%netscape.com
3569d6d4cb Adding protocol icon support.
git-svn-id: svn://10.0.0.236/trunk@44908 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:39:40 +00:00
kipp%netscape.com
b10be9c548 Added NS_FRAME_IS_UNFLOWABLE bit for handling frame trees that are too deep
git-svn-id: svn://10.0.0.236/trunk@44907 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:39:26 +00:00
sgehani%netscape.com
1c57a2f858 1> Doug's suggested changes.
2> Extracted files cleanup.
3> No more crashing at shutdown.


git-svn-id: svn://10.0.0.236/trunk@44906 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:36:59 +00:00
sgehani%netscape.com
c8fabcc752 Permission to use grey button framing routines received from Michael Amorose.
git-svn-id: svn://10.0.0.236/trunk@44905 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:32:55 +00:00
sgehani%netscape.com
a316f18da9 Added prefix files to enable compile target specific macro definition (DEBUG in particular).
git-svn-id: svn://10.0.0.236/trunk@44904 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:25:49 +00:00
sgehani%netscape.com
2e905ea346 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@44903 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:24:19 +00:00
jdunn%netscape.com
8273726b14 HP requires a newline at the end
git-svn-id: svn://10.0.0.236/trunk@44902 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:23:42 +00:00
ducarroz%netscape.com
6f06546c0d Add way to quote a message without headers, just quote the body.
git-svn-id: svn://10.0.0.236/trunk@44901 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:18:57 +00:00
mscott%netscape.com
5fda719134 Bug #7811 --> sync with new nsISmtpService apis.
git-svn-id: svn://10.0.0.236/trunk@44900 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:15:57 +00:00
karnaze%netscape.com
5daea56f8b bug 12287 - removed nsTableFrame::GetContainerWidth, renamed TableIsAutoWidth to IsAutoWidth and simplified.
git-svn-id: svn://10.0.0.236/trunk@44899 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:15:21 +00:00
nhotta%netscape.com
69c8a501ad First Checked In.
git-svn-id: svn://10.0.0.236/trunk@44898 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:15:16 +00:00
mscott%netscape.com
3d49426119 Bug #7811 --. nsISmtpUrl is now an idl file.
git-svn-id: svn://10.0.0.236/trunk@44897 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:14:34 +00:00
mscott%netscape.com
702d8c415d Bug #7811m --> nsISmtpService is now an idl file
git-svn-id: svn://10.0.0.236/trunk@44896 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:14:26 +00:00
tao%netscape.com
5176ca083a `set default path when baseDirectory is "".
git-svn-id: svn://10.0.0.236/trunk@44895 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:13:52 +00:00
dbragg%netscape.com
e9dba1d859 Added these files to conform to the chrome tree structure
git-svn-id: svn://10.0.0.236/trunk@44894 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:13:48 +00:00
mscott%netscape.com
dcf457cb37 Bug #7811 --. nsISmtpService is now an idl file.
git-svn-id: svn://10.0.0.236/trunk@44893 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:13:04 +00:00
mscott%netscape.com
cf229dea14 Bug #7811 --> nsISmtpService is now expressed in idl and several of the interfaces changed.
git-svn-id: svn://10.0.0.236/trunk@44892 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:12:46 +00:00
mscott%netscape.com
6b67f186b6 Bug #7811 --> turn this interface into an XPIDL interface.
git-svn-id: svn://10.0.0.236/trunk@44891 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:12:22 +00:00
mscott%netscape.com
006bbfd479 move CID from an interface into this file for nsISmtpService.
git-svn-id: svn://10.0.0.236/trunk@44890 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:12:00 +00:00
ducarroz%netscape.com
a70c02271d Add rule for blockquote[type=cite] (use by messenger for display replied messages)
git-svn-id: svn://10.0.0.236/trunk@44889 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:11:55 +00:00
nhotta%netscape.com
be09ba4948 Include a header file for prototypes.
git-svn-id: svn://10.0.0.236/trunk@44888 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:11:49 +00:00
tao%netscape.com
678c68a2aa Patch to bug 11724. Fix suspec`ious buffer overrun problem. It prevents
double byte Ja texts in DTD being loaded correctly.


git-svn-id: svn://10.0.0.236/trunk@44887 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:11:35 +00:00
sgehani%netscape.com
1f7c4b69f8 Fix for bug 11663 (by dougt).
git-svn-id: svn://10.0.0.236/trunk@44886 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:10:51 +00:00
nhotta%netscape.com
e6173c53d0 nsIPlatformCharset integration.
git-svn-id: svn://10.0.0.236/trunk@44885 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:10:18 +00:00
karnaze%netscape.com
a102e325e0 new regression tests
git-svn-id: svn://10.0.0.236/trunk@44884 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:08:14 +00:00
dbragg%netscape.com
49b2d22c21 Moved or added these files to conform to the chrome structure
git-svn-id: svn://10.0.0.236/trunk@44883 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:05:42 +00:00
mscott%netscape.com
2d3af4d2a2 Bug #12558 --> nsCString nsString(eTwoByte) --> nsString, nsString2 --> nsString changes
git-svn-id: svn://10.0.0.236/trunk@44882 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:03:25 +00:00
dbragg%netscape.com
dba4e5fbc0 Added xpinstall chrome directories
git-svn-id: svn://10.0.0.236/trunk@44881 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:02:48 +00:00
mscott%netscape.com
a6448447e2 Bug #12558 --> nsCString cleanup work.
git-svn-id: svn://10.0.0.236/trunk@44880 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:02:17 +00:00
akkana%netscape.com
516dec0c8b cvsignore
git-svn-id: svn://10.0.0.236/trunk@44879 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:00:47 +00:00
pinkerton%netscape.com
3737dd1e35 Enabling gfx idl
git-svn-id: svn://10.0.0.236/trunk@44878 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:00:35 +00:00
pollmann%netscape.com
2908644b55 Opps!
git-svn-id: svn://10.0.0.236/trunk@44877 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 20:59:28 +00:00
saari%netscape.com
5d14bd75de Fixing xul keybinding issues
git-svn-id: svn://10.0.0.236/trunk@44876 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 20:59:21 +00:00
pinkerton%netscape.com
57b2c533ff turning on gfx idl
git-svn-id: svn://10.0.0.236/trunk@44875 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 20:58:59 +00:00
saari%netscape.com
127f519100 Fixing bug 12335. Mac only changes
git-svn-id: svn://10.0.0.236/trunk@44874 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 20:58:58 +00:00
akkana%netscape.com
fd513f1e7a Standalone test of output sinks. Builds, but doesn't quite work yet because the charset service isn't registered
git-svn-id: svn://10.0.0.236/trunk@44873 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 20:58:57 +00:00
dcone%netscape.com
32e80cb389 removed a debug printf
git-svn-id: svn://10.0.0.236/trunk@44872 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 20:58:37 +00:00
pinkerton%netscape.com
851a72f380 idl stuff for gfx.
git-svn-id: svn://10.0.0.236/trunk@44871 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 20:57:48 +00:00
alecf%netscape.com
4ab1de51c9 implement toString() for identities (for debugging)
git-svn-id: svn://10.0.0.236/trunk@44870 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 20:57:07 +00:00
jdunn%netscape.com
1e9f18f8e9 each of these modules/apps require that libnechoutil_s.a be linked in
because they access NS_MakeAbsoluteURI and NS_OpenURI.  Ramiro and Andreas
have both looked this over


git-svn-id: svn://10.0.0.236/trunk@44869 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 20:55:45 +00:00
alecf%netscape.com
d51dda1135 implement toString() for accounts (for debugging)
git-svn-id: svn://10.0.0.236/trunk@44868 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 20:55:35 +00:00
dcone%netscape.com
a186c62d39 Fixed a conversion of decimal to comma
git-svn-id: svn://10.0.0.236/trunk@44867 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 20:55:16 +00:00
akkana%netscape.com
5f5d0e5d35 11249: add /body tag when writing body-only
git-svn-id: svn://10.0.0.236/trunk@44866 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 20:54:57 +00:00
mscott%netscape.com
65e5919adc Bug #12558 nsCString nsString(eTwoByte) --> nsString, nsString2 --> nsString changes
git-svn-id: svn://10.0.0.236/trunk@44865 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 20:54:41 +00:00
sfraser%netscape.com
e6a4b6421f Remove errant semicolon
git-svn-id: svn://10.0.0.236/trunk@44864 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 20:54:22 +00:00
mscott%netscape.com
bd6f5c7109 simplify interface by removing nsString requirement from several methods
git-svn-id: svn://10.0.0.236/trunk@44863 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 20:53:34 +00:00
leaf%mozilla.org
22e00df205 rebasing on every build
git-svn-id: svn://10.0.0.236/trunk@44862 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 20:52:28 +00:00
despotdaemon%netscape.com
4178c063b3 Pseudo-automatic update of changes made by leila.garin@eng.sun.com.
git-svn-id: svn://10.0.0.236/trunk@44861 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 20:46:25 +00:00
despotdaemon%netscape.com
f81980ac0b Pseudo-automatic update of changes made by rginda@ndcico.com.
git-svn-id: svn://10.0.0.236/trunk@44859 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 20:34:13 +00:00
despotdaemon%netscape.com
465ab7656c Pseudo-automatic update of changes made by leaf@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@44858 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 19:56:20 +00:00
despotdaemon%netscape.com
5e08c72d68 Pseudo-automatic update of changes made by leaf@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@44857 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 19:55:34 +00:00
despotdaemon%netscape.com
91a1971cf2 Pseudo-automatic update of changes made by leaf@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@44856 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 19:51:12 +00:00
despotdaemon%netscape.com
9e0ab1120d Pseudo-automatic update of changes made by leaf@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@44855 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 19:48:59 +00:00
despotdaemon%netscape.com
bb3275f84e Pseudo-automatic update of changes made by leaf@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@44854 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 19:43:41 +00:00
mscott%netscape.com
b80311651e Bug #12638 --> Fix nsPipe2::GetLength to return the number of unread bytes in the pipe. r=warren, a=cyeh
git-svn-id: svn://10.0.0.236/trunk@44853 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 19:14:57 +00:00
alecf%netscape.com
4522f95cba fix for #12639
git-svn-id: svn://10.0.0.236/trunk@44852 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 18:23:59 +00:00
sspitzer%netscape.com
7df1fe2374 fix for #12637. I was *removing* the server type pref when you called nsMsgAccountManager::GetIncomingServer(). not good. also, wrap my other ClearUserPref() calls until they are ready for prime-time, just to be safe.
git-svn-id: svn://10.0.0.236/trunk@44851 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 18:20:27 +00:00
terry%mozilla.org
85768d806d Don't even mention bugs that the user does not have permission to see.
git-svn-id: svn://10.0.0.236/trunk@44850 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 17:31:21 +00:00
terry%mozilla.org
554be96491 Added a missing </form>.
git-svn-id: svn://10.0.0.236/trunk@44849 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 17:17:43 +00:00
terry%mozilla.org
31370702dc Don't use "GET" for a form with a password in the obvious case where
we have no other bookmarkable data that we'll want to put in the URL.


git-svn-id: svn://10.0.0.236/trunk@44848 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 17:17:29 +00:00
miodrag%netscape.com
c17a710e05 Main dev tree synch up
git-svn-id: svn://10.0.0.236/trunk@44847 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 16:09:54 +00:00
miodrag%netscape.com
b4ad141bad Synch up with the main dev tree
git-svn-id: svn://10.0.0.236/trunk@44846 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 15:58:58 +00:00
miodrag%netscape.com
16b0b18fb6 Bumped version to 4.03 for Mozilla synch up
git-svn-id: svn://10.0.0.236/trunk@44845 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 15:49:53 +00:00
valeski%netscape.com
f5ec7bb6d7 not in main build - added comments and collapsed interface method definitions into related macros
git-svn-id: svn://10.0.0.236/trunk@44844 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 15:12:40 +00:00
rods%netscape.com
1386361c0e changed ifdef 0 to if 0
git-svn-id: svn://10.0.0.236/trunk@44843 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 14:48:07 +00:00
rods%netscape.com
63673bd8b6 change all index parameters to PRInt32 from PRUint32
added key listener support for keyboard navagation inside the list
fixed extended selection
fixed a minor problem with selecting an item


git-svn-id: svn://10.0.0.236/trunk@44842 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 14:42:27 +00:00
rods%netscape.com
d3328c416d Changed the view's widget create so it doesn't register D&D
git-svn-id: svn://10.0.0.236/trunk@44841 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 14:40:14 +00:00
rods%netscape.com
e7c6227e29 Changed Reflow to check for whether it is native mode or not. InGFX mode it now call the base class' (nsLeafFrame)
Reflow so it does a better job of laying out.


git-svn-id: svn://10.0.0.236/trunk@44840 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 14:38:54 +00:00
dcone%netscape.com
af7642739a Added a rounding parameter so rounded rects can be used as cirles if the radius is large enough
git-svn-id: svn://10.0.0.236/trunk@44839 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 14:37:47 +00:00
rods%netscape.com
077854306e Added the other GetDesiredSize call overriding the base class call, and making it
the existing GetDesiredSize with the last param dummyed out. This makes all the sizing work
correctly with the change I put in in nsFormControlFrame


git-svn-id: svn://10.0.0.236/trunk@44838 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 14:34:54 +00:00
rods%netscape.com
ffd3403151 Changed to respect border and padding and now draw check mark "centered" in the available space
the check mark also sizes to content area


git-svn-id: svn://10.0.0.236/trunk@44837 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 14:31:59 +00:00
rods%netscape.com
be8a1131e1 Changed parameters from width and height to a nsRect
git-svn-id: svn://10.0.0.236/trunk@44836 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 14:31:54 +00:00
dcone%netscape.com
63cd34d3cf Fixed GetDeviceSurfaceDimensions() so the width and height are in appunits, and the routines who use them will convert properly.
git-svn-id: svn://10.0.0.236/trunk@44835 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 14:22:14 +00:00
brade%netscape.com
d7e1f74167 change error messages to flag inappropriate uses of GetCharCode
git-svn-id: svn://10.0.0.236/trunk@44834 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 14:16:44 +00:00
valeski%netscape.com
0ea7fc5a8f not in builds yet. updated MUltiMixed stream converter to new model
git-svn-id: svn://10.0.0.236/trunk@44833 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 14:10:21 +00:00
Jerry.Kirk%Nexwarecorp.com
54f66f332b Remove calls to old stuff that keeps this from compiling. It
now no longer works at all under Photon and needs an overhaul.


git-svn-id: svn://10.0.0.236/trunk@44832 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 14:01:50 +00:00
scc%netscape.com
c161d10683 export
git-svn-id: svn://10.0.0.236/trunk@44831 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 14:01:44 +00:00
rods%netscape.com
b73ef4e913 change ifdef NS_DEBUG to ifdef 0 to fix build
git-svn-id: svn://10.0.0.236/trunk@44830 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 13:59:58 +00:00
Jerry.Kirk%Nexwarecorp.com
651c4e09fe Adding SetNativeData(void*) to nsIMenu, which was needed for making the Help
menu on MacOS merge with the XUL help menu. I copied this straight from GTK.


git-svn-id: svn://10.0.0.236/trunk@44829 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 13:35:11 +00:00
Jerry.Kirk%Nexwarecorp.com
28b9caf173 -Removed the ostream_hack, because now we link in libstdc++
git-svn-id: svn://10.0.0.236/trunk@44828 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 13:30:09 +00:00
brade%netscape.com
feca077ecb add sidebar
git-svn-id: svn://10.0.0.236/trunk@44827 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 13:07:40 +00:00
brade%netscape.com
c63fec2af5 add sidebar files
git-svn-id: svn://10.0.0.236/trunk@44826 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 13:06:56 +00:00
brade%netscape.com
1c9603d466 add files for sidebar
git-svn-id: svn://10.0.0.236/trunk@44825 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 13:06:19 +00:00
brade%netscape.com
0411f6561b add license; add files for sidebar
git-svn-id: svn://10.0.0.236/trunk@44824 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 13:06:00 +00:00
brade%netscape.com
56d2139711 add license; add sidebar dtd files
git-svn-id: svn://10.0.0.236/trunk@44823 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 13:05:44 +00:00
brade%netscape.com
b12f73b55b add sidebar dtd files
git-svn-id: svn://10.0.0.236/trunk@44822 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 13:04:46 +00:00
brade%netscape.com
23bc2d9895 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@44821 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 13:04:03 +00:00
brade%netscape.com
f9de0d2c53 change comment for lxr searches
git-svn-id: svn://10.0.0.236/trunk@44820 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 13:02:38 +00:00
scc%netscape.com
fac15a1a56 better make that member function public
git-svn-id: svn://10.0.0.236/trunk@44819 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 12:56:52 +00:00
gagan%netscape.com
2b5bf5cf35 Another mem leak fixed.
git-svn-id: svn://10.0.0.236/trunk@44818 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 12:47:12 +00:00
gagan%netscape.com
7708ed2471 Fixed tabs to spaces and misc leaks...
git-svn-id: svn://10.0.0.236/trunk@44817 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 12:38:06 +00:00
scc%netscape.com
d91dbb787f all changes are NS_DEBUG only. added a private static member variable to count outstanding webshells; code in constructor and destructor to do the counting; a static member function to retrieve the value; and a global function that calls that
git-svn-id: svn://10.0.0.236/trunk@44816 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 12:32:20 +00:00
scc%netscape.com
2a2698fb9a if any webshells still exist at app quit time, report them
git-svn-id: svn://10.0.0.236/trunk@44815 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 12:32:19 +00:00
scc%netscape.com
2f011da6a6 added a declaration for a global function that reports the number of webshells that have been created but have not yet been destroyed
git-svn-id: svn://10.0.0.236/trunk@44814 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 12:32:18 +00:00
gagan%netscape.com
1f539e39ef Might as well get rid of the warnings.
git-svn-id: svn://10.0.0.236/trunk@44813 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 11:11:14 +00:00
gagan%netscape.com
bfb9a0fe0a Argh... looks like this was breaking windows so casting to char*.
git-svn-id: svn://10.0.0.236/trunk@44812 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 11:08:51 +00:00
warren%netscape.com
4ea9aace21 Fix for linux bustage (different includes for some reason).
git-svn-id: svn://10.0.0.236/trunk@44811 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 11:03:12 +00:00
warren%netscape.com
e171f1b2f2 Fix for failure case.
git-svn-id: svn://10.0.0.236/trunk@44810 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 10:58:23 +00:00
gagan%netscape.com
bba1d06f0f Fixes the tree horkage.
git-svn-id: svn://10.0.0.236/trunk@44809 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 10:37:27 +00:00
warren%netscape.com
f42f069d47 Ported to the new nsPipe2 implementation.
git-svn-id: svn://10.0.0.236/trunk@44808 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 10:33:37 +00:00
warren%netscape.com
12dad46af8 Minor include cleanup.
git-svn-id: svn://10.0.0.236/trunk@44807 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 10:32:58 +00:00
warren%netscape.com
76404838dd Fixed leak in NewURI.
git-svn-id: svn://10.0.0.236/trunk@44806 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 10:32:55 +00:00
warren%netscape.com
537f4a76da Added TestSearch routine from now obsolete TestBuffers test.
git-svn-id: svn://10.0.0.236/trunk@44805 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 10:32:51 +00:00
warren%netscape.com
7515a5672d Removed TestBuffers which is now obsolete.
git-svn-id: svn://10.0.0.236/trunk@44804 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 10:32:49 +00:00
warren%netscape.com
2b50803a43 Fixed bug that OnEmpty wasn't called. Fixed bug in Search (it would terminate prematurely on eof).
git-svn-id: svn://10.0.0.236/trunk@44803 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 10:32:45 +00:00
warren%netscape.com
126240cac5 Removed unneeded nsIBufferObserver stuff.
git-svn-id: svn://10.0.0.236/trunk@44802 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 10:32:40 +00:00
gagan%netscape.com
f99c11bdae More mem leak fixes that were showing up originating in nsStdURL in bruce's log.
git-svn-id: svn://10.0.0.236/trunk@44801 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 10:23:41 +00:00
brendan%mozilla.org
8ab100a15b Conform mindlessly to other 'Register foo' component printfs.
git-svn-id: svn://10.0.0.236/trunk@44800 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 10:18:44 +00:00
brendan%mozilla.org
7a2f081362 Don't ignore Eval error under GetLength; do control error from EvaluateString (and reuse rv!).
git-svn-id: svn://10.0.0.236/trunk@44799 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 10:17:03 +00:00
gagan%netscape.com
aef25c2418 More mem leaks fixed that were showing originating in nsStdURL.
git-svn-id: svn://10.0.0.236/trunk@44798 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 10:16:52 +00:00
gagan%netscape.com
593346e22d More mem leak fixes.
git-svn-id: svn://10.0.0.236/trunk@44797 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 10:03:07 +00:00
gagan%netscape.com
aeef0871e9 More mem leak fixes which were showing up originating in nsStdURL.
git-svn-id: svn://10.0.0.236/trunk@44796 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 09:59:59 +00:00
ramiro%netscape.com
dc0d55bf2d lower the volume on printf noise.
git-svn-id: svn://10.0.0.236/trunk@44795 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 09:38:44 +00:00
gagan%netscape.com
16f9ee173e Fixed some memory leaks showing up on bruce's log-
http://www.cybersight.com/~bruce/apprunner.mongo.19990827.log.


git-svn-id: svn://10.0.0.236/trunk@44793 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 08:36:49 +00:00
andreas.otte%primus-online.de
774d31eaaf adding netwerk/streamconv/converters/Makefile
git-svn-id: svn://10.0.0.236/trunk@44792 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 08:33:31 +00:00
andreas.otte%primus-online.de
faebfbf4c9 first checked in
git-svn-id: svn://10.0.0.236/trunk@44791 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 08:32:24 +00:00
andreas.otte%primus-online.de
bc143ad0c9 first checked in - not on current build
git-svn-id: svn://10.0.0.236/trunk@44790 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 08:31:57 +00:00
syd%netscape.com
5abf684d74 Remove leading space from XLFD string.
git-svn-id: svn://10.0.0.236/trunk@44789 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 08:13:10 +00:00
alecf%netscape.com
ee5f1931f8 remove non existant CSS
git-svn-id: svn://10.0.0.236/trunk@44788 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 08:06:44 +00:00
alecf%netscape.com
fb2ae6cf28 update tree to new layout
git-svn-id: svn://10.0.0.236/trunk@44787 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 08:05:35 +00:00
alecf%netscape.com
aa21198f8f updated account manager - prepare to prepopulate pages
git-svn-id: svn://10.0.0.236/trunk@44786 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 08:01:19 +00:00
alecf%netscape.com
1b4bfb21d3 for some reason m_defaultIdentity keeps getting corrupted. for now just return null instead of an invalid pointer
git-svn-id: svn://10.0.0.236/trunk@44785 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 07:57:58 +00:00
hyatt%netscape.com
d74368e809 Fixes to enable the command dispatcher to properly instantiate.
git-svn-id: svn://10.0.0.236/trunk@44784 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 07:54:06 +00:00
rjc%netscape.com
378bb872aa Use new nsIXULSortService
git-svn-id: svn://10.0.0.236/trunk@44783 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 07:15:52 +00:00
hangas%netscape.com
63124fc0be Changed new card and edit card to be usable from components outside of address book.
git-svn-id: svn://10.0.0.236/trunk@44782 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 07:07:34 +00:00
hangas%netscape.com
9b605298f9 Changed back to onkeyup= because someone broke the windows onkeypress= again.
git-svn-id: svn://10.0.0.236/trunk@44781 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 07:06:25 +00:00
rjc%netscape.com
c3d2a385b8 Just forward reference. Don't know how it ever compiled with it.
git-svn-id: svn://10.0.0.236/trunk@44780 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 07:05:17 +00:00
hangas%netscape.com
009d6fd337 Moved edit card and new card JS here so that they could be used from other components.
git-svn-id: svn://10.0.0.236/trunk@44779 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 07:05:01 +00:00
hangas%netscape.com
c4ed9ed97d Added broadcasterset
git-svn-id: svn://10.0.0.236/trunk@44778 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 07:04:19 +00:00
rjc%netscape.com
b42ac2806a Now generating nsIXULSortService.h via IDL so removing this old/obsolete header file.
git-svn-id: svn://10.0.0.236/trunk@44777 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 07:02:01 +00:00
rjc%netscape.com
2ef7f28b99 Now generating nsIXULSortService via IDL.
git-svn-id: svn://10.0.0.236/trunk@44776 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 07:00:39 +00:00
rjc%netscape.com
d2ac28a192 Use nsIXULSortService
git-svn-id: svn://10.0.0.236/trunk@44775 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 06:55:10 +00:00
rjc%netscape.com
deee6090e7 Add nsIXULSortService
git-svn-id: svn://10.0.0.236/trunk@44774 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 06:54:08 +00:00
rjc%netscape.com
c2b1a1ecf2 Add nsIXULSortService.idl
git-svn-id: svn://10.0.0.236/trunk@44773 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 06:52:34 +00:00
morse%netscape.com
020daee0ac more code for browser-generated forms
git-svn-id: svn://10.0.0.236/trunk@44772 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 06:40:33 +00:00
jevering%netscape.com
20f2790fb6 Finshed null reference fix.
git-svn-id: svn://10.0.0.236/trunk@44771 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 06:32:18 +00:00
briano%netscape.com
aacacf7933 Automated update
git-svn-id: svn://10.0.0.236/trunk@44770 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 06:30:57 +00:00
cls%seawood.org
50814fcf84 Fix for gcc 2.95
git-svn-id: svn://10.0.0.236/trunk@44769 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 06:23:59 +00:00
cls%seawood.org
a15889a2b7 Removed --without-pthreads from random options. Added XEXT_LIBS to test for -lXp.
git-svn-id: svn://10.0.0.236/trunk@44768 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 06:22:57 +00:00
ramiro%netscape.com
cb08a002e9 Remove the depenency on the toolkit service.
git-svn-id: svn://10.0.0.236/trunk@44767 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 06:21:43 +00:00
sspitzer%netscape.com
b96af9086a ignore generated files
git-svn-id: svn://10.0.0.236/trunk@44766 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 06:18:20 +00:00
sspitzer%netscape.com
05d5d78dfc fix for #12595, #12596, #12570, and #10672. migrate some more 4.x prefs, and fix some crashers, and clear 4.x prefs after migrating.
git-svn-id: svn://10.0.0.236/trunk@44765 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 06:16:14 +00:00
vidur%netscape.com
cc254c45f5 jsval can now be a parameter or return type. Got rid of unused variable warnings. Fixed secMan leak. Removed nsIDOMHTMLBlockQuote.h
git-svn-id: svn://10.0.0.236/trunk@44764 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 06:11:39 +00:00
bruce%cybersight.com
4add3eed4f Fix for initializing refcnt.
git-svn-id: svn://10.0.0.236/trunk@44763 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 06:10:05 +00:00
sspitzer%netscape.com
196b4b022b fix for #12556. change homepage back to www.mozilla.org now that bug #7417 is fixed
git-svn-id: svn://10.0.0.236/trunk@44762 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 06:09:25 +00:00
jevering%netscape.com
a1c5e2e7d1 Free'd memory read fix.
git-svn-id: svn://10.0.0.236/trunk@44761 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 06:08:21 +00:00
evaughan%netscape.com
2d2928d70d Fixed to gfx scrollbar.
Fixed some blockers.


git-svn-id: svn://10.0.0.236/trunk@44760 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 06:06:39 +00:00
vidur%netscape.com
97a1d958cd jsval can now be a parameter or return type. Got rid of unused variable warnings. Fixed secMan leak.
git-svn-id: svn://10.0.0.236/trunk@44759 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 06:06:24 +00:00
vidur%netscape.com
6bfc5ad0ea Implemented navigator.preference() and navigator.taintEnabled().
git-svn-id: svn://10.0.0.236/trunk@44758 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 06:05:42 +00:00
vidur%netscape.com
a5e6daa4ea removed files: mozilla/dom/src/html/nsJSHTMLBlockquoteElement.cpp
git-svn-id: svn://10.0.0.236/trunk@44757 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 06:05:23 +00:00
vidur%netscape.com
cb989d08ff Added nsIPref::GetPrefType.
git-svn-id: svn://10.0.0.236/trunk@44756 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 06:05:04 +00:00
putterman%netscape.com
f642f6ede7 Pass in the nsString version to fix bustage.
git-svn-id: svn://10.0.0.236/trunk@44755 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 05:43:05 +00:00
pinkerton%netscape.com
8f99fa956f really fix nsIContentConnector removal.
git-svn-id: svn://10.0.0.236/trunk@44754 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 05:21:23 +00:00
pinkerton%netscape.com
b2435b3286 remove nsIContentConnector references.
git-svn-id: svn://10.0.0.236/trunk@44753 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 05:14:19 +00:00
pollmann%netscape.com
538c47e104 Opps!
git-svn-id: svn://10.0.0.236/trunk@44752 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 05:13:40 +00:00
pollmann%netscape.com
52ca5df97e Opps!
git-svn-id: svn://10.0.0.236/trunk@44751 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 05:05:33 +00:00
karnaze%netscape.com
d80403c759 new regression tests
git-svn-id: svn://10.0.0.236/trunk@44750 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 04:48:25 +00:00
pinkerton%netscape.com
3fdfeba79b remove refs to nsIContentConnector
git-svn-id: svn://10.0.0.236/trunk@44749 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 04:30:48 +00:00
karnaze%netscape.com
7cecd8f2db bug 12590 - vertical-align:middle working on cell
git-svn-id: svn://10.0.0.236/trunk@44748 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 04:29:05 +00:00
cmanske%netscape.com
38146f9df0 Fixed bug 12126. Removed pref code from nsHTMLEditor - do HLine pref stuff in JS instead.
git-svn-id: svn://10.0.0.236/trunk@44747 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 04:12:47 +00:00
alecf%netscape.com
ce7afffa9a fix my breakage again
git-svn-id: svn://10.0.0.236/trunk@44746 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 04:12:38 +00:00
endico%mozilla.org
1406a64a94 fixed a typo
git-svn-id: svn://10.0.0.236/trunk@44745 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 04:11:44 +00:00
alecf%netscape.com
dd81e64c24 remove libcaps dependancy on libxp by using PL/PR routines instead of XP_*
git-svn-id: svn://10.0.0.236/trunk@44744 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 04:09:41 +00:00
dp%netscape.com
44d54884d7 This patch improves the PNG error-handling. Primarily it fixes a very
subtle compile-time error involving the jmp_buf struct, which can be
different sizes depending on what macros are defined.  Since libpng and
Mozilla are not necessarily compiled at the same time (at least during
development), the only way to guarantee that their concept of jmp_buf
is consistent is to avoid using it at all in one of them; specifically,
replace libpng's default error-handler with essentially the same thing
within Mozilla.  (This will likely be required in a future version of
libpng, btw.)


git-svn-id: svn://10.0.0.236/trunk@44743 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 04:09:01 +00:00
beard%netscape.com
4bfae77628 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@44742 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 04:08:09 +00:00
beard%netscape.com
96b78377e6 Added MemAllocatorGC target.
git-svn-id: svn://10.0.0.236/trunk@44741 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 04:06:44 +00:00
beard%netscape.com
ea97daa5fd removed USE_DISPLAY_LIST_ELEMENTS #ifdefs.
git-svn-id: svn://10.0.0.236/trunk@44740 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 04:02:55 +00:00
dp%netscape.com
98c92b13dd removed files: mozilla/modules/libimg/pngcom/png_png.cpp
git-svn-id: svn://10.0.0.236/trunk@44739 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 04:02:26 +00:00
beard%netscape.com
53fef6f3e9 bug 11312: fixed Invalidate() of entire bounds, need to use (0, 0)-based rectangle.
git-svn-id: svn://10.0.0.236/trunk@44738 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 04:02:09 +00:00
morse%netscape.com
3895404bbc support browser-generated password forms
git-svn-id: svn://10.0.0.236/trunk@44737 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 04:00:14 +00:00
dp%netscape.com
88f949689c png cleanup from Greg Roelofs <newt@pobox.com>
git-svn-id: svn://10.0.0.236/trunk@44736 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 04:00:13 +00:00
pollmann%netscape.com
96e8d86713 Warning cleanups and Bug 12350
git-svn-id: svn://10.0.0.236/trunk@44735 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 03:59:49 +00:00
alecf%netscape.com
c7437bd182 remove unnecessary files
git-svn-id: svn://10.0.0.236/trunk@44734 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 03:59:40 +00:00
pollmann%netscape.com
c29557bf97 Bug 12350
git-svn-id: svn://10.0.0.236/trunk@44733 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 03:58:47 +00:00
pollmann%netscape.com
33abb09aa1 Cleanup, and bugfixes for bug 12475 and 12350
git-svn-id: svn://10.0.0.236/trunk@44732 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 03:58:13 +00:00
endico%mozilla.org
583007d808 oops. M9 was haredwired in
git-svn-id: svn://10.0.0.236/trunk@44731 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 03:57:49 +00:00
dp%netscape.com
02ece73831 Removed png_png.cpp
git-svn-id: svn://10.0.0.236/trunk@44730 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 03:56:19 +00:00
dp%netscape.com
f137706f83 Removing png_png.cpp
git-svn-id: svn://10.0.0.236/trunk@44729 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 03:54:37 +00:00
dp%netscape.com
f03ed5b5bc PNG Cleanup from Greg Roelofs <newt@pobox.com>
- eliminate prototypes for libpng functions already declared in png.h
- eliminate prototype for il_create_alpha_mask() (now deleted)
- add "extern" to prototype for row_callback() (in png_png.cpp)
- eliminate il_png_init_transparency() and il_png_destroy_transparency() (never used)
- ifdef out GIF leftovers in il_png_complete()
- This patch plugs the memory leak. il_png_init() does PR_NEWZAP()on
ic->ds; never freed.
- Removed png_png.cpp


git-svn-id: svn://10.0.0.236/trunk@44728 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 03:54:08 +00:00
alecf%netscape.com
8a3993b13e removed files: mozilla/mailnews/base/src/nsMsgAccountDataSource.cpp, mozilla/mailnews/base/src/nsMsgIdentityDataSource.cpp, mozilla/mailnews/base/src/nsMsgServerDataSource.cpp
git-svn-id: svn://10.0.0.236/trunk@44727 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 03:52:57 +00:00
pinkerton%netscape.com
2acf6d520e doing the right thing for xpidl.
git-svn-id: svn://10.0.0.236/trunk@44726 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 03:52:51 +00:00
pinkerton%netscape.com
fbe9a714a9 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@44725 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 03:52:38 +00:00
alecf%netscape.com
2a3afd1cc9 remove dud datasources from the build
git-svn-id: svn://10.0.0.236/trunk@44724 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 03:50:53 +00:00
putterman%netscape.com
05c369ff7e Only Top level folders are special folders.
git-svn-id: svn://10.0.0.236/trunk@44723 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 03:50:20 +00:00
putterman%netscape.com
5f9e25e23a Change peqWithParameter to work correctly.
git-svn-id: svn://10.0.0.236/trunk@44722 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 03:49:22 +00:00
putterman%netscape.com
10222baaef Add Priority and Size to thread pane.
git-svn-id: svn://10.0.0.236/trunk@44721 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 03:48:53 +00:00
alecf%netscape.com
2c2c2c3a0a remove account/server/identity datasource from the build
git-svn-id: svn://10.0.0.236/trunk@44720 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 03:48:34 +00:00
putterman%netscape.com
22486b9687 Sort FolderPane.
git-svn-id: svn://10.0.0.236/trunk@44719 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 03:48:32 +00:00
beard%netscape.com
7146388dfe plugged a memory leak in GetProfileCount()
git-svn-id: svn://10.0.0.236/trunk@44718 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 03:48:24 +00:00
putterman%netscape.com
6461347874 Setup copy menu correctly.
git-svn-id: svn://10.0.0.236/trunk@44717 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 03:47:58 +00:00
putterman%netscape.com
dd7e9a3eca Sort folderPane.
git-svn-id: svn://10.0.0.236/trunk@44716 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 03:47:44 +00:00
beard%netscape.com
6e47742ea0 plugged a memory leak in GetCString().
git-svn-id: svn://10.0.0.236/trunk@44715 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 03:47:43 +00:00
beard%netscape.com
8a9ef196d0 plugged some memory leaks.
git-svn-id: svn://10.0.0.236/trunk@44714 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 03:46:33 +00:00
pinkerton%netscape.com
319d439c19 File Removed.
git-svn-id: svn://10.0.0.236/trunk@44713 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 03:45:14 +00:00
alecf%netscape.com
98e9ad76ea fix 12549
git-svn-id: svn://10.0.0.236/trunk@44712 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 03:44:47 +00:00
pinkerton%netscape.com
c0dbb309b6 remove nsIContentConnector.h exports.
git-svn-id: svn://10.0.0.236/trunk@44711 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 03:42:42 +00:00
rjc%netscape.com
608cd6c4d8 When enumerating a folder's contents, don't resolve aliases, and don't return hidden files/folders.
git-svn-id: svn://10.0.0.236/trunk@44710 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 03:42:23 +00:00
pinkerton%netscape.com
556ec8eb34 remove nsTriStateCheckboxFrame.cpp
git-svn-id: svn://10.0.0.236/trunk@44709 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 03:41:43 +00:00
blizzard%redhat.com
d0517d51d6 remove -ljsurl from the link line. a=leaf
git-svn-id: svn://10.0.0.236/trunk@44708 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 01:27:58 +00:00
dmose%mozilla.org
be2a74a8f1 replaced 'external' with non-Netscape, and 'internal' with Netscape.
git-svn-id: svn://10.0.0.236/trunk@44707 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 01:00:07 +00:00
briano%netscape.com
bf3e91bb54 Automated update
git-svn-id: svn://10.0.0.236/trunk@44706 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 00:15:48 +00:00
briano%netscape.com
35591c96ee Yet another attempt to build successfully on HP-UX using gcc. HP-specific change.
git-svn-id: svn://10.0.0.236/trunk@44705 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 00:02:25 +00:00
rpotts%netscape.com
ccc4fe74ce Fixed up the calls to NewChannel to take a load group...
git-svn-id: svn://10.0.0.236/trunk@44704 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 23:38:02 +00:00
rpotts%netscape.com
7d3b255d41 Fix for unix... nsIChannel needed to be fully defined...
git-svn-id: svn://10.0.0.236/trunk@44703 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 23:05:20 +00:00
briano%netscape.com
7bc5d23d7a Fix for Unix native compiler builds. A newline is required at the EOF.
git-svn-id: svn://10.0.0.236/trunk@44702 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 22:53:50 +00:00
rpotts%netscape.com
c1eed107d9 M9 BRANCH landing...
git-svn-id: svn://10.0.0.236/trunk@44701 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 22:45:55 +00:00
briano%netscape.com
1d9c25f2d3 Cleaned it up to fix the Commercial build breakage.
git-svn-id: svn://10.0.0.236/trunk@44700 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 22:45:39 +00:00
mscott%netscape.com
9b560996ed This file is not part of the build yet! (approved by cyeh)
This file is the idl replacement of nsISmtpService.h


git-svn-id: svn://10.0.0.236/trunk@44699 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 21:50:46 +00:00
cltbld%netscape.com
2abb1449b7 backing out hyatt to fix mouseover/scrollbar crash
git-svn-id: svn://10.0.0.236/trunk@44698 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 21:37:20 +00:00
phillip%netscape.com
3fa50edab2 added broswerwatch.com to url.txt
git-svn-id: svn://10.0.0.236/trunk@44697 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 21:29:25 +00:00
hyatt%netscape.com
f911d8d9ad Patching the xul.css file.
git-svn-id: svn://10.0.0.236/trunk@44694 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 19:28:00 +00:00
hyatt%netscape.com
7e7e66b373 Patching the bookmarks.xul.
git-svn-id: svn://10.0.0.236/trunk@44693 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 19:27:36 +00:00
varada%netscape.com
5b3447624a horiz and vert scroll bars removed
git-svn-id: svn://10.0.0.236/trunk@44692 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 18:12:05 +00:00
slamm%netscape.com
f7a501bd20 Add path for gunzip. Eventually this should be handled by a configure script.
git-svn-id: svn://10.0.0.236/trunk@44691 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 17:13:49 +00:00
slamm%netscape.com
f1ebba28e4 Apply this changes for the millionth time. The last tinderbox outage was happened because a mail server went down. This turns on warnings updating.
git-svn-id: svn://10.0.0.236/trunk@44690 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 17:13:21 +00:00
karnaze%netscape.com
7f20e88284 backing out recent changes that failed table regression tests
git-svn-id: svn://10.0.0.236/trunk@44689 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 16:56:42 +00:00
slamm%netscape.com
810f8337cb More debugging.
git-svn-id: svn://10.0.0.236/trunk@44688 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 16:38:56 +00:00
slamm%netscape.com
eb26fb2c32 Add a filter for 'Statement with no effect' that brendan requested. Add some debugging statements (run with --debug).
git-svn-id: svn://10.0.0.236/trunk@44687 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 16:27:45 +00:00
andreas.otte%primus-online.de
cfa1abdcd3 Don't forget the last one in the converter chain
git-svn-id: svn://10.0.0.236/trunk@44682 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 15:05:26 +00:00
rods%netscape.com
8a5c8fb256 Removed call to EnableFileDrop
git-svn-id: svn://10.0.0.236/trunk@44681 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 14:56:35 +00:00
valeski%netscape.com
f166b2a2da added virtual specifier to destructor
git-svn-id: svn://10.0.0.236/trunk@44680 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 14:55:14 +00:00
rods%netscape.com
495de201aa Completely reworked the select GFX object - List and Combobox, it now does all event processing
via DOM listeners instead of through the frames


git-svn-id: svn://10.0.0.236/trunk@44679 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 14:54:07 +00:00
valeski%netscape.com
11b435bc16 adding multipartmixed stream converter implementation NOTE: it's not part of the build yet
git-svn-id: svn://10.0.0.236/trunk@44678 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 14:53:01 +00:00
rods%netscape.com
4869cb8663 Added rule for input type=image, it sets the border to a 2px solid blue
git-svn-id: svn://10.0.0.236/trunk@44677 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 14:50:47 +00:00
rods%netscape.com
d766d88fa1 removed the hard coded blue border from Input typ=image
git-svn-id: svn://10.0.0.236/trunk@44676 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 14:49:42 +00:00
rods%netscape.com
a3696c4a31 Put in check for null a mOptions and return zero for GetLength
git-svn-id: svn://10.0.0.236/trunk@44675 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 14:48:59 +00:00
rods%netscape.com
e0b31dc463 Cleanup the file and gave it a unique GUID.
git-svn-id: svn://10.0.0.236/trunk@44674 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 14:45:53 +00:00
rods%netscape.com
08086bda14 The method nsIView::CreateView has parameter that indicates whether D&D for the widget
should be turned on or not. This make it configurable from the outside,
it is needed for the editor


git-svn-id: svn://10.0.0.236/trunk@44673 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 14:41:18 +00:00
rods%netscape.com
bec1bc2434 Changed EnableDropFile to EnableDragDrop. D&D is now NOT automatically registered for all windows during
creation and initialization. The method EnableDragDrop is not used to "turn it on".
The method nsIView::CreateView has parameter that indicates whether it should be turned on or not
This make it configurable from the outside, it is needed for the editor


git-svn-id: svn://10.0.0.236/trunk@44672 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 14:41:17 +00:00
valeski%netscape.com
9dfa4cff30 fixed transposed args, we now pass the listener in as we're supposed to when we find a 1-to-1 mapping
git-svn-id: svn://10.0.0.236/trunk@44671 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 14:33:25 +00:00
valeski%netscape.com
04cd3d71ff added virtual destructor to elliminate linux warning
git-svn-id: svn://10.0.0.236/trunk@44670 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 14:28:17 +00:00
blizzard%redhat.com
be6be651a7 merge font changes from gtk
git-svn-id: svn://10.0.0.236/trunk@44669 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 13:29:26 +00:00
neeti%netscape.com
01660f0a39 Implemented special processing required to handle # in prefs.js,
write out prefs file with #, fixed memory leak bug 10629


git-svn-id: svn://10.0.0.236/trunk@44668 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 12:54:52 +00:00
scc%netscape.com
998f4973d5 some small documentation changes, plus removed a function that was otherwise unused, and was confusing Solaris.
git-svn-id: svn://10.0.0.236/trunk@44667 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 10:45:50 +00:00
hyatt%netscape.com
61d384c483 Patching the bookmarks xul.
git-svn-id: svn://10.0.0.236/trunk@44666 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 10:26:11 +00:00
hyatt%netscape.com
92903f6c74 Fixing style rules for trees to give them a default width and height.
git-svn-id: svn://10.0.0.236/trunk@44665 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 10:25:05 +00:00
hyatt%netscape.com
badf0ce469 Fix for bug 12887.
git-svn-id: svn://10.0.0.236/trunk@44664 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 10:23:49 +00:00
pavlov%netscape.com
a9b26ded6e hack for silly behavior so that xpmenus popup and show the first time
git-svn-id: svn://10.0.0.236/trunk@44663 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 10:07:39 +00:00
hyatt%netscape.com
1a21d53ece Getting the scrollbar back on the bookmarks tree.
git-svn-id: svn://10.0.0.236/trunk@44662 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 10:00:54 +00:00
hyatt%netscape.com
3acd27d05b Making sure the twisty doesn't cause a reflow when moused over.
git-svn-id: svn://10.0.0.236/trunk@44661 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 09:56:54 +00:00
andreas.otte%primus-online.de
3a7bcc252f adding the test directory
git-svn-id: svn://10.0.0.236/trunk@44660 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 09:21:42 +00:00
andreas.otte%primus-online.de
7e59dc8cdc adding netwerk/streamconv/test/Makefile
git-svn-id: svn://10.0.0.236/trunk@44659 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 09:19:21 +00:00
andreas.otte%primus-online.de
74220db87f first checked in
git-svn-id: svn://10.0.0.236/trunk@44658 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 09:18:33 +00:00
alecf%netscape.com
f96f5aa0e1 save results of setIncomingServer and AddIdentity to the prefs file
git-svn-id: svn://10.0.0.236/trunk@44657 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 09:08:28 +00:00
alecf%netscape.com
e7bfe9d703 fix the migration code to use the new prefs api, and remove some depricated functions
git-svn-id: svn://10.0.0.236/trunk@44656 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 09:07:59 +00:00
pavlov%netscape.com
e5771ee929 patch from Alexander Larsson so we display true type fonts from xfstt properly
git-svn-id: svn://10.0.0.236/trunk@44655 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 08:58:07 +00:00
pavlov%netscape.com
fff518d7f0 fix crash when copying japaneese text to an xterm a=mcafee
git-svn-id: svn://10.0.0.236/trunk@44654 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 07:55:40 +00:00
alecf%netscape.com
d0da301ffa fix win32 vc5 bustage
git-svn-id: svn://10.0.0.236/trunk@44653 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 07:39:41 +00:00
alecf%netscape.com
d06b26d24f oops, didn't realize I was already using these macros
git-svn-id: svn://10.0.0.236/trunk@44652 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 06:44:25 +00:00
waterson%netscape.com
3e34e7981a Fix gcc-2.7.2.3 bustage.
git-svn-id: svn://10.0.0.236/trunk@44651 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 06:43:03 +00:00
alecf%netscape.com
66e74117e3 forgot to check in the new API
git-svn-id: svn://10.0.0.236/trunk@44650 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 06:20:06 +00:00
waterson%netscape.com
a61de62f87 Wrap tree in an html:div to get scrollbar.
git-svn-id: svn://10.0.0.236/trunk@44649 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 06:13:13 +00:00
waterson%netscape.com
1e369cdd46 Use date and integer literals where appropriate.
git-svn-id: svn://10.0.0.236/trunk@44648 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 05:54:04 +00:00
alecf%netscape.com
b35c73f3f2 land new account manager
- now uniquifies servers and identities
- cleaner way of creating/finding accounts, servers, identities
- far more robust


git-svn-id: svn://10.0.0.236/trunk@44647 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 05:45:00 +00:00
putterman%netscape.com
f704019643 Add icons to move and copy menus.
git-svn-id: svn://10.0.0.236/trunk@44646 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 05:27:52 +00:00
dp%netscape.com
0041f3373a removing obsolete files
git-svn-id: svn://10.0.0.236/trunk@44645 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 05:14:09 +00:00
dp%netscape.com
9bcdfa7b96 Removing nsIRegistry::GetIntArray() and SetIntArray(). These aren't
being used and block scritability. So if we need then, we will figure
out a way to add them that wont break scritability.


git-svn-id: svn://10.0.0.236/trunk@44644 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 05:11:40 +00:00
chuang%netscape.com
6704028642 Add Directory Uri to datasource
git-svn-id: svn://10.0.0.236/trunk@44643 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 05:05:43 +00:00
waterson%netscape.com
c094924542 Recover from tree widget whackage.
git-svn-id: svn://10.0.0.236/trunk@44642 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 04:43:47 +00:00
bienvenu%netscape.com
f3d8c61a0f replace nsIEnumerator with nsISimpleEnumerator
git-svn-id: svn://10.0.0.236/trunk@44641 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 04:41:07 +00:00
waterson%netscape.com
b3698a0c27 Bug 12270. XUL builder was ok. Fixed generic builder to do the right thing.
git-svn-id: svn://10.0.0.236/trunk@44640 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 04:29:15 +00:00
waterson%netscape.com
8aa306ab56 Bug 12470. Check for null pointer in SetParent(); occurs during teardown.
git-svn-id: svn://10.0.0.236/trunk@44639 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 04:28:47 +00:00
waterson%netscape.com
1d6e2502a8 Fix compiler warning.
git-svn-id: svn://10.0.0.236/trunk@44638 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 04:28:14 +00:00
pavlov%netscape.com
4431cf77e9 fix for bug #4290
git-svn-id: svn://10.0.0.236/trunk@44636 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 03:51:33 +00:00
pavlov%netscape.com
5fb19f2660 my compiler sucks. i'm buying a mac. fix build bustage
git-svn-id: svn://10.0.0.236/trunk@44635 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 03:49:49 +00:00
dmose%mozilla.org
55a7dd12ef changed RCS Id tag form
git-svn-id: svn://10.0.0.236/trunk@44634 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 03:44:00 +00:00
dmose%mozilla.org
667d0925d1 statistics generation cgi
git-svn-id: svn://10.0.0.236/trunk@44633 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 03:43:16 +00:00
hyatt%netscape.com
f38c65f795 Adding cursor support for column resizing.
git-svn-id: svn://10.0.0.236/trunk@44632 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 03:29:05 +00:00
sfraser%netscape.com
4f80d7832e Changed to use command nodes in XUL, with lots of XUL tidy-up (detabbing etc).
git-svn-id: svn://10.0.0.236/trunk@44631 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 03:27:56 +00:00
chuang%netscape.com
249620efcd fic build bustage
git-svn-id: svn://10.0.0.236/trunk@44630 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 03:26:37 +00:00
dp%netscape.com
c4a39c1bec Removed default parameter to Open() to facilitate IDLification.
git-svn-id: svn://10.0.0.236/trunk@44629 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 03:22:26 +00:00
sfraser%netscape.com
08fb2ed039 Changed to use command nodes in XUL, with lots of XUL tidy-up (detabbing etc).
git-svn-id: svn://10.0.0.236/trunk@44628 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 03:22:03 +00:00
pavlov%netscape.com
6578f5f2ae fix memory leak
git-svn-id: svn://10.0.0.236/trunk@44627 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 03:11:30 +00:00
chuang%netscape.com
6244e26944 Add address book ui to datasource
git-svn-id: svn://10.0.0.236/trunk@44626 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 03:03:25 +00:00
rhp%netscape.com
c2a80a5266 Adding MAPI DLL code to the tree - NOT PART OF THE BUILD
git-svn-id: svn://10.0.0.236/trunk@44625 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 03:02:45 +00:00
tague%netscape.com
9896f0654b Obsolete old entity conversion table.
git-svn-id: svn://10.0.0.236/trunk@44624 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 03:00:42 +00:00
tague%netscape.com
2e27307eac Changed build destination of the entity conversion tables.
git-svn-id: svn://10.0.0.236/trunk@44623 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 02:59:31 +00:00
tague%netscape.com
e5665c4b15 Changed build destination of entity conversion tables.
git-svn-id: svn://10.0.0.236/trunk@44622 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 02:58:58 +00:00
morse%netscape.com
837f0f989e use default key if user does not supply any
git-svn-id: svn://10.0.0.236/trunk@44621 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 02:57:12 +00:00
beard%netscape.com
9ac56824a8 fixing a smashed memory block problem, wasn't allocating enough space for the '\0' terminator.
git-svn-id: svn://10.0.0.236/trunk@44620 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 02:39:53 +00:00
tague%netscape.com
1b4d7b86b1 Fixed up build location of the entity conversion tables.
git-svn-id: svn://10.0.0.236/trunk@44619 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 02:24:10 +00:00
sgehani%netscape.com
1994b29058 Removing gery button framing code.
git-svn-id: svn://10.0.0.236/trunk@44618 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 02:14:59 +00:00
hyatt%netscape.com
4f12360c26 Fixing a problem where twisties show up on non-containers.
git-svn-id: svn://10.0.0.236/trunk@44617 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 02:14:45 +00:00
tague%netscape.com
a0722040ec Fixed up a makefile problem, updated the build location of the entity translation files.
git-svn-id: svn://10.0.0.236/trunk@44616 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 02:11:40 +00:00
tague%netscape.com
96d6c579da Fixed bug #5561 (Locale support: need locale name to default charset mapping) on Macintosh.
git-svn-id: svn://10.0.0.236/trunk@44615 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 02:09:03 +00:00
pavlov%netscape.com
664a38676a fix for 12501 and make the rest of the widgets use NS_* macros
git-svn-id: svn://10.0.0.236/trunk@44599 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 02:06:24 +00:00
slamm%netscape.com
12c667d694 Recommit. http log errors do not only show that it was missing.
git-svn-id: svn://10.0.0.236/trunk@44598 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 01:24:03 +00:00
briano%netscape.com
ec790d84e2 Change the undef NETSCAPE to MOZILLA_CLIENT to fix Win and Mac.
git-svn-id: svn://10.0.0.236/trunk@44597 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 01:23:10 +00:00
dveditz%netscape.com
7f39630ffb backing out, briano has a different fix
git-svn-id: svn://10.0.0.236/trunk@44596 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 01:22:31 +00:00
dveditz%netscape.com
9f6583ff58 fixing Windows build bustage. Will not fix the mac
git-svn-id: svn://10.0.0.236/trunk@44595 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 01:17:07 +00:00
slamm%netscape.com
1a366401fc Tinderbox was not happy. Backout.
git-svn-id: svn://10.0.0.236/trunk@44594 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 01:16:13 +00:00
slamm%netscape.com
20cf31ad16 Try to support a wider range of machines. Thanks to Dave Morrison <dave@bnl.gov> for the patch.
git-svn-id: svn://10.0.0.236/trunk@44593 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 01:14:49 +00:00
sdagley%netscape.com
72bc2ae56c Fix #6860. We were using the wrong constant in nsFileWidget::PutFile which resulted in the open file dialog being displayed instead of the save file dialog. Yes the Windows build is red as I check this in but it's not related to the problem and mcafee has approved the checkin.
git-svn-id: svn://10.0.0.236/trunk@44592 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 00:59:16 +00:00
slamm%netscape.com
f1fc8767a7 Keep case for filename.
git-svn-id: svn://10.0.0.236/trunk@44591 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 00:47:58 +00:00
slamm%netscape.com
f1f1f64171 cleanup. For ep_windows.pl, switch to checking for 'mozilla' instead of 'ns' (should be a configurable item). Use fewer globals. Pass parameters more explicitly.
git-svn-id: svn://10.0.0.236/trunk@44590 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 00:45:12 +00:00
ducarroz%netscape.com
22f9bbf1ed Add Ender Debug Menu
git-svn-id: svn://10.0.0.236/trunk@44589 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 00:41:32 +00:00
warren%netscape.com
87fff7df9f Reset cursors on Empty.
git-svn-id: svn://10.0.0.236/trunk@44587 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 00:25:43 +00:00
warren%netscape.com
011397fd0d Fixed QI bug that could cause the input stream to be closed too early.
git-svn-id: svn://10.0.0.236/trunk@44586 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 00:25:20 +00:00
tague%netscape.com
bc376f1eea Fix memory leak before Bruce finds it.
git-svn-id: svn://10.0.0.236/trunk@44585 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 00:21:27 +00:00
briano%netscape.com
24f1e14416 Automated update
git-svn-id: svn://10.0.0.236/trunk@44584 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 00:20:49 +00:00
briano%netscape.com
87f3727b27 Don't define NETSCAPE anymore. Not needed.
git-svn-id: svn://10.0.0.236/trunk@44583 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 00:19:58 +00:00
nisheeth%netscape.com
fa0779c5e0 Protecting mozilla specific defines with MOZILLA_CLIENT...
git-svn-id: svn://10.0.0.236/trunk@44582 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 00:18:25 +00:00
briano%netscape.com
764c88d65d Replaced the NETSCAPE ifdefs with MOZILLA_CLIENT to reduce the number of macros we have to define.
git-svn-id: svn://10.0.0.236/trunk@44581 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 00:10:19 +00:00
tague%netscape.com
aa00bdba84 Implemented bug #5561 (Locale support: implement locale name to default charset mapping) on UNIX.
git-svn-id: svn://10.0.0.236/trunk@44580 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 00:10:18 +00:00
jband%netscape.com
92f19008fa fix for bug 12466 - heuristic check for existence of 'message' and 'code' properties was broken. Added missing XPC_MSG_DEF
git-svn-id: svn://10.0.0.236/trunk@44579 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 00:04:14 +00:00
phil%netscape.com
42c59fa7d2 Fix bug 12494. We were misinterpreting the return code from nsString::Equals, so 'is' filters were misfiring
git-svn-id: svn://10.0.0.236/trunk@44578 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 23:58:41 +00:00
sspitzer%netscape.com
bfdcd050a6 fix #10895. Get printing to sort of work for mail/news. more bugs (and fixes) to come. this is far from complete.
git-svn-id: svn://10.0.0.236/trunk@44577 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 23:58:31 +00:00
gagan%netscape.com
96afb90799 Argh... missed a free.
git-svn-id: svn://10.0.0.236/trunk@44576 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 23:58:24 +00:00
mscott%netscape.com
ad3f963d10 This file has been replaced by an idl file.
git-svn-id: svn://10.0.0.236/trunk@44575 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 23:57:03 +00:00
putterman%netscape.com
a141c51a57 More work on columns. Thread column can now be clicked on to change view. Also update to make
work with recent tree changes.


git-svn-id: svn://10.0.0.236/trunk@44574 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 23:56:54 +00:00
troy%netscape.com
e72fb49348 Fix for bug #12449. Changed UpdateImageFrame() so that if the content object
has a NULL document object (the case for generated content) we mark the image
frame dirty and generate a reflow command targeted at the parent frame


git-svn-id: svn://10.0.0.236/trunk@44573 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 23:55:57 +00:00
mscott%netscape.com
6f2fe8d8f2 Bug #10844 hook up progress bar for getting new mail. This is just a first pass. I still have a ways to go.
git-svn-id: svn://10.0.0.236/trunk@44572 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 23:50:18 +00:00
mscott%netscape.com
0f1fbd2638 Bug #10844 --> set status feedback on pop urls
git-svn-id: svn://10.0.0.236/trunk@44571 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 23:49:39 +00:00
mscott%netscape.com
e0057db649 nsString updates --> nsString(eOneByte) --> nsCString
git-svn-id: svn://10.0.0.236/trunk@44570 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 23:47:05 +00:00
mscott%netscape.com
1f0be8a8a2 Add a new string.
git-svn-id: svn://10.0.0.236/trunk@44569 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 23:46:42 +00:00
mscott%netscape.com
5a320b672b nsString updates --> nsString(eOneByte) --> nsCString.
Remove windows.h include as it is not necessary anymore.


git-svn-id: svn://10.0.0.236/trunk@44568 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 23:46:18 +00:00
cmanske%netscape.com
2a3fc82646 Removed unused accesskey entity
git-svn-id: svn://10.0.0.236/trunk@44567 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 23:45:20 +00:00
cmanske%netscape.com
904344cb92 Removed test menu item to load ua.css
git-svn-id: svn://10.0.0.236/trunk@44566 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 23:44:14 +00:00
ramiro%netscape.com
8fc698d723 stub
git-svn-id: svn://10.0.0.236/trunk@44565 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 23:43:25 +00:00
cmanske%netscape.com
c4a3e123c1 Activating CSS to show named anchor in editor
git-svn-id: svn://10.0.0.236/trunk@44564 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 23:40:07 +00:00
rjc%netscape.com
0151b18e04 Use new observes format.
git-svn-id: svn://10.0.0.236/trunk@44563 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 23:33:36 +00:00
gagan%netscape.com
cfa33994e2 Fix for #11204.
git-svn-id: svn://10.0.0.236/trunk@44562 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 23:27:58 +00:00
rjc%netscape.com
3dfd62bfe3 Modify OpenURL() call to try to resolve #URL attribute before opening URL.
git-svn-id: svn://10.0.0.236/trunk@44561 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 23:26:38 +00:00
pinkerton%netscape.com
4e0293abd6 add xpidl flag to most so that it will build correctly if you only use most and not all.
git-svn-id: svn://10.0.0.236/trunk@44560 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 23:20:22 +00:00
mscott%netscape.com
4cb7c8296b nsString updates --> nsString(eOneByte) --> nsCString
git-svn-id: svn://10.0.0.236/trunk@44559 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 23:20:10 +00:00
law%netscape.com
379c6c0f92 Fix for bug #9866; check for memory allocation failure
git-svn-id: svn://10.0.0.236/trunk@44558 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 23:15:37 +00:00
troy%netscape.com
b6b13618f7 Fix for bug #12444. Made sure that for a "StyleChanged" reflow command we
invalidate our entire bounds


git-svn-id: svn://10.0.0.236/trunk@44557 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 23:15:36 +00:00
ftang%netscape.com
166b459a66 remove work around after 7330 fixed
git-svn-id: svn://10.0.0.236/trunk@44556 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 23:10:45 +00:00
alecf%netscape.com
6a9e9fb347 don't actually create account manager until we need it
(fixes service/object timing problems on code I'm about to check in)


git-svn-id: svn://10.0.0.236/trunk@44555 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 23:03:15 +00:00
saari%netscape.com
d82ce6573d Continuing previous checking w. merge
git-svn-id: svn://10.0.0.236/trunk@44554 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 23:02:16 +00:00
beard%netscape.com
baa214d581 added logic to automatically clobber IDL project data folders when the compiler/linker are rebuilt.
git-svn-id: svn://10.0.0.236/trunk@44553 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 23:01:21 +00:00
saari%netscape.com
5f0e817245 Adding SetNativeData(void*) to nsIMenu, which was needed for making the Help menu on MacOS merge with the XUL help menu. The rest of the code is to achive the merge.
git-svn-id: svn://10.0.0.236/trunk@44552 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 22:53:25 +00:00
rjc%netscape.com
12c4f74887 We need those observes tags on columns for sorting, so putting 'em back in. Also, remove some cruft from the .js file that's no longer being used.
git-svn-id: svn://10.0.0.236/trunk@44551 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 22:51:52 +00:00
jdunn%netscape.com
45adbc8369 set wallet service to nsnull in case later on one of the other GetServices fail
in which case we 'goto done' and then try to release the wallet service... which
was never gotten  -doh!


git-svn-id: svn://10.0.0.236/trunk@44550 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 22:46:27 +00:00
despotdaemon%netscape.com
375b1405fc Pseudo-automatic update of changes made by rgoodger@ihug.co.nz.
git-svn-id: svn://10.0.0.236/trunk@44549 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 22:45:17 +00:00
beard%netscape.com
d9c766573b added logic to clobber IDL projects when $CLOBBER_IDL_PROJECTS is non-zero.
git-svn-id: svn://10.0.0.236/trunk@44546 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 22:20:45 +00:00
mjudge%netscape.com
437cbbc0b4 added in selection of tables/images as blue borders for browser.
git-svn-id: svn://10.0.0.236/trunk@44545 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 22:19:23 +00:00
beard%netscape.com
9762f9fbb4 Added $CLOBBER_IDL_PROJECTS flag, to manually clobber the IDL projects.
git-svn-id: svn://10.0.0.236/trunk@44544 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 22:19:18 +00:00
slamm%netscape.com
86a48d5b57 Pass depth to make-makefile to save it some work.
git-svn-id: svn://10.0.0.236/trunk@44543 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 22:09:50 +00:00
slamm%netscape.com
b9c1f04789 Split up into subroutines and add comments.
git-svn-id: svn://10.0.0.236/trunk@44542 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 22:09:05 +00:00
tague%netscape.com
15dbac0214 Implement bug #5561 (Locale support: map locale name to default character set) on windows.
git-svn-id: svn://10.0.0.236/trunk@44541 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 22:05:28 +00:00
mjudge%netscape.com
e65c20550f small fix in rangelist that will stop warnings or infinite loops
git-svn-id: svn://10.0.0.236/trunk@44540 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 22:04:54 +00:00
pinkerton%netscape.com
22973a932d fix QI lameness and use macros.
git-svn-id: svn://10.0.0.236/trunk@44539 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 22:04:02 +00:00
dcone%netscape.com
a02d46768b Fixed warnings
git-svn-id: svn://10.0.0.236/trunk@44538 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 22:03:04 +00:00
karnaze%netscape.com
ea754a1e94 changed conditional NS_RELEASE to NS_IF_RELEASE to fix memory leak
git-svn-id: svn://10.0.0.236/trunk@44537 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 21:57:15 +00:00
sfraser%netscape.com
5f271972c7 #ifdef out SysBeep()s in menu code
git-svn-id: svn://10.0.0.236/trunk@44536 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 21:55:01 +00:00
morse%netscape.com
078296f7d8 8.3 dll names for window-98
git-svn-id: svn://10.0.0.236/trunk@44535 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 21:53:22 +00:00
karnaze%netscape.com
42a0e08a9e bug 1271 - percentage height cells, added GetNumCellsOriginatingInRow, fixed GetNumCellsOriginatingInCol
git-svn-id: svn://10.0.0.236/trunk@44534 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 21:49:18 +00:00
morse%netscape.com
b6ee983e91 remove warning messages
git-svn-id: svn://10.0.0.236/trunk@44533 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 21:47:50 +00:00
briano%netscape.com
09e76590a0 Automated update
git-svn-id: svn://10.0.0.236/trunk@44532 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 21:45:48 +00:00
sfraser%netscape.com
a877200378 The document encoder no longer needs a pres shell.
git-svn-id: svn://10.0.0.236/trunk@44531 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 21:42:47 +00:00
ftang%netscape.com
98ec742dc3 fix the default charset problem I introduced when I fix 12378
git-svn-id: svn://10.0.0.236/trunk@44530 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 21:42:30 +00:00
sfraser%netscape.com
98ceab82e9 No longer need a pres shell for the document encoder; remove it.
git-svn-id: svn://10.0.0.236/trunk@44529 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 21:42:20 +00:00
dougt%netscape.com
5afe2f5f11 Code Review Comments. Look for "//dougt:" as well as looking at the diffs
I have fixed some problems, and left other merely commented.  I did not
make it completely through files not touched in this directory, or the *Win.c
files.

I am not certain that this compiles still.


git-svn-id: svn://10.0.0.236/trunk@44528 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 21:42:16 +00:00
ftang%netscape.com
22a8bbbcc8 add one more constant
git-svn-id: svn://10.0.0.236/trunk@44527 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 21:38:24 +00:00
ssu%netscape.com
aadee21b73 fixing bug 9560.
install.DiskSpaceAvailable() now returns the correct value, as much as a
unsigned 32bit type can hold.  It should really be stored in a unsigned
64bit type.  I'll file it as a seperate bug against nsFileSpec.


git-svn-id: svn://10.0.0.236/trunk@44526 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 21:36:59 +00:00
sgehani%netscape.com
03358dc8e0 Fix for bug 10303.
git-svn-id: svn://10.0.0.236/trunk@44525 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 21:36:06 +00:00
briano%netscape.com
ac0a266c42 HP-specific change for bug 11161.
git-svn-id: svn://10.0.0.236/trunk@44524 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 21:31:17 +00:00
nhotta%netscape.com
a7bc8c1fa3 Bug fix for #8899, added charset alias resolution, changed auto charset detection.
git-svn-id: svn://10.0.0.236/trunk@44523 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 21:30:20 +00:00
sfraser%netscape.com
2c0ea5d602 Remove an errant semicolon
git-svn-id: svn://10.0.0.236/trunk@44522 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 21:28:39 +00:00
beard%netscape.com
a0a264a392 bug 11312: fixed calls to Invalidate() when widget has (x, y) <> (0, 0).
git-svn-id: svn://10.0.0.236/trunk@44521 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 21:28:19 +00:00
harishd%netscape.com
6ba9a03c27 Minor adjustments in consuming attributes ( Tracking down '<').
git-svn-id: svn://10.0.0.236/trunk@44520 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 21:27:43 +00:00
sfraser%netscape.com
c65363b39c Fix the output directory for the headers target.
git-svn-id: svn://10.0.0.236/trunk@44519 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 21:27:35 +00:00
jdunn%netscape.com
3697f1c69b HP won't allow a delete on a 'void *' so change cast using REINTERPRET
git-svn-id: svn://10.0.0.236/trunk@44518 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 21:23:21 +00:00
jdunn%netscape.com
ac51b056a6 HP requires a newline at the end
git-svn-id: svn://10.0.0.236/trunk@44517 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 21:21:22 +00:00
chuang%netscape.com
06187f2091 Import address book
git-svn-id: svn://10.0.0.236/trunk@44516 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 21:19:37 +00:00
cls%seawood.org
6782896d95 libobj.so is now a component and does not need to be linked at compile time.
git-svn-id: svn://10.0.0.236/trunk@44515 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 21:17:50 +00:00
leaf%mozilla.org
5225e1a05f checking evaughan's fix for open sidebar crashing on startup
git-svn-id: svn://10.0.0.236/trunk@44514 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 19:58:07 +00:00
akkana%netscape.com
2e43d335eb Pass KeyPress events even if modifier key is pressed; un-break editor control key bindings. a=leaf,mcafee
git-svn-id: svn://10.0.0.236/trunk@44513 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 19:24:18 +00:00
sspitzer%netscape.com
84d740a821 fix for #12464. initialize memory. fixes news on mac and windows.
git-svn-id: svn://10.0.0.236/trunk@44510 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 19:03:26 +00:00
waterson%netscape.com
afa13d6fbd Fix '-pedantic' bustage. a=leaf
git-svn-id: svn://10.0.0.236/trunk@44509 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 18:47:59 +00:00
slamm%netscape.com
755aa10fd2 Have the script report it's version.
git-svn-id: svn://10.0.0.236/trunk@44508 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 17:54:47 +00:00
terry%mozilla.org
ea648349b3 Patch by Christopher Blizzard <blizzard@redhat.com> -- added "uuid" command.
git-svn-id: svn://10.0.0.236/trunk@44507 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 16:39:01 +00:00
cls%seawood.org
648bdd999b Added support for --with-nspr so that GtkMozilla can find the nspr headers & includes when they are installed separate from the mozilla tree. Incidentally, this was also breaking for any tinderbox that uses the build-moz-smoke.pl script which includes a number of SeaMonkey-Ports builds. Why wasn't this caught before?
git-svn-id: svn://10.0.0.236/trunk@44506 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 15:07:13 +00:00
brade%netscape.com
d2e54208f9 add license
git-svn-id: svn://10.0.0.236/trunk@44505 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 14:40:33 +00:00
ramiro%netscape.com
d43e5b92ea Cleanup zlib cruft.
git-svn-id: svn://10.0.0.236/trunk@44504 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 14:39:53 +00:00
brade%netscape.com
3db29ed843 xul overlay for ok/cancel
git-svn-id: svn://10.0.0.236/trunk@44503 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 14:36:13 +00:00
brade%netscape.com
b88b01913b add license; xul overlay for ok/cancel
git-svn-id: svn://10.0.0.236/trunk@44502 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 14:35:59 +00:00
brade%netscape.com
71d827ff68 xul overlay for ok/cancel; add license
git-svn-id: svn://10.0.0.236/trunk@44501 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 14:28:53 +00:00
brade%netscape.com
3fd97ac3b3 xul overlay for ok/cancel
git-svn-id: svn://10.0.0.236/trunk@44500 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 14:18:04 +00:00
ramiro%netscape.com
d49d80b2d4 Fix the timer names for these platforms.
git-svn-id: svn://10.0.0.236/trunk@44499 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 14:12:04 +00:00
ramiro%netscape.com
17f9cbd0b0 Dont hardcode the dll suffix.
git-svn-id: svn://10.0.0.236/trunk@44498 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 14:09:26 +00:00
tbogard%aol.net
e971381937 Added a couple of new macros to the NS_ENSURE family. NS_ENSURE_SUCCESS(res, ret). It ensures that a given result is an XPCOM success code, if not returns back whatever you pass in ret. And NS_ENSURE_NO_AGGREGATION(outer) checks to make sure the instantiating client is not trying to do aggregation and returns back an error if it is.
git-svn-id: svn://10.0.0.236/trunk@44497 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 14:03:25 +00:00
rods%netscape.com
9b3d301a91 The index of the option being deleted needs to be remembered before the it is removed from the list
git-svn-id: svn://10.0.0.236/trunk@44496 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 13:44:49 +00:00
rods%netscape.com
15e0954387 Fixed the initialization of the scroll frame for list boxes, the parameters had been incorrectly changes for version 1.20
Add addtional safety code for dynamically adding items to list boxes when in native widget mode


git-svn-id: svn://10.0.0.236/trunk@44495 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 13:42:59 +00:00
rods%netscape.com
426ee931d2 removed some unused variables to get rid of some warnings
git-svn-id: svn://10.0.0.236/trunk@44494 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 13:39:41 +00:00
ramiro%netscape.com
cb934ee5cc Cleanup linking of libimg.
git-svn-id: svn://10.0.0.236/trunk@44493 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 13:37:11 +00:00
blizzard%redhat.com
4672ad2642 fix endian detection problems for sparc
git-svn-id: svn://10.0.0.236/trunk@44492 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 13:20:59 +00:00
ramiro%netscape.com
b33aaddcb4 Recommit slamm's changes. Thanks slamm.
git-svn-id: svn://10.0.0.236/trunk@44491 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 11:50:44 +00:00
briano%netscape.com
e0f9ab234d Automated update
git-svn-id: svn://10.0.0.236/trunk@44490 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 11:46:26 +00:00
ramiro%netscape.com
a802108cf7 Remove extraneous AddRef().
git-svn-id: svn://10.0.0.236/trunk@44489 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 11:45:14 +00:00
ramiro%netscape.com
d810128ac7 Fix timer linking problems on monolithic toolkit platforms.
git-svn-id: svn://10.0.0.236/trunk@44488 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 11:32:04 +00:00
hyatt%netscape.com
cfe0689271 Removing toggleTwisty.
git-svn-id: svn://10.0.0.236/trunk@44487 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 11:04:38 +00:00
hyatt%netscape.com
af2c485faf Removing the twisty function. This happens automatically now.
git-svn-id: svn://10.0.0.236/trunk@44486 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 11:03:48 +00:00
hyatt%netscape.com
7fa0ce2270 added files: mozilla/layout/xul/base/src/nsTreeTwistyListener.cpp
git-svn-id: svn://10.0.0.236/trunk@44485 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 10:58:53 +00:00
hyatt%netscape.com
708d6ef88d Adding builtin support for twisties.
git-svn-id: svn://10.0.0.236/trunk@44484 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 10:57:28 +00:00
jfrancis%netscape.com
2a60fccebc making nsPresShell and nsDocument support weak references; using weak references to docs and pres shells within the editor
git-svn-id: svn://10.0.0.236/trunk@44483 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 10:51:55 +00:00
hyatt%netscape.com
4a5d0fe5cb Fixing the bookmarks window to use the new rules.
git-svn-id: svn://10.0.0.236/trunk@44482 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 10:29:52 +00:00
hyatt%netscape.com
f70e8ed0ea New style rules for trees.
git-svn-id: svn://10.0.0.236/trunk@44481 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 10:29:39 +00:00
hyatt%netscape.com
b343bfba4b More anonymous content goodness.
git-svn-id: svn://10.0.0.236/trunk@44480 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 10:26:41 +00:00
pinkerton%netscape.com
7e06140435 dumb compiler things.
git-svn-id: svn://10.0.0.236/trunk@44479 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 09:47:32 +00:00
pinkerton%netscape.com
c64a545a85 toString -> ToString.
git-svn-id: svn://10.0.0.236/trunk@44478 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 09:27:19 +00:00
pinkerton%netscape.com
2d43935d4d toString -> ToString idl change.
git-svn-id: svn://10.0.0.236/trunk@44477 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 09:15:18 +00:00
pinkerton%netscape.com
6eb3a21da9 IDL-ifying nsITransferable, nsIDragService, nsIDragSession, nsIFormatConverter.
git-svn-id: svn://10.0.0.236/trunk@44476 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 08:35:06 +00:00
pinkerton%netscape.com
22941b0240 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@44475 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 08:34:46 +00:00
dp%netscape.com
e071a6b869 Using nsIRegistry::OpenDefault() instead of Open() with default parameter.
git-svn-id: svn://10.0.0.236/trunk@44474 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 08:13:24 +00:00
sspitzer%netscape.com
7219597f0e a little more to the fix for #12138
git-svn-id: svn://10.0.0.236/trunk@44473 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 08:08:49 +00:00
waterson%netscape.com
4038ca7196 Bug 12254. Fix templates that are built inside of or use nested HTML.
git-svn-id: svn://10.0.0.236/trunk@44472 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 07:56:52 +00:00
sspitzer%netscape.com
1588285853 fix for #12397 and #12138
git-svn-id: svn://10.0.0.236/trunk@44471 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 07:51:43 +00:00
ssu%netscape.com
07229a4b3a fixing bug #8227 and #10955
git-svn-id: svn://10.0.0.236/trunk@44470 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 07:51:33 +00:00
vidur%netscape.com
778fc0379d Parse delimiters out of Comment nodes. CharacterData Nodes now return an empty childNodes list instead of null.
git-svn-id: svn://10.0.0.236/trunk@44469 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 07:35:45 +00:00
sspitzer%netscape.com
7fd67ef61b revert by build breakage checkin. brendan fixed the xpidl compiler. I hadn't
picked up the changes yet.  interCaps in IDL and JS, and InterCaps in C++.


git-svn-id: svn://10.0.0.236/trunk@44468 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 07:17:21 +00:00
slamm%netscape.com
6b47d63097 Whoops tree red. backout.
git-svn-id: svn://10.0.0.236/trunk@44467 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 06:37:58 +00:00
slamm%netscape.com
1be33132d0 Handle single Makefile case with relative paths.
git-svn-id: svn://10.0.0.236/trunk@44466 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 06:36:25 +00:00
sspitzer%netscape.com
deabd9a4fa more fixage for build spankage. thank you sir, may I have another?
git-svn-id: svn://10.0.0.236/trunk@44465 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 06:35:01 +00:00
bienvenu%netscape.com
48177e48a8 fix more spankage bustage
git-svn-id: svn://10.0.0.236/trunk@44464 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 06:26:42 +00:00
dougt%netscape.com
2074d0de9b more changes based on feedback.
git-svn-id: svn://10.0.0.236/trunk@44463 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 06:11:14 +00:00
sspitzer%netscape.com
2bf82f3b32 fix logic and add a cast to fix #12435
git-svn-id: svn://10.0.0.236/trunk@44462 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 06:07:44 +00:00
hyatt%netscape.com
2bc5cfe793 Adding rules for trees
git-svn-id: svn://10.0.0.236/trunk@44461 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 06:04:52 +00:00
jband%netscape.com
f5d694013f - Added Support for 'foo instanceof Components.interaces.nsIFoo'.
- Added support for reflecting interface constants as Components.interfaces.nsIFoo.* (this may change).
- Only interfaces marked 'scriptable' are visible in the Components.interfaces array.
- Getting rid of some of the template style syntax.
- Added GetWStringCopied and GetWStringShared for lame tests of speed in wstring copies.
- Cleaned up more Unix warnings.


git-svn-id: svn://10.0.0.236/trunk@44460 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 06:01:42 +00:00
brendan%mozilla.org
c86361dde1 Missed one during final precheckin update/merge.
git-svn-id: svn://10.0.0.236/trunk@44459 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 05:59:09 +00:00
hyatt%netscape.com
a2a850dd71 Teaching the tree widget how to make anonymous content.
git-svn-id: svn://10.0.0.236/trunk@44458 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 05:52:10 +00:00
dp%netscape.com
2fd76a39fb bug#11902 Changes for page manager for openVMS. Thanks to Colin Blake <colin@theblakes.com>
git-svn-id: svn://10.0.0.236/trunk@44457 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 05:41:53 +00:00
brendan%mozilla.org
d87f3f7b04 Massive spankage to capitalize C++ method and attribute name bindings, per
Architecture Item 6.3 (news://news.mozilla.org/37BA89CF.3823D6F9%40meer.net).


git-svn-id: svn://10.0.0.236/trunk@44456 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 05:26:25 +00:00
slamm%netscape.com
5f7308878e Start from the bottom up for ed, and skip ed if no changes.
git-svn-id: svn://10.0.0.236/trunk@44455 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 05:07:45 +00:00
ramiro%netscape.com
0fe84f85d2 Link NS_NewTimer() directly into the embedding app.
git-svn-id: svn://10.0.0.236/trunk@44454 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 05:06:03 +00:00
mccabe%netscape.com
5fdc371b7b Fixed problem with getters/setters in generated NS_FORWARD_NSIFOO macro. Thanks to David Bienvenu for catching this.
Fixed {-placement formatting nit.  Thanks to Brendan Eich for catching this.


git-svn-id: svn://10.0.0.236/trunk@44453 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 05:05:48 +00:00
troy%netscape.com
0e3d565b0a Changed PaintBackground() so it doesn't always render the background color when
there's a background image that doesn't tile the entire bounds


git-svn-id: svn://10.0.0.236/trunk@44452 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 05:05:04 +00:00
slamm%netscape.com
12a0f6ffde Use correct logic for removal
git-svn-id: svn://10.0.0.236/trunk@44451 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 05:01:00 +00:00
slamm%netscape.com
e40c280151 Trim out old entries from build.dat and notes.txt. Also, use perl's find for removing old files.
git-svn-id: svn://10.0.0.236/trunk@44450 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 04:55:58 +00:00
ramiro%netscape.com
700876c56f NS_RELEASE -> NS_IF_RELEASE.
git-svn-id: svn://10.0.0.236/trunk@44449 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 04:04:51 +00:00
ramiro%netscape.com
898a4901e9 #ifdef out annoying printf.
git-svn-id: svn://10.0.0.236/trunk@44448 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 04:01:57 +00:00
waterson%netscape.com
03c5d82ce6 Some UI polish.
git-svn-id: svn://10.0.0.236/trunk@44447 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 03:50:15 +00:00
rickg%netscape.com
efdfeda5e1 autogen content if onDataAvailable is never called
git-svn-id: svn://10.0.0.236/trunk@44446 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 03:47:37 +00:00
briano%netscape.com
f27dfc377c Automated update
git-svn-id: svn://10.0.0.236/trunk@44445 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 03:30:50 +00:00
briano%netscape.com
871e2e389c Explicitly define SUNOS4 for SunOS 4.1.x builds instead of hiding it in the Tinderbox script.
git-svn-id: svn://10.0.0.236/trunk@44444 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 03:28:26 +00:00
rickg%netscape.com
039e03a633 fixed bug 11523
git-svn-id: svn://10.0.0.236/trunk@44443 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 03:27:37 +00:00
tbogard%aol.net
a65a78136a Removed the #ifdef DEBUG around the definition of NS_ENSURE. The only difference between the two was the NS_ERROR. NS_ERROR is already conditional upon debug so this was a bit redundant.
git-svn-id: svn://10.0.0.236/trunk@44442 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 03:16:23 +00:00
rjc%netscape.com
fe901f5313 Only write out attributes that actually have a value.
git-svn-id: svn://10.0.0.236/trunk@44441 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 03:13:13 +00:00
rickg%netscape.com
a9f7f06dc9 removed warnings
git-svn-id: svn://10.0.0.236/trunk@44440 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 03:11:05 +00:00
rickg%netscape.com
9a8d155dac removed warnings, unused debug code and a crufy comment
git-svn-id: svn://10.0.0.236/trunk@44439 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 03:10:47 +00:00
matt%netscape.com
8576ec5635 *** empty log message ***
git-svn-id: svn://10.0.0.236/trunk@44438 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 02:41:12 +00:00
matt%netscape.com
ba9c23e8ad Adding new pref files
git-svn-id: svn://10.0.0.236/trunk@44437 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 02:40:19 +00:00
dougt%netscape.com
3b26d6eb64 Fixing auto-proxy so that in params are proxied back to the caller.
git-svn-id: svn://10.0.0.236/trunk@44436 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 02:34:29 +00:00
ducarroz%netscape.com
f66a981b2d Moved entity into MsgAttachPage.dtd
git-svn-id: svn://10.0.0.236/trunk@44435 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 02:32:39 +00:00
ducarroz%netscape.com
62783d6680 Add MsgAttachPage.dtd
git-svn-id: svn://10.0.0.236/trunk@44434 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 02:31:31 +00:00
ducarroz%netscape.com
7f5fa95f14 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@44433 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 02:29:45 +00:00
blizzard%redhat.com
d8b06d5cd4 make sure that prototypes match in the header file and the implementation
git-svn-id: svn://10.0.0.236/trunk@44432 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 01:56:41 +00:00
hyatt%netscape.com
1c7a73d016 added files: mozilla/rdf/content/src/nsJSXULCommandDispatcher.cpp, mozilla/rdf/content/src/nsXULCommandDispatcher.cpp, removed files: mozilla/rdf/content/src/nsJSXULFocusTracker.cpp, mozilla/rdf/content/src/nsXULFocusTracker.cpp
git-svn-id: svn://10.0.0.236/trunk@44431 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 01:51:38 +00:00
blizzard%redhat.com
ec3023dc1c remove crufty comments
git-svn-id: svn://10.0.0.236/trunk@44430 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 01:51:25 +00:00
hyatt%netscape.com
d6707c1e0b Changing focus tracker to be the command dispatcher.
git-svn-id: svn://10.0.0.236/trunk@44429 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 01:49:24 +00:00
akhil.arora%sun.com
711fd3a69d Deleted task equals and hashCode. Done.
git-svn-id: svn://10.0.0.236/trunk@44428 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 01:39:33 +00:00
sgehani%netscape.com
f2e8a18ec3 Fix for bug 12426.
git-svn-id: svn://10.0.0.236/trunk@44427 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 01:36:18 +00:00
sgehani%netscape.com
a742c99f4f Part of fix for bug 12426.
git-svn-id: svn://10.0.0.236/trunk@44426 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 01:34:31 +00:00
waterson%netscape.com
19604ac4b6 Make open/close folder work.
git-svn-id: svn://10.0.0.236/trunk@44425 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 01:32:40 +00:00
rjc%netscape.com
048b79dfa5 Try resolving URL property before opening a bookmark, in case its a IE favorite (under Windows, or BeOS) or a internet search result.
git-svn-id: svn://10.0.0.236/trunk@44424 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 01:30:17 +00:00
akhil.arora%sun.com
09bb604ee8 Implemented equals and hashCode for NodeList and DOMImplementation
git-svn-id: svn://10.0.0.236/trunk@44423 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 01:28:48 +00:00
cathleen%netscape.com
03476e8a3c revert PRUnichar* back to char*; depending on more unichar/UTF8 support
from L10n


git-svn-id: svn://10.0.0.236/trunk@44422 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 01:26:11 +00:00
bienvenu%netscape.com
944d4166c2 clean up method names, remove unused methods, start work on deleting non-discovered folders
git-svn-id: svn://10.0.0.236/trunk@44421 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 01:18:42 +00:00
bienvenu%netscape.com
97e179f9af change create sub-folder2 name
git-svn-id: svn://10.0.0.236/trunk@44420 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 01:17:52 +00:00
rjc%netscape.com
9bfe6e67bb Add internetsearch datasource in for bookmarks menu, and fix separator generation.
git-svn-id: svn://10.0.0.236/trunk@44419 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 01:14:49 +00:00
jdunn%netscape.com
cf198397fa Fix AIX compiler errors.
git-svn-id: svn://10.0.0.236/trunk@44418 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 01:14:11 +00:00
mcafee%netscape.com
d8cf14f76a Adding temp pref for native/gfx widget rendering. r=matt
git-svn-id: svn://10.0.0.236/trunk@44417 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 01:10:02 +00:00
rogerl%netscape.com
fc6899029a Fixes for ecma 2 regexp - adding context to init
git-svn-id: svn://10.0.0.236/trunk@44415 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 01:05:42 +00:00
hshaw%netscape.com
fe554f0351 purge temporary ifdef NET_SOCKET_PROVIDER_BUILD
git-svn-id: svn://10.0.0.236/trunk@44414 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 01:04:09 +00:00
rogerl%netscape.com
a613d89edf Fixes for ecma 2 regexp - adding context to init.
git-svn-id: svn://10.0.0.236/trunk@44413 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 01:03:06 +00:00
rogerl%netscape.com
a9012d852d New errors for ecma 2 regexp.
git-svn-id: svn://10.0.0.236/trunk@44412 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 01:01:19 +00:00
rogerl%netscape.com
62abb35e5e Fixes for ecma 2 - add context to regexp init.
git-svn-id: svn://10.0.0.236/trunk@44411 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 01:00:09 +00:00
rogerl%netscape.com
32c00a9325 Fixed \<digits> interpretation for ecma 2 compliance.
git-svn-id: svn://10.0.0.236/trunk@44410 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 00:59:21 +00:00
rogerl%netscape.com
ea511e5725 Fixed test case - was assuming a length limit on octal sequence rather than
a value limit. (this is version 120 specific in any case)


git-svn-id: svn://10.0.0.236/trunk@44409 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 00:56:05 +00:00
briano%netscape.com
840ef70707 Automated update
git-svn-id: svn://10.0.0.236/trunk@44408 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 00:48:32 +00:00
briano%netscape.com
88aba39f41 Fix for HP-UX bustage when building with gcc.
git-svn-id: svn://10.0.0.236/trunk@44407 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 00:47:46 +00:00
dougt%netscape.com
3986620a66 fixing build bustage.
git-svn-id: svn://10.0.0.236/trunk@44406 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 00:19:00 +00:00
akhil.arora%sun.com
9a95e53b25 Timothy Tully implemented equals and hashCode methods for Node.
git-svn-id: svn://10.0.0.236/trunk@44405 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-24 23:54:26 +00:00
mscott%netscape.com
3c54da1f9b I think the clobber windows build may break because I took out the wrong header file from this makefile (the file was still in
my dist directory when I built which is why it worked). In anticipation of eventual breakage, I'm fixing it now.
a=gramps.


git-svn-id: svn://10.0.0.236/trunk@44404 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-24 23:48:09 +00:00
slamm%netscape.com
18acc92a69 Use JavaScript to do refresh for both static and cgi versions.
git-svn-id: svn://10.0.0.236/trunk@44403 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-24 23:37:31 +00:00
radha%netscape.com
f45ac86139 Really put in that id for the go menu
git-svn-id: svn://10.0.0.236/trunk@44402 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-24 23:27:27 +00:00
nisheeth%netscape.com
e63340baee Fix build bustage.
git-svn-id: svn://10.0.0.236/trunk@44401 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-24 23:09:52 +00:00
radha%netscape.com
110bf7ff24 Add a id to 'Go' menu
git-svn-id: svn://10.0.0.236/trunk@44400 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-24 23:01:30 +00:00
pnunn%netscape.com
5f29b03cf2 Removing an assert. pnunn.
git-svn-id: svn://10.0.0.236/trunk@44399 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-24 23:01:16 +00:00
slamm%netscape.com
aa00a96efa Use chrome urls for history.css and history.js
git-svn-id: svn://10.0.0.236/trunk@44398 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-24 22:52:37 +00:00
morse%netscape.com
d04ec37c07 minor formatting fix
git-svn-id: svn://10.0.0.236/trunk@44397 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-24 22:51:05 +00:00
tao%netscape.com
95eac88715 Export strres-test.xul; add clobber rules to .win
git-svn-id: svn://10.0.0.236/trunk@44396 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-24 22:47:02 +00:00
morse%netscape.com
d82a6b8d43 Give notification about wallet's ability to capture data
git-svn-id: svn://10.0.0.236/trunk@44395 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-24 22:46:31 +00:00
sspitzer%netscape.com
c3ae319f1c changes to get a news server to work with a userName. fixes bug #12407.
git-svn-id: svn://10.0.0.236/trunk@44394 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-24 22:39:40 +00:00
slamm%netscape.com
08aee7169a Recopy menus from navigator.xul to fix dtd errors.
git-svn-id: svn://10.0.0.236/trunk@44393 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-24 22:39:11 +00:00
leif%netscape.com
a15b2ca2ac *** empty log message ***
git-svn-id: svn://10.0.0.236/trunk@44392 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-24 22:31:51 +00:00
dougt%netscape.com
d9427f7af6 Fix for bug 10435. Everything except CopyFrom() and MoveFrom()
git-svn-id: svn://10.0.0.236/trunk@44391 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-24 22:30:59 +00:00
41 changed files with 105 additions and 13986 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,48 +0,0 @@
This is a short list of people that have contributed to the success of
this project.
* Leif Hedstrom <leif@perldap.org>
- Project lead.
- Wrote some of the API code, and most of OO layers (Conn.pm,
Entry.pm etc.)
- Unix portability test.
- Port to Windows/NT and ActivePerl.
* Clayton Donley
- Wrote a lot of the initial API code (API.xs and API.pm).
* Kevin McCarthy <kmccarth@perldap.org>
- Bug fixes, tons of contribution, particularly to the API.xs file.
* Michelle Wyner <mwyner@perldap.org>
- Testing, bug fixes, and documentation, as well as working on new
modules for PerLDAP v2.0.
* John Kristian <kristian@netscape.com>
- Rewrote the entire LDIF module, great stuff!
* Netscape Netcenter team (Kevin Burns, Max Block, Mark Takacs etc.)
- Tons of ideas and requests for features.
- Discovering bugs daily (great, thanks... ;-).
* Bob Ferguson <rferguso@netscape.com>
- Primary guinea pig for all my NT builds.
* Everyone else that I've forgot to mention:
- Thanks for testing and debugging this package!

View File

@@ -1,554 +0,0 @@
1999-08-24 Leif Hedstrom <leif@netscape.com>
* Merged v1.3.x into trunk, tagged it as v1.4, and released it!
1999-08-19 Leif Hedstrom <leif@netscape.com>
* Changed internal version numbering again, just called this plain
v1.4.
* Entry.pm (FIRSTKEY): Bug fix, we'd crap out if there are no
attributes in the returned entry.
(NEXTKEY): Ditto.
1999-08-18 Leif Hedstrom <leif@netscape.com>
* Set version number to v1.4! Woohoo! Also tagged it as v1.3.4,
last "development" release.
1999-08-17 Leif Hedstrom <leif@netscape.com>
* Makefile.PL: Fixes for Windows/NT, cleaned out some code etc.
(MY::postamble): Support for "make html".
* MANIFEST: Updated with all new files etc.
* test.pl: Renamed to oldtest.pl, to avoid "make test" to fail.
1999-08-16 Kevin McCarthy <kmccarth@perldap.org> and Leif Hedstrom
* API.xs: Cleaned most all the memory allocation changes, we are
changing it to use the LDAP_OPT_MEMALLOC_FN_PTRS option in the
C-SDK instead (much cleaner!).
(perldap_init): New function, set up the memory management
handlers. This is called when the API module is loaded.
(perldap_malloc): New function, our memory management method(s).
(perldap_calloc): Ditto.
(perldap_realloc): Ditto.
(perldap_free): Ditto.
1999-08-16 Kevin McCarthy <kmccarth@perldap.org>
* API.xs: Cleaned up prototypes, changed strdup() to use a
Perl'ified version, change a number of free()'s to use Safefree.
(ldap_value_free_perl): New function, similar to
ldap_mods_free_perl(), to avoid memory problems (on NT and
ActivePerl primarily).
(StrDup): New function, to handle strdup() calls in a safe way.
(ber_bvfree_perl): Ditto.
(ber_bvecfree_perl): Ditto.
1999-08-15 Leif Hedstrom <leif@netscape.com>
* API.xs (ldap_mods_free_perl): Modified version of
ldap_mods_free(), which uses Perl native free method instead of
the things from the LDAP SDK. This fixes some nasty issues with
Windows/NT and ActiveState Perl. Woohoo!!!
1999-08-14 Leif Hedstrom <leif@netscape.com> and Kevin McCarthy
* Entry.pm (setValues): Implemented bug fix for bug id 7131, where
the "_save_" structures weren't set properly when using setValues().
1999-08-14 Kevin McCarthy <kmccarth@perldap.org>
* Conn.pm (update): Rewrote to optimize add/remove vs replace
operations. Basically, we'll try to do whatever seems to be the
smallest amount of work for the LDAP server now.
1999-08-13 Leif Hedstrom <leif@netscape.com>
* Makefile.PL: Cleaned up code, and added support for linking in
the missing libraries need for some missing symbols.
1999-08-13 Michelle Wyner <mwyner@netscape.com>
* Entry.pm: Updated documentation, and cleaned it up.
* Conn.pm: Ditto.
1999-08-12 Leif Hedstrom <leif@netscape.com>
* Entry.pm (move): Changed name, was rename(), is now move().
1999-08-10 Leif Hedstrom <leif@netscape.com>
* Entry.pm (setValues): Renamed, used to be setValue(), which is
now an alias to setValues().
(getValues): New method, to get the array of values.
(STORE): Fixed tests around DN handling, making sure it's not
treated as an array. I also optimized a couple of tests, since we
now filter out "DN" earlier in the funtion(s).
(attrModified): Ditto.
(attrClean): Ditto.
(unRemove): Ditto.
(removeValue): Ditto.
(addValue): Ditto.
1999-08-08 Leif Hedstrom <leif@netscape.com> and Kevin McCarthy
* Entry.pm (setValue): Remove _delete_ flag, if set.
* Conn.pm (close): Fixed memory leak, moved code from the DESTROY
method over here.
(DESTROY): Call the close() method.
(getErrorCode): We now return LDAP_SUCCESS if there is no LDAP
connection handle.
(getErrorString): Ditto.
* Entry.pm (STORE): Bug fix for large attribute sets.
(attrModified): Ditto.
(removeValue): Ditto.
(addValue): Ditto.
(EXISTS): Fix for bug 4368, cleaning up the code, and avoid the
double calls.
1999-08-06 Leif Hedstrom <leif@netscape.com> and Kevin McCarthy
* API.xs: Added some more tests around free() statements. These
are most likely never triggered, but better safe than sorrow (and
the overhead of testing this is insignificant).
* Conn.pm (browse): Added this function, to make it easy to browse
an entry.
(compare): Compare an attribute value against a DN/entry, without
having to do the search.
* Entry.pm (removeValue): Fixed loop bug.
(addValue): Ditto.
(hasValue): Ditto.
(matchValue): Fixed loop bug, and also missing normalization in
half of the case statement.
(rename): Added this new method, to rename attributes.
(copy): Added, to copy attributes.
* Merged v1.2.3 with v1.3 branch.
1999-08-06 Kevin McCarthy <kmccarth@perldap.org>
* Entry.pm (addDNValue): Bug fix, index for norm was wrong.
* Entry.pm (size): Optimzied for performance.
1999-07-25 Kevin McCarthy <kmccarth@perldap.org>
* API.xs: Fixed memory allocation problems in parsing and
generating the LDAPMods structure.
1999-06-22 Leif Hedstrom <leif@netscape.com>
* Conn.pm (add): Fixed bug 3342, thanks to Kevin McCarthy for
debugging this, and providing a patch. This fixes the problem with
adding new entries that has binary data.
1999-03-23 Leif Hedstrom <leif@netscape.com>
* Changed versioning numbers for all .pm files.
1999-03-22 Leif Hedstrom <leif@netscape.com>
* Entry.pm: Removed all _self_obj_ stuff...
* Conn.pm: Ditto.
* Conn.pm: Cleanup in use statements, and "use strict".
(search): Avoid warnings of uninitialized variables.
(searchURL): Ditto.
(modifyRDN): Bugfix, we did not update the appropriate DN in the
self object (very minor...).
* Entry.pm: Cleanup in use statements, and "use strict".
(BEGIN): Added this initializer, to use the new LDIF module.
(STORE): Fixed bug where we would not ignore the internal instance
variables properly.
* Utils.pm: Cleanup in all use statements, and "use strict". Also
enforces the VERSION control feature.
* Merged v1.2.1 to devel-branch-1_3, and tagged v1.3.1.
1999-03-21 Leif Hedstrom <leif@netscape.com>
* Checked in v1.2.1(beta).
1999-03-19 Leif Hedstrom <leif@netscape.com>
* Conn.pm (add): Fixed the code so that it will handle hash array,
as the documentation indicates. (Pointed out by Kevin Burns).
(add): Code cleanup in the add() method.
1999-03-18 Leif Hedstrom <leif@netscape.com>
* Entry.pm: Changed back some of the "my" definitions, to make
sure arrays are properly reset.
(setValue): Added the _modified_ flag, from Stephen P. Schaefer
<stephen@networks.com>.
(addValue): Bug fix, when calling delete, and then
addValue(). From Stephen P. Schaefer as well.
* Conn.pm: Ditto. This fixes the bug where qsearch/printLDIF()
would print multiple values.
1999-03-12 Leif Hedstrom <leif@netscape.com>
* Conn.pm: Changed docs for modifyRDN(), it was wrong...
1999-03-11 Leif Hedstrom <leif@netscape.com>
* Entry.pm (new): Added this method, so that "new ...::Entry" will
work as expected.
1999-03-09 Leif Hedstrom <leif@netscape.com>
* Entry.pm: Tons of changes to handling the save/modified/deleted
attribute values.
(DESTROY): Added this destructor again, this time it does seem to
help quite a lot! Whoohoo...
* Conn.pm (update): Bug fix for bug #2530, keeping sort order for
attribute values.
1999-03-08 Leif Hedstrom <leif@netscape.com>
* Entry.pm (unRemove): Bug fix, this was terribly horked, please
let's try it to make sure it works...
* Conn.pm (newEntry): Bug fix, forgot to give it the self_obj
member value... Sigh.
1999-03-05 Leif Hedstrom <leif@netscape.com>
* Entry.pm (DELETE): We now handle the event that someone tries to
delete an internal attribute.
* Conn.pm (update): Bug: We forgot to test for existance of
"_save_" before trying to loop over it.
* Entry.pm (attrClean): Added this method, to make it easier to
reset the internal state of en Entry. This is used primarily by
the Conn.pm package.
(unRemove): Bug Fix: $selfl changed to $self...
1999-02-28 Leif Hedstrom <leif@netscape.com>
* Entry.pm (matchValue): Added support for the normalization,
which should have been done before... Bug #2854.
* Conn.pm (printError): Changed to use ldap_err2string instead of
ldap_perror.
* Utils.pm (ldapArgs): Changed "root" to "base" in the LD
structure.
(userCredentials): Ditto.
* Conn.pm: Changed documentation to reflect the "base/root"
change.
1999-01-06 Leif Hedstrom <leif@netscape.com>
* Conn.pm (nextEntry): Fixed (tried to fix...) the bug with
missing attributes. I hope this will work, at a minimum I'm sure
it won't hurt. The idea is to keep the case on the attribute type
when requesting the values_len().
1999-01-11 Leif Hedstrom <leif@netscape.com>
* API.xs: Added IF statements around all ldap_value_free() calls.
1999-01-05 Leif Hedstrom <leif@netscape.com>
* Conn.pm (getRes): Ooops, didn't return the appropriate
value... :(
(init): Changed test for LDAP_SUCCESS, to always return 0 or 1.
(close): Ditto.
(delete): Ditto.
(add): Ditto.
(modifyRDN): Ditto.
(update): Ditto.
(simpleAuth): Ditto.
* Entry.pm (NEXTKEY): Don't return the last $key if it's one that
should be hidden.
* Conn.pm (newEntry): New method, to create an empty LDAP::Entry
object. It is properly "tied" into the appropriate object.
1999-01-04 Leif Hedstrom <leif@netscape.com>
* Entry.pm (setDN): Added third optional argument, to enfoce DN
normalization.
(getDN): Ditto.
(hasDNValue): Ditto.
(matchDNValue): Ditto.
* Entry.pm (removeValue): Added support for DN normalization
(optional argument).
(addValue): Ditto
(getDN): Ditto.
1998-12-31 Leif Hedstrom <leif@netscape.com>
* Entry.pm (DESTROY): Added this method, don't know if it actually
makes any sense at all... :(
* Conn.pm (add): Use _oc_order_ to find a list of attributes, to
avoide calling the TIEHASH methods.
(update): Ditto.
(ALL): Clean out some "my" definitions.
* Entry.pm (unRemove): New function, to undo remove opertaions on
an attribute.
(DELETE): Bug-fix, don't undef the attribute, it would prevent us
from updating it properly in the Conn::update() method.
(remove): Ditto.
* Conn.pm (nextEntry): Return $obj instead of blessing the %entry
(again).
1998-12-25 Leif Hedstrom <leif@netscape.com>
* Conn.pm (POD): Changed examples from $conn -> $entry.
1998-12-17 Leif Hedstrom <leif@netscape.com>
* Conn.pm (DESTROY): undef the Perl data after doing a
ldap_msgfree(), bug #1964.
(search): Ditto.
(searchURL): Ditto.
(nextEntry): Changed the order of setting numattr, to make sure
it's zero if we don't find anything.
1998-12-16 Leif Hedstrom <leif@netscape.com>
* Entry.pm (FIRSTKEY): Modified to honor the oc_order.
(NEXTKEY): Ditto.
(markModified): Made as an alias for attrModified().
* Conn.pm (nextEntry): Added code to handle internal counters for
number of attributes in oc_order. This is used/needed for the
FIRSTKEY and NEXTKEY methods in the Entry/Tie::Hash object.
* Entry.pm (isAttr): New method, to make sure an attribute name
really is a valid LDAP attribute.
(FIRSTKEY): Now we'll handle each() and keys() properly, whooohoo!
(NEXTKEY): Ditto.
1998-12-15 Leif Hedstrom <leif@netscape.com>
* Entry.pm (isDeleted): Added new method, almost identical to isModified().
(EXISTS): New method, to implement the EXISTS functionality.
* API.xs (RET_CPP): Test for NULL pointers, bug #1387.
(RET_BVPP): Ditto.
* Utils.pm (ldapArgs): Fixed bug where "-s 0" would not be honored
(I'm an idiot, OK?).
1998-12-14 Leif Hedstrom <leif@netscape.com>
* Conn.pm (getRes): New method, to return the internal result message.
(getLD): Use defined() around test for existence.
1998-12-11 Leif Hedstrom <leif@netscape.com>
* Conn.pm (new): Make sure binddn and bindpasswd are set to the
empty string unless specified.
(init): Make sure certdb is defined before trying to use it.
(setDefaultRebindProc): Added default auth method, unless
explicitly specified.
* Utils.pm (askPassword): Added support for Term::ReadKey.
(askPassword): Moved the eval "use ..." here.
(userCredentials): Removed verbose print statement.
(askPassword): Added an optional argument to print a prompt;
* Conn.pm (setDefaultRebindProc): Added a default "auth" value, if
not provided in the call.
1998-12-04 Leif Hedstrom <leif@netscape.com>
* Makefile.PL: Modified so that "silent" install will actually
echo what options it's setting.
It will now croak() if the SDK dir specified doesn't exist.
* INSTALL: Updated to reflect new v1.1 stuff. Added links to the
FAQ.
* README: Ditto. Also changed some of the binary install
information, which might not be useful anyways...
* Makefile.PL: Added "filters" to remove .dll and .sl from shared
libraries when creating link options. I also replaced the code to
put the valid library extensions into a variable (bug #1344).
* Makefile.PL: Fixed some crap with the config parsing, and ENV
handling (for silent installs).
1998-12-03 Leif Hedstrom <leif@netscape.com>
* Conn.pm (update): Bug fix, now we empty the hash array before
examining changed attributes (bug #1385).
* Makefile.PL: Added the "-nolinenumbers" XSUBS options (bug #1329).
1998-09-26 Leif Hedstrom <leif@netscape.com>
* Conn.pm (init): Cleaned out _perror() calls.
(delete): Added support for calling delete() with an Entry::
object as paramter.
(new): Cleaned out some dead code for $ref.
* Entry.pm (setValue): New method, to avoid having to use Perl
assignment statements to set an entire attribute value.
1998-09-18 Leif Hedstrom <leif@netscape.com>
* Conn.pm (init): Changed call to ldapssl_client_init() to pass a
0 value as the handle pointer. This avoids a Perl compiler warning.
1998-09-12 Leif Hedstrom <leif@netscape.com>
* LDIF.pm (readEntries): Changed tests for empty arguments, to use
defined().
* Utils.pm (ldapArgs): Bug fix, we used the wrong option for the
certificate (-P) when checking to set the LDAP port.
(normalizeDN): Chagned tests for empty arguments, to use use defined().
* Entry.pm (STORE): Changed tests for empty arguments, to use
defined().
(DELETE): Ditto.
(attrModified): Ditto.
(isModified): Ditto.
(remove): Ditto.
(removeValue): Ditto.
(addValue): Ditto.
(hasValue): Ditto.
(matchValue): Ditto.
(setDN): Ditto.
(size): Ditto.
(exists): Ditto.
* Conn.pm (printError): Changed test for $str to see if it's defined.
(delete): Cleaned up code around $dn.
(modifyRDN): Cleaned up testes around $dn and $del.
1998-09-11 Leif Hedstrom <leif@netscape.com>
* Conn.pm (modifyRDN): We now preserve the case of the DN/RDN, but
still treat RDNs as CIS when comparing strings.
1998-09-08 Leif Hedstrom <leif@netscape.com>
* Conn.pm (setDefaultRebindProc): Bug fix, it had the Ldapc:: crap
stil in there... :-(.
(simpleAuth): New method, to do simple authentication rebind.
1998-09-07 Leif Hedstrom <leif@netscape.com>
* Makefile.PL: Changed all <> to <STDIN>, to support command line
arguments for MakeMaker.
1998-09-03 Leif Hedstrom <leif@netscape.com>
* Conn.pm (nextEntry): Fixed bug with case sensitivity.
1998-08-18 Leif Hedstrom <leif@netscape.com>
* Conn.pm (setDefaultRebindProc): It's back!
Officially released PerLDAP v1.0.
1998-08-13 Leif Hedstrom <leif@netscape.com>
* Makefile.PL: Fixed so that automated installs works.
* Conn.pm (update): Fixed narly bug with ldap_modify()...
* All: Cleaned up some hash indexes, to make sure they are
properly quoted, and there are no conflicts to resolve.
* Entry.pm (STORE): Fixed a bug with attribute names not being
properly added to _oc_order_.
(addValue): Ditto, added the same code as for STORE.
1998-08-06 Leif Hedstrom <leif@netscape.com>
* Entry.pm (printLDIF): Copied/modified from the Utils.pm library.
(isModified): Added this function, thought it might be useful.
1998-08-03 Leif Hedstrom <leif@netscape.com>
* Conn.pm (modifyRDN): Fixed! It also has an option to take an
"external" DN as an argument, if supplied.
1998-08-02 Leif Hedstrom <leif@netscape.com>
* Conn.pm (getErrorCode): Now takes two optional arguments, to
return the match string, and extra error string. Note that these
two arguments are pointers to strings!
* API.xs(ldap_get_lderrno): Fixed this function, at least it seems
to work now...
* Conn.pm (getLD): Added this function, convenient way to get the
LD from the OO layer.
1998-07-30 Leif Hedstrom <leif@netscape.com>
* Conn.pm (modifyRDN): New method, to rename the RDN of the entry.
* Utils.pm (answer): New function, from LdapUtils.pm.
* Conn.pm (delete): Fixed references to normalizeDN.
* Utils.pm (userCredentials): Added this function, to make it easy
to get credentials when binding as a user.
(normalizeDN): Fixed bugs, because of calling convention...
* Conn.pm (getError): Fixed bug with passing read-only argument.
1998-07-29 Leif Hedstrom <leif@netscape.com>
* Utils.pm (unixCrypt): Moved from my LdapUtils.pm module.
Added askPassword to the export tag.
* Conn.pm (new): Added support for passing a hash array of all the
parameters, as returned by the ldapArgs() function.
* Utils.pm (str2Scope): New function, for converting strings
(subtree) to a numerical scope value (2).
(askPassword): Ditto, ask for a password, interactively.
(ldapArgs): Ditto, handle common LDAP command line arguments.
* Makefile.PL: Minor change, to do regex match on OS version for
MSWin.
* Entry.pm: Changed all _XXX hash values to also end with a _,
hence making it easier to isolate them (/^_.*_$/).
* Conn.pm (nextEntry): Changed to accept that the attributes are
now arrays, not pointers to arrays. We still consider them as
pointers internally though, it's cleaner API.
* API.pm: Changed to use the native Exporter function to export
tags into EXPORT_OK.
1998-07-22 Leif Hedstrom <leif@netscape.com>
* LDIF.pm (readEntry): Moved from my LdapUtils.pm package.
* Utils.pm (printEntry): Moved from the ::Connection class, and
marked it as "obsolete".
(encodeBase64): Moved from my LdapUtils.pm package.
(decodeBase64): Ditto.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,98 +0,0 @@
PerLDAP installation instructions
==================================
Building this package is fairly straight forward, but requires some
knowledge about using compilers and compiler tools on your system. If you
are uncomfortable using these tools, we recommend you get one of the
prebuilt binary distributions instead.
Prerequisites
=============
In order to build the module, you'll need
- Perl, version 5.003 or later. We definitely recommend you to use
v5.004 or later.
- An ANSI-C compiler, e.g. gcc-2.x, or Visual C++ 5.0.
- The LDAP client libraries and include files, e.g. the SDK from
Netscape Communications. See the README file for information on
retrieving binaries.
You can download (or CVS checkout) the Directory SDK source, see further
information available on
http://www.mozilla.org/directory/
and the FAQ at
http://www.mozilla.org/directory/faq/perldap-faq.html
Building
========
This package uses the normal Perl5 MakeMaker installation system. To
generate a Makefile appropriate for your platform, run perl on the
provided Makefile.PL script, e.g.
% perl Makefile.PL
You might have to use the command `perl5' or `perl-5.004', depending on
how you installed Perl-5. The script will now ask you a few questions to
find the necessary library and include files. A typical configuration
session is
data 195% perl5 Makefile.PL
PerLDAP - Perl 5 Module for LDAP
================================
Directory containing 'include' and 'lib' directory of the Netscape
LDAP Software Developer Kit (default: /usr): /opt/ldapsdk3
Using LDAPv3 Developer Kit (default: yes)?
Include SSL Support (default: yes)?
Libraries to link with (default: -L/opt/pkg/ldapsdk3/lib -lldapssl30):
Checking if your kit is complete...
Looks good
Writing Makefile for Mozilla::LDAP::API
The important question is where your LDAP SDK is installed, in the example
above the base directory is /opt/ldapsdk3. This directory should have two
subdirectories, named "lib" and "include". If you installed the SDK in the
standard /usr hierarchy, use the default value as provided by the install
script.
Assuming you get no errors or warning, proceed with the build and install:
% make
% make install
That should be it!
Automated Configuration and Installs
====================================
The Makefile.PL script also honors a set of environment variables to make
it possible to do configuration and installs non-interactively. The
variables are
LDAPSDKDIR - Full path to the C SDK base directory
LDAPV3ON - Set to "N" to diable LDAP v3 (on by default)
LDAPSDKSSL - Set to "N" to disable SSL (SSL is default)
With these variables set, you will not be asked any of the questions above
(but it will echo the paramaters). Just run the Makefile.PL script, and
finish the build, e.g.
% perl5 Makefile.PL
% make
% make install

File diff suppressed because it is too large Load Diff

View File

@@ -1,40 +0,0 @@
ChangeLog
API.pm
API.xs
MANIFEST
Makefile.PL
constant.h
oldtest.pl
typemap
Entry.pm
Conn.pm
LDIF.pm
Utils.pm
README
INSTALL
CREDITS
RELEASE
MPL-1.0.txt
test_api/search.pl
test_api/write.pl
test_api/api.pl
t/conn.pl
t/entry.pl
t/ChangeLog
t/api.t
t/conn.t
t/entry.t
t/ldif.t
t/utils.t
examples/ChangeLog
examples/lfinger.pl
examples/qsearch.pl
examples/monitor.pl
examples/ldappasswd.pl
examples/rmentry.pl
examples/tabdump.pl
examples/modattr.pl
examples/rename.pl
examples/psoftsync.pl
examples/changes2ldif.pl
examples/rand_mods.pl

View File

@@ -1,360 +0,0 @@
MOZILLA PUBLIC LICENSE
Version 1.0
----------------
1. Definitions.
1.1. ``Contributor'' means each entity that creates or contributes to
the creation of Modifications.
1.2. ``Contributor Version'' means the combination of the Original
Code, prior Modifications used by a Contributor, and the Modifications
made by that particular Contributor.
1.3. ``Covered Code'' means the Original Code or Modifications or the
combination of the Original Code and Modifications, in each case
including portions thereof.
1.4. ``Electronic Distribution Mechanism'' means a mechanism generally
accepted in the software development community for the electronic
transfer of data.
1.5. ``Executable'' means Covered Code in any form other than Source
Code.
1.6. ``Initial Developer'' means the individual or entity identified as
the Initial Developer in the Source Code notice required by Exhibit A.
1.7. ``Larger Work'' means a work which combines Covered Code or
portions thereof with code not governed by the terms of this License.
1.8. ``License'' means this document.
1.9. ``Modifications'' means any addition to or deletion from the
substance or structure of either the Original Code or any previous
Modifications. When Covered Code is released as a series of files, a
Modification is:
A. Any addition to or deletion from the contents of a file
containing Original Code or previous Modifications.
B. Any new file that contains any part of the Original Code or
previous Modifications.
1.10. ``Original Code'' means Source Code of computer software code
which is described in the Source Code notice required by Exhibit A as
Original Code, and which, at the time of its release under this License
is not already Covered Code governed by this License.
1.11. ``Source Code'' means the preferred form of the Covered Code for
making modifications to it, including all modules it contains, plus any
associated interface definition files, scripts used to control
compilation and installation of an Executable, or a list of source code
differential comparisons against either the Original Code or another
well known, available Covered Code of the Contributor's choice. The
Source Code can be in a compressed or archival form, provided the
appropriate decompression or de-archiving software is widely available
for no charge.
1.12. ``You'' means an individual or a legal entity exercising rights
under, and complying with all of the terms of, this License or a future
version of this License issued under Section 6.1. For legal entities,
``You'' includes any entity which controls, is controlled by, or is
under common control with You. For purposes of this definition,
``control'' means (a) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (b) ownership of fifty percent (50%) or more of the
outstanding shares or beneficial ownership of such entity.
2. Source Code License.
2.1. The Initial Developer Grant.
The Initial Developer hereby grants You a world-wide, royalty-free,
non-exclusive license, subject to third party intellectual property
claims:
(a) to use, reproduce, modify, display, perform, sublicense and
distribute the Original Code (or portions thereof) with or without
Modifications, or as part of a Larger Work; and
(b) under patents now or hereafter owned or controlled by Initial
Developer, to make, have made, use and sell (``Utilize'') the
Original Code (or portions thereof), but solely to the extent that
any such patent is reasonably necessary to enable You to Utilize
the Original Code (or portions thereof) and not to any greater
extent that may be necessary to Utilize further Modifications or
combinations.
2.2. Contributor Grant.
Each Contributor hereby grants You a world-wide, royalty-free,
non-exclusive license, subject to third party intellectual property
claims:
(a) to use, reproduce, modify, display, perform, sublicense and
distribute the Modifications created by such Contributor (or
portions thereof) either on an unmodified basis, with other
Modifications, as Covered Code or as part of a Larger Work; and
(b) under patents now or hereafter owned or controlled by
Contributor, to Utilize the Contributor Version (or portions
thereof), but solely to the extent that any such patent is
reasonably necessary to enable You to Utilize the Contributor
Version (or portions thereof), and not to any greater extent that
may be necessary to Utilize further Modifications or combinations.
3. Distribution Obligations.
3.1. Application of License.
The Modifications which You create or to which You contribute are
governed by the terms of this License, including without limitation
Section 2.2. The Source Code version of Covered Code may be distributed
only under the terms of this License or a future version of this
License released under Section 6.1, and You must include a copy of this
License with every copy of the Source Code You distribute. You may not
offer or impose any terms on any Source Code version that alters or
restricts the applicable version of this License or the recipients'
rights hereunder. However, You may include an additional document
offering the additional rights described in Section 3.5.
3.2. Availability of Source Code.
Any Modification which You create or to which You contribute must be
made available in Source Code form under the terms of this License
either on the same media as an Executable version or via an accepted
Electronic Distribution Mechanism to anyone to whom you made an
Executable version available; and if made available via Electronic
Distribution Mechanism, must remain available for at least twelve (12)
months after the date it initially became available, or at least six
(6) months after a subsequent version of that particular Modification
has been made available to such recipients. You are responsible for
ensuring that the Source Code version remains available even if the
Electronic Distribution Mechanism is maintained by a third party.
3.3. Description of Modifications.
You must cause all Covered Code to which you contribute to contain a
file documenting the changes You made to create that Covered Code and
the date of any change. You must include a prominent statement that the
Modification is derived, directly or indirectly, from Original Code
provided by the Initial Developer and including the name of the Initial
Developer in (a) the Source Code, and (b) in any notice in an
Executable version or related documentation in which You describe the
origin or ownership of the Covered Code.
3.4. Intellectual Property Matters
(a) Third Party Claims.
If You have knowledge that a party claims an intellectual property
right in particular functionality or code (or its utilization
under this License), you must include a text file with the source
code distribution titled ``LEGAL'' which describes the claim and
the party making the claim in sufficient detail that a recipient
will know whom to contact. If you obtain such knowledge after You
make Your Modification available as described in Section 3.2, You
shall promptly modify the LEGAL file in all copies You make
available thereafter and shall take other steps (such as notifying
appropriate mailing lists or newsgroups) reasonably calculated to
inform those who received the Covered Code that new knowledge has
been obtained.
(b) Contributor APIs.
If Your Modification is an application programming interface and
You own or control patents which are reasonably necessary to
implement that API, you must also include this information in the
LEGAL file.
3.5. Required Notices.
You must duplicate the notice in Exhibit A in each file of the Source
Code, and this License in any documentation for the Source Code, where
You describe recipients' rights relating to Covered Code. If You
created one or more Modification(s), You may add your name as a
Contributor to the notice described in Exhibit A. If it is not possible
to put such notice in a particular Source Code file due to its
structure, then you must include such notice in a location (such as a
relevant directory file) where a user would be likely to look for such
a notice. You may choose to offer, and to charge a fee for, warranty,
support, indemnity or liability obligations to one or more recipients
of Covered Code. However, You may do so only on Your own behalf, and
not on behalf of the Initial Developer or any Contributor. You must
make it absolutely clear than any such warranty, support, indemnity or
liability obligation is offered by You alone, and You hereby agree to
indemnify the Initial Developer and every Contributor for any liability
incurred by the Initial Developer or such Contributor as a result of
warranty, support, indemnity or liability terms You offer.
3.6. Distribution of Executable Versions.
You may distribute Covered Code in Executable form only if the
requirements of Section 3.1-3.5 have been met for that Covered Code,
and if You include a notice stating that the Source Code version of the
Covered Code is available under the terms of this License, including a
description of how and where You have fulfilled the obligations of
Section 3.2. The notice must be conspicuously included in any notice in
an Executable version, related documentation or collateral in which You
describe recipients' rights relating to the Covered Code. You may
distribute the Executable version of Covered Code under a license of
Your choice, which may contain terms different from this License,
provided that You are in compliance with the terms of this License and
that the license for the Executable version does not attempt to limit
or alter the recipient's rights in the Source Code version from the
rights set forth in this License. If You distribute the Executable
version under a different license You must make it absolutely clear
that any terms which differ from this License are offered by You alone,
not by the Initial Developer or any Contributor. You hereby agree to
indemnify the Initial Developer and every Contributor for any liability
incurred by the Initial Developer or such Contributor as a result of
any such terms You offer.
3.7. Larger Works.
You may create a Larger Work by combining Covered Code with other code
not governed by the terms of this License and distribute the Larger
Work as a single product. In such a case, You must make sure the
requirements of this License are fulfilled for the Covered Code.
4. Inability to Comply Due to Statute or Regulation.
If it is impossible for You to comply with any of the terms of this
License with respect to some or all of the Covered Code due to statute
or regulation then You must: (a) comply with the terms of this License
to the maximum extent possible; and (b) describe the limitations and
the code they affect. Such description must be included in the LEGAL
file described in Section 3.4 and must be included with all
distributions of the Source Code. Except to the extent prohibited by
statute or regulation, such description must be sufficiently detailed
for a recipient of ordinary skill to be able to understand it.
5. Application of this License.
This License applies to code to which the Initial Developer has
attached the notice in Exhibit A, and to related Covered Code.
6. Versions of the License.
6.1. New Versions.
Netscape Communications Corporation (``Netscape'') may publish revised
and/or new versions of the License from time to time. Each version will
be given a distinguishing version number.
6.2. Effect of New Versions.
Once Covered Code has been published under a particular version of the
License, You may always continue to use it under the terms of that
version. You may also choose to use such Covered Code under the terms
of any subsequent version of the License published by Netscape. No one
other than Netscape has the right to modify the terms applicable to
Covered Code created under this License.
6.3. Derivative Works.
If you create or use a modified version of this License (which you may
only do in order to apply it to code which is not already Covered Code
governed by this License), you must (a) rename Your license so that the
phrases ``Mozilla'', ``MOZILLAPL'', ``MOZPL'', ``Netscape'', ``NPL'' or
any confusingly similar phrase do not appear anywhere in your license
and (b) otherwise make it clear that your version of the license
contains terms which differ from the Mozilla Public License and
Netscape Public License. (Filling in the name of the Initial Developer,
Original Code or Contributor in the notice described in Exhibit A shall
not of themselves be deemed to be modifications of this License.)
7. DISCLAIMER OF WARRANTY.
COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN ``AS IS'' BASIS,
WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
8. TERMINATION.
This License and the rights granted hereunder will terminate
automatically if You fail to comply with terms herein and fail to cure
such breach within 30 days of becoming aware of the breach. All
sublicenses to the Covered Code which are properly granted shall
survive any termination of this License. Provisions which, by their
nature, must remain in effect beyond the termination of this License
shall survive.
9. LIMITATION OF LIABILITY.
UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
(INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE INITIAL
DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO YOU OR ANY OTHER
PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF
GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND
ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE
BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THAT
EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
10. U.S. GOVERNMENT END USERS.
The Covered Code is a ``commercial item,'' as that term is defined in
48 C.F.R. 2.101 (Oct. 1995), consisting of ``commercial computer
software'' and ``commercial computer software documentation,'' as such
terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
all U.S. Government End Users acquire Covered Code with only those
rights set forth herein.
11. MISCELLANEOUS.
This License represents the complete agreement concerning subject
matter hereof. If any provision of this License is held to be
unenforceable, such provision shall be reformed only to the extent
necessary to make it enforceable. This License shall be governed by
California law provisions (except to the extent applicable law, if any,
provides otherwise), excluding its conflict-of-law provisions. With
respect to disputes in which at least one party is a citizen of, or an
entity chartered or registered to do business in, the United States of
America: (a) unless otherwise agreed in writing, all disputes relating
to this License (excepting any dispute relating to intellectual
property rights) shall be subject to final and binding arbitration,
with the losing party paying all costs of arbitration; (b) any
arbitration relating to this Agreement shall be held in Santa Clara
County, California, under the auspices of JAMS/EndDispute; and (c) any
litigation relating to this Agreement shall be subject to the
jurisdiction of the Federal Courts of the Northern District of
California, with venue lying in Santa Clara County, California, with
the losing party responsible for costs, including without limitation,
court costs and reasonable attorneys fees and expenses. The application
of the United Nations Convention on Contracts for the International
Sale of Goods is expressly excluded. Any law or regulation which
provides that the language of a contract shall be construed against the
drafter shall not apply to this License.
12. RESPONSIBILITY FOR CLAIMS.
Except in cases where another Contributor has failed to comply with
Section 3.4, You are responsible for damages arising, directly or
indirectly, out of Your utilization of rights under this License, based
on the number of copies of Covered Code you made available, the
revenues you received from utilizing such rights, and other relevant
factors. You agree to work with affected parties to distribute
responsibility on an equitable basis.
EXHIBIT A.
``The contents of this file are subject to the Mozilla Public License
Version 1.0 (the "License"); you may not use this file except in
compliance with the License. You may obtain a copy of the License at
http://www.mozilla.org/MPL/
Software distributed under the License is distributed on an "AS IS"
basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
License for the specific language governing rights and limitations
under the License.
The Original Code is ______________________________________.
The Initial Developer of the Original Code is ________________________.
Portions created by ______________________ are Copyright (C) ______
_______________________. All Rights Reserved.
Contributor(s): ______________________________________.''

View File

@@ -1,194 +0,0 @@
#############################################################################
# $Id: Makefile.PL,v 1.15 1999-08-24 22:30:46 leif%netscape.com Exp $
#
# The contents of this file are subject to the Mozilla Public License
# Version 1.0 (the "License"); you may not use this file except in
# compliance with the License. You may obtain a copy of the License at
# http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS"
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
# License for the specific language governing rights and limitations
# under the License.
#
# The Original Code is PerLDAP. The Initial Developer of the Original
# Code is Netscape Communications Corp. and Clayton Donley. Portions
# created by Netscape are Copyright (C) Netscape Communications
# Corp., portions created by Clayton Donley are Copyright (C) Clayton
# Donley. All Rights Reserved.
#
# Contributor(s):
#
# DESCRIPTION
# The Makefile "source".
#
#############################################################################
use ExtUtils::MakeMaker;
use Config;
use Carp;
$perlpath = $Config{'perlpath'};
$osname = $Config{'osname'};
$ldapsdk_loc = $ENV{"LDAPSDKDIR"}; # Full Path to C SDK Top-Level
$ldapsdk_ssl = $ENV{"LDAPSDKSSL"}; # N to exclude SSL
$ldapsdk_ver = $ENV{"LDAPV3ON"}; # N to exclude LDAP v3 features
$libexts = "so|sl|a|lib";
print "\nPerLDAP - Perl 5 Module for LDAP\n";
print "================================\n";
$silent = 1;
print "Directory containing 'include' and 'lib' directory of the Netscape\n";
print "LDAP Software Developer Kit (default: /usr): ";
if (!$ldapsdk_loc)
{
$silent = 0;
chomp ($ldapsdk_loc = <STDIN>);
$ldapsdk_loc = "/usr" unless $ldapsdk_loc =~ /\S/;
} else {
print "$ldapsdk_loc\n";
}
croak("Directory $ldapsdk_loc does not exist!") unless -d $ldapsdk_loc;
if ($osname =~ /mswin/i)
{
$dir_sep = "\\";
} else {
$dir_sep = "/";
}
$include_ldap = $ldapsdk_loc . $dir_sep . "include";
$lib_ldap = $ldapsdk_loc . $dir_sep . "lib";
print "Using LDAPv3 Developer Kit (default: yes)? ";
if (!$ldapsdk_ver)
{
$silent = 0;
chomp ($ldapsdk_ver = <STDIN>);
} else {
print "YES\n";
}
$v3_def = "-DLDAPV3" unless ($ldapsdk_ver =~ /^n/i);
print "Include SSL Support (default: yes)? ";
if (!$ldapsdk_ssl)
{
$silent = 0;
chomp ($ldapsdk_ssl = <STDIN>);
} else {
print "YES\n";
}
$ssl_def = "-DUSE_SSL" unless ($ldapsdk_ssl =~ /^n/i);
opendir(DIR,$lib_ldap);
@files = grep{/ldap|lber/} readdir(DIR);
closedir(DIR);
if (!((@ldaplib = grep{/ldapssl.*\.($libexts)$/} @files) && $ssl_def))
{
@ldaplib = grep{/ldap.*\.($libexts)$/} @files;
@lberlib = grep{/lber.*\.($libexts)$/} @files;
}
if ($#ldaplib < 0)
{
die "No LDAP libraries found.";
}
if ($#ldaplib > 0)
{
print "Located multiple libraries:\n";
foreach $alib (@ldaplib)
{
print " - $alib\n";
}
}
$lline_ldap = $ldaplib[0];
$lline_ldap =~ s/^lib//;
$lline_ldap =~ s/\.($libexts)$//;
$lline = "-L$lib_ldap -l$lline_ldap";
if ($#lberlib >= 0 && $lline =~ /ldap$/)
{
$lline_lber = $lberlib[0];
$lline_lber =~ s/^lib//;
$lline_lber =~ s/\.($libexts)$//;
$lline .= " -l$lline_lber";
}
print "Libraries to link with (default: $lline): ";
if (!$silent)
{
chomp ($lib_line = <STDIN>);
$lib_line = $lline unless $lib_line =~ /\S/;
} else {
print "\n";
}
# Include directories etc.
$my_includes = "";
$my_includes .= " -I$include_ldap" unless ($include_ldap eq "/usr/include");
# Add system dependant stuff here...
@extras = ();
if ($osname =~ /mswin/i)
{
$my_extlib = "$lib_ldap\\$ldaplib[0]";
$my_extlib .= " $lib_ldap\\$lberlib[0]" if $lber_lib;
push(@extras, 'dynamic_lib' => {
'OTHERLDFLAGS' => "kernel32.lib oldnames.lib" });
} else {
$my_extlib = "";
}
push(@extras,
CAPI => 'TRUE')
if ($] >= 5.005 and $^O eq 'MSWin32'
and $Config{archname} =~ /-object\b/i);
push(@extras,
ABSTRACT => 'Perl methods for LDAP C API calls',
AUTHOR => 'Netscape Communications Corp., Inc. and Clayton Donley')
if ($] >= 5.005);
#
# Ok, let's do it!
#
WriteMakefile(
'NAME' => 'Mozilla::LDAP::API',
'DISTNAME' => 'PerLDAP',
'VERSION_FROM' => 'API.pm',
'INC' => $my_includes,
'LIBS' => [$lib_line],
'MYEXTLIB' => $my_extlib,
'DEFINE' => "$v3_def $ssl_def",
'XSOPT' => "-nolinenumbers",
@extras
);
#
# Generate a "make HTML" target
#
sub MY::postamble
{
'
.SUFFIXES: .pm .html
.PHONY: html
.pm.html:
pod2html --netscape $< > $@
html: Entry.html Conn.html Utils.html API.html LDIF.html $(FIRST_MAKEFILE)
@rm -f pod2html-itemcache pod2html-dircache
'
}

View File

@@ -1,131 +0,0 @@
#############################################################################
# #
# PerLDAP v1.4 - A Perl Developers' Kit for LDAP #
# #
#############################################################################
What is PerLDAP?
================
PerLDAP is a set of modules written in Perl and C that allow developers to
leverage their existing Perl knowledge to easily access and manage LDAP-
enabled directories. PerLDAP makes it very easy to search, add, delete,
and modify directory entries. For example, Perl developers can easily
build web applications to access information stored in a directory or
create directory sync tools between directories and other services.
PerLDAP is an open source development project, the result of a joint effort
between Netscape and Clayton Donley, an open source developer. PerLDAP
currently provides the basic functions to allow Perl users to access and
manipulate directories easily. Based on developer feedback and
involvement, PerLDAP will continue to evolve to include additional
functionality in future releases.
Compiling the PerLDAP Sources
=============================
The source to PerLDAP is available on the Mozilla site at:
http://www.mozilla.org/directory/
You can either retrieve the .tar/zip file with the source distribution, or
use CVS to checkout the module directly. The name of the CVS module is
PerLDAP, and it checks out the directory
mozilla/directory/perldap
Further instructions for using CVS and Mozilla is available at
http://www.mozilla.org/cvs.html
and an FAQ for PerLDAP is at
http://www.mozilla.org/directory/faq/perldap-faq.html
Instructions for building the source can be found in the INSTALL file
in the source distribution. The latest stable release of PerLDAP is
v1.4, the next version is planned to be v2.0 (development continues on the
v1.9 development branch).
Getting Started
===============
Documentation for this module is in standard Perl 'pod' format. HTML
versions of this documentation can also be found on the Netscape DevEdge
site at: http://developer.netscape.com/tech/directory/.
Additionally, many good examples can be found in the 'examples' directory.
Modules and Examples Included
=============================
Mozilla::LDAP::API - Low level interface between Perl and the LDAP C API
Mozilla::LDAP::Entry - Perl methods for manipulating entry objects
Mozilla::LDAP::Conn - Perl methods for performing LDAP operations
Mozilla::LDAP::LDIF - Perl methods for utilizing LDIF
Mozilla::LDAP::Utils - Some convenient LDAP related utilities
test_api/search.pl - Tests low level API search calls
test_api/write.pl - Tests low level API write calls
test_api/api.pl - Tests ALL low level LDAPv2 calls
examples/lfinger.pl - LDAP version of the regular Unix finger command.
examples/qsearch.pl - Simple ldapsearch replacement.
examples/monitor.pl - Retrieve status information from an LDAP server.
examples/ldappasswd.pl - Change the LDAP password for a user.
examples/rmentry.pl - Remove an entire entry from the database.
examples/rename.pl - Rename (modRDN) an entry.
examples/tabdump.pl - Dump LDAP information into a tab separated file.
examples/psoftsync.pl - Synchronize LDAP with a PeopleSoft "dump" file.
All examples support the "standard" LDAP command line options, which are
-h hostname LDAP server name
-p port # LDAP port, default is 389 (or 636 for SSL)
-b base DN LDAP Base-DN
-D bind DN LDAP bind DN (connect to server as this "user")
-w bind pswd Password to bind to the server
-P certfile Use SSL, with the publick keys from this file
Note that the examples currently only support Simple Authentication
(passwords), the Client Authentication features (using certificates) will
be used in the next release. All examples also honors the environment
variable LDAP_BASEDN, set it to your systems base DN, e.g.
% setenv LDAP_BASEDN 'dc=netscape,dc=com'
or for Bourne shell
# LDAP_BASEDN='dc=netscape,dc=com'; export LDAP_BASEDN
Reporting problems and bugs
===========================
Address all bug reports and comments to the Mozilla newsgroups at:
news://news.mozilla.org/netscape.public.mozilla.directory
License/Copyright
=================
Portions by Netscape (c) Copyright 1998 Netscape Communications Corp, Inc.
Portions by Clayton Donley (c) Copyright 1998 Clayton Donley
Please read the MPL-1.0.txt file included for information on the Mozilla
Public License, which covers all files in this distribution.
Known Bugs
==========
There are a number of issues still outstanding at the time of release. Most
of these are already in the process of being resolved.
- The Rebind operation on NT does NOT work properly when set to a Perl
function. This is being investigated.

View File

@@ -1,79 +0,0 @@
#############################################################################
# #
# PerLDAP Release Notes #
# #
#############################################################################
VERSION 1.4 - AUGUST 18, 1999
=============================
This is primarily a bug fix release, however there are 5 new methods
introduced as well. Brief descriptions follow in this document. To get
full examples and a larger summary, see the PerLDAP Programmer's Guide.
New Methods Added
-----------------
Entry.pm:
* getValues() - returns the array of values.
* move() - move one attribute to another, and delete the original.
* copy() - copy one attribute to another.
Conn.pm:
* browse() - makes it easy to browse an entry.
* compare() - compare an attribute value against a DN/entry
without having to do the search.
Bug Fixes and other changes
---------------------------
Entry.pm:
* addDNValue() - fixed wrong index for norm.
* matchValue() - fixed missing normalization in half of case statement.
* setValue() - remove _delete_ flag if set, fix for saving state.
* STORE - fixed not ignoring the internal instance variables properly.
* Fixed numerous bugs for large attribute sets.
* Fixed bug 4368 ("exists vs. EXISTS").
* Fixed several loop bugs.
* Removed all _self_obj_ references, it's obsolete in this
version.
* We support each() and keys() now on the Entry object, to loop
through all attribute names (types).
Conn.pm:
* close() - fixed memory leak.
* modifyRDN() - fixed problem where we weren't updating the
appropriate DN in the self object.
* Fixed bug 3342 (problems adding entries with binary data).
* getErrorCode()/getErrorString() - return LDAP_SUCCESS if no
LDAP connection handle.
* add() - fixed code to handle hash array as docs indicate.
* update() - optimization for "replace" vs "add/delete", we try to
use whatever LDAPMod is most efficient.
LDIF.pm:
* Complete rewrite, by John Kristian <kristian@netscape.com>.
API.xs:
* Fixed memory allocation problems, replacing all memory management
routines. This solves all known issues with ActiveState Perl.
* More safety checks around calls to *_free().
Miscellaneous
-------------
* Various other optimizations on tests and such.
* Fixed most (all?) known memory leaks.
* Fixed a lot of problems with Makefile.PL, adding some new targets
(like "make html"). Add a skeleton to "make test".
* Fixed numerous small bugs, as reported to Mozilla.
* We produce less warnings now, and try to "use strict" when
appropriate.
* We have a new versioning scheme, conforming to standard
Perl. We'll change this again when Perl's new versioning system
is in place (allowing versions like 1.2.3).

View File

@@ -1,387 +0,0 @@
#############################################################################
# $Id: Utils.pm,v 1.13 1999-08-24 22:30:48 leif%netscape.com Exp $
#
# The contents of this file are subject to the Mozilla Public License
# Version 1.0 (the "License"); you may not use this file except in
# compliance with the License. You may obtain a copy of the License at
# http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS"
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
# License for the specific language governing rights and limitations
# under the License.
#
# The Original Code is PerLDAP. The Initial Developer of the Original
# Code is Netscape Communications Corp. and Clayton Donley. Portions
# created by Netscape are Copyright (C) Netscape Communications
# Corp., portions created by Clayton Donley are Copyright (C) Clayton
# Donley. All Rights Reserved.
#
# Contributor(s):
#
# DESCRIPTION
# Lots of Useful Little Utilities, for LDAP related operations.
#
#############################################################################
package Mozilla::LDAP::Utils;
use Mozilla::LDAP::API 1.4 qw(:constant);
use Mozilla::LDAP::Conn;
use Exporter;
use strict;
use vars qw($VERSION @ISA %EXPORT_TAGS);
@ISA = qw(Exporter);
$VERSION = "1.4";
%EXPORT_TAGS = (
all => [qw(normalizeDN
isUrl
printEntry
printentry
encodeBase64
decodeBase64
str2Scope
askPassword
ldapArgs
unixCrypt
userCredentials
answer)]
);
# Add Everything in %EXPORT_TAGS to @EXPORT_OK
Exporter::export_ok_tags('all');
#############################################################################
# Normalize the DN string (first argument), and return the new, normalized,
# string (DN). This is useful to make sure that two syntactically
# identical DNs compare (eq) as the same string.
#
sub normalizeDN
{
my ($dn) = @_;
my (@vals);
return "" unless (defined($dn) && ($dn ne ""));
@vals = Mozilla::LDAP::API::ldap_explode_dn(lc $dn, 0);
return join(",", @vals);
}
#############################################################################
# Checks if a string is a properly formed LDAP URL.
#
sub isURL
{
return ldap_is_ldap_url($_[0]);
}
#############################################################################
# Print an entry, in LDIF format. This is sort of obsolete, we encourage
# you to use the :;LDAP::LDIF class instead.
#
sub printEntry
{
my $entry = $_[0];
my ($attr);
local $_;
print "dn: ", $entry->{"dn"},"\n";
foreach $attr (@{$entry->{"_oc_order_"}})
{
next if ($attr =~ /^_.+_$/);
next if $entry->{"_${attr}_deleted_"};
foreach (@{$entry->{$attr}})
{
print "$attr: $_\n";
}
}
print "\n";
}
*printentry = \*printEntry;
#############################################################################
# Perform Base64 encoding, this is based on MIME::Base64.pm, written
# by Gisle Aas <gisle@aas.no>. If possible, use the MIME:: package instead.
#
sub encodeBase64
{
my ($res) = "";
my ($eol) = "$_[1]";
my ($padding);
pos($_[0]) = 0; # ensure start at the beginning
while ($_[0] =~ /(.{1,45})/gs) {
$res .= substr(pack('u', $1), 1);
chop($res);
}
$res =~ tr|` -_|AA-Za-z0-9+/|; # `# help emacs
$padding = (3 - length($_[0]) % 3) % 3;
$res =~ s/.{$padding}$/'=' x $padding/e if $padding;
if (length $eol) {
$res =~ s/(.{1,76})/$1$eol/g;
}
return $res;
}
#############################################################################
# Perform Base64 decoding, this is based on MIME::Base64.pm, written
# by Gisle Aas <gisle@aas.no>. If possible, use the MIME:: package instead.
#
sub decodeBase64
{
my ($str) = shift;
my ($res) = "";
my ($len);
$str =~ tr|A-Za-z0-9+=/||cd;
Carp::croak("Base64 decoder requires string length to be a multiple of 4")
if length($str) % 4;
$str =~ s/=+$//; # remove padding
$str =~ tr|A-Za-z0-9+/| -_|; # convert to uuencoded format
while ($str =~ /(.{1,60})/gs)
{
$len = chr(32 + length($1)*3/4);
$res .= unpack("u", $len . $1 ); # uudecode
}
return $res;
}
#############################################################################
# Convert a "human" readable string to an LDAP scope value
#
sub str2Scope
{
my ($str) = $_[0];
return $str if ($str =~ /^[0-9]+$/);
if ($str =~ /^sub/i)
{
return LDAP_SCOPE_SUBTREE;
}
elsif ($str =~ /^base/i)
{
return LDAP_SCOPE_BASE;
}
elsif ($str =~ /^one/i)
{
return LDAP_SCOPE_ONELEVEL;
}
# Default...
return LDAP_SCOPE_SUBTREE;
}
#############################################################################
# Ask for a password, without displaying it on the TTY.
#
sub askPassword
{
my ($prompt) = $_[0];
my ($hasReadKey) = 0;
eval "use Term::ReadKey";
$hasReadKey=1 unless ($@);
print "LDAP password: " if $prompt;
if ($hasReadKey)
{
ReadMode(2);
chop($_ = ReadLine(0));
ReadMode(0);
}
else
{
system('/bin/stty -echo');
chop($_ = <STDIN>);
system('/bin/stty echo');
}
print "\n";
return $_;
}
#############################################################################
# Handle some standard LDAP options, and construct a nice little structure
# that we can use later on. We really should have some appropriate defaults,
# perhaps from an Mozilla::LDAP::Config module.
#
sub ldapArgs
{
my ($bind, $base) = @_;
my (%ld);
$main::opt_v = $main::opt_n if defined($main::opt_n);
$main::opt_p = LDAPS_PORT if (!defined($main::opt_p) &&
defined($main::opt_P) &&
($main::opt_P ne ""));
$ld{"host"} = $main::opt_h || "ldap";
$ld{"port"} = $main::opt_p || LDAP_PORT;
$ld{"base"} = $main::opt_b || $base || $ENV{'LDAP_BASEDN'};
$ld{"root"} = $ld{"base"};
$ld{"bind"} = $main::opt_D || $bind || "";
$ld{"pswd"} = $main::opt_w || "";
$ld{"cert"} = $main::opt_P || "";
$ld{"scope"} = (defined($main::opt_s) ? $main::opt_s : LDAP_SCOPE_SUBTREE);
if (($ld{"bind"} ne "") && ($ld{"pswd"} eq ""))
{
$ld{pswd} = askPassword(1);
}
return %ld;
}
#############################################################################
# Create a Unix-type password, using the "crypt" function. A random salt
# is always generated, perhaps it should be an optional argument?
#
sub unixCrypt
{
my ($ascii) =
"./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
my ($salt) = substr($ascii, rand(62), 1) . substr($ascii, rand(62), 1);
srand(time ^ $$);
crypt($_[0], $salt);
}
#############################################################################
# Try to find a user to bind as, and possibly ask for the password. Pass
# a pointer to the hash array with LDAP parameters to this function.
#
sub userCredentials
{
my ($ld) = @_;
my ($conn, $entry, $pswd, $search);
if ($ld->{"bind"} eq "")
{
my ($base) = $ld->{"base"} || $ld->{"root"};
$conn = new Mozilla::LDAP::Conn($ld);
die "Could't connect to LDAP server " . $ld->{"host"} unless $conn;
$search = "(&(objectclass=inetOrgPerson)(uid=$ENV{USER}))";
$entry = $conn->search($base, "subtree", $search, 0, ("uid"));
return 0 if (!$entry || $conn->nextEntry());
$conn->close();
$ld->{"bind"} = $entry->getDN();
}
if ($ld->{"pswd"} eq "")
{
$ld->{"pswd"} = Mozilla::LDAP::Utils::askPassword(1);
}
}
#############################################################################
# Ask a Y/N question, return "Y" or "N".
#
sub answer
{
die "Default string must be Y or N."
unless (($_[0] eq "Y") || ($_[0] eq "N"));
chop($_ = <STDIN>);
return $_[0] if /^$/;
return "Y" if /^[yY]/;
return "N" if /^[nN]/;
}
#############################################################################
# Mandatory TRUE return value.
#
1;
#############################################################################
# POD documentation...
#
__END__
=head1 NAME
Mozilla::LDAP::Utils.pm - Collection of useful little utilities.
=head1 SYNOPSIS
use Mozilla::LDAP::Utils;
=head1 ABSTRACT
=head1 DESCRIPTION
=head1 OBJECT CLASS METHODS
=over 13
=item B<normalizeDN>
This function will remove all extraneous white spaces in the DN, and also
change all upper case characters to lower case. The only argument is the
DN string to normalize, and the return value is the new, clean DN.
=back
=head1 EXAMPLES
There are plenty of examples to look at, in the examples directory. We are
adding more examples every day (almost).
=head1 INSTALLATION
Installing this package is part of the Makefile supplied in the
package. See the installation procedures which are part of this package.
=head1 AVAILABILITY
This package can be retrieved from a number of places, including:
http://www.mozilla.org/directory/
Your local CPAN server
=head1 CREDITS
Most of this code was developed by Leif Hedstrom, Netscape Communications
Corporation.
=head1 BUGS
None. :)
=head1 SEE ALSO
L<Mozilla::LDAP::Conn>, L<Mozilla::LDAP::Entry>, L<Mozilla::LDAP::API>, and
of course L<Perl>.
=cut

View File

@@ -1,954 +0,0 @@
/*
*******************************************************************************
* $Id: constant.h,v 1.7 1998-08-13 09:14:14 leif Exp $
*
* The contents of this file are subject to the Mozilla Public License
* Version 1.0 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS"
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
* License for the specific language governing rights and limitations
* under the License.
*
* The Original Code is PerLDAP. The Initial Developer of the Original
* Code is Netscape Communications Corp. and Clayton Donley. Portions
* created by Netscape are Copyright (C) Netscape Communications
* Corp., portions created by Clayton Donley are Copyright (C) Clayton
* Donley. All Rights Reserved.
*
* Contributor(s):
*
* DESCRIPTION
* Constants.
*
*******************************************************************************/
#ifdef __cplusplus
extern "C" {
#endif
#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"
#ifdef __cplusplus
}
#endif
#include <ldap.h>
static int
not_here(s)
char *s;
{
croak("%s not implemented on this architecture", s);
return -1;
}
double
constant(name, arg)
char *name;
int arg;
{
errno = 0;
if (name[0] == 'L' && name[1] == 'D' && name[2] == 'A' && name[3] == 'P'
&& name[4] == '_')
{
switch (name[5]) {
case 'A':
if (strEQ(name, "LDAP_ADMINLIMIT_EXCEEDED"))
#ifdef LDAP_ADMINLIMIT_EXCEEDED
return LDAP_ADMINLIMIT_EXCEEDED;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_AFFECTS_MULTIPLE_DSAS"))
#ifdef LDAP_AFFECTS_MULTIPLE_DSAS
return LDAP_AFFECTS_MULTIPLE_DSAS;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_ALIAS_DEREF_PROBLEM"))
#ifdef LDAP_ALIAS_DEREF_PROBLEM
return LDAP_ALIAS_DEREF_PROBLEM;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_ALIAS_PROBLEM"))
#ifdef LDAP_ALIAS_PROBLEM
return LDAP_ALIAS_PROBLEM;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_ALREADY_EXISTS"))
#ifdef LDAP_ALREADY_EXISTS
return LDAP_ALREADY_EXISTS;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_AUTH_METHOD_NOT_SUPPORTED"))
#ifdef LDAP_AUTH_METHOD_NOT_SUPPORTED
return LDAP_AUTH_METHOD_NOT_SUPPORTED;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_AUTH_NONE"))
#ifdef LDAP_AUTH_NONE
return LDAP_AUTH_NONE;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_AUTH_SASL"))
#ifdef LDAP_AUTH_SASL
return LDAP_AUTH_SASL;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_AUTH_SIMPLE"))
#ifdef LDAP_AUTH_SIMPLE
return LDAP_AUTH_SIMPLE;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_AUTH_UNKNOWN"))
#ifdef LDAP_AUTH_UNKNOWN
return LDAP_AUTH_UNKNOWN;
#else
goto not_there;
#endif
break;
case 'B':
if (strEQ(name, "LDAP_BUSY"))
#ifdef LDAP_BUSY
return LDAP_BUSY;
#else
goto not_there;
#endif
break;
case 'C':
if (strEQ(name, "LDAP_CACHE_CHECK"))
#ifdef LDAP_CACHE_CHECK
return LDAP_CACHE_CHECK;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_CACHE_LOCALDB"))
#ifdef LDAP_CACHE_LOCALDB
return LDAP_CACHE_LOCALDB;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_CACHE_POPULATE"))
#ifdef LDAP_CACHE_POPULATE
return LDAP_CACHE_POPULATE;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_CHANGETYPE_ADD"))
#ifdef LDAP_CHANGETYPE_ADD
return LDAP_CHANGETYPE_ADD;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_CHANGETYPE_ANY"))
#ifdef LDAP_CHANGETYPE_ANY
return LDAP_CHANGETYPE_ANY;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_CHANGETYPE_DELETE"))
#ifdef LDAP_CHANGETYPE_DELETE
return LDAP_CHANGETYPE_DELETE;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_CHANGETYPE_MODDN"))
#ifdef LDAP_CHANGETYPE_MODDN
return LDAP_CHANGETYPE_MODDN;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_CHANGETYPE_MODIFY"))
#ifdef LDAP_CHANGETYPE_MODIFY
return LDAP_CHANGETYPE_MODIFY;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_CLIENT_LOOP"))
#ifdef LDAP_CLIENT_LOOP
return LDAP_CLIENT_LOOP;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_COMPARE_FALSE"))
#ifdef LDAP_COMPARE_FALSE
return LDAP_COMPARE_FALSE;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_COMPARE_TRUE"))
#ifdef LDAP_COMPARE_TRUE
return LDAP_COMPARE_TRUE;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_CONFIDENTIALITY_REQUIRED"))
#ifdef LDAP_CONFIDENTIALITY_REQUIRED
return LDAP_CONFIDENTIALITY_REQUIRED;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_CONNECT_ERROR"))
#ifdef LDAP_CONNECT_ERROR
return LDAP_CONNECT_ERROR;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_CONSTRAINT_VIOLATION"))
#ifdef LDAP_CONSTRAINT_VIOLATION
return LDAP_CONSTRAINT_VIOLATION;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_DECODING_ERROR"))
#ifdef LDAP_DECODING_ERROR
return LDAP_DECODING_ERROR;
#else
goto not_there;
#endif
break;
case 'D':
if (strEQ(name, "LDAP_DEREF_ALWAYS"))
#ifdef LDAP_DEREF_ALWAYS
return LDAP_DEREF_ALWAYS;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_DEREF_FINDING"))
#ifdef LDAP_DEREF_FINDING
return LDAP_DEREF_FINDING;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_DEREF_NEVER"))
#ifdef LDAP_DEREF_NEVER
return LDAP_DEREF_NEVER;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_DEREF_SEARCHING"))
#ifdef LDAP_DEREF_SEARCHING
return LDAP_DEREF_SEARCHING;
#else
goto not_there;
#endif
break;
case 'E':
if (strEQ(name, "LDAP_ENCODING_ERROR"))
#ifdef LDAP_ENCODING_ERROR
return LDAP_ENCODING_ERROR;
#else
goto not_there;
#endif
break;
case 'F':
if (strEQ(name, "LDAP_FILTER_ERROR"))
#ifdef LDAP_FILTER_ERROR
return LDAP_FILTER_ERROR;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_FILT_MAXSIZ"))
#ifdef LDAP_FILT_MAXSIZ
return LDAP_FILT_MAXSIZ;
#else
goto not_there;
#endif
break;
case 'I':
if (strEQ(name, "LDAP_INAPPROPRIATE_AUTH"))
#ifdef LDAP_INAPPROPRIATE_AUTH
return LDAP_INAPPROPRIATE_AUTH;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_INAPPROPRIATE_MATCHING"))
#ifdef LDAP_INAPPROPRIATE_MATCHING
return LDAP_INAPPROPRIATE_MATCHING;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_INSUFFICIENT_ACCESS"))
#ifdef LDAP_INSUFFICIENT_ACCESS
return LDAP_INSUFFICIENT_ACCESS;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_INVALID_CREDENTIALS"))
#ifdef LDAP_INVALID_CREDENTIALS
return LDAP_INVALID_CREDENTIALS;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_INVALID_DN_SYNTAX"))
#ifdef LDAP_INVALID_DN_SYNTAX
return LDAP_INVALID_DN_SYNTAX;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_INVALID_SYNTAX"))
#ifdef LDAP_INVALID_SYNTAX
return LDAP_INVALID_SYNTAX;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_IS_LEAF"))
#ifdef LDAP_IS_LEAF
return LDAP_IS_LEAF;
#else
goto not_there;
#endif
break;
case 'L':
if (strEQ(name, "LDAP_LOCAL_ERROR"))
#ifdef LDAP_LOCAL_ERROR
return LDAP_LOCAL_ERROR;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_LOOP_DETECT"))
#ifdef LDAP_LOOP_DETECT
return LDAP_LOOP_DETECT;
#else
goto not_there;
#endif
break;
case 'M':
if (strEQ(name, "LDAP_MOD_ADD"))
#ifdef LDAP_MOD_ADD
return LDAP_MOD_ADD;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_MOD_BVALUES"))
#ifdef LDAP_MOD_BVALUES
return LDAP_MOD_BVALUES;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_MOD_DELETE"))
#ifdef LDAP_MOD_DELETE
return LDAP_MOD_DELETE;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_MOD_REPLACE"))
#ifdef LDAP_MOD_REPLACE
return LDAP_MOD_REPLACE;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_MORE_RESULTS_TO_RETURN"))
#ifdef LDAP_MORE_RESULTS_TO_RETURN
return LDAP_MORE_RESULTS_TO_RETURN;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_MSG_ALL"))
#ifdef LDAP_MSG_ALL
return LDAP_MSG_ALL;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_MSG_ONE"))
#ifdef LDAP_MSG_ONE
return LDAP_MSG_ONE;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_MSG_RECEIVED"))
#ifdef LDAP_MSG_RECEIVED
return LDAP_MSG_RECEIVED;
#else
goto not_there;
#endif
break;
case 'N':
if (strEQ(name, "LDAP_NAMING_VIOLATION"))
#ifdef LDAP_NAMING_VIOLATION
return LDAP_NAMING_VIOLATION;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_NOT_ALLOWED_ON_NONLEAF"))
#ifdef LDAP_NOT_ALLOWED_ON_NONLEAF
return LDAP_NOT_ALLOWED_ON_NONLEAF;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_NOT_ALLOWED_ON_RDN"))
#ifdef LDAP_NOT_ALLOWED_ON_RDN
return LDAP_NOT_ALLOWED_ON_RDN;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_NOT_SUPPORTED"))
#ifdef LDAP_NOT_SUPPORTED
return LDAP_NOT_SUPPORTED;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_NO_LIMIT"))
#ifdef LDAP_NO_LIMIT
return LDAP_NO_LIMIT;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_NO_MEMORY"))
#ifdef LDAP_NO_MEMORY
return LDAP_NO_MEMORY;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_NO_OBJECT_CLASS_MODS"))
#ifdef LDAP_NO_OBJECT_CLASS_MODS
return LDAP_NO_OBJECT_CLASS_MODS;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_NO_RESULTS_RETURNED"))
#ifdef LDAP_NO_RESULTS_RETURNED
return LDAP_NO_RESULTS_RETURNED;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_NO_SUCH_ATTRIBUTE"))
#ifdef LDAP_NO_SUCH_ATTRIBUTE
return LDAP_NO_SUCH_ATTRIBUTE;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_NO_SUCH_OBJECT"))
#ifdef LDAP_NO_SUCH_OBJECT
return LDAP_NO_SUCH_OBJECT;
#else
goto not_there;
#endif
break;
case 'O':
if (strEQ(name, "LDAP_OBJECT_CLASS_VIOLATION"))
#ifdef LDAP_OBJECT_CLASS_VIOLATION
return LDAP_OBJECT_CLASS_VIOLATION;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_OPERATIONS_ERROR"))
#ifdef LDAP_OPERATIONS_ERROR
return LDAP_OPERATIONS_ERROR;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_OPT_CACHE_ENABLE"))
#ifdef LDAP_OPT_CACHE_ENABLE
return LDAP_OPT_CACHE_ENABLE;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_OPT_CACHE_FN_PTRS"))
#ifdef LDAP_OPT_CACHE_FN_PTRS
return LDAP_OPT_CACHE_FN_PTRS;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_OPT_CACHE_STRATEGY"))
#ifdef LDAP_OPT_CACHE_STRATEGY
return LDAP_OPT_CACHE_STRATEGY;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_OPT_CLIENT_CONTROLS"))
#ifdef LDAP_OPT_CLIENT_CONTROLS
return LDAP_OPT_CLIENT_CONTROLS;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_OPT_DEREF"))
#ifdef LDAP_OPT_DEREF
return LDAP_OPT_DEREF;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_OPT_DESC"))
#ifdef LDAP_OPT_DESC
return LDAP_OPT_DESC;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_OPT_DNS"))
#ifdef LDAP_OPT_DNS
return LDAP_OPT_DNS;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_OPT_DNS_FN_PTRS"))
#ifdef LDAP_OPT_DNS_FN_PTRS
return LDAP_OPT_DNS_FN_PTRS;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_OPT_ERROR_NUMBER"))
#ifdef LDAP_OPT_ERROR_NUMBER
return LDAP_OPT_ERROR_NUMBER;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_OPT_ERROR_STRING"))
#ifdef LDAP_OPT_ERROR_STRING
return LDAP_OPT_ERROR_STRING;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_OPT_HOST_NAME"))
#ifdef LDAP_OPT_HOST_NAME
return LDAP_OPT_HOST_NAME;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_OPT_IO_FN_PTRS"))
#ifdef LDAP_OPT_IO_FN_PTRS
return LDAP_OPT_IO_FN_PTRS;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_OPT_MEMALLOC_FN_PTRS"))
#ifdef LDAP_OPT_MEMALLOC_FN_PTRS
return LDAP_OPT_MEMALLOC_FN_PTRS;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_OPT_PREFERRED_LANGUAGE"))
#ifdef LDAP_OPT_PREFERRED_LANGUAGE
return LDAP_OPT_PREFERRED_LANGUAGE;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_OPT_PROTOCOL_VERSION"))
#ifdef LDAP_OPT_PROTOCOL_VERSION
return LDAP_OPT_PROTOCOL_VERSION;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_OPT_REBIND_ARG"))
#ifdef LDAP_OPT_REBIND_ARG
return LDAP_OPT_REBIND_ARG;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_OPT_REBIND_FN"))
#ifdef LDAP_OPT_REBIND_FN
return LDAP_OPT_REBIND_FN;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_OPT_RECONNECT"))
#ifdef LDAP_OPT_RECONNECT
return LDAP_OPT_RECONNECT;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_OPT_REFERRALS"))
#ifdef LDAP_OPT_REFERRALS
return LDAP_OPT_REFERRALS;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_OPT_REFERRAL_HOP_LIMIT"))
#ifdef LDAP_OPT_REFERRAL_HOP_LIMIT
return LDAP_OPT_REFERRAL_HOP_LIMIT;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_OPT_RESTART"))
#ifdef LDAP_OPT_RESTART
return LDAP_OPT_RESTART;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_OPT_RETURN_REFERRALS"))
#ifdef LDAP_OPT_RETURN_REFERRALS
return LDAP_OPT_RETURN_REFERRALS;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_OPT_SERVER_CONTROLS"))
#ifdef LDAP_OPT_SERVER_CONTROLS
return LDAP_OPT_SERVER_CONTROLS;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_OPT_SIZELIMIT"))
#ifdef LDAP_OPT_SIZELIMIT
return LDAP_OPT_SIZELIMIT;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_OPT_SSL"))
#ifdef LDAP_OPT_SSL
return LDAP_OPT_SSL;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_OPT_THREAD_FN_PTRS"))
#ifdef LDAP_OPT_THREAD_FN_PTRS
return LDAP_OPT_THREAD_FN_PTRS;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_OPT_TIMELIMIT"))
#ifdef LDAP_OPT_TIMELIMIT
return LDAP_OPT_TIMELIMIT;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_OTHER"))
#ifdef LDAP_OTHER
return LDAP_OTHER;
#else
goto not_there;
#endif
break;
case 'P':
if (strEQ(name, "LDAP_PARAM_ERROR"))
#ifdef LDAP_PARAM_ERROR
return LDAP_PARAM_ERROR;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_PARTIAL_RESULTS"))
#ifdef LDAP_PARTIAL_RESULTS
return LDAP_PARTIAL_RESULTS;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_PORT"))
#ifdef LDAP_PORT
return LDAP_PORT;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_PORT_MAX"))
#ifdef LDAP_PORT_MAX
return LDAP_PORT_MAX;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_PROTOCOL_ERROR"))
#ifdef LDAP_PROTOCOL_ERROR
return LDAP_PROTOCOL_ERROR;
#else
goto not_there;
#endif
break;
case 'R':
if (strEQ(name, "LDAP_REFERRAL"))
#ifdef LDAP_REFERRAL
return LDAP_REFERRAL;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_REFERRAL_LIMIT_EXCEEDED"))
#ifdef LDAP_REFERRAL_LIMIT_EXCEEDED
return LDAP_REFERRAL_LIMIT_EXCEEDED;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_RESULTS_TOO_LARGE"))
#ifdef LDAP_RESULTS_TOO_LARGE
return LDAP_RESULTS_TOO_LARGE;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_RES_ADD"))
#ifdef LDAP_RES_ADD
return LDAP_RES_ADD;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_RES_ANY"))
#ifdef LDAP_RES_ANY
return LDAP_RES_ANY;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_RES_BIND"))
#ifdef LDAP_RES_BIND
return LDAP_RES_BIND;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_RES_COMPARE"))
#ifdef LDAP_RES_COMPARE
return LDAP_RES_COMPARE;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_RES_DELETE"))
#ifdef LDAP_RES_DELETE
return LDAP_RES_DELETE;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_RES_EXTENDED"))
#ifdef LDAP_RES_EXTENDED
return LDAP_RES_EXTENDED;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_RES_MODIFY"))
#ifdef LDAP_RES_MODIFY
return LDAP_RES_MODIFY;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_RES_MODRDN"))
#ifdef LDAP_RES_MODRDN
return LDAP_RES_MODRDN;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_RES_RENAME"))
#ifdef LDAP_RES_RENAME
return LDAP_RES_RENAME;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_RES_SEARCH_ENTRY"))
#ifdef LDAP_RES_SEARCH_ENTRY
return LDAP_RES_SEARCH_ENTRY;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_RES_SEARCH_REFERENCE"))
#ifdef LDAP_RES_SEARCH_REFERENCE
return LDAP_RES_SEARCH_REFERENCE;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_RES_SEARCH_RESULT"))
#ifdef LDAP_RES_SEARCH_RESULT
return LDAP_RES_SEARCH_RESULT;
#else
goto not_there;
#endif
break;
case 'S':
if (strEQ(name, "LDAP_SASL_BIND_IN_PROGRESS"))
#ifdef LDAP_SASL_BIND_IN_PROGRESS
return LDAP_SASL_BIND_IN_PROGRESS;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_SASL_SIMPLE"))
#ifdef LDAP_SASL_SIMPLE
return LDAP_SASL_SIMPLE;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_SCOPE_BASE"))
#ifdef LDAP_SCOPE_BASE
return LDAP_SCOPE_BASE;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_SCOPE_ONELEVEL"))
#ifdef LDAP_SCOPE_ONELEVEL
return LDAP_SCOPE_ONELEVEL;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_SCOPE_SUBTREE"))
#ifdef LDAP_SCOPE_SUBTREE
return LDAP_SCOPE_SUBTREE;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_SECURITY_NONE"))
#ifdef LDAP_SECURITY_NONE
return LDAP_SECURITY_NONE;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_SERVER_DOWN"))
#ifdef LDAP_SERVER_DOWN
return LDAP_SERVER_DOWN;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_SIZELIMIT_EXCEEDED"))
#ifdef LDAP_SIZELIMIT_EXCEEDED
return LDAP_SIZELIMIT_EXCEEDED;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_SORT_CONTROL_MISSING"))
#ifdef LDAP_SORT_CONTROL_MISSING
return LDAP_SORT_CONTROL_MISSING;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_STRONG_AUTH_NOT_SUPPORTED"))
#ifdef LDAP_STRONG_AUTH_NOT_SUPPORTED
return LDAP_STRONG_AUTH_NOT_SUPPORTED;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_STRONG_AUTH_REQUIRED"))
#ifdef LDAP_STRONG_AUTH_REQUIRED
return LDAP_STRONG_AUTH_REQUIRED;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_SUCCESS"))
#ifdef LDAP_SUCCESS
return LDAP_SUCCESS;
#else
goto not_there;
#endif
break;
case 'T':
if (strEQ(name, "LDAP_TIMELIMIT_EXCEEDED"))
#ifdef LDAP_TIMELIMIT_EXCEEDED
return LDAP_TIMELIMIT_EXCEEDED;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_TIMEOUT"))
#ifdef LDAP_TIMEOUT
return LDAP_TIMEOUT;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_TYPE_OR_VALUE_EXISTS"))
#ifdef LDAP_TYPE_OR_VALUE_EXISTS
return LDAP_TYPE_OR_VALUE_EXISTS;
#else
goto not_there;
#endif
break;
case 'U':
if (strEQ(name, "LDAP_UNAVAILABLE"))
#ifdef LDAP_UNAVAILABLE
return LDAP_UNAVAILABLE;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_UNAVAILABLE_CRITICAL_EXTENSION"))
#ifdef LDAP_UNAVAILABLE_CRITICAL_EXTENSION
return LDAP_UNAVAILABLE_CRITICAL_EXTENSION;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_UNDEFINED_TYPE"))
#ifdef LDAP_UNDEFINED_TYPE
return LDAP_UNDEFINED_TYPE;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_UNWILLING_TO_PERFORM"))
#ifdef LDAP_UNWILLING_TO_PERFORM
return LDAP_UNWILLING_TO_PERFORM;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_URL_ERR_BADSCOPE"))
#ifdef LDAP_URL_ERR_BADSCOPE
return LDAP_URL_ERR_BADSCOPE;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_URL_ERR_MEM"))
#ifdef LDAP_URL_ERR_MEM
return LDAP_URL_ERR_MEM;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_URL_ERR_NODN"))
#ifdef LDAP_URL_ERR_NODN
return LDAP_URL_ERR_NODN;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_URL_ERR_NOTLDAP"))
#ifdef LDAP_URL_ERR_NOTLDAP
return LDAP_URL_ERR_NOTLDAP;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_URL_ERR_PARAM"))
#ifdef LDAP_URL_ERR_PARAM
return LDAP_URL_ERR_PARAM;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_URL_OPT_SECURE"))
#ifdef LDAP_URL_OPT_SECURE
return LDAP_URL_OPT_SECURE;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_USER_CANCELLED"))
#ifdef LDAP_USER_CANCELLED
return LDAP_USER_CANCELLED;
#else
goto not_there;
#endif
break;
case 'V':
if (strEQ(name, "LDAP_VERSION"))
#ifdef LDAP_VERSION
return LDAP_VERSION;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_VERSION1"))
#ifdef LDAP_VERSION1
return LDAP_VERSION1;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_VERSION2"))
#ifdef LDAP_VERSION2
return LDAP_VERSION2;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_VERSION3"))
#ifdef LDAP_VERSION3
return LDAP_VERSION3;
#else
goto not_there;
#endif
if (strEQ(name, "LDAP_VERSION_MAX"))
#ifdef LDAP_VERSION_MAX
return LDAP_VERSION_MAX;
#else
goto not_there;
#endif
break;
}
} else {
if (strEQ(name, "LDAPS_PORT"))
#ifdef LDAPS_PORT
return LDAPS_PORT;
#else
goto not_there;
#endif
}
errno = EINVAL;
return 0;
not_there:
errno = ENOENT;
return 0;
}

View File

@@ -1,35 +0,0 @@
1999-06-30 Leif Hedstrom <leif@netscape.com>
* rmentry.pl: Added support for "-p".
1999-01-05 Leif Hedstrom <leif@netscape.com>
* psoftsync.pl (delAttr): Fixed annoying bug where I missed to
"my" $entry.
1999-01-04 Leif Hedstrom <leif@netscape.com>
* modattr.pl: Bug fixes for handling bad cases better (like
missing attribute, adding empty values etc).
1998-12-11 Leif Hedstrom <leif@netscape.com>
* modattr.pl: Modified slightly to enable the rebind proc.
1998-08-03 Leif Hedstrom <leif@netscape.com>
* psoftsync.pl: New file, also merged in some modules from
LdapUtils.pm, to make sure this works. NOTE: This script currently
doesn't work, since all "modify" operations are horked.
1998-07-30 Leif Hedstrom <leif@netscape.com>
* tabdump.pl: Actually works!
* ldappasswd.pl: Cleaned out some code, and moved it over to the
::Utils module.
1998-07-29 Leif Hedstrom <leif@netscape.com>
* qsearch.pl: First working version.

View File

@@ -1,118 +0,0 @@
#!/usr/bin/perl5
#############################################################################
# $Id: changes2ldif.pl,v 1.2 1999-01-21 23:52:46 leif%netscape.com Exp $
#
# The contents of this file are subject to the Mozilla Public License
# Version 1.0 (the "License"); you may not use this file except in
# compliance with the License. You may obtain a copy of the License at
# http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS"
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
# License for the specific language governing rights and limitations
# under the License.
#
# The Original Code is PerLDAP. The Initial Developer of the Original
# Code is Netscape Communications Corp. and Clayton Donley. Portions
# created by Netscape are Copyright (C) Netscape Communications
# Corp., portions created by Clayton Donley are Copyright (C) Clayton
# Donley. All Rights Reserved.
#
# Contributor(s):
#
# DESCRIPTION
# Search the changelog, and produce an LDIF file suitable for ldapmodify
# for instance. This should be merged into LDIF.pm eventually.
#
#############################################################################
use Getopt::Std; # To parse command line arguments.
use Mozilla::LDAP::Conn; # Main "OO" layer for LDAP
use Mozilla::LDAP::Utils; # LULU, utilities.
use strict;
no strict "vars";
#################################################################################
# Constants, shouldn't have to edit these...
#
$APPNAM = "changes2ldif";
$USAGE = "$APPNAM [-nv] -b base -h host -D bind -w pswd -P cert [min [max]]";
#################################################################################
# Check arguments, and configure some parameters accordingly..
#
if (!getopts('nvb:h:D:p:s:w:P:'))
{
print "usage: $APPNAM $USAGE\n";
exit;
}
%ld = Mozilla::LDAP::Utils::ldapArgs();
$ld{root} = "cn=changelog" if (!defined($ld{root}) || $ld{root} eq "");
#################################################################################
# Instantiate an LDAP object, which also binds to the LDAP server.
#
$conn = new Mozilla::LDAP::Conn(\%ld);
die "Could't connect to LDAP server $ld{host}" unless $conn;
#################################################################################
# Create the search filter.
#
$min = $ARGV[$[];
$max = $ARGV[$[ + 1];
if ($min ne "")
{
if ($max ne "")
{
$search = "(&(changenumber>=$min)(changenumber<=$max))";
}
else
{
$search = "(changenumber>=$min)";
}
}
else
{
$search = "(changenumber=*)";
}
#################################################################################
# Do the searches, and print the results.
#
$entry = $conn->search($ld{root}, "ONE", "$search");
while ($entry)
{
print "dn: ", $entry->{targetdn}[0], "\n";
$type = $entry->{changetype}[0];
print "changetype: $type\n";
if ($type =~ /modify/i)
{
# Should we filter out modifiersname and modifytimestamp ? We do chop
# off the trailing \0 though.
chop($entry->{changes}[0]);
print $entry->{changes}[0], "\n";
}
elsif ($type =~ /add/i)
{
print $entry->{changes}[0], "\n";
}
else
{
print "\n";
}
$entry = $conn->nextEntry;
}
#################################################################################
# Close the connection.
#
$ld{conn}->close if $ld{conn};

View File

@@ -1,104 +0,0 @@
#!/usr/bin/perl5
#############################################################################
# $Id: ldappasswd.pl,v 1.6 1998-08-13 09:13:23 leif Exp $
#
# The contents of this file are subject to the Mozilla Public License
# Version 1.0 (the "License"); you may not use this file except in
# compliance with the License. You may obtain a copy of the License at
# http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS"
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
# License for the specific language governing rights and limitations
# under the License.
#
# The Original Code is PerLDAP. The Initial Developer of the Original
# Code is Netscape Communications Corp. and Clayton Donley. Portions
# created by Netscape are Copyright (C) Netscape Communications
# Corp., portions created by Clayton Donley are Copyright (C) Clayton
# Donley. All Rights Reserved.
#
# Contributor(s):
#
# DESCRIPTION
# This is an LDAP version of the normal passwd/yppasswd command found
# on most Unix systems. Note that this will only use the {crypt}
# encryption/hash algorithm (at this point).
#
#############################################################################
use Getopt::Std; # To parse command line arguments.
use Mozilla::LDAP::Conn; # Main "OO" layer for LDAP
use Mozilla::LDAP::Utils; # LULU, utilities.
#############################################################################
# Constants, shouldn't have to edit these...
#
$APPNAM = "ldappasswd";
$USAGE = "$APPNAM [-nv] -b base -h host -D bind -w pswd -P cert search ...";
@ATTRIBUTES = ("uid", "userpassword");
#############################################################################
# Check arguments, and configure some parameters accordingly..
#
if (!getopts('nvb:s:h:D:w:P:')) {
print "usage: $APPNAM $USAGE\n";
exit;
}
%ld = Mozilla::LDAP::Utils::ldapArgs();
Mozilla::LDAP::Utils::userCredentials(\%ld) unless $opt_n;
#############################################################################
# Ask for the new password, and confirm it's correct.
#
do
{
print "New password: ";
$new = Mozilla::LDAP::Utils::askPassword();
print "New password (again): ";
$new2 = Mozilla::LDAP::Utils::askPassword();
print "Passwords didn't match, try again!\n\n" if ($new ne $new2);
} until ($new eq $new2);
print "\n";
$crypted = Mozilla::LDAP::Utils::unixCrypt("$new");
#############################################################################
# Now do all the searches, one by one. If there are no search criteria, we
# will change the password for the user running the script.
#
$conn = new Mozilla::LDAP::Conn(\%ld);
die "Could't connect to LDAP server $ld{host}" unless $conn;
foreach $search ($#ARGV >= $[ ? @ARGV : $ld{bind})
{
$entry = $conn->search($search, "subtree", "ALL", 0, @ATTRIBUTES);
$entry = $conn->search($ld{root}, "subtree", $search, 0, @ATTRIBUTES)
unless $entry;
print "No such user: $search\n" unless $entry;
while ($entry)
{
$entry->{userpassword} = ["{crypt}" . $crypted];
print "Changing password for: $entry->{dn}\n" if $opt_v;
if (!$opt_n)
{
$conn->update($entry);
$conn->printError() if $conn->getErrorCode();
}
$entry = $conn->nextEntry();
}
}
#############################################################################
# Close the connection.
#
$conn->close if $conn;

View File

@@ -1,128 +0,0 @@
#!/usr/bin/perl5
#############################################################################
# $Id: lfinger.pl,v 1.10 1998-08-13 09:13:08 leif Exp $
#
# The contents of this file are subject to the Mozilla Public License
# Version 1.0 (the "License"); you may not use this file except in
# compliance with the License. You may obtain a copy of the License at
# http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS"
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
# License for the specific language governing rights and limitations
# under the License.
#
# The Original Code is PerLDAP. The Initial Developer of the Original
# Code is Netscape Communications Corp. and Clayton Donley. Portions
# created by Netscape are Copyright (C) Netscape Communications
# Corp., portions created by Clayton Donley are Copyright (C) Clayton
# Donley. All Rights Reserved.
#
# Contributor(s):
#
# DESCRIPTION
# "finger" version using LDAP information (using RFC 2307 objectclass).
#
#############################################################################
use Getopt::Std; # To parse command line arguments.
use Mozilla::LDAP::Conn; # Main "OO" layer for LDAP
use Mozilla::LDAP::Utils; # LULU, utilities.
#############################################################################
# Constants, shouldn't have to edit these... The HIDE mechanism is a very
# Netscape internal specific feature. We use this objectclass to mark some
# entries to be "hidden", and some of our applications will honor this. With
# more recent versions of the Directory Server this can be accomplished more
# effectively with appropriate ACI/ACLs.
#
$APPNAM = "lfinger";
$USAGE = "$APPNAM -m -b base -h host -D bind -w pswd -P cert user_info";
@ATTRIBUTES = ("uid", "cn", "homedirectory", "loginshell", "pager",
"telephonenumber", "facsimiletelephonenumber", "mobile");
$HIDE = "(objectclass=nscphidethis)";
#############################################################################
# Print a "finger" entry.
#
sub printIt
{
my($entry) = @_;
print "Login name: $entry->{uid}[0]";
print " " x (39 - 11 - length($entry->{uid}[0]));
print "In real life: $entry->{cn}[0]\n";
if ($entry->{homedirectory}[0] || $entry->{loginshell}[0])
{
print "Directory: $entry->{homedirectory}[0]";
print " " x (39 - 10 - length($entry->{homedirectory}[0]));
print "Shell: $entry->{loginshell}[0]\n";
}
if ($entry->{telephonenumber}[0] || $entry->{pager}[0])
{
print "Phone: $entry->{telephonenumber}[0]";
print " " x (39 - 6 - length($entry->{telephonenumber}[0]));
print "Pager: $entry->{pager}[0]\n";
}
if ($entry->{mobile}[0] || $entry->{facsimiletelephonenumber}[0])
{
print "Mobile: $entry->{mobile}[0]";
print " " x (39 - 7 - length($entry->{mobile}[0]));
print "Fax: $entry->{facsimiletelephonenumber}[0]\n";
}
print "\n";
}
#############################################################################
# Check arguments, and configure some parameters accordingly..
#
if (!getopts('mb:h:D:p:w:P:') || !defined($ARGV[$[]))
{
print "usage: $APPNAM $USAGE\n";
exit;
}
%ld = Mozilla::LDAP::Utils::ldapArgs();
$user=$ARGV[$[];
#############################################################################
# Instantiate an LDAP object, which also binds to the LDAP server.
#
$conn = new Mozilla::LDAP::Conn(\%ld);
die "Could't connect to LDAP server $ld{host}" unless $conn;
#############################################################################
# Ok, lets generate the filter, and do the search!
#
if ($opt_m)
{
$search = "(&(uid=$user)(!$HIDE))";
}
else
{
$search = "(&(|(cn=*$user*)(uid=*$user*)(telephonenumber=*$user*))(!$HIDE))";
}
$entry = $conn->search($ld{root}, "subtree", $search, 0, @ATTRIBUTES);
$conn->printError() if $conn->getErrorCode();
while($entry)
{
printIt($entry);
$entry = $conn->nextEntry();
}
#############################################################################
# Close the connection.
#
$conn->close if $conn;

View File

@@ -1,331 +0,0 @@
#!/usr/bin/perl5
#############################################################################
# $Id: modattr.pl,v 1.8 1999-01-21 23:52:46 leif%netscape.com Exp $
#
# The contents of this file are subject to the Mozilla Public License
# Version 1.0 (the "License"); you may not use this file except in
# compliance with the License. You may obtain a copy of the License at
# http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS"
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
# License for the specific language governing rights and limitations
# under the License.
#
# The Original Code is PerLDAP. The Initial Developer of the Original
# Code is Netscape Communications Corp. and Clayton Donley. Portions
# created by Netscape are Copyright (C) Netscape Communications
# Corp., portions created by Clayton Donley are Copyright (C) Clayton
# Donley. All Rights Reserved.
#
# Contributor(s):
#
# DESCRIPTION
# This script can be used to do a number of different modification
# operations on a script. Like adding/deleting values, or entire
# attributes.
#
#############################################################################
use Getopt::Std; # To parse command line arguments.
use Mozilla::LDAP::Conn; # Main "OO" layer for LDAP
use Mozilla::LDAP::Utils; # LULU, utilities.
use strict;
no strict "vars";
#############################################################################
# Constants, shouldn't have to edit these...
#
$APPNAM = "modattr";
$USAGE = "$APPNAM [-dnvW] -b base -h host -D bind -w pswd -P cert attr=value filter";
#############################################################################
# Check arguments, and configure some parameters accordingly..
#
if (!getopts('adnvWb:h:D:p:s:w:P:'))
{
print "usage: $APPNAM $USAGE\n";
exit;
}
%ld = Mozilla::LDAP::Utils::ldapArgs();
Mozilla::LDAP::Utils::userCredentials(\%ld) unless $opt_n;
#############################################################################
# Let's process the changes requested, and commit them unless the "-n"
# option was given.
#
$conn = new Mozilla::LDAP::Conn(\%ld);
die "Could't connect to LDAP server $ld{host}" unless $conn;
$conn->setDefaultRebindProc($ld{bind}, $ld{pswd});
($change, $search) = @ARGV;
if (($change eq "") || ($search eq ""))
{
print "usage: $APPNAM $USAGE\n";
exit;
}
($attr, $value) = split(/=/, $change, 2);
$entry = $conn->search($ld{root}, $ld{scope}, $search);
while ($entry)
{
$changed = 0;
if ($opt_d)
{
if (defined $entry->{$attr})
{
if ($value)
{
$changed = $entry->removeValue($attr, $value);
if ($changed && $opt_v)
{
print "Removed value from ", $entry->getDN(), "\n" if $opt_v;
}
}
else
{
delete $entry->{$attr};
print "Deleted attribute $attr for ", $entry->getDN(), "\n" if $opt_v;
$changed = 1;
}
}
else
{
print "No attribute values for: $attr\n";
}
}
else
{
if (!defined($value) || !$value)
{
print "No value provided for the attribute $attr\n";
}
elsif ($opt_a)
{
$changed = $entry->addValue($attr, $value);
if ($changed && $opt_v)
{
print "Added attribute to ", $entry->getDN(), "\n" if $opt_v;
}
}
else
{
$entry->setValue($attr, $value);
$changed = 1;
print "Set attribute for ", $entry->getDN(), "\n" if $opt_v;
}
}
if ($changed && ! $opt_n)
{
$conn->update($entry);
$conn->printError() if $conn->getErrorCode();
}
$entry = $conn->nextEntry();
}
#############################################################################
# Close the connection.
#
$conn->close if $conn;
#############################################################################
# POD documentation...
#
__END__
=head1 NAME
modattr - Modify an attribute for one or more LDAP entries
=head1 SYNOPSIS
modattr [-adnvW] -b base -h host -D bind DN -w pwd -P cert attr=value filter
=head1 ABSTRACT
This command line utility can be used to modify one attribute for one or
more LDAP entries. As simple as this sounds, this turns out to be a very
common operation. For instance, let's say you want to change "mailHost"
for all users on a machine named I<dredd>, to be I<judge>. With this
script all you have to do is
modattr mailHost=judge '(mailHost=dredd)'
=head1 DESCRIPTION
There are four primary operations that can be made with this utility:
=over 4
=item *
Set an attribute to a (single) specified value.
=item *
Add a value to an attribute (for multi-value attributes).
=item *
Delete a value from an attribute. If it's the last value (or if it's a
single value), this will remove the entire attribute.
=item *
Delete an entire attribute, even if it has multiple values.
=back
The first three requires an option of the form B<attr=value>, while the
last one only takes the name of the attribute as the option. The last
argument is always an LDAP search filter, specifying which entries the
operation should be applied to.
=head1 OPTIONS
All but the first two command line options for this tool are standard LDAP
options, to set parameters for the LDAP connection. The two new options
are I<-a> and I<-d> to add and remove attribute values.
Without either of these two options specified (they are both optional),
the default action is to set the attribute to the specified value. That
will effectively remove any existing values for this attribute.
=over 12
=item -a
Specify that the operation is an I<add>, to add a value to the
attribute. If there is no existing value for this attribute, we'll create
a new attribute, otherwise we add the new value if it's not already there.
=item -d
Delete the attribute value, or the entire attribute if there's no value
specified. As you can see this option has two forms, and it's function
depends on the last arguments. Be careful here, if you forget to specify
the value to delete, you will remove all of them.
=item -h <host>
Name of the LDAP server to connect to.
=item -p <port>
TCP port for the LDAP connection.
=item -b <DN>
Base DN for the search
=item -D <bind>
User (DN) to bind as. We support a few convenience shortcuts here, like
I<root>, I<user> and I<repl>.
=item -w <passwd>
This specifies the password to use when connecting to the LDAP
server. This is strongly discouraged, and without this option the script
will ask for the password interactively.
=item -s <scope>
Search scope, default is I<sub>, the other possible values are I<base> and
I<one>. You can also specify the numeric scopes, I<0>, I<1> or I<2>.
=item -P
Use SSL for the LDAP connection, using the specified cert.db file for
certificate information.
=item -n
Don't do anything, only show the changes that would have been made. This
is very convenient, and can save you from embarrassing mistakes.
=item -v
Verbose output.
=back
The last two arguments are special for this script. The first
argument specifies the attribute (and possibly the value) to operate on,
and the last argument is a properly formed LDAP search filter.
=head1 EXAMPLES
We'll give one example for each of the four operations this script can
currently handle. Since the script itself is quite flexible, you'll
probably find you can use this script for a lot of other applications, or
call it from other scripts. Note that we don't specify any LDAP specific
options here, we assume you have configured your defaults properly.
To set the I<description> attribute for user "leif", you would do
modattr 'description=Company Swede' '(uid=leif)'
The examples shows how to use this command without either of the I<-a> or
the I<-d> argument. To add an e-mail alias (alternate address) to the same
user, you would do
modattr -a 'mailAlternateAddress=theSwede@netscape.com' '(uid=leif)'
To remove an object class from all entries which uses it, you could do
modattr -d 'objectclass=dummyClass' '(objectclass=dummyClass)'
This example is not great, since unless you've assured that no entries
uses any of the attributes in this class, you'll get schema
violations. But don't despair, you can use this tool to clean up all
entries first! To completely remove all usage of an attribute named
I<dummyAttr>, you'd simply do
modattr -d dummyAttr '(dummyAttr=*)'
This shows the final format of this command, notice how we don't specify a
value, to assure that the entire attribute is removed. This is potentially
dangerous, so again be careful.
=head1 INSTALLATION
In order to use this script, you'll need Perl version 5.004 or later, the
LDAP SDK, and also the LDAP Perl module (aka PerLDAP). Once you've installed
these packages, just copy this file to where you keep your admin binaries,
e.g. /usr/local/bin.
In order to get good performance, you should make sure you have indexes on
the attributes you typically use with this script. Our experience has been
that in most cases the standard indexes in the Directory Server are
sufficient, e.g. I<CN>, I<UID> and I<MAIL>.
=head1 AVAILABILITY
This package can be retrieved from a number of places, including:
http://www.mozilla.org/directory/
Your local CPAN server
=head1 CREDITS
This little tool was developed internally at Netscape, by Leif Hedstrom.
=head1 BUGS
None, of course...
=head1 SEE ALSO
L<Mozilla::LDAP::API> and L<Perl>
=cut

View File

@@ -1,67 +0,0 @@
#!/usr/bin/perl5
#############################################################################
# $Id: monitor.pl,v 1.2 1998-08-13 09:12:05 leif Exp $
#
# The contents of this file are subject to the Mozilla Public License
# Version 1.0 (the "License"); you may not use this file except in
# compliance with the License. You may obtain a copy of the License at
# http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS"
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
# License for the specific language governing rights and limitations
# under the License.
#
# The Original Code is PerLDAP. The Initial Developer of the Original
# Code is Netscape Communications Corp. and Clayton Donley. Portions
# created by Netscape are Copyright (C) Netscape Communications
# Corp., portions created by Clayton Donley are Copyright (C) Clayton
# Donley. All Rights Reserved.
#
# Contributor(s):
#
# DESCRIPTION
# Ask the directory server for it's monitor entry, to see some
# performance and usage stats.
#
#############################################################################
use Getopt::Std; # To parse command line arguments.
use Mozilla::LDAP::Conn; # Main "OO" layer for LDAP
use Mozilla::LDAP::Utils; # LULU, utilities.
#################################################################################
# Constants, shouldn't have to edit these...
#
$APPNAM = "monitor";
$USAGE = "$APPNAM [-nv] -b base -h host -D bind -w pswd -P cert";
#################################################################################
# Check arguments, and configure some parameters accordingly..
#
if (!getopts('b:h:D:p:w:P:'))
{
print "usage: $APPNAM $USAGE\n";
exit;
}
%ld = Mozilla::LDAP::Utils::ldapArgs("", "cn=monitor");
#################################################################################
# Instantiate an LDAP object, which also binds to the LDAP server, and then
# do the simple search.
#
$conn = new Mozilla::LDAP::Conn(\%ld);
die "Could't connect to LDAP server $ld{host}" unless $conn;
$entry = $conn->search($ld{root}, "base", "objectclass=*");
Mozilla::LDAP::Utils::printEntry($entry)
if ($entry);
#################################################################################
# Close the connection.
#
$conn->close if $conn;

View File

@@ -1,615 +0,0 @@
#!/usr/bin/perl5
#############################################################################
# $Id: psoftsync.pl,v 1.5 1999-01-21 23:52:47 leif%netscape.com Exp $
#
# The contents of this file are subject to the Mozilla Public License
# Version 1.0 (the "License"); you may not use this file except in
# compliance with the License. You may obtain a copy of the License at
# http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS"
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
# License for the specific language governing rights and limitations
# under the License.
#
# The Original Code is PerLDAP. The Initial Developer of the Original
# Code is Netscape Communications Corp. and Clayton Donley. Portions
# created by Netscape are Copyright (C) Netscape Communications
# Corp., portions created by Clayton Donley are Copyright (C) Clayton
# Donley. All Rights Reserved.
#
# Contributor(s):
#
# DESCRIPTION
# Synchronise some LDAP info with a PeopleSoft "dump". This "dump" file
# is a "tab" separated file, as generated by an SQL utility on the
# Oracle server.
#
#############################################################################
use Getopt::Std; # To parse command line arguments.
use Mozilla::LDAP::Conn; # Main "OO" layer for LDAP
use Mozilla::LDAP::Utils; # LULU, utilities.
#############################################################################
# Local configurations, check these out . Note that SYNCS and ORDER has to
# have the same fields, this is because the hash array doesn't preserve
# the order of it's entries... :-( The "codes" are bit fields, where the
# three LSB are used as
#
# 1 Force the update, even if attribute is empty (i.e. delete it)
# 2 The attribute is the base for a DN (e.g. "manager").
# 4 The attribute should be deleted if the user is not in PeopleSoft.
# 8 Don't warn if the attribute is missing in the Psoft file (-W option).
# 16 Always delete this attribute in the PeopleSoft entry.
# 32 Delete this attribute if the account has "expired".
#
%SYNCS = (
"nscpharold" => 1 + 4,
"uid" => 0,
"" => 0,
"" => 0,
"employeenumber" => 1 + 4 + 32,
"departmentnumber" => 1 + 4,
"" => 0,
"" => 0,
"" => 0,
"manager" => 1 + 2,
"title" => 1 + 4 + 16 + 32,
"ou" => 1 + 4 + 32,
"businesscategory" => 1 + 4 + 32,
"employeetype" => 0,
"nscppersonexpdate" => 1 + 8
);
@ORDER = (
"nscpharold",
"uid",
"",
"",
"employeenumber",
"departmentnumber",
"",
"",
"",
"manager",
"title",
"ou",
"businesscategory",
"employeetype",
"nscppersonexpdate"
);
# This is used for mapping the employeeType attribute into a readable format.
%EMPCODES = (
"A" => "Applicant",
"C" => "Contractor",
"E" => "Employee",
"O" => "OEM Partner",
"T" => "Interim",
"V" => "Vendor"
);
# Expiration policy for other attributes, the EXPDELAY is a convenience
# default setting.
$EXPDELAY = 24 * 7;
%EXPIRES = (
"carlicense" => $EXPDELAY,
"mailautoreplymode" => $EXPDELAY,
"mailautoreplytext" => $EXPDELAY,
"mailforwardingaddress" => $EXPDELAY,
"facsimiletelephonenumber" => $EXPDELAY
);
$NOTYPE = "Unknown";
$DELIMITER = "%%";
$SENDMAIL = "/usr/lib/sendmail";
$SEARCH = "(&(uid=*)(!(objectclass=pseudoAccount)))";
$MAILTO = "leif\@netscape.com";
#$LDAP_DEBUG = 1;
#############################################################################
# Constants, shouldn't have to edit these...
#
$APPNAM = "psoftsync";
$USAGE = "$APPNAM [-nvW] -b base -h host -D bind -w passwd -P cert PS_file";
@ATTRIBUTES = uniq(@ORDER);
push(@ATTRIBUTES, "objectclass");
$TODAY = `/usr/bin/date '+%Y%m%d'`;
chop($TODAY);
#############################################################################
# Print an error for the PeopleSoft data. Note that we use the "__XXX__" fields
# here, to avoid the problem when an attribute is "expired" or modified.
#
sub psoftError
{
my ($str, $entry) = @_;
print "Error: $str: ";
print $entry->key(), " (";
print $entry->{__employeenumber__}, ", ";
print $entry->{__employeetype__}, ", ";
print $entry->{__departmentnumber__}, ")\n";
}
#############################################################################
# Read in a PeopleSoft file, and create all the entries.
#
sub readDump
{
my ($file) = @_;
my (@info, %entries);
my $val;
if (!open(PSOFT, $file))
{
print "Error: Can't read file $file\n";
exit(1);
}
while (<PSOFT>)
{
next unless /$DELIMITER/;
@info = split(/\s*%%\s*/);
$entry = new PsoftEntry($info[$[]);
foreach $attr (@ORDER)
{
$val = shift(@info);
next if ($attr eq "");
$entry->add($attr, $val, $SYNCS{$attr});
}
#
# Perhaps we should do some sanity checks here on the PeopleSoft data?
#
# Clean up some data if the user has expired ("best before...")
if ($entry->expired($entry->{nscppersonexpdate}))
{
foreach $attr (@ORDER)
{
next unless $attr;
delete($entry->{$attr}) if ($SYNCS{$attr} & 32);
}
}
if ($entry->{uid})
{
$entries{$entry->{uid}} = $entry;
}
elsif ($opt_W)
{
psoftError("No UID", $entry);
}
}
close(PSOFT);
return %entries;
}
#############################################################################
# Make a list "uniq", just like the Unix command.
#
sub uniq { # uniq(elements[])
my %tmp;
grep($tmp{$_}++, @_);
return sort(keys(%tmp));
}
#############################################################################
# Delete an attribute from an entry.
#
sub delAttr { # delAttr(ENTRY, ATTR)
my ($entry, $attr) = @_;
if (defined($entry->{$attr}))
{
$out->write("Deleted $attr for user: $entry->{uid}[0]") if $opt_v;
delete($entry->{$attr});
return 1;
}
return 0;
}
#############################################################################
# Check arguments, and configure some parameters accordingly..
#
if (!getopts('nvMWb:h:D:p:s:w:P:'))
{
print "usage: $APPNAM $USAGE\n";
exit;
}
%ld = Mozilla::LDAP::Utils::ldapArgs();
Mozilla::LDAP::Utils::userCredentials(\%ld) unless $opt_n;
$out = new Mail();
if ($opt_M)
{
$out->set("to", $MAILTO);
$out->set("subject", "Hoth: PeopleSoft synchronization report");
}
else
{
$out->echo();
$out->nomail();
}
#############################################################################
# Read in all the PeopleSoft entries, and then instantiate an LDAP object,
# which also binds to the LDAP server.
#
%psoft = readDump(@ARGV[$[]);
$conn = new Mozilla::LDAP::Conn(\%ld);
die "Could't connect to LDAP server $ld{host}" unless $conn;
#############################################################################
# Now process all the users, one by one.
#
$entry = $conn->search($ld{root}, "subtree", $SEARCH, 0, @ATTRIBUTES);
while ($entry)
{
$uid = $entry->{"uid"}[0];
$changed = 0;
$psent = $psoft{$uid};
if (!$psent)
{
print "Error: LDAP user $uid: No entry in PeopleSoft\n" if $opt_W;
foreach $attr (@ORDER)
{
next unless $attr;
$changed += delAttr($entry, $attr) if ($SYNCS{$attr} & 4);
}
if ($entry->{employeetype}[0] ne "$NOTYPE")
{
$entry->{employeetype} = ["$NOTYPE"];
$changed = 1;
$out->write("Set employeeType to $NOTYPE for user: $uid") if $opt_v;
}
}
else
{
$psent->handled(1);
foreach $attr (@ORDER)
{
next unless $attr;
if (!defined($psent->{$attr}) || ($psent->{$attr} eq ""))
{
$changed += delAttr($entry, $attr) if ($SYNCS{$attr} & 1);
}
elsif ($entry->{$attr}[0] ne $psent->{$attr})
{
$entry->{$attr} = [$psent->{$attr}];
$changed = 1;
$out->write("Set $attr to $psent->{$attr} for user: $uid") if $opt_v;
}
}
# Now handle the Expire date special case...
if ($psent->expired() ne "")
{
if ($entry->addValue("objectclass", "nscphidethis"))
{
$changed = 1;
$out->write("Expiring the user: $uid") if $opt_v;
}
# Expire other attributes, IFF the expire is over a certain
# treshhold (e.g. a week).
}
elsif ($entry->removeValue("objectclass", "nscphidethis"))
{
$changed = 1;
$out->write("Enabling the user: $uid") if $opt_v;
}
}
$conn->update($entry) if ($changed && ! $opt_n);
$entry = $conn->nextEntry();
}
#############################################################################
# Close the LDAP connection.
#
$conn->close if $conn;
#############################################################################
# Post process, figure out which PSoft entries have no entry in LDAP.
#
if ($opt_W)
{
foreach (keys(%psoft))
{
$ent=$psoft{$_};
psoftError("No LDAP entry", $ent) unless $ent->handled();
}
}
#############################################################################
# Package to an entry from the PeopleSoft database.
#
package PsoftEntry;
#############################################################################
# Creator.
#
sub new
{
my ($class, $key) = @_;
my $self = {};
bless $self, ref $class || $class;
$self->{__key__} = $key;
return $self;
}
#############################################################################
# Add an attribute/field to the entry.
#
sub add
{
my ($self, $attr, $val, $lev) = @_;
return if ($lev & 16);
$attr = lc $attr;
if ($attr eq "employeetype")
{
if (defined($main::EMPCODES{$val}))
{
$self->{$attr} = $main::EMPCODES{$val};
}
else
{
$self->{$attr} = $main::NOTYPE;
}
$self->{__employeetype__} = $val;
}
elsif (!defined($val) || ($val eq ""))
{
main::psoftError("No attribute $attr", $self)
if ($main::opt_W && ($lev & 1) && !($lev & 8));
}
else
{
$self->{$attr} = ($lev & 2) ? "uid=$val,$main::ld{root}" : $val;
$self->{"__${attr}__"} = $val;
}
}
#############################################################################
# Return the value for an attribute/field.
#
sub get
{
my ($self, $attr) = @_;
return $self->{$attr};
}
#############################################################################
# Mark the entry as "expired". If there is no "date" argument, we'll return
# the current entries expire status.
#
sub expired
{
my ($self, $date) = @_;
if ($date)
{
# Only expire entries with reasonable expire dates...
if (length($date) != 8)
{
main::psoftError("Bad expire date", $self) if $main::opt_W;
return 0;
}
if ($date lt $main::TODAY)
{
$self->{employeetype} = "$main::NOTYPE";
$self->{__expired__} = 1;
return 1;
}
}
return $self->{__expired__};
}
#############################################################################
# Mark the entry as "handled", i.e. it exists in LDAP.
#
sub handled
{
my ($self, $flag) = @_;
$self->{__handled__} = 1 if $flag;
return $self->{__handled__};
}
#############################################################################
# Return the "key" of this entry, typically the name field.
#
sub key
{
my ($self) = @_;
return $self->{__key__};
}
#################################################################################
# This sub-package will send mail to some recipients, IFF there is anything to
# send, or your force it to send. Note that the Subject doesn't qualify it to
# send a message (force it to send if you have to).
#
package Mail;
#################################################################################
# The constructor, which optionally takes the TO, FROM and SUBJECT.
#
sub new
{
my ($class, $to, $from, $subject) = @_;
my $self = {};
bless $self, ref $class || $class;
$self->{to} = $to || "root";
$self->{from} = $from || "ldap";
$self->{subject} = $subject || "Output from LDAP script\n";
@{$self->{message}} = ();
$self->{send} = 0;
$self->{nomail} = 0;
$self->{echo} = 0;
return $self;
}
#################################################################################
# Destructor, which will also send the message, if appropriate.
#
sub DESTROY
{
my ($self) = @_;
if ($self->{send} && !$self->{nomail})
{
$self->send();
$self->{send} = 0;
}
}
#################################################################################
# Set a field for this entry, e.g. From:, To: etc.
#
sub set
{
my ($self, $field, $string) = @_;
if ($field && $string)
{
$field = lc $field;
$self->{$field} = $string;
}
}
#################################################################################
# Add a line to the message, the argument is the string.
#
sub write
{
my ($self, $string) = @_;
if ($string ne "")
{
push(@{$self->{message}}, $string);
print "$string\n" if $self->{echo};
$self->{send}++;
}
}
#################################################################################
# Force the object to send the message, no matter if there's anything in the
# body or not.
#
sub force
{
my ($self) = @_;
$self->{send} = 1;
$self->{nomail} = 0;
}
#################################################################################
# Don't send the mail, this is the oppositte to "force...
#
sub nomail
{
my ($self) = @_;
$self->{send} = 0;
$self->{nomail} = 1;
}
#################################################################################
# Enable echo-mode, where we will also print everything to STDOUT.
#
sub echo
{
my ($self) = @_;
$self->{echo} = 1;
}
#################################################################################
# Actually send the message. This is automatically done by the DESTROY method,
# but we can force it to do it this way.
#
sub send
{
my ($self) = @_;
if ($self->{send} && !$self->{nomail})
{
open(MAILER, "|$main::SENDMAIL -t");
print MAILER "From: $self->{from}\n";
print MAILER "To: $self->{to}\n";
print MAILER "Subject: $self->{subject}\n\n";
foreach (@{$self->{message}})
{
print MAILER "$_\n";
}
print MAILER ".\n";
close(MAILER);
$self->{send} = 0;
}
}

View File

@@ -1,98 +0,0 @@
#!/usr/bin/perl5
#############################################################################
# $Id: qsearch.pl,v 1.8 1999-01-21 23:52:47 leif%netscape.com Exp $
#
# The contents of this file are subject to the Mozilla Public License
# Version 1.0 (the "License"); you may not use this file except in
# compliance with the License. You may obtain a copy of the License at
# http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS"
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
# License for the specific language governing rights and limitations
# under the License.
#
# The Original Code is PerLDAP. The Initial Developer of the Original
# Code is Netscape Communications Corp. and Clayton Donley. Portions
# created by Netscape are Copyright (C) Netscape Communications
# Corp., portions created by Clayton Donley are Copyright (C) Clayton
# Donley. All Rights Reserved.
#
# Contributor(s):
#
# DESCRIPTION
# Quick Search, like ldapsearch, but in Perl. Look how simple it is.
#
#############################################################################
use Getopt::Std; # To parse command line arguments.
use Mozilla::LDAP::Conn; # Main "OO" layer for LDAP
use Mozilla::LDAP::Utils; # LULU, utilities.
use strict;
no strict "vars";
#################################################################################
# Constants, shouldn't have to edit these...
#
$APPNAM = "qsearch";
$USAGE = "$APPNAM -b base -h host -D bind -w pswd -P cert filter [attr...]";
#################################################################################
# Check arguments, and configure some parameters accordingly..
#
if (!getopts('b:h:D:p:s:w:P:'))
{
print "usage: $APPNAM $USAGE\n";
exit;
}
%ld = Mozilla::LDAP::Utils::ldapArgs();
#################################################################################
# Now do all the searches, one by one.
#
$conn = new Mozilla::LDAP::Conn(\%ld);
die "Could't connect to LDAP server $ld{host}" unless $conn;
foreach (@ARGV)
{
if (/\=/)
{
push(@srch, $_);
}
else
{
push(@attr, $_);
}
}
foreach $search (@srch)
{
if ($#attr >= $[)
{
$entry = $conn->search($ld{root}, $ld{scope}, $search, 0, @attr);
}
else
{
$entry = $conn->search($ld{root}, $ld{scope}, "$search");
}
print "Searched for `$search':\n\n";
$conn->printError() if $conn->getErrorCode();
while ($entry)
{
$entry->printLDIF();
$entry = $conn->nextEntry;
}
print "\n";
}
#################################################################################
# Close the connection.
#
$conn->close if $conn;

View File

@@ -1,135 +0,0 @@
#!/usr/bin/perl5
#################################################################################
# $Id: rand_mods.pl,v 1.2 1999-08-24 22:30:51 leif%netscape.com Exp $
#
# The contents of this file are subject to the Netscape Public License Version
# 1.0 (the "License"); you may not use this file except in compliance with the
# License. You may obtain a copy of the License at http://www.mozilla.org/NPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
# the specific language governing rights and limitations under the License.
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape
# Communications Corporation. All Rights Reserved.
#
# SYNOPSIS:
# Modify an attribute for one or more entries, or possibly delete it.
#
# USAGE:
# rand_mods [-adnvW] -b base -h host -D bind DN -w pwd -P cert filter loops
# attribute ...
#
#################################################################################
#################################################################################
# Modules we need. Note that we depend heavily on the Ldapp module,
# which needs to be built from the C code. It also requires an LDAP SDK.
#
use Getopt::Std; # To parse command line arguments.
use Mozilla::LDAP::Conn; # Main "OO" layer for LDAP
use Mozilla::LDAP::Utils; # LULU, utilities.
use Carp;
use strict;
no strict "vars";
#################################################################################
# Constants, shouldn't have to edit these...
#
$APPNAM = "rand_mods";
$USAGE = "$APPNAM [-dnvW] -b base -h host -D bind -w pswd filter loops attr ...";
$AUTHOR = "Leif Hedstrom <leif\@netscape.com>";
#################################################################################
# Check arguments, and configure some parameters accordingly..
#
if (!getopts('adnvWb:h:D:p:s:w:P:'))
{
print "usage: $APPNAM $USAGE\n";
exit;
}
%ld = Mozilla::LDAP::Utils::ldapArgs();
#################################################################################
# Instantiate an LDAP object, which also binds to the LDAP server.
#
if (!getopts('b:h:D:p:s:w:P:'))
{
print "usage: $APPNAM $USAGE\n";
exit;
}
%ld = Mozilla::LDAP::Utils::ldapArgs();
$conn = new Mozilla::LDAP::Conn(\%ld);
croak "Could't connect to LDAP server $ld{host}" unless $conn;
#################################################################################
# Parse some extra argumens
#
my $srch, $loop;
my (@attrs) = ("givenName", "sn");
if (! ($srch = shift(@ARGV)))
{
print "Usage: $APPNAME $USAGE\n";
exit;
}
$srch = "(&(!(objectclass=nscpHideThis))(uid=*))" if ($srch eq "");
if (! ($loops = shift(@ARGV)))
{
print "Usage: $APPNAME $USAGE\n";
exit;
}
@attrs = @ARGV if ($#ARGV > $[);
$num_attrs = $#attrs;
#################################################################################
# Find all the argument
#
my $num = 0;
$entry = $conn->search($ld{root}, $ld{scope}, $srch, 0, ("0.0"));
while ($entry)
{
push(@users, $entry->getDN());
$num++;
$entry = $conn->nextEntry();
}
print "Found $num users, randomizing changes now...\n";
srand(time ^ $$);
my $tmp, $tmp2, $dn, $loop2;
while ($loops--)
{
$dn = $users[rand($num)];
print "$loops loops left...\n" if (($loops % 100) == 0);
$entry = $conn->browse($dn, @attrs);
if ($entry)
{
$loop2 = $num_attrs + 1;
while ($loop2--)
{
$tmp = $entry->{$attrs[$loop2]}[0];
$tmp2 = rand($num_attrs);
$entry->{$attrs[$loop2]} = [ $entry->{$attrs[$tmp2]}[0] ];
$entry->{$attrs[$tmp2]} = [ $tmp] ;
$entry->printLDIF();
}
$conn->update($entry);
}
}

View File

@@ -1,98 +0,0 @@
#!/usr/bin/perl5
#############################################################################
# $Id: rename.pl,v 1.4 1999-01-21 23:52:47 leif%netscape.com Exp $
#
# The contents of this file are subject to the Mozilla Public License
# Version 1.0 (the "License"); you may not use this file except in
# compliance with the License. You may obtain a copy of the License at
# http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS"
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
# License for the specific language governing rights and limitations
# under the License.
#
# The Original Code is PerLDAP. The Initial Developer of the Original
# Code is Netscape Communications Corp. and Clayton Donley. Portions
# created by Netscape are Copyright (C) Netscape Communications
# Corp., portions created by Clayton Donley are Copyright (C) Clayton
# Donley. All Rights Reserved.
#
# Contributor(s):
#
# DESCRIPTION
# Rename an LDAP entry, changing it's DN. Note that currently this only
# works with RDNs.
#
#############################################################################
use Getopt::Std; # To parse command line arguments.
use Mozilla::LDAP::Conn; # Main "OO" layer for LDAP
use Mozilla::LDAP::Utils; # LULU, utilities.
#############################################################################
# Constants, shouldn't have to edit these...
#
$APPNAM = "rename";
$USAGE = "$APPNAM [-nvI] -b base -h host -D bind -w pswd -P cert filter new_rdn";
#############################################################################
# Check arguments, and configure some parameters accordingly..
#
if (!getopts('nvIb:h:D:w:P:'))
{
print "usage: $APPNAM $USAGE\n";
exit;
}
%ld = Mozilla::LDAP::Utils::ldapArgs();
Mozilla::LDAP::Utils::userCredentials(\%ld) unless $opt_n;
($search, $rdn) = @ARGV;
if (($search eq "") || ($rdn eq ""))
{
print "usage: $APPNAM $USAGE\n";
exit;
}
#############################################################################
# Instantiate an LDAP object, which also binds to the LDAP server.
#
$conn = new Mozilla::LDAP::Conn(\%ld);
die "Could't connect to LDAP server $ld{host}" unless $conn;
$key = "Y" if $opt_I;
$entry = $conn->search($ld{root}, $ld{scope}, $search, 0, @ATTRIBUTES);
$conn->printError() if $conn->getErrorCode();
if (! $entry || $conn->nextEntry())
{
print "Error: The search did not return exactly one match, abort!\n";
exit;
}
if (! $opt_I)
{
print "Rename ", $entry->getDN(), " with $rdn [N]? ";
$key = Mozilla::LDAP::Utils::answer("N") unless $opt_I;
}
if ($key eq "Y")
{
# Note: I have to explicitly specify the original DN below, since the call
# to nextEntry() above blows the DN away from the ::Conn object.
if (! $opt_n)
{
$conn->modifyRDN($rdn, $entry->getDN());
$conn->printError() if $conn->getErrorCode();
}
print "Renamed $entry->{dn}\n" if $opt_v;
}
#################################################################################
# Close the connection.
#
$conn->close if $conn;

View File

@@ -1,95 +0,0 @@
#!/usr/bin/perl5
#############################################################################
# $Id: rmentry.pl,v 1.5 1999-08-24 22:30:51 leif%netscape.com Exp $
#
# The contents of this file are subject to the Mozilla Public License
# Version 1.0 (the "License"); you may not use this file except in
# compliance with the License. You may obtain a copy of the License at
# http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS"
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
# License for the specific language governing rights and limitations
# under the License.
#
# The Original Code is PerLDAP. The Initial Developer of the Original
# Code is Netscape Communications Corp. and Clayton Donley. Portions
# created by Netscape are Copyright (C) Netscape Communications
# Corp., portions created by Clayton Donley are Copyright (C) Clayton
# Donley. All Rights Reserved.
#
# Contributor(s):
#
# DESCRIPTION
# Remove one or several LDAP objects. By default this tool is
# interactive, which can be disabled with the "-I" option (but
# please be careful...).
#
#############################################################################
use Getopt::Std; # To parse command line arguments.
use Mozilla::LDAP::Conn; # Main "OO" layer for LDAP
use Mozilla::LDAP::Utils; # LULU, utilities.
#################################################################################
# Constants, shouldn't have to edit these...
#
$APPNAM = "rmentry";
$USAGE = "$APPNAM [-nvI] -b base -h host -p port -D bind -w pswd" .
"-P cert filter ...";
@ATTRIBUTES = ("uid");
#################################################################################
# Check arguments, and configure some parameters accordingly..
#
if (!getopts('nvIb:h:p:D:w:P:'))
{
print "usage: $APPNAM $USAGE\n";
exit;
}
%ld = Mozilla::LDAP::Utils::ldapArgs();
Mozilla::LDAP::Utils::userCredentials(\%ld) unless $opt_n;
#################################################################################
# Do the search, and process all the entries.
#
$conn = new Mozilla::LDAP::Conn(\%ld);
die "Could't connect to LDAP server $ld{host}" unless $conn;
$key = "Y" if $opt_I;
foreach $search (@ARGV)
{
$entry = $conn->search($ld{root}, $ld{scope}, $search, 0, @ATTRIBUTES);
$conn->printError() if $conn->getErrorCode();
while ($entry)
{
if (! $opt_I)
{
print "Delete $entry->{dn} [N]? ";
$key = Mozilla::LDAP::Utils::answer("N") unless $opt_I;
}
if ($key eq "Y")
{
if (! $opt_n)
{
$conn->delete($entry);
$conn->printError() if $conn->getErrorCode();
}
print "Deleted $entry->{dn}\n" if $opt_v;
}
$entry = $conn->nextEntry();
}
}
#################################################################################
# Close the connection.
#
$conn->close if $conn;

View File

@@ -1,81 +0,0 @@
#!/usr/bin/perl5
#############################################################################
# $Id: tabdump.pl,v 1.3 1998-08-13 09:11:10 leif Exp $
#
# The contents of this file are subject to the Mozilla Public License
# Version 1.0 (the "License"); you may not use this file except in
# compliance with the License. You may obtain a copy of the License at
# http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS"
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
# License for the specific language governing rights and limitations
# under the License.
#
# The Original Code is PerLDAP. The Initial Developer of the Original
# Code is Netscape Communications Corp. and Clayton Donley. Portions
# created by Netscape are Copyright (C) Netscape Communications
# Corp., portions created by Clayton Donley are Copyright (C) Clayton
# Donley. All Rights Reserved.
#
# Contributor(s):
#
# DESCRIPTION
# Generate a TAB separate "dump" of entries matching the search criteria,
# using the list of attributes specified.
#
#############################################################################
use Getopt::Std; # To parse command line arguments.
use Mozilla::LDAP::Conn; # Main "OO" layer for LDAP
use Mozilla::LDAP::Utils; # LULU, utilities.
#################################################################################
# Constants, shouldn't have to edit these...
#
$APPNAM = "tabdump";
$USAGE = "$APPNAM [-nv] -b base -h host -D bind -w pswd -P cert attr1,attr2,.. srch";
#################################################################################
# Check arguments, and configure some parameters accordingly..
#
if (!getopts('nvb:h:D:p:s:w:P:'))
{
print "usage: $APPNAM $USAGE\n";
exit;
}
%ld = Mozilla::LDAP::Utils::ldapArgs();
$attributes = $ARGV[$[];
$search = $ARGV[$[ + 1];
die "Need to specify a list of attributes and the search filter.\n"
unless ($attributes && $search);
#################################################################################
# Do the searches, and produce the output.
#
$conn = new Mozilla::LDAP::Conn(\%ld);
die "Could't connect to LDAP server $ld{host}" unless $conn;
@attr = split(/,/, $attributes);
$entry = $conn->search($ld{root}, $ld{scope}, $search, 0, @attr);
$conn->printError() if $conn->getErrorCode();
while ($entry)
{
foreach (@attr)
{
print $entry->{$_}[0], "\t";
}
print "\n";
$entry = $conn->nextEntry;
}
#################################################################################
# Close the connection.
#
$conn->close if $conn;

View File

@@ -1,162 +0,0 @@
#############################################################################
# $Id: oldtest.pl,v 1.2 1999-08-24 22:30:48 leif%netscape.com Exp $
#
# The contents of this file are subject to the Mozilla Public License
# Version 1.0 (the "License"); you may not use this file except in
# compliance with the License. You may obtain a copy of the License at
# http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS"
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
# License for the specific language governing rights and limitations
# under the License.
#
# The Original Code is PerLDAP. The Initial Developer of the Original
# Code is Netscape Communications Corp. and Clayton Donley. Portions
# created by Netscape are Copyright (C) Netscape Communications
# Corp., portions created by Clayton Donley are Copyright (C) Clayton
# Donley. All Rights Reserved.
#
# Contributor(s):
#
# DESCRIPTION
# Before `make install' is performed this script should be runnable with
# `make test'. After `make install' it should work as `perl test.pl'
#
#############################################################################
######################### We start with some black magic to print on failure.
# Change 1..1 below to 1..last_test_to_print .
# (It may become useful if the test is moved to ./t subdirectory.)
BEGIN { $| = 1; print "1..8\n"; }
END {print "modinit - not ok\n" unless $loaded;}
use Mozilla::LDAP::API qw(:constant :api :ssl);
$loaded = 1;
print "modinit - ok\n";
######################### End of black magic.
$attrs = [];
$ldap_host = $ENV{"LDAPHOST"};
$filter = $ENV{"TESTFILTER"};
$BASEDN = $ENV{"LDAPBASE"};
if (!$ldap_host)
{
print "\nEnter LDAP Server: ";
chomp($ldap_host = <>);
}
if (!$filter)
{
print "Enter Search Filter (ex. uid=abc123): ";
chomp($filter = <>);
}
if (!$BASEDN)
{
print "Enter LDAP Search Base (ex. o=Org, c=US): ";
chomp($BASEDN = <>);
}
print "\n";
##
## Initialize LDAP Connection
##
if (($ld = ldap_init($ldap_host,LDAP_PORT)) == -1)
{
print "open - not ok\n";
exit -1;
}
print "open - ok\n";
##
## Bind as DN, PASSWORD (NULL,NULL) on LDAP connection $ld
##
if (ldap_simple_bind_s($ld,"","") != LDAP_SUCCESS)
{
ldap_perror($ld,"bind_s");
print "bind - not ok\n";
exit -1;
}
print "bind - ok\n";
##
## ldap_search_s - Synchronous Search
##
if (ldap_search_s($ld,$BASEDN,LDAP_SCOPE_SUBTREE,$filter,$attrs,0,$result) != LDAP_SUCCESS)
{
ldap_perror($ld,"search_s");
print "search - not ok\n";
}
print "search - ok\n";
##
## ldap_count_entries - Count Matched Entries
##
if (($count = ldap_count_entries($ld,$result)) == -1)
{
ldap_perror($ld,"count_entry");
print "count - not ok\n";
}
print "count - ok - $count\n";
##
## first_entry - Get First Matched Entry
## next_entry - Get Next Matched Entry
##
for ($ent = ldap_first_entry($ld,$result); $ent; $ent = ldap_next_entry($ld,$ent))
{
##
## ldap_get_dn - Get DN for Matched Entries
##
if (($dn = ldap_get_dn($ld,$ent)) ne "")
{
print "getdn - ok - $dn\n";
} else {
ldap_perror($ld,"get_dn");
print "getdn - not ok\n";
}
for ($attr = ldap_first_attribute($ld,$ent,$ber); $attr; $attr = ldap_next_attribute($ld,$ent,$ber))
{
print "firstatt - ok - $attr\n";
##
## ldap_get_values
##
@vals = ldap_get_values($ld,$ent,$attr);
if ($#vals >= 0)
{
foreach $val (@vals)
{
print "getvals - ok - $val\n";
}
} else {
print "getvals - not ok\n";
}
}
}
##
## Unbind LDAP Connection
##
ldap_unbind($ld);

View File

@@ -1,14 +0,0 @@
1999-08-06 Leif Hedstrom <leif@netscape.com>
* conn.pl: Added support for browse() and compare().
1999-03-19 Leif Hedstrom <leif@netscape.com>
* conn.pl: Added test for add() with a hash array.
1999-01-05 Leif Hedstrom <leif@netscape.com>
* entry.pl: New script, to test all Entry:: methods.
* conn.pl: Added test for modifyRDN().

View File

@@ -1,4 +0,0 @@
print "This is not a real test, yet...\n";
print "1..1\n";
print "ok 1\n";

Binary file not shown.

View File

@@ -1,4 +0,0 @@
print "This is not a real test, yet...\n";
print "1..1\n";
print "ok 1\n";

View File

@@ -1,150 +0,0 @@
#!/usr/bin/perl5
#############################################################################
# $Id: entry.pl,v 1.2 1999-01-21 23:52:50 leif%netscape.com Exp $
#
# The contents of this file are subject to the Mozilla Public License
# Version 1.0 (the "License"); you may not use this file except in
# compliance with the License. You may obtain a copy of the License at
# http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS"
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
# License for the specific language governing rights and limitations
# under the License.
#
# The Original Code is PerLDAP. The Initial Developer of the Original
# Code is Netscape Communications Corp. and Clayton Donley. Portions
# created by Netscape are Copyright (C) Netscape Communications
# Corp., portions created by Clayton Donley are Copyright (C) Clayton
# Donley. All Rights Reserved.
#
# Contributor(s):
#
# DESCRIPTION
# Test most (all?) of the LDAP::Mozilla::Conn methods.
#
#############################################################################
use Getopt::Std; # To parse command line arguments.
use Mozilla::LDAP::Conn; # Main "OO" layer for LDAP
use Mozilla::LDAP::Utils; # LULU, utilities.
use Mozilla::LDAP::API;
use strict;
no strict "vars";
#################################################################################
# Configurations, modify these as needed.
#
$BIND = "uid=ldapadmin";
$BASE = "o=Netscape Communications Corp.,c=US";
$PEOPLE = "ou=people";
$GROUPS = "ou=groups";
$UID = "leif-test";
$CN = "test-group-1";
#################################################################################
# Constants, shouldn't have to edit these...
#
$APPNAM = "entry.pl";
$USAGE = "$APPNAM -b base -h host -D bind -w pswd -P cert";
#################################################################################
# Check arguments, and configure some parameters accordingly..
#
if (!getopts('b:h:D:p:s:w:P:'))
{
print "usage: $APPNAM $USAGE\n";
exit;
}
%ld = Mozilla::LDAP::Utils::ldapArgs($BIND, $BASE);
#################################################################################
# Get an LDAP connection
#
sub getConn
{
my $conn;
if ($main::reuseConn)
{
if (!defined($main::mainConn))
{
$main::mainConn = new Mozilla::LDAP::Conn(\%main::ld);
die "Could't connect to LDAP server $main::ld{host}"
unless $main::mainConn;
}
return $main::mainConn;
}
else
{
$conn = new Mozilla::LDAP::Conn(\%main::ld);
die "Could't connect to LDAP server $main::ld{host}" unless $conn;
}
return $conn;
}
#################################################################################
# Some small help functions...
#
sub dotPrint
{
my $str = shift;
print $str . '.' x (20 - length($str));
}
sub attributeEQ
{
my @a, @b;
my $i;
@a = @{$_[0]};
@b = @{$_[1]};
return 1 if (($#a < 0) && ($#b < 0));
return 0 unless ($#a == $#b);
@a = sort(@a);
@b = sort(@b);
for ($i = 0; $i <= $#a; $i++)
{
return 0 unless ($a[$i] eq $b[$i]);;
}
return 1; # We passed all the tests, we're ok.
}
#################################################################################
# Setup the test entries.
#
$filter = "(uid=$UID)";
$conn = getConn();
$nentry = $conn->newEntry();
$nentry->setDN("uid=$UID, $PEOPLE, $BASE");
$nentry->{objectclass} = [ "top", "person", "inetOrgPerson", "mailRecipient" ];
$nentry->addValue("uid", $UID);
$nentry->addValue("sn", "Hedstrom");
$nentry->addValue("givenName", "Leif");
$nentry->addValue("cn", "Leif Hedstrom");
$nentry->addValue("cn", "Leif P. Hedstrom");
$nentry->addValue("cn", "The Swede");
$nentry->addValue("description", "Test1");
$nentry->addValue("description", "Test2");
$nentry->addValue("description", "Test3");
$nentry->addValue("description", "Test4");
$nentry->addValue("description", "Test5");
$nentry->addValue("mail", "leif\@ogre.com");
$ent = $conn->search($ld{root}, $ld{scope}, $filter);
$conn->delete($ent->getDN()) if $ent;
$conn->add($nentry);
$conn->close();

View File

@@ -1,4 +0,0 @@
print "This is not a real test, yet...\n";
print "1..1\n";
print "ok 1\n";

View File

@@ -1,4 +0,0 @@
print "This is not a real test, yet...\n";
print "1..1\n";
print "ok 1\n";

View File

@@ -1,4 +0,0 @@
print "This is not a real test, yet...\n";
print "1..1\n";
print "ok 1\n";

View File

@@ -1,280 +0,0 @@
#!/usr/bin/perl -w
#############################################################################
# $Id: api.pl,v 1.7 1999-01-21 23:52:52 leif%netscape.com Exp $
#
# The contents of this file are subject to the Mozilla Public License
# Version 1.0 (the "License"); you may not use this file except in
# compliance with the License. You may obtain a copy of the License at
# http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS"
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
# License for the specific language governing rights and limitations
# under the License.
#
# The Original Code is PerLDAP. The Initial Developer of the Original
# Code is Netscape Communications Corp. and Clayton Donley. Portions
# created by Netscape are Copyright (C) Netscape Communications
# Corp., portions created by Clayton Donley are Copyright (C) Clayton
# Donley. All Rights Reserved.
#
# Contributor(s):
#
# DESCRIPTION
# api.pl - Test all LDAPv2 API function
# Author: Clayton Donley <donley@wwa.com>
#
# Performs all API calls directly in order to test for possible issues
# on a particular platform.
#
#############################################################################
use Mozilla::LDAP::API qw(:api :constant);
use strict;
my $BASE = "ou=Test,o=Test,c=US";
my $DN = "cn=Directory Manager";
my $PASS = "abcd1234";
my $HOST = "";
my $PORT = 389;
if (!$HOST)
{
print "Please edit the variables at the top of this file.\n";
exit -1;
}
print "\nPerLDAP API TestSuite\n";
print "\nNote: Failures in earlier tests will cause later tests to fail.\n";
print "\n";
my $howmany = 10;
# Initialize the Connection
{
my $ld = ldap_init($HOST,$PORT);
if ($ld <0)
{
print "init - Failed!\n";
die;
}
print "init - OK\n";
# Set an LDAP Session Option
if (ldap_set_option($ld,LDAP_OPT_PROTOCOL_VERSION,LDAP_VERSION3)
!= LDAP_SUCCESS)
{
print "set_option - Failed!\n";
} else {
print "set_option - OK\n";
}
# Get an LDAP Session Option
my $option;
ldap_get_option($ld,LDAP_OPT_REFERRALS,$option);
if ($option != 1)
{
print "get_option - Failed!\n";
} else {
print "get_option - OK\n";
}
# Anonymous Bind
if (ldap_simple_bind_s($ld,"","") != LDAP_SUCCESS)
{
print "anon_bind - Failed!\n";
} else {
print "anon_bind - OK\n";
}
# Authenticated Simple Bind
if (ldap_simple_bind_s($ld,$DN,$PASS) != LDAP_SUCCESS)
{
print "simple_bind - Failed!\n";
} else {
print "simple_bind - OK\n";
}
# Set Rebind Process
my $rebindproc = sub { return($DN,$PASS,LDAP_AUTH_SIMPLE); };
ldap_set_rebind_proc($ld,$rebindproc);
print "set_rebind - OK\n";
# Add an OrgUnit Entry
my $entry = {
"objectclass" => ["top","organizationalUnit"],
"ou" => "Test",
};
if (ldap_add_s($ld,$BASE,$entry) != LDAP_SUCCESS)
{
print "add_org - Failed!\n";
} else {
print "add_org - OK\n";
}
# Add People
foreach my $number (1..$howmany)
{
$entry = {
"objectclass" => ["top","person"],
"cn" => "Mozilla $number",
"sn" => ["$number"],
};
if (ldap_add_s($ld,"cn=Mozilla $number,$BASE",$entry)
!= LDAP_SUCCESS)
{
print "add_user_$number - Failed!\n";
} else {
print "add_user_$number - OK\n";
}
}
# Modify People
foreach my $number (1..$howmany)
{
$entry = {
"sn" => {"ab",["Test"]},
"telephoneNumber" => {"ab",[123.456]},
# "telephoneNumber" => "800-555-111$number",
};
if (ldap_modify_s($ld,"cn=Mozilla $number,$BASE",$entry)
!= LDAP_SUCCESS)
{
print "mod_user_$number - Failed!\n";
} else {
print "mod_user_$number - OK\n";
}
}
# Search People
my $filter = "(sn=Test)";
my $attrs = ["cn","sn"];
my $res;
if (ldap_search_s($ld,$BASE,LDAP_SCOPE_SUBTREE,$filter,$attrs,0,$res)
!= LDAP_SUCCESS)
{
print "search_user - Failed!\n";
} else {
print "search_user - OK\n";
}
# Count Results
if (ldap_count_entries($ld,$res) != $howmany)
{
print "count_res - Failed!\n";
} else {
print "count_res - OK\n";
}
# Sort Results
if (ldap_sort_entries($ld,$res,"sn") != LDAP_SUCCESS)
{
print "sort_ent - Failed!\n";
} else {
print "sort_ent - OK\n";
}
# Multisort Results
if (ldap_multisort_entries($ld,$res,["sn","telephoneNumber"]) != LDAP_SUCCESS)
{
print "multisort - Failed!\n";
} else {
print "multisort - OK\n";
}
# Get First Entry
my $ent = ldap_first_entry($ld,$res);
if (!$ent)
{
print "first_entry - Failed!\n";
} else {
print "first_entry - OK\n";
}
# Get Next Entry
$ent = ldap_next_entry($ld,$ent);
if (!$ent)
{
print "next_entry - Failed!\n";
} else {
print "next_entry - OK\n";
}
# Get DN
my $dn = ldap_get_dn($ld,$ent);
if (!$dn)
{
print "get_dn - Failed!\n";
} else {
print "get_dn - OK\n";
}
# Get First Attribute
my $ber;
my $attr = ldap_first_attribute($ld,$ent,$ber);
if (!$attr)
{
print "first_attr - Failed!\n";
} else {
print "first_attr - OK\n";
}
# Get Next Attribute
$attr = ldap_next_attribute($ld,$ent,$ber);
if (!$attr)
{
print "next_attr - Failed!\n";
} else {
print "next_attr - OK\n";
}
# Get Attribute Values
my @vals = ldap_get_values($ld,$ent,$attr);
if ($#vals < 0)
{
print "get_values - Failed!\n";
} else {
print "get_values - OK\n";
}
# Free structures pointed to by $ber and $res to prevent memory leak
ldap_ber_free($ber,1);
ldap_msgfree($res);
# Compare Attribute Values
foreach my $number (1..$howmany)
{
if(ldap_compare_s($ld,"cn=Mozilla $number,$BASE","sn",$number)
!= LDAP_COMPARE_TRUE)
{
print "comp_user_$number - Failed!\n";
} else {
print "comp_user_$number - OK\n";
}
}
# Delete Users
foreach my $number (1..$howmany)
{
if (ldap_delete_s($ld,"cn=Mozilla $number,$BASE") != LDAP_SUCCESS)
{
print "del_user_$number - Failed!\n";
} else {
print "del_user_$number - OK\n";
}
}
if (ldap_delete_s($ld,"$BASE") != LDAP_SUCCESS)
{
print "del_org - Failed!\n";
} else {
print "del_org - OK\n";
}
# Unbind
ldap_unbind($ld);
}

View File

@@ -1,131 +0,0 @@
#!/usr/bin/perl
#############################################################################
# $Id: search.pl,v 1.4 1998-08-13 04:40:01 clayton Exp $
#
# The contents of this file are subject to the Mozilla Public License
# Version 1.0 (the "License"); you may not use this file except in
# compliance with the License. You may obtain a copy of the License at
# http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS"
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
# License for the specific language governing rights and limitations
# under the License.
#
# The Original Code is PerlDAP. The Initial Developer of the Original
# Code is Netscape Communications Corp. and Clayton Donley. Portions
# created by Netscape are Copyright (C) Netscape Communications
# Corp., portions created by Clayton Donley are Copyright (C) Clayton
# Donley. All Rights Reserved.
#
# Contributor(s):
#
# DESCRIPTION
# Test the search capabilities of the API, similar to write.pl.
#
#############################################################################
use Mozilla::LDAP::API qw(:api :constant);
use strict;
my $ldap_host = "";
my $BASEDN = "o=Org,c=US";
my $filter = $ARGV[0];
if (!$ldap_host)
{
print "Edit the top portion of this file before continuing.\n";
exit -1;
}
my $attrs = [];
my ($ld,$result,$count);
##
## Initialize LDAP Connection
##
if (($ld = ldap_init($ldap_host,LDAP_PORT)) == -1)
{
die "Can not open LDAP connection to $ldap_host";
}
##
## Bind as DN, PASSWORD (NULL,NULL) on LDAP connection $ld
##
if (ldap_simple_bind_s($ld,"","") != LDAP_SUCCESS)
{
ldap_perror($ld,"bind_s");
die;
}
##
## ldap_search_s - Synchronous Search
##
if (ldap_search_s($ld,$BASEDN,LDAP_SCOPE_SUBTREE,$filter,$attrs,0,$result) != LDAP_SUCCESS)
{
ldap_perror($ld,"search_s");
die;
}
##
## ldap_count_entries - Count Matched Entries
##
if (($count = ldap_count_entries($ld,$result)) == -1)
{
ldap_perror($ld,"count_entry");
die;
}
##
## first_entry - Get First Matched Entry
## next_entry - Get Next Matched Entry
##
for (my $ent = ldap_first_entry($ld,$result); $ent; $ent = ldap_next_entry($ld,$ent))
{
##
## ldap_get_dn - Get DN for Matched Entries
##
my ($dn,$attr,@vals,$val,$ber);
if (($dn = ldap_get_dn($ld,$ent)) ne "")
{
print "dn: $dn\n";
} else {
ldap_perror($ld,"get_dn");
die;
}
for ($attr = ldap_first_attribute($ld,$ent,$ber); $attr; $attr = ldap_next_attribute($ld,$ent,$ber))
{
##
## ldap_get_values
##
@vals = ldap_get_values($ld,$ent,$attr);
if ($#vals >= 0)
{
foreach $val (@vals)
{
print "$attr: $val\n";
}
}
}
ldap_ber_free($ber,0);
}
ldap_msgfree($result);
##
## Unbind LDAP Connection
##
ldap_unbind($ld);

View File

@@ -1,110 +0,0 @@
#!/usr/bin/perl -w
#############################################################################
# $Id: write.pl,v 1.4 1998-08-13 04:40:02 clayton Exp $
#
# The contents of this file are subject to the Mozilla Public License
# Version 1.0 (the "License"); you may not use this file except in
# compliance with the License. You may obtain a copy of the License at
# http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS"
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
# License for the specific language governing rights and limitations
# under the License.
#
# The Original Code is PerlDAP. The Initial Developer of the Original
# Code is Netscape Communications Corp. and Clayton Donley. Portions
# created by Netscape are Copyright (C) Netscape Communications
# Corp., portions created by Clayton Donley are Copyright (C) Clayton
# Donley. All Rights Reserved.
#
# Contributor(s):
#
# DESCRIPTION
# write.pl - Test of LDAP Modify Operations in Perl5
# Author: Clayton Donley <donley@wwa.com>
#
# This utility is mostly to demonstrate all the write operations
# that can be done with LDAP through this PERL5 module.
#
#############################################################################
use strict;
use Mozilla::LDAP::API qw(:constant :api);
# This is the entry we will be adding. Do not use a pre-existing entry.
my $ENTRYDN = "cn=Test Guy, o=Org, c=US";
# This is the DN and password for an Administrator
my $ROOTDN = "cn=DSManager,o=Org,c=US";
my $ROOTPW = "";
my $ldap_server = "";
if (!$ldap_server)
{
print "Edit the top portion of this file before continuing.\n";
exit -1;
}
my $ld = ldap_init($ldap_server,LDAP_PORT);
if ($ld == -1)
{
die "Connection to LDAP Server Failed";
}
if (ldap_simple_bind_s($ld,$ROOTDN,$ROOTPW) != LDAP_SUCCESS)
{
ldap_perror($ld,"bind_s");
die;
}
my %testwrite = (
"cn" => "Test User",
"sn" => "User",
"givenName" => "Test",
"telephoneNumber" => "8475551212",
"objectClass" => ["top","person","organizationalPerson",
"inetOrgPerson"],
"mail" => "tuser\@my.org",
);
if (ldap_add_s($ld,$ENTRYDN,\%testwrite) != LDAP_SUCCESS)
{
ldap_perror($ld,"add_s");
die;
}
print "Entry Added.\n";
%testwrite = (
"telephoneNumber" => "7085551212",
"mail" => {"a",["Test_User\@my.org"]},
);
if (ldap_modify_s($ld,$ENTRYDN,\%testwrite) != LDAP_SUCCESS)
{
ldap_perror($ld,"modify_s");
die;
}
print "Entry Modified.\n";
#
# Delete the entry for $ENTRYDN
#
if (ldap_delete_s($ld,$ENTRYDN) != LDAP_SUCCESS)
{
ldap_perror($ld,"delete_s");
die;
}
print "Entry Deleted.\n";
# Unbind to LDAP server
ldap_unbind($ld);
exit;

View File

@@ -1,70 +0,0 @@
#############################################################################
# $Id: typemap,v 1.4 1998-08-13 09:15:00 leif Exp $
#
# The contents of this file are subject to the Mozilla Public License
# Version 1.0 (the "License"); you may not use this file except in
# compliance with the License. You may obtain a copy of the License at
# http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS"
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
# License for the specific language governing rights and limitations
# under the License.
#
# The Original Code is PerLDAP. The Initial Developer of the Original
# Code is Netscape Communications Corp. and Clayton Donley. Portions
# created by Netscape are Copyright (C) Netscape Communications
# Corp., portions created by Clayton Donley are Copyright (C) Clayton
# Donley. All Rights Reserved.
#
# Contributor(s):
#
# DESCRIPTION
# Typemap to declare XSUB data types.
#
#############################################################################
const int T_IV
char * T_PV
const char * T_PV
char ** T_charptrptr
LDAP * T_PTR
LDAPMessage * T_PTR
LDAPMessage ** T_PTR
BerElement * T_PTR
LDAPControl * T_PTR
LDAPVersion * T_PTR
struct berval T_berval
struct berval ** T_bervalptrptr
FriendlyMap * T_PTR
LDAPsortkey ** T_PTR
LDAPVirtualList * T_PTR
LDAPURLDesc * T_PTR
LDAPControl ** T_PTR
LDAPFiltDesc * T_PTR
LDAPFiltInfo * T_PTR
LDAPMemCache * T_PTR
LDAPMemCache ** T_PTR
struct ldap_thread_fns * T_PTR
LDAPMod ** T_PTR
LDAP_CMP_CALLBACK * T_PTR
LDAP_REBINDPROC_CALLBACK * T_PTR
struct timeval T_timeval
#########
INPUT
T_timeval
$var.tv_sec = atof((char *)SvPV($arg,na));
$var.tv_usec = 0
T_berval
$var.bv_val = (char *)SvPV($arg,na);
$var.bv_len = na
T_charptrptr
$var = (char **)avref2charptrptr($arg)
T_bervalptrptr
$var = (struct berval **)avref2berptrptr($arg)
OUTPUT
T_charptrptr
$arg = charptrptr2avref($var);
T_bervalptrptr
$arg = berptrptr2avref((struct berval **)$var);

View File

@@ -0,0 +1,105 @@
/*
The contents of this file are subject to the Mozilla Public
License Version 1.1 (the "License"); you may not use this file
except in compliance with the License. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
Software distributed under the License is distributed on an "AS
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
implied. See the License for the specific language governing
rights and limitations under the License.
The Original Code is mozilla.org code.
The Initial Developer of the Original Code is Sun Microsystems,
Inc. Portions created by Sun are
Copyright (C) 1999 Sun Microsystems, Inc. All
Rights Reserved.
Contributor(s):
*/
#ifndef __JavaDOMGlobals_h__
#define __JavaDOMGlobals_h__
#include "jni.h"
#include "prclist.h"
#include "nsError.h"
#ifdef ERROR
#undef ERROR
#endif
class nsISupports;
class nsIDOMNode;
struct PRLogModuleInfo;
struct PRLock;
class JavaDOMGlobals {
public:
static jclass attrClass;
static jclass cDataSectionClass;
static jclass commentClass;
static jclass documentClass;
static jclass documentFragmentClass;
static jclass documentTypeClass;
static jclass domImplementationClass;
static jclass elementClass;
static jclass entityClass;
static jclass entityReferenceClass;
static jclass namedNodeMapClass;
static jclass nodeClass;
static jclass nodeListClass;
static jclass notationClass;
static jclass processingInstructionClass;
static jclass textClass;
static jfieldID nodePtrFID;
static jfieldID nodeListPtrFID;
static jfieldID domImplementationPtrFID;
static jfieldID nodeTypeAttributeFID;
static jfieldID nodeTypeCDataSectionFID;
static jfieldID nodeTypeCommentFID;
static jfieldID nodeTypeDocumentFragmentFID;
static jfieldID nodeTypeDocumentFID;
static jfieldID nodeTypeDocumentTypeFID;
static jfieldID nodeTypeElementFID;
static jfieldID nodeTypeEntityFID;
static jfieldID nodeTypeEntityReferenceFID;
static jfieldID nodeTypeNotationFID;
static jfieldID nodeTypeProcessingInstructionFID;
static jfieldID nodeTypeTextFID;
static jclass domExceptionClass;
static jmethodID domExceptionInitMID;
static jclass runtimeExceptionClass;
static jmethodID runtimeExceptionInitMID;
static const char* const DOM_EXCEPTION_MESSAGE[];
typedef enum ExceptionType { EXCEPTION_RUNTIME,
EXCEPTION_DOM } ExceptionType;
static PRLogModuleInfo* log;
static PRCList garbage;
static PRLock* garbageLock;
static PRInt32 javaMaxInt;
static void Initialize(JNIEnv *env);
static void Destroy(JNIEnv *env);
static jobject CreateNodeSubtype(JNIEnv *env,
nsIDOMNode *node);
static void AddToGarbage(nsISupports* domObject);
static void TakeOutGarbage();
static void ThrowException(JNIEnv *env,
const char * message = NULL,
nsresult rv = NS_OK,
ExceptionType exceptionType = EXCEPTION_RUNTIME);
};
#endif /* __JavaDOMGlobals_h__ */