Commit Graph

5672 Commits

Author SHA1 Message Date
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
peterl%netscape.com
bc1110caa7 connected LINKed style sheets 1998-08-10 23:02:39 +00:00
robinf%netscape.com
660336fb03 minor text updates to reflect latest UI 1998-08-10 22:57:36 +00:00
blythe%netscape.com
1e448b7134 Fix bugzilla bug #120 1998-08-10 22:45:14 +00:00
kmcclusk%netscape.com
433efd9101 Removed debug printf's #if 0 code + moved resize code
from nsXtEventHandler.cpp nsWindow.cpp.
1998-08-10 22:37:46 +00:00
troy%netscape.com
fc10b78dd4 Added a NS_RELEASE of the URL reader in OnStartBinding() 1998-08-10 22:21:18 +00:00
kmcclusk%netscape.com
c35e955938 Removed commented out code and debug printf's. 1998-08-10 22:18:28 +00:00
wtc%netscape.com
cceb53c3d2 Enable pthreads-based build. The macro SW_THREADS is defined only
if USE_PTHREADS is not defined.  If USE_PTHREADS is defined, add
-lpthread to OS_LIBS.
1998-08-10 22:05:33 +00:00
thom%netscape.com
dd6aa356f6 added 'extern "C"' to declaration of NS_NewHTMLLoggingSink to fix mac link error... 1998-08-10 21:56:32 +00:00
clayton
9ff3585a96 Added a first draft of POD documentation for the API commands. I wrote a
script to generate most of it and am going back to fix the pieces that
couldn't be automatically generated.  I've gotten through ldap_compare
so far and will be done with all API docs by Tuesday night.
1998-08-10 21:56:09 +00:00
peterl%netscape.com
3276d26bc6 connect marginwidth & marginheight in body tag 1998-08-10 21:50:32 +00:00
kipp%netscape.com
4d2fa4f8e1 Disabled old entity routines 1998-08-10 21:38:10 +00:00
kipp%netscape.com
b499123e7f Used generated entities file to translate entities 1998-08-10 21:37:55 +00:00
kipp%netscape.com
3b8efd0c81 Build generate entities file 1998-08-10 21:37:36 +00:00