Commit Graph

5685 Commits

Author SHA1 Message Date
pnunn%netscape.com
d929a63e36 Removed extraneous include file. Tom Lane, committed by pnunn. 1998-08-11 20:45:59 +00:00
pnunn%netscape.com
647bb6a7e0 remove dependencies on jpeg files. Tom Lane, committed by pnunn. 1998-08-11 20:45:18 +00:00
dcone%netscape.com
fc9395e64d mac initialzation is now working 1998-08-11 20:26:01 +00:00
dcone%netscape.com
38c6e8d799 implemented some messaging 1998-08-11 20:25:31 +00:00
dcone%netscape.com
35c2ee0cff started messaging 1998-08-11 20:25:18 +00:00
dcone%netscape.com
91b3551004 updated message pump 1998-08-11 20:17:06 +00:00
dcone%netscape.com
19a57e8289 update to use a mac Widgettest.cpp 1998-08-11 20:16:08 +00:00
dcone%netscape.com
5f93da21af First Checked In. 1998-08-11 20:15:33 +00:00
pinkerton%netscape.com
c249fbeca4 Support for pop-down tree views. 1998-08-11 19:20:01 +00:00
pinkerton%netscape.com
3bc20e854f Don't draw over popdown tree if showing. 1998-08-11 19:19:35 +00:00
pinkerton%netscape.com
a70aff6fbb Overrides for the popdown flex table to close at the right times, etc. 1998-08-11 19:19:18 +00:00
pinkerton%netscape.com
87fed0868e Build a window from an HT_Resource or RDF_Resource. 1998-08-11 19:18:57 +00:00
pinkerton%netscape.com
52170e9b64 Hacks for showing a container docked, popup, or standalone, with a hack for drag and drop. 1998-08-11 19:17:36 +00:00
pinkerton%netscape.com
9260381052 Better support for opening a tree popup, docked, or standalone. 1998-08-11 19:17:19 +00:00
pinkerton%netscape.com
ccdedc93d0 Register popdown tree classes. 1998-08-11 19:16:37 +00:00
pinkerton%netscape.com
49d487386c API to Create panes from RDF_Resources as well. 1998-08-11 19:15:59 +00:00
pinkerton%netscape.com
956db7dc06 Fix redraw problem on refresh with inline editing. 1998-08-11 19:15:28 +00:00
pinkerton%netscape.com
e11c092cc3 Don't draw over the popdown tree if one is showing. 1998-08-11 19:15:05 +00:00
pinkerton%netscape.com
b4f3828239 Popdown tree. 1998-08-11 19:14:40 +00:00
pinkerton%netscape.com
7975138305 Support command to popup standalone on any HT_Resource and make Bookmarks/History to do the same. 1998-08-11 19:14:28 +00:00
morse%netscape.com
9f246dc1c9 changes for cookie and single signon viewers, reviewed and approved by relliott 1998-08-11 19:12:45 +00:00
kin%netscape.com
4b4289be38 Modified lo_BeginTextareaTag() to call XP_STRCASECMP() when looking for
"HTMLAREA". Approved by nisheeth and toshok.
1998-08-11 19:10:47 +00:00
valeski%netscape.com
be5d366318 added the transfer_encoding reset code to all builds (no longer #ifdef'd) and placed it everywhere we were doing content_encoding clearing. Also did some reformatting. Ran the transfer_encoding stuff by gagan. 1998-08-11 19:07:55 +00:00
karnaze%netscape.com
4d747b5c56 put back previous sizing of text fields due to changes in fixed width font 1998-08-11 19:07:25 +00:00
karnaze%netscape.com
6695e6c177 removed nsIWebFrame 1998-08-11 18:52:35 +00:00
buster%netscape.com
fad1e52668 first cut at implementing %-width columns inside of auto-width tables.
This is about 50% done, which covers about 90% of the cases.
1998-08-11 18:42:10 +00:00
donm%netscape.com
609f8c5d48 adding MOZ_SINGLESIGNON and MOZ_COOKIEMANAGE to MOZ_MEDIUM define. 1998-08-11 18:41:01 +00:00
kipp%netscape.com
432127395e Work around frame-appended reflows that don't grow the child of the body 1998-08-11 17:38:46 +00:00
karnaze%netscape.com
1c9c06291f added missing NS_RELEASE statements 1998-08-11 16:52:05 +00:00
kipp%netscape.com
1a2351620b Elminated top/bottom margins around center tags 1998-08-11 15:32:12 +00:00
ramiro%netscape.com
53d82b0839 Move the tree widgetry from XFE_RDFView to XFE_RDFTreeView. 1998-08-11 11:51:25 +00:00
ramiro%netscape.com
c6716d0131 Make the stand alone state of XFE_RDFView a member that can be toggled.
Fix a bunch of warnings.
Make the notif_cb a static member of XFE_NavCenterView as it should be.
1998-08-11 09:10:23 +00:00
valeski%netscape.com
c24fb74738 nglayout - clear the transfer encoding field in the url_s before doing a redirect so it doesn't interfer with the redirecting url stream selection 1998-08-11 05:19:03 +00:00
valeski%netscape.com
0f09a8eff7 another memory leak and formatting changes 1998-08-11 04:52:12 +00:00
troy%netscape.com
9359a28c94 Fixed a memory leak. In some error cases we weren't calling NR_RegClose() 1998-08-11 04:06:28 +00:00
nisheeth%netscape.com
6da5d98aec Fixes bug 311240. We were crashing in layout when a new bookmark was added.
The real problem here is that RDF is overloading the HTML stream converter to 
get at the META tags.  I have a hacky fix to layout that checks for the special 
RDF slave context type and does not layout any tag other than META and HEAD.
This will get backed out as soon as we come up with a better solution...
1998-08-11 04:03:10 +00:00
danm%netscape.com
37e4f4d8e4 moved privacy prefs to their own (private) pane 1998-08-11 03:40:14 +00:00
valeski%netscape.com
a6a2ce3e93 someone forgot to add parenthesis which could cause memory leaks on redirects. Not anymore! Parenthesis added. 1998-08-11 02:59:31 +00:00
spider%netscape.com
afbbdb8eda Add support for DEBUG with USERNAME 1998-08-11 00:30:09 +00:00
wtc%netscape.com
a0d548ef66 Deleted obsolete code for OSF1V4. 1998-08-11 00:23:59 +00:00
wtc%netscape.com
2c9b0d8cc8 Enable pthreads-based build. The key is to ifdef all the code related
to the "Xt hack" with SW_THREADS.  I believe the Xt hack is only needed
by user-level threads (i.e., SW_THREADS).
1998-08-11 00:19:29 +00:00
kipp%netscape.com
bcf5a7235b Make sure text at the end of the document is reflowed properly 1998-08-11 00:19:11 +00:00
wtc%netscape.com
3b89e1bda3 Miscellaneous fixes: Removed redundant occurences of libcaps.a and
libxpcom.a in BASIC_LIBS.  They only need to appear in BASIC_LIBS_2.
Put $(NSPR_LIB) in front of $(OTHER_LIBS) and $(OTHER_DYN_MOTIF_LIBS).
Enable pthreads-based build for Linux.  Define DYNAMIC_SYMBOLS_F to
be null on OSF1.
1998-08-11 00:18:07 +00:00
wtc%netscape.com
dc2cd39331 Do not declare variables in a 'for' statement because the scope
of such variables is compiler-dependent.  (approved by kipp@netscape.com)
1998-08-11 00:10:36 +00:00
wtc%netscape.com
ea6aa09a4e Shared libraries on FreeBSD must have version numbers in their names.
So set DLL_SUFFIX to so.1.0.  Thanks to Bret Ford <bford@uop.cs.uop.edu>
for reporting the problem and Thomas Mueller <tmueller@privat.prodata.de>
for verifying the fix.
1998-08-10 23:42:03 +00:00
wtc%netscape.com
bbee84c164 The local threads don't work on RedHat 5.1 Sparc Linux (with glibc2).
I suspect it's because glibc2's setjmp/longjmp (Sparc version) does
not allow us to modify the jmp_buf.  So I added some comments and
a #error directive to force the build to fail.
1998-08-10 23:38:38 +00:00
wtc%netscape.com
f7277b4d8c Enable pthreads-based Mozilla build. TO do a pthreads-based build,
set the environment variable USE_PTHREADS to 1.
Files changed: mozilla/config/OSF1.mk, mozilla/nsprpub/config/OSF1.mk.
1998-08-10 23:37:06 +00:00
ftang%netscape.com
f17302162a Add cp1252 conversion tolower table and make winfe to use it.
Thanks for from the net  Antoine.Leca@renault.fr (Antoine Leca)
1998-08-10 23:29:27 +00:00
peterl%netscape.com
029df1b9da made check font existence ignore non-truetype fonts 1998-08-10 23:29:21 +00:00
kmcclusk%netscape.com
c1bf1a337d Added back commented out destruction of XImages and buffers 1998-08-10 23:27:32 +00:00