pierre
993c26fe30
Fixing MOZ_MEDIUM
1998-07-02 21:28:46 +00:00
kipp
e63fe3bdbe
updated test
1998-07-02 21:26:54 +00:00
kipp
69891e7fc1
Bug fix for content-appended reflow
1998-07-02 21:26:34 +00:00
kipp
8a08808e93
Fixed up logging to use the frame logging
1998-07-02 21:26:00 +00:00
kipp
4e9a622067
Fixed bug where tables weren't returning a proper set of metrics
1998-07-02 21:24:56 +00:00
atotic
40436bfeea
Added CNavDTD.h
1998-07-02 21:21:53 +00:00
rods
533970f597
Continued to implement the remain methods
1998-07-02 21:18:04 +00:00
troy
1ee17c78b1
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
93ce907d6f
Approved by: Don Melton. Let's fix this bustage!
1998-07-02 20:03:09 +00:00
sar
c717c1cefa
adding needed include paths, removing bad export headers
1998-07-02 20:03:03 +00:00
rpotts
c476bb79bf
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
0ae8808f12
half attempt to build on unix
1998-07-02 18:21:12 +00:00
vidur
d9483e4d15
Fixed casting problems on Linux
1998-07-02 17:46:15 +00:00
cyeh
a022eed6a6
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
2b75ce1f63
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
531152b50b
now takew margins into account when computing parent's available width
1998-07-02 17:40:02 +00:00
cyeh
f1d72db7b4
added "Couldn't find project file " error. This happens when a CW project
...
can't find the file to compile.
1998-07-02 17:26:48 +00:00
donm
c844356295
Approved by: Don Melton build bustage fixage.
1998-07-02 17:26:07 +00:00
sar
7e2c5add76
add needed headers for mail/news. approved by don.
1998-07-02 17:25:37 +00:00
sar
0f0c14a683
wrapping mkcertld.h in ifdef MOZ_SECURITY to fix some breakage. approved by don. suggested by ricardob. corresponding fix in makefiles will come along soon.
1998-07-02 17:24:35 +00:00
donm
e9f7daaaf4
approved by: Don Melton fixing build bustage.
1998-07-02 17:05:05 +00:00
pierre
18c4af70b6
For some reason, the file previously checked-in was corrupted.
1998-07-02 10:40:54 +00:00
pierre
a72ab974b8
Fixing MOZ_MEDIUM: build the right target in network.mcp
1998-07-02 10:21:58 +00:00
pierre
499afd426f
First Checked In.
1998-07-02 10:20:18 +00:00
pierre
a51d50d8d7
Fixing MOZ_MEDIUM: created two "mailnews" targets
1998-07-02 10:19:25 +00:00
rickg
c7c8f485ed
major improvements to parser API's; fixed a few bugs
1998-07-02 08:14:22 +00:00
troy
b4aa257397
Some work-in-progress for incremental reflow
1998-07-02 05:39:10 +00:00
fur
1aabd69b34
Use Types.h instead of more modern MacTypes.h so that we can build with CodeWarrior 2 on the Mac.
1998-07-02 04:11:53 +00:00
montulli
9c9326fee5
merge montulli1 branch with tip
1998-07-02 02:39:54 +00:00
pierre
0e2c6bd9f5
Mac MOZ_DARK
1998-07-02 02:38:19 +00:00
pierre
e8d83471ad
First Checked In.
1998-07-02 02:24:28 +00:00
ricardob
bfb9671947
fixed typo in free mail api
1998-07-02 02:01:55 +00:00
ricardob
3a59847ef6
xfe free world changes
1998-07-02 01:38:15 +00:00
cmanske
7dc31894c0
Part of fix for Composer SF1 in bug 148474. Reviewed by mjudge
1998-07-02 01:32:06 +00:00
akkana
7de5d545a0
226857: Normandy landing didn't include kini's notification center fix.
1998-07-02 01:31:12 +00:00
akkana
ba2e271b51
BUG 224560: Stever's netlib checkin didn't fix the cookie persistence bug
...
on the XFE; he says we need to replace the GH_InitGlobalHistory with one
to NET_FinishInitNetLib.
1998-07-02 01:25:49 +00:00
cmanske
a9cff01872
Fixed Composer SF1 in bugs 26852, 123355, 148474, 233518. Reviewed by mjudge
1998-07-02 01:20:39 +00:00
cmanske
4cb0bac5e8
New function declared as part of fix for SF1 in bug 26852. Reviewed by mjudge
1998-07-02 01:18:54 +00:00
ricardob
a4fff7cf8e
Use MOZ_SECURITY
1998-07-02 01:15:11 +00:00
joki
b5bfe34869
Remove temporary setFocus() call. Focus shift moved to nsScrollingView
1998-07-02 01:14:28 +00:00
joki
bf6124d8c8
Move scrolling event code into new event handler to keep it out of DOM loop
1998-07-02 01:13:09 +00:00
vidur
2ed99ee418
Fixed casting problems on Linux
1998-07-02 01:10:21 +00:00
ricardob
2557ec9410
free world changes
1998-07-02 01:09:54 +00:00
jevering
7f7b55b452
Use the new allocating ReplaceElementAt so that the context and style
...
stacks aren't sliding memory buffers all over the place (and over
allocating).
1998-07-02 00:29:59 +00:00
jevering
3705e61240
Modified ReplaceElementAt to grow the array if an index out of the
...
allocated boundary was requested.
1998-07-02 00:28:56 +00:00
ricardob
882a80b31c
added SOCKET_ERRNO for mail-news
1998-07-02 00:19:29 +00:00
kipp
bc2a7ac47a
Fixed some dom methods
1998-07-02 00:04:44 +00:00
kipp
7519a048cd
Removed unneeded duplicate code
1998-07-02 00:04:26 +00:00
kipp
ce88c47885
First pass implementation of content insertion/deletion handling code (untested at this point); also did some misc cleanup
1998-07-02 00:04:12 +00:00
kipp
c8c9f58b3b
new
1998-07-02 00:02:42 +00:00