valeski%netscape.com
918bac3736
fixing build warning
1999-10-22 04:48:31 +00:00
troy%netscape.com
88bfd78da3
Fixed compiler warning about unused variable
1999-10-22 04:01:23 +00:00
rods%netscape.com
e9d10db2dd
Changed the parameter of the CalcNavQuirksSize to take the input spec instead of the length
...
not it properly calculates the number of cols and rows when in NavQuiks mode
r=kmcclusk, part of bug 7461
1999-10-22 03:14:03 +00:00
troy%netscape.com
d0190a7f34
r=karnaze@netscape.com
...
Save 8 bytes per table cell frame by eliminating mCollapseOffset and
using a frame property instead.
1999-10-22 02:06:22 +00:00
mjudge%netscape.com
3d3eb16f9a
massive checkin for underlying implementation of key handling from javascript and home/end breakage and.. selecting around NON-text frames. like arrowing around an image for example. 16636,16655 and another i cannot find. r=kin r=hyatt a=me
1999-10-22 00:19:18 +00:00
karnaze%netscape.com
0a7d92fd24
new regression tests
1999-10-21 22:52:00 +00:00
karnaze%netscape.com
29a25a3900
bug 5799 - width of auto width table considers percentage cells when they are small relative to the rest of the table. r=dcone
1999-10-21 22:36:21 +00:00
karnaze%netscape.com
b11b6cf67e
bug 12012 - RemoveFrame was using stale style display. r=dcone
1999-10-21 22:33:30 +00:00
rods%netscape.com
6bd1234f0f
changed the padding so it is adding in the correct left right instead of top bottom
...
r=kmcclusk, Bug #16936
1999-10-21 22:22:32 +00:00
ftang%netscape.com
548649505f
change the input method highligh code from 2 style to 4 styles. r=mjudge
1999-10-21 22:01:18 +00:00
kipp%netscape.com
54443e086b
Added two new tests
1999-10-21 21:46:52 +00:00
rickg%netscape.com
a774cf92d7
changed default font-size for viewsource; r=none;
1999-10-21 21:05:17 +00:00
troy%netscape.com
57034a907a
Removed unused 4-byte "mMaxElementSize" member data
1999-10-21 20:51:04 +00:00
kipp%netscape.com
5d9162ce80
Support navigators built-in image types internal-gopher-*
1999-10-21 20:48:04 +00:00
kipp%netscape.com
a74943d540
Fixed percolation of nbsp's into the transformed buffer (bug 16886)
1999-10-21 20:47:36 +00:00
kipp%netscape.com
5ff3bcc409
r=troy; Optimize append text reflows to only reflow the new part of the text
1999-10-21 20:46:05 +00:00
kipp%netscape.com
d6547a4baf
moved debug logic for dumping reflow commands so that we can dump them without requiring the incremental reflow verification logic to run
1999-10-21 20:45:39 +00:00
kipp%netscape.com
870c8ad174
r=troy; bug: 15153; fixed problem with style-change reflows not being propogated properly
1999-10-21 20:44:58 +00:00
kipp%netscape.com
d61d8f50a4
r=troy; bugs: 13196; fixed floating table reflow issues found in 13196 by storing floater max-element-size for later retrieval
1999-10-21 20:44:22 +00:00
kipp%netscape.com
3587210728
r=troy; bugs: 15153, 13196; fixed problem with style-change reflows not being propogated properly; also fixed floating table reflow issues found in 13196 by storing floater max-element-size for later retrieval
1999-10-21 20:43:48 +00:00
kipp%netscape.com
8ed5e4e472
Export the gopher images
1999-10-21 20:42:18 +00:00
rickg%netscape.com
78febf230b
changed default font-size for viewsource; r=none;
1999-10-21 20:34:02 +00:00
evaughan%netscape.com
b50e520eca
Fixed some warnings: reviewed -hyatt
1999-10-21 20:17:51 +00:00
kipp%netscape.com
6da34edb78
new
1999-10-21 16:20:53 +00:00
troy%netscape.com
01cf059769
r=kipp@netscape.com
...
Added API to get/set properties on frames. Also changed nsContainerFrame
to use a property to implement the frame overflow list. This saves 4 bytes
per container frames
1999-10-21 05:11:43 +00:00
karnaze%netscape.com
f6bb8a295b
bug 14915 - fix crash.
1999-10-21 00:11:55 +00:00
rods%netscape.com
65832c10f9
removed the PR_MAX forcing the y offset to be zero or greater. Not sure why it was doing this.
...
r=kmcclusk Bug #16152
1999-10-21 00:06:23 +00:00
rods%netscape.com
7e0d0084d1
added check for null frame. The child frame can be null when a comment node exists as
...
one of the children of the select. r=kmcclusk, Bug #16355
1999-10-20 23:35:38 +00:00
pierre%netscape.com
a4d21ee991
#15636 "Cleanup build warnings". Some compilers issued a "hidden virtual method" warning because only one of the two implementations of GetDesiredSize() was overridden. r=slamm.
1999-10-20 23:30:29 +00:00
rods%netscape.com
7c9efc7940
added code to the destructor to make sure the list get rolled up.
...
r=kmcclusk bug 15912
1999-10-20 21:59:04 +00:00
scc%netscape.com
fcc6a10651
eliminate warnings, r=shaver
1999-10-20 18:59:00 +00:00
kipp%netscape.com
6a175cffab
new
1999-10-20 15:31:51 +00:00
kipp%netscape.com
4c8e33c6e4
Use local images
1999-10-20 15:31:26 +00:00
kipp%netscape.com
6c78bec768
Made test run locally without a net
1999-10-20 15:31:11 +00:00
dcone%netscape.com
f7a59c1299
Fixed the rounded border rendering code to obey solid, and none style types.
...
Also bumped all the rounded rects onto pixel boundaries before rendering.
1999-10-20 14:46:27 +00:00
karnaze%netscape.com
6c97985da7
Remove caching cell spacing as margin on cells, reducing 16 bytes and avoiding potentially unique style contexts; simplified cell margin calculations; r=troy
1999-10-20 14:18:56 +00:00
evaughan%netscape.com
0dc0b76629
fixed numerous warnings. Reviewed by Hyatt.
1999-10-20 00:46:21 +00:00
kipp%netscape.com
82503e1e88
Added new test
1999-10-19 23:53:31 +00:00
pollmann%netscape.com
3f7f96a925
Bug 15729: Fall back to content when getting text value; r=vidur
1999-10-19 23:43:58 +00:00
kipp%netscape.com
806ab6962c
Added more tests
1999-10-19 23:04:55 +00:00
kipp%netscape.com
82ba23d0a5
new
1999-10-19 23:04:33 +00:00
kipp%netscape.com
db2e83b3f1
Fixed O(N^2) debug logic bug; speed up paint loop by avoiding painting too much now that we have combined-area (bug 7455, 12297)
1999-10-19 23:04:19 +00:00
kipp%netscape.com
c0b2e2a313
update to new nsTextTransformer api
1999-10-19 23:01:58 +00:00
kipp%netscape.com
0c68b7cb66
r=ftang; rewrite to fix 16656, parts of 7455
1999-10-19 23:01:45 +00:00
nisheeth%netscape.com
f485a1ad04
Changes should not affect the build. Renaming the RAPTOR_PERF_METRICS ifdef to MOZ_PERF_METRICS.
1999-10-19 22:27:20 +00:00
dp%netscape.com
9874dc7ab6
Removing prototype of NS_NewDocumentElementFrame. r=evaughan
1999-10-19 21:40:54 +00:00
rods%netscape.com
4c51b590ad
cleaned up warning, result hidding another, r=kmcclusk, (no bug)
1999-10-19 19:59:06 +00:00
rods%netscape.com
62c0f338c7
fixed several warning and fixed setting the wrap property enum to off r=kmcclusk, bug 16770
1999-10-19 19:58:07 +00:00
rods%netscape.com
55cea5cd58
removed comma after last enum, warning clean up, r=kmcclusk (no bug)
1999-10-19 19:56:35 +00:00
troy%netscape.com
2b99b1cbdc
b=16781, r=vidur@netscape.com
...
Re-ordered destructor to delete maps after destroying the frame hierarchy
1999-10-19 19:06:37 +00:00