Commit Graph

3026 Commits

Author SHA1 Message Date
michaelp
6ad59f6a19 added content quality indicator. 1998-06-21 01:23:44 +00:00
fur
d5b0774f7c [Not in the mozilla build]
This new vendor-neutral version of LiveConnect is designed to replace the older
one in the js/jsj directory, which only works with the Netscape JVM.  It is part
of the OJI initiative.
1998-06-20 17:46:42 +00:00
jwz
16188fe64f oh, fuck me 1998-06-20 01:31:01 +00:00
jwz
2eabc03b21 backed out the last few changes; it's all messed up and I don't feel like messing with it right now. 1998-06-20 01:29:23 +00:00
mccabe
54e0d585a2 ECMA (sort of) fix to 156615, platform-dependent troubles on Solaris.
There was a check in our mini-nspr against asking the OS time services
what the DST offset was for time 0... but the check didn't do what the
comment said it did.  So we got the wrong DST offset for... (drum roll
please) the two seconds on either side of the eve of 1970 GMT.

I have a similar fix ready for prmjtime.c, but I'll wait until the
stability freeze settles down.
1998-06-20 01:21:01 +00:00
jwz
fa762dbebf fixed cvs botch 1998-06-20 01:09:35 +00:00
troy
a89d59bb51 Changed AddObserver() to check if the observer is already in the list.
This worksaround a problem with the pres shell being added twice
1998-06-20 00:45:05 +00:00
slamm
2d70af64ed Make a warning debug-only. #123912 (SF1 in). 1998-06-20 00:42:41 +00:00
slamm
5bc849f37c Pull extra warning message. #123912 (SF1 in). 1998-06-20 00:41:43 +00:00
rickg
92d9a4613f added support for empty (XML) tags 1998-06-20 00:12:10 +00:00
troy
2a5b7ac3b2 Changed TextFrame to implement ContentChanged() notification and generate
a reflow command
1998-06-20 00:04:22 +00:00
norris
16d06a5647 (Not part of Communicator build.)
Add implementation version API call.
1998-06-19 23:47:07 +00:00
slamm
c594571f64 Fix monochrome icons. Fixes #148544 (SF1 in). Thanks to Juergen Keil <jk@tools.de> for the fix. 1998-06-19 23:24:48 +00:00
akkana
d42d9e092e 94115: don't show unnecessary horizontal scrollbars on resize. 1998-06-19 23:18:59 +00:00
akkana
e2c215ce6e 94115: don't show unnecessary horizontal scrollbars on resize.
Reviewed by cmanske.
1998-06-19 23:18:04 +00:00
spider
3706465803 Fix dcone bustage 1998-06-19 23:16:07 +00:00
jwz
9e7aae58c2 from dawn: cleverly generate stuff for the "Description" column in LXR directory listings. 1998-06-19 23:06:50 +00:00
cyeh
b9758acdcb added some more documentation 1998-06-19 23:05:51 +00:00
norris
dc578c90c0 (Not part of Communicator build.)
Fix 153640 monkey crash calling Math as function or constructor
Just added a null pointer check
1998-06-19 22:21:36 +00:00
dcone
f41fcceabe fixed some image problems, put 16 bit support in 1998-06-19 22:02:12 +00:00
norris
eafb2d2e3a (Not part of Communicator build.)
Fix 123724 hippo: problems declaring var in an eval statement
This ended up being more complex than I initially thought it would be.
See comments in jsparse.c.
1998-06-19 21:52:14 +00:00
rods
66877044f1 Added ListBox and fixed RadioButton to be managed 1998-06-19 21:38:32 +00:00
kmcclusk
c5bcfdcaa1 Removed the explict setting of the width and height of the main window. This lets the frame window stay the fixed width and height causing the main window to grow. This fixes a bug in the Linux viewer where scrollbars are the wronng size. 1998-06-19 21:20:08 +00:00
mlm
16c4667970 Merge Win16 "fixes" from Dogbert4xDevelopment_BRANCH
- Reorder identical code
 - Move scope of local variable
 - ifdef out stderr
1998-06-19 20:13:15 +00:00
rods
2c840e3a9c fixed the factory to check the internal mClassID instead of the incoming interface id 1998-06-19 20:09:18 +00:00
rods
8a028c6513 removed the initial 'button' string from create 1998-06-19 20:08:40 +00:00
rods
2d98f633a6 add XP_UNIX size temporary fixes 1998-06-19 20:07:35 +00:00
kipp
f6c2579b4e Fixed pullup logic for ReflowLine to not de-reference deleted nextLine's 1998-06-19 19:57:59 +00:00
kipp
09145642f6 Added more assertions; commented the cases where continuations are created and not created; fixed up kidContentIndex in all cases; fixed return result error in the pullup code 1998-06-19 19:57:14 +00:00
rods
0196f2a3a6 Optimize fixes 1998-06-19 19:45:47 +00:00
kipp
dc5fa0a59a snapshot 1998-06-19 18:23:28 +00:00
michaelp
b2e84057f2 fixed for real. yikes. 1998-06-19 17:44:03 +00:00
terry
2f50896a04 Don't be chatty. 1998-06-19 15:36:21 +00:00
terry
47c5234bcd cd to the real tinderbox dir. 1998-06-19 15:32:07 +00:00
terry
15161b6d3d Don't show diffs for files that we're 'hiding'. 1998-06-19 15:13:40 +00:00
terry
1534233295 Use POST for multidiff, since the URL otherwise can get too big. 1998-06-19 14:58:19 +00:00
rods
e7baa01f69 Fixed up images even more, added calls to get the appropriate bits_per_pixel 1998-06-19 14:47:36 +00:00
troy
36e45e1fac Work in progress for incremental reflow 1998-06-19 05:21:45 +00:00
spider
1d25c373d2 Fix previous runtime bustage by placing XP_UNIX ifdef correctly 1998-06-19 05:03:26 +00:00
spider
0674410f06 Unix fix as per mmp 1998-06-19 04:11:01 +00:00
mjudge
158908fb19 Bugs numbers 78936,78922,78925,78926,78934,78939,105689,139286,139301,139359 1998-06-19 04:00:49 +00:00
michaelp
ec3f238ac8 painting fixes... 1998-06-19 02:46:25 +00:00
rickg
ad0536d14d fixed another containment bug; DTD's are very cool 1998-06-19 01:15:19 +00:00
rickg
60ebe042b1 more bug fixes; changed nsHTMLParser to nsParser. 1998-06-19 01:00:27 +00:00
troy
3456471e4f Eliminated nsTableCaptionFrame and now we just use a nsBodyFrame instead 1998-06-19 00:34:12 +00:00
atotic
0a217fc050 Removed prstrm includes 1998-06-19 00:15:19 +00:00
pnunn
76b7869a6a SF1in #142422. 1998-06-19 00:05:19 +00:00
kipp
6730df8ced snapshot 1998-06-18 23:44:30 +00:00
norris
389e7da848 (Not part of Communicator build.)
Change C++ keyword "catch" (and Java keyword "finally" for good measure)
to other identifiers to help out embedders calling JS from C++.
1998-06-18 23:43:51 +00:00
cyeh
217f3413b7 updating and moving README's to the toplevel of the mozilla hierarchy. this
is to conform to the new tree layout standards.
1998-06-18 23:41:22 +00:00