Commit Graph

3004 Commits

Author SHA1 Message Date
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
spider
9ef42ff956 Remove NOISY_FONTS ifdef so not printing so much 1998-06-18 23:32:58 +00:00
jevering
8626f64fbf Forgot to check in the robot changes for new object. 1998-06-18 23:26:55 +00:00
kipp
d134b87bb0 new 1998-06-18 23:16:18 +00:00
kipp
9292fd012d snapshot 1998-06-18 23:16:00 +00:00
spider
ddb4ebba46 Cache visual and depth information in drawing surface since it is not available
when the surface is an offscreen PixMap
1998-06-18 23:00:05 +00:00
jevering
3bfaaa037a Major whacking of the debug robot code.
The Debug robot has now been moved into it's own class (xp_com object)
and is fairly well separated from the rest of the parser.
An argument to pass the ParserDebug object into the parsing process
has been added to the Parse member.  This should clean up Unix a bit
as well as provide the ability to multiple simultaneous robots.
This also cleaned up the global variable hackage.
1998-06-18 22:57:25 +00:00
dcone
2549e80767 fixing up images 1998-06-18 22:19:08 +00:00
spider
3431d24bfc Fix bustage. Change tabbing to be compatible with mozilla.org. 1998-06-18 22:15:31 +00:00
dcone
2f88b77355 fixed a cast to PRInt8 1998-06-18 22:05:26 +00:00
dcone
f349e57fda made some changes 1998-06-18 22:04:23 +00:00
racham
7767fbf930 BUG 123498 : Connect to ISP icon back in place 1998-06-18 21:54:54 +00:00
racham
05f84572d1 BUG 118078:minor text changes 1998-06-18 21:53:30 +00:00
kmcclusk
553cfc38f5 Initialize mDelay in constructor + Set delay in Init(aDelay) 1998-06-18 20:40:30 +00:00
karnaze
505cf9d7ac fixed divide by zero, test9 has sub sub doc. 1998-06-18 18:33:34 +00:00
kmcclusk
24c6d64077 Commented out code to auto-repeat on timers. 1998-06-18 18:18:43 +00:00
kmcclusk
b668100aed Made Motif/timer implementation always repeat 1998-06-18 18:12:02 +00:00
kmcclusk
084e77f7b7 Added a real timer implementation for Motif 1998-06-18 18:06:56 +00:00
terry
860e5e5305 Implement CheckHidden(), so that we can have some semblance of security. 1998-06-18 16:47:00 +00:00
terry
9e81e3e2d3 Document some config files. 1998-06-18 16:45:03 +00:00
kipp
88d50c8d17 new 1998-06-18 16:25:41 +00:00
ftang
5cb81ae627 fix 147582 5.0SF1 IN 1998-06-18 16:21:24 +00:00
rods
ba0acbdfc5 Fixed up scrolling a little 1998-06-18 15:59:51 +00:00