cmanske
ff716d1635
Fixed Composer SF1 bugs 92797 and 138116. Reviewed by mjudge.
1998-06-16 01:34:48 +00:00
jwz
3928a2de08
yuck. you can't use ".." in otherwise-fully-qualified URLs, so I had
...
to add another template variable, $dotdoturl, that is just like $baseurl
but points to one directory higher. Sucks!
1998-06-16 01:18:34 +00:00
jevering
d1cd2a2cb9
Hooked up the <BLINK> tag in the parser.
1998-06-16 01:15:56 +00:00
jwz
0095f437d4
patches from dawn to sync with latest official lxr
1998-06-16 00:57:48 +00:00
jevering
4cf367dd1b
Fixed many a parser memory leaks.
...
Attribute tokens where being leaked. Fixed by making CToken destructor virtual.
The DTDs were not being properly deleted. Added a member to nsITokenizerDelegate to Destroy()
Fixed a few spots here and there where tokens were getting allocated, but not deleted when a
kError is passed back invalid.
1998-06-16 00:57:45 +00:00
spider
9635153ef3
Fixes to get viewer to render on Unix
1998-06-16 00:57:33 +00:00
jwz
0f0bbe0a61
added a number of new template files:
...
instead of just "htmlhead" and "htmltail" there are now:
"sourcehead" and "sourcetail"
"sourcedirhead" and "sourcedirtail"
"findhead" and "findtail"
"identhead" and "identtail"
"searchhead" and "searchtail"
so that each CGI can have its own custom headers and footers.
If (for example) identhead isn't configured in lxr.conf, then
htmlhead will be used instead.
"sourcedir*" is used in preference to "source*" when the output
of the "source" script is a CGI. If sourcedir* aren't configured,
then it falls back to "source*" (and from there to "html*")
1998-06-16 00:51:27 +00:00
atotic
94b941ae70
Removed class ifstream declaration.
1998-06-16 00:49:39 +00:00
rods
745cf2dbb9
removed some debug statement
1998-06-16 00:28:34 +00:00
rods
e17242fed5
remove GetBasURL call
1998-06-16 00:26:50 +00:00
rods
956b64b46d
change callback for open in menu
1998-06-16 00:26:09 +00:00
kmcclusk
10f61aa9a3
Added Motif viewer to the build
1998-06-16 00:23:35 +00:00
rods
949b959091
fixed UNIX resource protocol
1998-06-16 00:04:43 +00:00
jevering
d417bdc739
Added prstrm.cpp to cpp file list.
1998-06-16 00:02:03 +00:00
kmcclusk
5e0e4dacd0
Added resource protocol support under unix.
1998-06-15 23:42:16 +00:00
kmcclusk
e6304cb6b8
Added makefile directive to copy ua.css to $(DIST)/bin/res
1998-06-15 23:07:41 +00:00
kmcclusk
b69cf44ee1
Removed reference to method no longer in the class
1998-06-15 22:42:25 +00:00
rods
adc249a88c
removed NoNotify
1998-06-15 22:35:31 +00:00
jwz
52a7e5acb5
If a file is less than 1k, print its size in bytes.
1998-06-15 22:18:06 +00:00
atotic
d7ff539600
First Checked In.
1998-06-15 22:13:46 +00:00
rods
6f55477ed0
removed radiogroup functionality
1998-06-15 22:05:24 +00:00
rods
10ec006b41
removed RadioGroup methods
1998-06-15 22:02:13 +00:00
atotic
59785b0ef4
Make it build in the brave new world
1998-06-15 21:54:52 +00:00
jwz
a2f3e4db1c
Print the date flush-right; leave about one space between columns.
1998-06-15 21:52:14 +00:00
jwz
d0788aacc3
Print the date like ls does: "Mmm dd hh:mm" if it is newer than six months,
...
else "Mmm dd yyyy" if it is older.
Use the internal-gopher-* images instead of the GIFs in /icons/.
Print a "-" for the size of directories.
1998-06-15 21:51:41 +00:00
cmanske
fdacde33b7
Finished fix for SF1 bug 123355 - force JavaScript on for Composer Plugins. Reviewed by mjudge.
1998-06-15 21:44:23 +00:00
atotic
fafe802851
First Checked In.
1998-06-15 21:07:17 +00:00
vidur
816b9443ec
First pass at makefile for generation of xpcom headers and JavaScript stub classes
1998-06-15 20:57:23 +00:00
kipp
0030a5b770
Revised keyword tables
1998-06-15 20:40:27 +00:00
kipp
33f44a011f
Added in steve's new keywords
1998-06-15 20:40:07 +00:00
vidur
95ca0b24aa
Added error handling to InitClass
1998-06-15 20:35:45 +00:00
atotic
8ce0d73fa2
First Checked In.
1998-06-15 20:27:14 +00:00
kipp
ab9a56f468
Added opacity
1998-06-15 20:25:28 +00:00
rods
13cf0af689
set internal full path/file correctly, and uses it's own event loop with a kludge from nsAppShell
1998-06-15 20:25:24 +00:00
rods
f20a532504
no longer derived nsWindow, it is truely a delegated helper
1998-06-15 20:24:17 +00:00
rods
62d048b153
changed QueryInterface to QueryObject, it now derived from nsWindow and hasa nsTextHelper
1998-06-15 20:23:40 +00:00
rods
8c65a01a05
added kludge for nsFileWidget
1998-06-15 20:22:43 +00:00
kipp
52fbaac3bb
Makefile tweaked to not build nsHTMLTags.cpp
1998-06-15 20:21:08 +00:00
atotic
27f4451563
First Checked In.
1998-06-15 20:15:59 +00:00
troy
524edb1fcb
Changed to set the polygon fill mode in CommonInit() instead of when drawing
...
polygons
1998-06-15 18:50:08 +00:00
jwz
adbc2965ad
I'm a chimp; I didn't test the last change, and left out the blank line after
...
the headers.
1998-06-15 17:15:35 +00:00
rods
f0b5d6217a
more fixes for irix
1998-06-15 17:08:33 +00:00
kmcclusk
9cbfeba196
Added support for XPCOM Aggregation in the Motif Widget library
1998-06-15 16:50:53 +00:00
rods
e543bb8ed9
fixing irix build
1998-06-15 16:34:18 +00:00
rods
6aea94df78
added additional FileWidget support
1998-06-15 16:29:00 +00:00
rods
308eb603eb
added sow/hise and resize
1998-06-15 16:28:42 +00:00
rods
646ec3b9d3
fixed up resize events
1998-06-15 15:36:28 +00:00
rods
568922e8ab
added File Widget
1998-06-15 15:36:09 +00:00
rods
1d8c05e4e2
added nsFIleWidget.cpp
1998-06-15 15:35:56 +00:00
rods
d0cc7dbc31
initial working version
1998-06-15 15:35:35 +00:00