Граф коммитов

2793 Коммитов

Автор SHA1 Сообщение Дата
troy f7fb4bd175 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 6e9e901bcd Changed PaintChildren() to only paint those children that intersect
the dirty rect
1998-06-14 00:45:21 +00:00
mcafee bd57c90751 Get SparcLinux to link properly. This doesn't affect any other builds. 1998-06-13 22:40:18 +00:00
jwz de0acae2a4 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 205747e7a9 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 cd6d5e7fcf Fixed a few memory leaks. 1998-06-13 02:20:04 +00:00
jwz b5968beb12 "text" is more meaningful than "glimpse" 1998-06-13 01:38:31 +00:00
jwz 2e85b9ad26 thank the authors, too 1998-06-13 01:25:58 +00:00
jwz 11a6580af1 apparently glimpseindex wants to run "whereis", so I added /usr/ucb to $PATH 1998-06-13 01:15:11 +00:00
jwz 961518101d *** empty log message *** 1998-06-13 01:12:23 +00:00
jwz ffbaaa606d reformatted 1998-06-13 01:11:09 +00:00
mccabe 76bafea085 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 af8aa84278 *** empty log message *** 1998-06-13 00:45:02 +00:00
jwz bd98a9b767 print date to log; know where cvs is 1998-06-13 00:43:15 +00:00
beard 54096c256a 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 074f460e7b 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 165204150d Added iid generation, dealing with the void keyword and fixed bugs in generation code 1998-06-12 22:34:39 +00:00
jwz 597414a9e9 lose cvs1.mozilla.org 1998-06-12 22:27:22 +00:00
atotic 304cd32408 First Checked In. 1998-06-12 22:24:09 +00:00
norris bdd7836760 (Not part of Communicator build.)
Tweak last fix not to depend on size of char.
1998-06-12 22:20:06 +00:00
norris adcde586f1 (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 3fc6e19717 Asynchronous loading of images 1998-06-12 22:08:39 +00:00
jwz 38a0e325a5 *** empty log message *** 1998-06-12 22:06:58 +00:00
jwz e05b0d5f10 update the lxr sources too; and log. 1998-06-12 22:03:28 +00:00
jwz c00f75d8b0 *** empty log message *** 1998-06-12 21:58:38 +00:00
jwz 67482ccf78 *** empty log message *** 1998-06-12 21:48:51 +00:00
jwz a6a2554dce linked in dawn's search help doc 1998-06-12 21:42:37 +00:00
jwz 37181e9593 *** empty log message *** 1998-06-12 20:52:28 +00:00
jwz a22611a261 *** empty log message *** 1998-06-12 20:25:05 +00:00
jwz 2687263941 we don't need this 1998-06-12 20:24:06 +00:00
jwz c175d38ab4 tweaked tables 1998-06-12 20:20:24 +00:00
jwz ba75fbd3df tweaked tables 1998-06-12 20:08:12 +00:00
jwz 48547e416a *** empty log message *** 1998-06-12 19:41:29 +00:00
jwz 36018dfefc fixed #! 1998-06-12 18:55:52 +00:00
spider 916ed5c8f8 Documentation cleanup 1998-06-12 18:30:53 +00:00
norris 9b4001bc60 (Not part of Communicator build.)
Fix 111199 ECMA: don't enumerate parseInt.length
1998-06-12 17:22:04 +00:00
mjudge 819704e1aa bug 113680 fix for horizontal rule strangeness after tables. when reflowing tables, do not reflow beyond the last cell 1998-06-12 16:05:46 +00:00
nisheeth dcbb949f5a Fix for bug 123984. Approved by don. LO_SelectAll was crashing in
lo_FindDocumentEdge() because state->end_last_line was not being set
properly during layout of the document.  Fixed.
1998-06-12 06:09:51 +00:00
troy 7a60b92f32 Changed ResizeReflowPass1() to default to the reflow reason that was
passed in and not resize
1998-06-12 04:28:07 +00:00
troy b99df5e1a6 Fixed some places where the reflow reason wasn't getting correctly set for
the initial reflow
1998-06-12 04:11:41 +00:00
troy 494037bcc2 Changed RootContentFrame to correctly set the reflow reason for the
initial reflow
1998-06-12 03:02:15 +00:00
jevering 9568531537 Fixing my Unix bustage. use PR_MkDir instead of mkdir 1998-06-12 02:27:25 +00:00
jevering 8c319db75b Removed _MAX_PATH to fix builds on Irix and Linux. 1998-06-12 02:14:18 +00:00
jevering d86bf24428 Fixed double ended queue to accept a callback in the constructor
to a function which frees the inserted objects.
1998-06-12 01:36:24 +00:00
jevering ac1adb9e57 Fixed up the base dubugrobot function.. mostly cleaning up.
Properly setting the verification directory.
1998-06-12 01:35:36 +00:00
jevering 482e9e4448 More debug robot work. I added some statistic gathering information
as well as hooking up the context vector validation stuff.  The
debug robot now makes two files in the root verification directory
for mapping context vector to debug source dumps as well as occurance
tracking of good and bad context vectors.
1998-06-12 01:34:49 +00:00
spider 1eef3c54da Fix for rendering problem where everything goes black AFTER the first paint on non-8 bit displays 1998-06-12 01:30:52 +00:00
cmanske bc5d701854 Fixed SF1 bug 65190, reviewed by mjudge. Removed duplicate define accidentally introduced by branch merge in edprops.h. Approved by brade, don 1998-06-12 01:22:45 +00:00
cmanske 006921c7e8 Fixed SF1 bugs 65190, 105787, 123355. Reviewed by mjudge, approved by brade, don 1998-06-12 01:22:22 +00:00
cmanske b16f18b21d Part of fix for SF1 bug 123355, reviewed by fur. Approved by brade, don 1998-06-12 01:22:14 +00:00