Commit Graph

3046 Commits

Author SHA1 Message Date
scullin
784155d983 Fix rickg's linux build bustage. 1998-06-18 01:04:46 +00:00
kmcclusk
feb7a76223 Added generation of NS_PAINT event after a NS_SIZE event. 1998-06-18 00:58:10 +00:00
kmcclusk
17b23aaf6e Changed new of mImageBits to PRUint8 instead of unsinged char. doesn't like this under IRIX. 1998-06-18 00:54:07 +00:00
montulli
0edf3cd0fd merge tip with montulli branch and create montulli1 1998-06-18 00:53:50 +00:00
karnaze
126dc3a360 added tst9, improvements to <iframe> 1998-06-18 00:47:18 +00:00
kmcclusk
4de85333e1 Changes to support the compression of resize events on multiple windows 1998-06-18 00:28:06 +00:00
spider
2301669629 Implement GetRenderingContext 1998-06-18 00:16:52 +00:00
norris
4a7ce61340 (Not part of Communicator build.)
More functionality for debug print functions.
1998-06-18 00:13:08 +00:00
norris
18a4346991 (Not part of Communicator build.)
This comment is for checkin of version 1.8: mistakenly gave wrong comment
for that version.
Fix 123724 hippo: problems declaring var in an eval statement
The problem was that Variable() in jsparse.c used the scope from calling
js_FindVariableScope to determine whether or not to convert the operator
to GETVAR, but LookupArgOrVar did not. This caused a mismatched set and
get in the code generated from the eval script due to the presence of the
var in the function frame.
1998-06-18 00:11:51 +00:00
norris
a004313509 (Not part of Communicator build.)
More functionality for debug print functions.
1998-06-18 00:04:38 +00:00
kipp
f9cf05a882 Disabled saving the source file cuz it crashes on windows 1998-06-18 00:02:36 +00:00
kmcclusk
ff47663aea More changes for resize under Linux 1998-06-17 23:56:23 +00:00
kmcclusk
80c5657d3a Added some code to try fixing resizing problems in Linux viewer. 1998-06-17 23:43:45 +00:00
rickg
9150405dab huge refactoring effort; transient style support; tables fixes, and more 1998-06-17 23:13:28 +00:00
dcone
5e9b478f73 Commented out ComputeMetrics 1998-06-17 23:01:28 +00:00
dcone
a4c0e4c9e9 added code for image, fixed a bug 1998-06-17 22:55:42 +00:00
spider
71a4c698da fontmetrics now work. fixed random crap in rendering context. 1998-06-17 22:23:36 +00:00
troy
b66023d41f Reduced the number of polygon calls 1998-06-17 22:14:20 +00:00
slamm
20ac8f4334 Fix for crash after opening/closing NavCenter. Thanks to Juergen Keil <jk@tools.de> for the fix. Fixes bugs #148369(P0 & SF1 in) & mozilla #423. 1998-06-17 21:35:22 +00:00
montulli
d47e910e1b merge branch to tip. This file is not yet in the build 1998-06-17 21:29:32 +00:00
montulli
dd0db83c04 merge branch to tip. This directory is not in the build yet 1998-06-17 21:27:01 +00:00
waterson
ae688b89c3 Bug 127280. Approved by don. Make sure reference count is properly initialized in NP_LoadPluginByType(). 1998-06-17 21:15:23 +00:00
waterson
2388b78a36 Bug 127182. Approved by don. Added libprgrss.a to libs linked with OJI. 1998-06-17 21:12:27 +00:00
dcone
1264cff90f rename commit 1998-06-17 20:43:32 +00:00
dcone
79590b3944 add compute metrics 1998-06-17 20:37:58 +00:00
dcone
adafdafe17 Take out mMask 1998-06-17 20:36:24 +00:00
dcone
944cdce122 Add some member variables 1998-06-17 20:35:21 +00:00
dcone
75ae342956 alpha fix 1998-06-17 20:31:21 +00:00
terry
a498d5ccf1 Whoops; the version of dolog.pl we had was ancient and wrong. 1998-06-17 20:09:55 +00:00
dcone
210d6c9960 First nsimage work 1998-06-17 20:03:40 +00:00
troy
d410f5fb1d Changed to remember the text color rather than set/restore it each time we
render text
1998-06-17 19:53:57 +00:00
buster
3d98654938 minor updates and fixes 1998-06-17 19:51:51 +00:00
brendan
927c39b448 - Fix function in with statement to form a closure with the right scope chain
on activation (120172, mlm).
- Use #ifdef CHECK_RETURN_EXPR to hide CheckFinalReturn as well as its calls.
- 80th column tyranny, typedef symmetry, other cosmetics.
1998-06-17 19:37:53 +00:00
mccabe
ce9c2ffb45 (Not part of the mozilla build)
Added a guard against casting infinity->int, towards porting to alpha linux.
1998-06-17 19:36:29 +00:00
rods
a424c796a0 removed debug printf 1998-06-17 17:20:08 +00:00
rods
531f054a86 Fixed keysym problem for mneumonics 1998-06-17 17:12:25 +00:00
buster
288d645ae3 Separated table content from table layout. This paves the way for XML/CSS-2 tables.
Lots and lots of optimizations.
1998-06-17 16:38:24 +00:00
law
4625649c1d Fixed bug #129272. Reviewed by hyatt. Re-architected docking/undocking process 1998-06-17 16:32:34 +00:00
rods
b0e8c05ebd Fixed build problem, removed scrollbar errors 1998-06-17 16:27:05 +00:00
norris
878cbe9517 (Not part of Communicator build.)
Fix warning messages for lack of function prototype.
1998-06-17 16:23:29 +00:00
rods
4129e22dc9 Fixed the page up page down for the thumb on the scrollbar 1998-06-17 16:07:28 +00:00
rods
4c0cdd724f Fixed up scrolling a bit by discarding multiple expose events 1998-06-17 15:52:55 +00:00
troy
16ea80e42f Addded some helper functions to determine whether a content object is
a table cell
1998-06-17 15:21:02 +00:00
rods
49c9b93418 rename AGGRRGATE to AGGREGATE
made all the aggregate inner classes friend of the enclosing class
1998-06-17 14:54:52 +00:00
troy
4f0977b3b9 Changed cast of content objects to nsTableContent* to query interface
of nsITableContent
1998-06-17 05:28:36 +00:00
cmanske
51a97a27c4 Fixed SF1 bug 123401. Crash hiding composition toolbar. Fix supplied and reviewed by hyatt 1998-06-17 02:10:02 +00:00
rods
cdecbbf5c5 trying to fix scrollbar and exposure 1998-06-16 23:51:44 +00:00
jwz
fc3e874363 *** empty log message *** 1998-06-16 23:41:58 +00:00
jwz
185e30fb76 expanded disclaimer 1998-06-16 23:32:48 +00:00
jwz
6aa368cc67 added disclaimer 1998-06-16 23:32:15 +00:00