karnaze%netscape.com
|
abbe1cf13e
|
fixed bug 1696
|
1998-11-30 18:19:21 +00:00 |
|
karnaze%netscape.com
|
d875aa2aec
|
changed frameset layout algorithm. fixed bugs 728, 1075, 1494 and half of 1486
|
1998-11-28 18:59:38 +00:00 |
|
michaelp%netscape.com
|
8732a493d7
|
fixed memory leak.
|
1998-11-28 04:24:46 +00:00 |
|
kipp%netscape.com
|
0de0988eb8
|
disabled another printf; use web-shell destroy to properly whack the sub-webshell
|
1998-11-26 18:13:13 +00:00 |
|
kipp%netscape.com
|
bffc589afc
|
whitespace tweak
|
1998-11-26 18:08:27 +00:00 |
|
karnaze%netscape.com
|
b1329e6aa4
|
fixed the crash on bug 1588 (rsac.org). There is still a scrolling problem
|
1998-11-25 18:11:26 +00:00 |
|
joki%netscape.com
|
2b2bfb85dd
|
Add missing coordinate transform to getFrameForPoint
|
1998-11-24 20:31:21 +00:00 |
|
joki%netscape.com
|
e7f70ce9ce
|
Add click event support for every element and initial keypress event support
|
1998-11-24 07:46:58 +00:00 |
|
karnaze%netscape.com
|
0e745ed3b7
|
<frame> now uses <base> for its src attribute
|
1998-11-24 02:01:45 +00:00 |
|
kipp%netscape.com
|
2fb0e7ca92
|
Let style override the cursor choice when using an image map
|
1998-11-23 22:21:13 +00:00 |
|
kipp%netscape.com
|
7ce43732e5
|
Walk up the content-parent so that style is applied appropriately for cursor selection
|
1998-11-23 22:20:50 +00:00 |
|
karnaze%netscape.com
|
60510b81aa
|
fixed bug 1479 (wsj.com crash)
|
1998-11-23 17:37:46 +00:00 |
|
troy%netscape.com
|
f8167669a4
|
Added missing NS_RELEASE of the content object in GetMarginHeight()
|
1998-11-21 17:30:41 +00:00 |
|
troy%netscape.com
|
2ba5d0b0ac
|
Added NS_RELEASE to fixed memory leak after calling ChildAt()
|
1998-11-21 17:22:31 +00:00 |
|
troy%netscape.com
|
9b6b15c587
|
Improved efficiency by avoiding the dreadfully slow NS_MakeAbsoluteURL() and
only setting the image loader's URL and base URL for the initial reflow
|
1998-11-21 04:04:41 +00:00 |
|
joki%netscape.com
|
b3039514cf
|
Fixing a submit/reset event bug, frame destruction reentrancy bug, and an imagemap bug.
|
1998-11-21 00:19:36 +00:00 |
|
kipp%netscape.com
|
11b6602001
|
Support margins on the child frame
|
1998-11-20 22:27:33 +00:00 |
|
kipp%netscape.com
|
12c4f09bc1
|
Disable fixed behavior when we are shrink wrapping so that floating tables (for example) can ignore their width if necessary
|
1998-11-20 22:24:20 +00:00 |
|
kipp%netscape.com
|
be3aca0f4e
|
Added support for StyleChanged reflow reason
|
1998-11-20 17:41:44 +00:00 |
|
kipp%netscape.com
|
8a2735c01b
|
Added mBorderPadding to cache computed value in case percentages are used; renamed class to nsImageFrame
|
1998-11-20 17:21:02 +00:00 |
|
kipp%netscape.com
|
c9013931ab
|
Use revised API's for computing the border/padding
|
1998-11-20 17:20:29 +00:00 |
|
kipp%netscape.com
|
7b0a080513
|
Use revised API's to get percentage padding/borders value right
|
1998-11-20 17:18:58 +00:00 |
|
kipp%netscape.com
|
deb074f83f
|
Updated leaf api's to better support caching of computed border/padding when percentages are used
|
1998-11-20 17:13:02 +00:00 |
|
troy%netscape.com
|
79aed9646d
|
Added temporary workaround to image frame code to compensate for the fact
that HandleEvent() and GetCursor() are being called with the point not being
translated to the frame's local coordinate space
|
1998-11-20 06:31:55 +00:00 |
|
kipp%netscape.com
|
9582e9f3ec
|
Improved the regression dump data somewhat
|
1998-11-19 18:51:53 +00:00 |
|
kipp%netscape.com
|
157425553e
|
Override FrameForPoint so that floaters/bullets get events
|
1998-11-19 18:09:57 +00:00 |
|
kipp%netscape.com
|
f120c59e08
|
Factored out FrameForPoint code into one that takes a particular list
|
1998-11-19 18:09:03 +00:00 |
|
kipp%netscape.com
|
50e5afb598
|
Added XMLQuote to quote special characters; changed MakeFrameName to avoid needing quoting
|
1998-11-19 17:55:22 +00:00 |
|
kipp%netscape.com
|
a6926809f0
|
Added DumpRegressionData; revised ListTag; added GetFrameName
|
1998-11-19 17:22:29 +00:00 |
|
troy%netscape.com
|
89d24c72ce
|
Fixed it so that we don't ignore painting child frames of a parent frame
thas has "visibility:hidden", because child elements can override their
parent's visibility
|
1998-11-19 03:52:29 +00:00 |
|
joki%netscape.com
|
65520ba928
|
Modify event flow to avoid walking into trashed frames.
|
1998-11-19 00:43:36 +00:00 |
|
troy%netscape.com
|
d4cf65cd18
|
Changed Reflow() to make sure that the child is sized at least as big as the max size
we gave it as part of the reflow command
|
1998-11-18 23:49:44 +00:00 |
|
troy%netscape.com
|
9d1564cf4a
|
Added some constants to use when referring to child list name indices
|
1998-11-18 06:13:58 +00:00 |
|
joki%netscape.com
|
77fd9c2652
|
Reworking internal event code to use nsIFrame::GetFrameForPoint
Adding new functionality through nsEventStateManager (cursor change, enter/exit events, tab navig)
|
1998-11-18 05:25:26 +00:00 |
|
peterl%netscape.com
|
265c4ca8a7
|
cleaned up cursor style handling
|
1998-11-18 02:11:54 +00:00 |
|
peterl%netscape.com
|
7675978299
|
fixed comment
|
1998-11-18 02:08:30 +00:00 |
|
amusil%netscape.com
|
e960e8007a
|
Bug fix for 1201. Now use the size parameters from the object tag as a determinant of size.
|
1998-11-17 23:29:20 +00:00 |
|
kipp%netscape.com
|
552551e512
|
Revised max-element-size computation somewhat so that floaters are accounted for better
|
1998-11-17 22:28:51 +00:00 |
|
troy%netscape.com
|
4f1b20b058
|
Fixed CreateWrapperFrame() so it resets the geometric and content parent pointers
of the frame being wrapped
|
1998-11-17 05:47:06 +00:00 |
|
troy%netscape.com
|
688027c9d3
|
Fixed problem that caused Mac build to break
|
1998-11-17 02:37:47 +00:00 |
|
vidur%netscape.com
|
026c273104
|
Changes to allow disabling and enabling of style sheets. Introduced ReconstructFrames to nsIFrameConstructor. CSSStyleSheets now remember their document. Temporary fix to allow text content inside CSS tables.
|
1998-11-17 02:14:38 +00:00 |
|
kipp%netscape.com
|
2757f6e3d4
|
Fixed up incremental reflow for content-changed and removed floaters
|
1998-11-17 01:04:45 +00:00 |
|
kipp%netscape.com
|
389de1de86
|
Added in nsHTMLReflowState argument to ReflowFrame so that callers can properly initialize it
|
1998-11-17 01:04:21 +00:00 |
|
kipp%netscape.com
|
b1f6b6473f
|
Tidy up; added some tracing
|
1998-11-17 01:03:59 +00:00 |
|
kipp%netscape.com
|
b4c8bce4e2
|
Removed DidReflow hack again
|
1998-11-17 01:03:41 +00:00 |
|
troy%netscape.com
|
bb256efbb7
|
Changed Reflow() to deal with reflow commands targeted at the root frame
|
1998-11-16 23:16:03 +00:00 |
|
troy%netscape.com
|
a435cf3ef5
|
Reinstated hack to have the placeholder frame forward the DidReflow() notification
to the floated frame. Needed until the block frame properly handles FirstChild()
and returns the list of floated frames
|
1998-11-16 18:33:21 +00:00 |
|
troy%netscape.com
|
d6a65c024a
|
Split class declaration out into a separate header file so the body frame
can be a derived class
|
1998-11-16 17:11:12 +00:00 |
|
kipp%netscape.com
|
11b65a83d4
|
Removed extraneous bullet padding that was left-over from the pre-pseudo-style days
|
1998-11-15 01:17:05 +00:00 |
|
kipp%netscape.com
|
40136f9ee9
|
Tidy the max-element-size code
|
1998-11-15 01:13:25 +00:00 |
|