Commit Graph

2970 Commits

Author SHA1 Message Date
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
rods
2a348d6c32 added sow/hise and resize 1998-06-15 16:28:42 +00:00
rods
06bd969d3d fixed up resize events 1998-06-15 15:36:28 +00:00
rods
650753735a added File Widget 1998-06-15 15:36:09 +00:00
rods
8a80948a85 added nsFIleWidget.cpp 1998-06-15 15:35:56 +00:00
rods
08282b1957 initial working version 1998-06-15 15:35:35 +00:00
jwz
62b8204d80 don't send last-modified headers with a static date... 1998-06-15 05:08:14 +00:00
troy
8dbcb4c135 Changed some GetStyleContext/GetStyleData calls to use nsIFrame::GetStyleData
instead. This saves the AddRef/Release overhead
1998-06-14 05:23:59 +00:00
troy
7bbe992c0b Changed some GetStyleContext/GetStyleData pairs to use nsIFrame::GetStyleData
instead
1998-06-14 05:14:17 +00:00
troy
8bfcb70b73 Changed some pairs of GetStyleContext/GetStyleData calls to a single call
to nsIFrame::GetStyleData
1998-06-14 05:00:38 +00:00
troy
1afc3a4b00 Changed a GetStyleContext/GetStyleData pair to use the nsIFrame::GetStyleData
member function instead. This saves a pair of AddRef/Release calls
1998-06-14 04:40:52 +00:00
troy
0257810c1e Changed PaintChildren() to only paint those children that intersect
the dirty rect
1998-06-14 00:45:21 +00:00
mcafee
4e70ab9ac1 Get SparcLinux to link properly. This doesn't affect any other builds. 1998-06-13 22:40:18 +00:00
jwz
617fc42dfb Wow, how lame. The only way I could get the table columns to line up was
to increase the field size from 6 to 8!  That's robust...  It seems that
</FORM> inserts a paragraph break even when it comes just before </TD>,
so the "use this field" text must be inside the </FORM> in order to be
snugly against the text field.  But, if "Text Search" isn't in the same
<TR> as the text field, they won't line up properly vertically.  So
I can't figure out how to combine all of the <FORM>s into one table to
make the columns all line up without introducing lots of vertical space.
1998-06-13 18:47:35 +00:00
jwz
21ebac08bd I hadn't realized that "ident" did case-sensitive exact matches instead of
regexp searches.  Updated the instructions to reflect this.
1998-06-13 18:26:54 +00:00
jevering
012763518e Fixed a few memory leaks. 1998-06-13 02:20:04 +00:00
jwz
751a2ca385 "text" is more meaningful than "glimpse" 1998-06-13 01:38:31 +00:00
jwz
458727e7a4 thank the authors, too 1998-06-13 01:25:58 +00:00
jwz
ee53495e02 apparently glimpseindex wants to run "whereis", so I added /usr/ucb to $PATH 1998-06-13 01:15:11 +00:00
jwz
71ed1a5d83 *** empty log message *** 1998-06-13 01:12:23 +00:00
jwz
0dc52cc827 reformatted 1998-06-13 01:11:09 +00:00
mccabe
c5c964116c Undid the ECMA fix that disallowed '08' and '09' numeric literals. According to the ECMA lexical grammar, these literals should be scanned as two consecutive NUMBER tokens ('0' and '9') - which is always a syntax error under the grammar. Unfortunately, the javascript engine has supported these literals (with mathematical values 8 and 9) in the past, and they're likely to crop up in date code... so we probably need to remove this fix. This leaves us a superset of ECMA - by accepting these literals, we accept scripts that are not valid ECMA scripts. 1998-06-13 01:10:30 +00:00
jwz
274c4ea37a *** empty log message *** 1998-06-13 00:45:02 +00:00
jwz
ea1e30c8b1 print date to log; know where cvs is 1998-06-13 00:43:15 +00:00
beard
99fc4ee758 Revised target names to be more consistent with new build system (.o no .shlb for static libraries). 1998-06-12 23:13:40 +00:00
nisheeth
cabfc296fe Fix for bug#112027. Reviewed by Dan. The crash was occuring for the case
when the MULTICOL tag had no content.  Fixed lo_rl_FitMultiColumn()
to handle that case.
1998-06-12 22:35:50 +00:00
vidur
41487ffa6c Added iid generation, dealing with the void keyword and fixed bugs in generation code 1998-06-12 22:34:39 +00:00
jwz
05045ca24d lose cvs1.mozilla.org 1998-06-12 22:27:22 +00:00
atotic
ce40da0e6f First Checked In. 1998-06-12 22:24:09 +00:00
norris
d1da694218 (Not part of Communicator build.)
Tweak last fix not to depend on size of char.
1998-06-12 22:20:06 +00:00
norris
3aa9bf7b95 (Not part of Communicator build.)
Fix bug 123802 hippo / js1.2 some regular expression tests fail
1998-06-12 22:17:13 +00:00
vidur
4f22a708f9 Asynchronous loading of images 1998-06-12 22:08:39 +00:00
jwz
5272cf4440 *** empty log message *** 1998-06-12 22:06:58 +00:00