Commit Graph

3535 Commits

Author SHA1 Message Date
fur
f3814769e7 Fix Win32 warnings that were introduced as a result of curing Mac warnings. 1998-07-03 02:42:16 +00:00
fur
4a2e6cfaaf Got rid of debug printf(). 1998-07-03 02:41:31 +00:00
fur
330b4a6f8e Added Compatibility discussion.
Tweaked Mac build instructions.
1998-07-03 02:40:48 +00:00
ricardob
8d4a76880d fix winfe mozilla mapi call 1998-07-03 01:12:50 +00:00
vidur
df7e36611d Moved core DOM interfaces to coreDom directory 1998-07-03 00:50:16 +00:00
vidur
26651ac87d Moved core DOM interfaces to coreDom directory 1998-07-03 00:48:44 +00:00
vidur
6fbd7cf59d Added special case for global object. Changed geniid.pl to take multiple directories 1998-07-03 00:48:06 +00:00
ricardob
7429f72e92 Comment out again temp define for Gromit, use addrbook.h instead 1998-07-03 00:35:22 +00:00
ricardob
d152fe48e4 Use kGromitxxx definition from addrbook.h 1998-07-03 00:34:45 +00:00
fur
0d6b7f4c5f Fixed incorect argument type in jlong_to_jdouble() which was causing Java long values to get mangled. 1998-07-03 00:00:15 +00:00
atotic
6dc7057dbe Aaah, someone split the MANIFEST file inside config/mac 1998-07-02 23:54:24 +00:00
ricardob
292e48aa37 fix for free moz in unix 1998-07-02 23:50:34 +00:00
guha
02b94c1260 Back out changes. 1998-07-02 23:48:19 +00:00
kipp
853131c098 Fixed a typo (blush) 1998-07-02 23:44:46 +00:00
ricardob
2b8c5cc758 fix for free moz in unix 1998-07-02 23:42:42 +00:00
rpotts
104c6a4b05 Fixes to make the automated document loader work again... 1998-07-02 23:39:38 +00:00
rpotts
88c65ac5b7 Added some missing forward declarations... 1998-07-02 23:38:48 +00:00
rpotts
e8476a622a Fix viewer bug where pages would not load unless the mouse was wiggled... 1998-07-02 23:34:30 +00:00
pierre
78385ec9aa Fixing Mac MOZ_MEDIUM: ifndef'd XP_MAC the "misc temp kludges" 1998-07-02 23:32:15 +00:00
troy
44b7ebb358 More work-in-progress incremental reflow code 1998-07-02 23:19:31 +00:00
pierre
3b7de532d4 Fixing MOZ_MEDIUM: ifdef'd XP_MAC the "#include" added yesterday. 1998-07-02 23:05:50 +00:00
kipp
7938ef27e5 Moved initial reflow processing into InitialReflow method (doh) 1998-07-02 22:55:15 +00:00
kipp
c3f1f480a4 Added more asserts to catch bad behavior of parents and children 1998-07-02 22:54:53 +00:00
terry
5385128cc9 Patch by Matthew Wilson <msw@gimp.org> -- removed extraneous apostrophe. 1998-07-02 22:54:16 +00:00
kipp
682477fe78 new 1998-07-02 22:53:47 +00:00
ricardob
f2c9adc953 put back include string, instead of glyph 1998-07-02 22:47:25 +00:00
guha
cb9f9fcc74 Fix the RDF backend P0 bugs 1998-07-02 22:45:01 +00:00
ricardob
793015553a changes for free mozilla and fix builds (also in mknews.c) 1998-07-02 22:43:34 +00:00
rods
15f6addd9b fixed build problem 1998-07-02 22:43:08 +00:00
ricardob
810e15508a changes for free mozilla 1998-07-02 22:42:36 +00:00
atotic
f7578dc675 Fixed mac build bustage 1998-07-02 22:34:46 +00:00
pierre
bb5e8c5032 Fixing MOZ_MEDIUM: fixed 2 paths like in the previous checkin and added Progress.mcp 1998-07-02 21:46:01 +00:00
pierre
a16c93f7c7 Fixing MOZ_MEDIUM. 1998-07-02 21:39:17 +00:00
ricardob
1a5ef65cd4 fix build 1998-07-02 21:35:53 +00:00
pierre
ad200125a4 Fixing MOZ_MEDIUM 1998-07-02 21:28:46 +00:00
kipp
edf8a97ccb updated test 1998-07-02 21:26:54 +00:00
kipp
8559359849 Bug fix for content-appended reflow 1998-07-02 21:26:34 +00:00
kipp
7125b57c68 Fixed up logging to use the frame logging 1998-07-02 21:26:00 +00:00
kipp
f0ed6d38a2 Fixed bug where tables weren't returning a proper set of metrics 1998-07-02 21:24:56 +00:00
atotic
2a161ae8b5 Added CNavDTD.h 1998-07-02 21:21:53 +00:00
rods
73324e9369 Continued to implement the remain methods 1998-07-02 21:18:04 +00:00
troy
d138bc14e1 Moved code that resized the table row cells from the row group frame
to the row frame. It's now handled as part of the DidReflow() post-
processing code
1998-07-02 20:35:23 +00:00
donm
981c82fe21 Approved by: Don Melton. Let's fix this bustage! 1998-07-02 20:03:09 +00:00
sar
d7b7618486 adding needed include paths, removing bad export headers 1998-07-02 20:03:03 +00:00
rpotts
5d1c00cbb7 Initialized the file extension to content-type mappings to allow netlib to determine the content-type of a file based on its extension... 1998-07-02 19:44:56 +00:00
kipp
b4dc2c395e half attempt to build on unix 1998-07-02 18:21:12 +00:00
vidur
d426e95c0d Fixed casting problems on Linux 1998-07-02 17:46:15 +00:00
cyeh
f1219ffe71 fill out path when building MOZ_MEDIUM target. This looks like an
incorrect copy/paste of code.
1998-07-02 17:41:56 +00:00
buster
b54c4bdc95 added an optimization that skips pass2 cell reflows when the new available width is unchanged
from the prior available width.  Some real-world test cases sped up
1-2 orders of magnitude for resize reflow.  Initial reflow is unchanged because
we still need to get pass1 metrics on all content.
fixed nsCSSBlockFrame.cpp to take margins into account when computing parent's available width
fixed distribution of excess space to table cells when table is bigger than the content it holds.
not quite finished yet, but better.
1998-07-02 17:40:56 +00:00
buster
b56e9c0f36 now takew margins into account when computing parent's available width 1998-07-02 17:40:02 +00:00