Commit Graph

8600 Commits

Author SHA1 Message Date
dcone%netscape.com
f63fe299a7 Put in code to offset drawing, hittest, etc 1998-09-23 22:08:53 +00:00
troy%netscape.com
06c2b4210f Removed a comment that is no longer applicable 1998-09-23 21:55:41 +00:00
buster%netscape.com
ad0328db0a re-instated fixed layout strategy 1998-09-23 21:50:49 +00:00
buster%netscape.com
1fba5ac7dc all frame initialization and related logic has moved into the various table frames' Init() methods
from their respective InitalReflow() methods.
table-layout=fixed now completely skips pass1 reflow and doesn't require maxElementSize
information, saving a tremendous amount of time during initial reflow.
1998-09-23 21:48:26 +00:00
spider%netscape.com
af07672e54 Fixes to load HTML Views again 1998-09-23 21:37:24 +00:00
akkana%netscape.com
6e3c02e619 config.mk 1998-09-23 21:30:15 +00:00
vidur%netscape.com
576d667be6 Fixes in CSS interfaces 1998-09-23 21:28:06 +00:00
troy%netscape.com
1d1f4240ab Fixed leak of entire content model... 1998-09-23 20:59:57 +00:00
vidur%netscape.com
bf5af14167 Further refinement of style interfaces 1998-09-23 20:58:31 +00:00
akkana%netscape.com
4c39981036 more rosetta build bustage 1998-09-23 20:52:02 +00:00
rogerl%netscape.com
4f81e38cf9 Added the #define for turning on the default messages. Not sure if this is
the right place for it, but I wanted to get it in before the merge-a-thon.
1998-09-23 20:41:13 +00:00
kmcclusk%netscape.com
1add701f7f Fixed filewidget query interface failure. The viewer was crashing when trying to open
a file.
1998-09-23 20:39:16 +00:00
rogerl%netscape.com
7c1d5988f6 Changes for error messages - arguments are now jschar. 1998-09-23 20:38:23 +00:00
rogerl%netscape.com
0896895d70 Bug #104766, decompileFunctionBody needed to set scope in printer before
calling decompileCode.
1998-09-23 20:37:58 +00:00
rogerl%netscape.com
2cd63753bb Changes for error messages - arguments are now jschar.
Bug #104766, decompileFunctionBody needed to set scope in printer before
calling decompileCode.
1998-09-23 20:36:18 +00:00
cls%seawood.org
07971b323c Fixed problem with FULL_STATIC_BUILD and js libs. Thanks to Tim Rowley <tor@boojum.cs.brown.edu> for the fix. 1998-09-23 20:20:07 +00:00
bjorn%netscape.com
d376dd5861 Now using a lock in prarena instead of compare-and-swap. 1998-09-23 20:19:28 +00:00
kipp%netscape.com
728050bc38 Fixed up includes 1998-09-23 20:12:21 +00:00
kipp%netscape.com
9529a8eeaf Removed bullet factory methods 1998-09-23 20:12:07 +00:00
kipp%netscape.com
8633ecd966 Removed block frame CID 1998-09-23 20:11:50 +00:00
kipp%netscape.com
8b53548f6b stop including unneeded header file 1998-09-23 20:11:37 +00:00
kipp%netscape.com
8244706ce7 nuked 1998-09-23 20:11:22 +00:00
kipp%netscape.com
8647c8e804 Return error properly if NS_NewBlockFrame fails; stop including unneeded header file 1998-09-23 20:11:14 +00:00
kipp%netscape.com
e580331b37 Implement bullets here; implement list renumbering cleanly instead of having the bullets blindly do it (fixes a crash and several pagination bugs) 1998-09-23 20:10:40 +00:00
kipp%netscape.com
c8f5135d91 Removed nsHTMLBullet from the build 1998-09-23 20:09:38 +00:00
kmcclusk%netscape.com
203cd56a21 Fix for Linux build. Moved form lib to come after style lib. 1998-09-23 20:08:14 +00:00
bjorn%netscape.com
e98900791f Removed a redundant assignment, f->susp=-1. 1998-09-23 19:51:26 +00:00
akkana%netscape.com
29c3cdbca2 Remove obsolete rosetta references 1998-09-23 19:49:14 +00:00
kmcclusk%netscape.com
e6e3087aae Factored cross-platform code within nsWindow in nsBaseWidget. Converted headers and footers
to use nsISupports.h macros. Implemented nsToolkits query interface and made it creatable
through the factory.
1998-09-23 19:19:23 +00:00
kmcclusk%netscape.com
24cbd0d16e Added nsIToolkit to registry 1998-09-23 19:16:59 +00:00
robinf%netscape.com
0537698fd5 fixinb bug related to text corrections on these screens 1998-09-23 19:07:46 +00:00
akkana%netscape.com
fb696522fa Turn on MOZ_MAIL_COMPOSE by default. Approved by briano 1998-09-23 18:41:11 +00:00
fur%netscape.com
a3c65849c2 When finalizing the prototype objects, don't try to access the JNIEnv, since that can cause the JVM to be unnecessarily loaded 1998-09-23 18:36:38 +00:00
cls%seawood.org
3bd6604844 Fixed problem with 'gmake' not executing libs and install targets. Ordering does matter. :( 1998-09-23 18:12:14 +00:00
karnaze%netscape.com
75a9037d68 added image submit to first form 1998-09-23 17:55:28 +00:00
karnaze%netscape.com
64c27c4711 forgot to add in last checkin 1998-09-23 17:44:33 +00:00
karnaze%netscape.com
fb883f1869 Converted forms to use the new content model classes and better separate content from layout. 1998-09-23 17:16:51 +00:00
rickg%netscape.com
e106e55c80 added support for XML processing instructions 1998-09-23 16:55:13 +00:00
blizzard%appliedtheory.com
3dcb0c2449 Patch from Bert Driehuis <driehuis@playbeing.org> for returning the view
in the function.
1998-09-23 14:04:06 +00:00
pierre%netscape.com
daa9039400 added SetFont + call it before calculating the Width or Height 1998-09-23 09:29:51 +00:00
pierre%netscape.com
ba412395ad added SetFont 1998-09-23 09:28:54 +00:00
pierre%netscape.com
93a16ac7a9 moved SetFont guts to nsFontMetricsMac 1998-09-23 09:28:05 +00:00
pierre%netscape.com
1702ec7fa1 handle menu events when there is no window + other fixes 1998-09-23 09:24:33 +00:00
pierre%netscape.com
f8474ee65e handle menu events when there is no window 1998-09-23 09:23:07 +00:00
ramiro%netscape.com
d62fe33fb5 Remove 2 extra spaces that were causing Mozilla to crash on startup on some
sun computers.
Thanks to Kurt Swanson <kurt@dna.lth.se> for pointing this out and providing
the fix.
1998-09-23 09:21:28 +00:00
pierre%netscape.com
6b39e621ef re-enable the scrollbars on Mac, the widgets are now implemented 1998-09-23 09:19:55 +00:00
pierre%netscape.com
fed9338564 fixed a GlobalToLocal problem in FindWidgetHit 1998-09-23 09:18:46 +00:00
pierre%netscape.com
e4ed95edbc added widget/src/mac/manifest 1998-09-23 09:12:27 +00:00
pierre%netscape.com
7bab6b10ff First Checked In. 1998-09-23 09:11:08 +00:00
ramiro%netscape.com
cef3020548 Fix for bugzilla bug 864. XFE fonts.c file charset array out of whack.
Thanks to raff@aromatic.com for pointing this out and providing the fix.
1998-09-23 08:22:25 +00:00