rods%netscape.com
aa71eea6d7
Bug fixes for memory crash, and added blue triangle instead of red line
1998-08-07 16:14:07 +00:00
joki%netscape.com
c947a7da15
Fix mouseover in url messages by initializing event result messages.
1998-08-07 08:11:20 +00:00
joki%netscape.com
c6c0021911
Added support for click event on form buttons
1998-08-07 05:19:07 +00:00
joki%netscape.com
9cb79b1687
Adding window.open method, fixing editormode in release builds, various event fixes
1998-08-07 04:45:03 +00:00
peterl%netscape.com
7c644d95bd
fixed processing of font face (preserve original quotes)
1998-08-07 02:17:56 +00:00
peterl%netscape.com
184554a885
save quote char on string tokens
1998-08-07 02:17:10 +00:00
peterl%netscape.com
711e9a2d5e
fixed font face support
1998-08-07 02:16:38 +00:00
buster%netscape.com
79c1b74a7a
synch with branch
...
fixed the following bugs: 312653 312656 312655
the fixes were:
1. cells now inherit their bgcolor from the row, if available. This is the
Nav4 way of drawing row bgcolor, rather than having the row paint its own bgcolor. (Troy, I intend to make this conditional
based on the compatibility mode)
2. colspans across cols that are all specified width no longer try to proportionately
divide the width of the span between the cols. see http://www.city.net (now it's really fixed, without breaking nested tables in
constrained situations.) A happy side effect is nested tables in general behave better when constrained.
3. min table sizes are fixed, so min width changes to content now effect the
table correctly during incremental reflow. This fixes the table layout portion of the bugs on the http://www.aol.com/corp tree.
Rick will check in the other half of this fix soon. Until then, don't expect to see much improvement.
4. fixed bug 312799. Table cell now always reserve at least the maxElementSize
of its content, fixing problems when desiredSize<maxElementSize
1998-08-07 02:11:51 +00:00
kipp%netscape.com
ed342c9a6c
Fixed embed/flush-text bug #312433
1998-08-07 01:49:12 +00:00
kipp%netscape.com
8a88e31cb1
Landed changes made on branch (bug #312572 )
1998-08-06 19:52:48 +00:00
karnaze%netscape.com
a906af34fb
implemented border, frameborder attributes in <frameset>
1998-08-06 19:40:37 +00:00
rods%netscape.com
5fccb3fd81
Memory Leak in selection and a crash bug where a stack varible is being deleted.
1998-08-06 19:28:44 +00:00
rods%netscape.com
cc8fe3270d
Fixed: Links now work.
...
Fixed: Selection cursor no longer shows when clicking on a link.
(These are the same fixes as Stability branch bugs 312562 and 312563)
1998-08-06 16:29:45 +00:00
joki%netscape.com
98d57cce13
Fix links not working.
1998-08-06 07:55:05 +00:00
rods%netscape.com
7dcb5fc234
Additional selection changes
1998-08-05 22:38:24 +00:00
karnaze%netscape.com
8cdf00711c
support for frameset cells without frames, fixed nsCSSRendering paint background divide by zero
1998-08-05 22:24:56 +00:00
rods%netscape.com
34c7b49f32
Fixed a warning in SelectAll
1998-08-05 22:23:03 +00:00
kipp%netscape.com
6320072fb6
Added decls for framesets
1998-08-05 22:08:33 +00:00
pierre%netscape.com
ba71521ad0
added several files in "base", "events" and "html/document" groups
1998-08-05 08:29:20 +00:00
michaelp%netscape.com
2de3fff6bf
added tags for plugins.
1998-08-05 04:22:51 +00:00
karnaze%netscape.com
ee42a9cf3b
fixed bug when size=0 is specified on form control
1998-08-05 02:16:26 +00:00
kipp%netscape.com
0ab074cc00
Added an assertion and a little more debug noise when nspr logging is maxed out
1998-08-05 01:43:42 +00:00
kipp%netscape.com
f3c99bef88
Use flexible library naming
1998-08-05 01:40:20 +00:00
kipp%netscape.com
b2995cbf59
Fix windows build to use js3250.dll
1998-08-05 01:33:07 +00:00
kipp%netscape.com
7f87aceca7
Init refcnt for html anchor rules
1998-08-04 23:06:39 +00:00
troy%netscape.com
faeb2e1fc8
Removed some annoying printf messages
1998-08-04 21:44:42 +00:00
kipp%netscape.com
8336495451
Reworked floater handling and sanitized space manager usage
1998-08-04 21:18:16 +00:00
kipp%netscape.com
b89e62ef43
Updates for better floater support
1998-08-04 21:17:56 +00:00
kipp%netscape.com
4c615158e5
Cleanup frame-first-reflow bit
1998-08-04 21:17:18 +00:00
kipp%netscape.com
ae175bee39
snapshot
1998-08-04 21:16:58 +00:00
kipp%netscape.com
76ee6f6886
Tell line layout about floater
1998-08-04 21:16:32 +00:00
kipp%netscape.com
8b5c4ba1ab
Enable refresh after document is loaded
1998-08-04 21:16:13 +00:00
karnaze%netscape.com
f76f781af8
form submission on carriage return in some cases; replaced NS_RELEASE with NS_IF_RELEASE in nsFrame destructor
1998-08-04 18:19:51 +00:00
buster%netscape.com
f8fb32ab12
removed an overly-aggressive assertion that prevents nested tables from laying out
1998-08-04 17:16:56 +00:00
buster%netscape.com
3aa831cc71
backed out a mistake from my last checkin. table min sizes are ok again
1998-08-04 00:56:57 +00:00
vidur%netscape.com
856891ed81
Added document.forms. Specialized interfaces for images and forms. Better handling of childNodes collection.
1998-08-04 00:05:22 +00:00
rods%netscape.com
d2d63295af
Fixed the release problem on shell and doc and added a default paramenter to
...
Display Selection
1998-08-03 23:39:16 +00:00
troy%netscape.com
51a8b8dc9a
Added ASSERT for the case where we get passed a reflow reason of initial
...
when we've already been reflowed once
1998-08-03 23:29:35 +00:00
rods%netscape.com
e5af87628b
Small selection fix, force update when frane changes but content stays the same.
1998-08-03 22:53:27 +00:00
rods%netscape.com
eefb22bc87
Added ref counting for nsIContent, made selection rendering changes
1998-08-03 22:23:32 +00:00
rods%netscape.com
283a8c963e
Added ref counting for nsIContent and made a a lot of fixes to selection
1998-08-03 22:22:27 +00:00
rods%netscape.com
b2aa449610
Added ref counting on nsIContent and changed select all to only select the body
...
and it's content
1998-08-03 22:21:53 +00:00
rods%netscape.com
7ca2c5414e
Added ref counting on nsIContent
1998-08-03 22:20:41 +00:00
rods%netscape.com
c09f6b9e1b
Added ref counting
1998-08-03 22:19:40 +00:00
buster%netscape.com
5fb7fd0dc2
fixed this case: (an image tag with no width attribute) inside (a specified-width column) inside
...
(a nested table with specified width) inside (an auto-width column)
inside (a specified-width table). Got that?
The problem was that we we not setting state correctly during incremental reflow
when the image returned its proper metrics after giving default metrics that
were for its ALT text.
1998-08-03 20:27:59 +00:00
kipp%netscape.com
f13723d5d8
Fixed reference counting bugs with OPTION tag handling
1998-08-03 19:21:26 +00:00
karnaze%netscape.com
94ba1901d6
fixed bug where <select> assummed all children were <option>s
1998-08-03 19:04:55 +00:00
kipp%netscape.com
d000582645
Undid previous change because it didn't work right (doh)
1998-08-03 18:12:42 +00:00
kipp%netscape.com
1bc8c6c12a
Disable VerifyTree for now
1998-08-03 18:12:13 +00:00
buster%netscape.com
87f4d49865
HR's min width is its specified width, if there is one.
...
Otherwise, it's one pixel for "springy-ness"
1998-08-03 17:17:50 +00:00