Commit Graph

2902 Commits

Author SHA1 Message Date
nisheeth
91b5a97ca7 Fix for bug#124552. No code review needed coz fix is smaller than 5 lines.
Now text layout looks at both the state structure and the current text block
for propagating anchor information when a new text layout element is created.
1998-06-16 03:05:10 +00:00
spider
1bee8207c3 Fix some Unichar HTML Rendering 1998-06-16 02:21:46 +00:00
jwz
fd5b2bc1f0 template-source-tail was identical to template-tail; nuked it. 1998-06-16 02:15:51 +00:00
jwz
2606c95348 made the "changes" links show only the HEAD revisions.
added a "full change log" link.
1998-06-16 02:15:26 +00:00
jwz
3335a5c2d2 made the "changes" links show only the HEAD revisions. 1998-06-16 02:15:13 +00:00
cmanske
832c5d21d4 Fixed Composer SF1 bugs 92797 and 138116. Reviewed by mjudge. 1998-06-16 01:34:48 +00:00
jwz
54f1974d08 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
534a4603e7 Hooked up the <BLINK> tag in the parser. 1998-06-16 01:15:56 +00:00
jwz
f4dbb69b71 patches from dawn to sync with latest official lxr 1998-06-16 00:57:48 +00:00
jevering
c5c3a21258 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
f16568df10 Fixes to get viewer to render on Unix 1998-06-16 00:57:33 +00:00
jwz
29748e5b2f 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
5d77951415 Removed class ifstream declaration. 1998-06-16 00:49:39 +00:00
rods
f25268f51b removed some debug statement 1998-06-16 00:28:34 +00:00
rods
187b55b1d4 remove GetBasURL call 1998-06-16 00:26:50 +00:00
rods
af912c3021 change callback for open in menu 1998-06-16 00:26:09 +00:00
kmcclusk
9db48f8a75 Added Motif viewer to the build 1998-06-16 00:23:35 +00:00
rods
b7c8bee768 fixed UNIX resource protocol 1998-06-16 00:04:43 +00:00
jevering
2bbfb8cd11 Added prstrm.cpp to cpp file list. 1998-06-16 00:02:03 +00:00
kmcclusk
00e683c2bc Added resource protocol support under unix. 1998-06-15 23:42:16 +00:00
kmcclusk
1b812ba2a7 Added makefile directive to copy ua.css to $(DIST)/bin/res 1998-06-15 23:07:41 +00:00
kmcclusk
5a634a5cef Removed reference to method no longer in the class 1998-06-15 22:42:25 +00:00
rods
74c26bb60a removed NoNotify 1998-06-15 22:35:31 +00:00
jwz
800884f8d3 If a file is less than 1k, print its size in bytes. 1998-06-15 22:18:06 +00:00
atotic
5b6d6015b1 First Checked In. 1998-06-15 22:13:46 +00:00
rods
27228ea6e3 removed radiogroup functionality 1998-06-15 22:05:24 +00:00
rods
510233d59a removed RadioGroup methods 1998-06-15 22:02:13 +00:00
atotic
00253dca7c Make it build in the brave new world 1998-06-15 21:54:52 +00:00
jwz
538c1fcd04 Print the date flush-right; leave about one space between columns. 1998-06-15 21:52:14 +00:00
jwz
08ea4455e3 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
e020843b76 Finished fix for SF1 bug 123355 - force JavaScript on for Composer Plugins. Reviewed by mjudge. 1998-06-15 21:44:23 +00:00
atotic
0eda11f559 First Checked In. 1998-06-15 21:07:17 +00:00
vidur
47b9986973 First pass at makefile for generation of xpcom headers and JavaScript stub classes 1998-06-15 20:57:23 +00:00
kipp
7af507cf8e Revised keyword tables 1998-06-15 20:40:27 +00:00
kipp
8305544074 Added in steve's new keywords 1998-06-15 20:40:07 +00:00
vidur
23ede23469 Added error handling to InitClass 1998-06-15 20:35:45 +00:00
atotic
1eda9db08a First Checked In. 1998-06-15 20:27:14 +00:00
kipp
56ee9bbd02 Added opacity 1998-06-15 20:25:28 +00:00
rods
bac6d6afa8 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
e391c9d627 no longer derived nsWindow, it is truely a delegated helper 1998-06-15 20:24:17 +00:00
rods
d560fe75b0 changed QueryInterface to QueryObject, it now derived from nsWindow and hasa nsTextHelper 1998-06-15 20:23:40 +00:00
rods
b317ab6dbe added kludge for nsFileWidget 1998-06-15 20:22:43 +00:00
kipp
a4d3f27e3b Makefile tweaked to not build nsHTMLTags.cpp 1998-06-15 20:21:08 +00:00
atotic
d66233474f First Checked In. 1998-06-15 20:15:59 +00:00
troy
eec17e5d28 Changed to set the polygon fill mode in CommonInit() instead of when drawing
polygons
1998-06-15 18:50:08 +00:00
jwz
6c9f8e579a 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
4876f3d0f6 more fixes for irix 1998-06-15 17:08:33 +00:00
kmcclusk
6f791dd1fa Added support for XPCOM Aggregation in the Motif Widget library 1998-06-15 16:50:53 +00:00
rods
76c19e55d0 fixing irix build 1998-06-15 16:34:18 +00:00
rods
0a294a2588 added additional FileWidget support 1998-06-15 16:29:00 +00:00