karnaze%netscape.com
|
dc7e454eb3
|
bug 145305 - split floaters during printing. sr=attinasi, r=alexsavulov.
|
2002-05-28 22:50:43 +00:00 |
jst%netscape.com
|
c510ff0346
|
Fixing bug 146034. Getting rid of nsHTMLIIDs.{h,cpp}. r=jfrancis@netscape.com, sr=rpotts@netscape.com
|
2002-05-23 00:00:34 +00:00 |
bzbarsky%mit.edu
|
49d64d1d61
|
Fix positioning of fixed and absolute positioned blocks with auto left
or top. Bug 126213, r=dbaron, sr=attinasi
|
2002-05-17 00:05:27 +00:00 |
bzbarsky%mit.edu
|
207e2df2e0
|
Make incremental reflow of fixed-position tables happier. Bug 94009,
r=dbaron, sr=attinasi
|
2002-05-14 01:44:00 +00:00 |
waterson%netscape.com
|
926ecba1d9
|
Bug 129115. Change the reflow path from a list structure to a tree structure to amortize state recovery and damage propagation costs. Eliminate table timeout reflows. r=kin,karnaze,rods,rbs; sr=attinasi
|
2002-05-10 18:22:41 +00:00 |
bzbarsky%mit.edu
|
d88b4deaa4
|
Account for scrollbar in incremental reflow of fixed-pos elements. Bug
130002, r=dbaron, sr=attinasi, a=roc+moz
|
2002-03-12 15:29:33 +00:00 |
waterson%netscape.com
|
cf319e2bda
|
Bug 115113. Eliminate nsIReflowCommand, and just use nsHTMLReflowCommand directly. r=karnaze, sr=attinasi.
|
2001-12-17 22:39:59 +00:00 |
karnaze%netscape.com
|
de4569576e
|
bug 113424 - mechanism for percent height frames inside table cells to receive special height reflow. sr=attinasi, r=alexsavulov
|
2001-12-07 14:51:12 +00:00 |
karnaze%netscape.com
|
40c7483281
|
bug 103925 (2nd patch) - flag pixel rounding errors in display reflow debugging. sr=attinasi, r=bernd
|
2001-11-14 13:40:03 +00:00 |
bzbarsky%mit.edu
|
0dce65ed23
|
Use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2 where possible
(i.e. where the string is a literal). Bug 104159, r=jag, sr=alecf
|
2001-11-14 01:33:42 +00:00 |
attinasi%netscape.com
|
c78eb318ca
|
Elimiate calls to nsFrame::Invalidate when the dirtyRect is empty. Also, removed some invalid code from nsFrame::Invalidate and added DEBUG check to catch later offenders. b=103266 r=rbs sr=hyatt
|
2001-11-06 01:44:20 +00:00 |
karnaze%netscape.com
|
16dee217fc
|
bug 103925 - general reflow debugging capability. sr=attinasi, r=alexsavulov
|
2001-10-29 01:43:59 +00:00 |
gerv%gerv.net
|
f385eb981a
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
dbaron%fas.harvard.edu
|
05d405b5d8
|
Make fixed positioning code check for NS_AUTOOFFSET to fix positioning of auto-sized fixed positioned elements relative to bottom or right. b=98579 r=waterson sr=attinasi
|
2001-09-17 23:55:58 +00:00 |
waterson%netscape.com
|
292424d20a
|
Bug 55086. Change nsContainerFrame::PositionFrameView() to position child views. Eliminate the |aView| parameter from that method, because the view can be retrieved from the frame and need not be done by the caller. Eliminate the NS_FRAME_NO_MOVE_CHILD_VIEWS flag, which was read-only; i.e., never set by anyone. r=dbaron, sr=attinasi
|
2001-09-05 20:27:19 +00:00 |
roc+%cs.cmu.edu
|
b90fd2dc64
|
Fix calculation of scrollbar widths for laying out fixed-position frames. Also make sure that the fixed frames are reflowed if scrollbar widths change. Fix for bug 5195. r=evaughan,sr=attinasi
|
2001-04-17 01:45:38 +00:00 |
rods%netscape.com
|
c81b2c3b26
|
removing most all NS_DEFINE_IID and replacing them with NS_GET_IID macros
Bug 61274, r=buster sr=waterson
|
2001-01-04 20:44:42 +00:00 |
rods%netscape.com
|
9d45d84767
|
Add ifdef'ed Performance Reflow Counting code
|
2000-04-21 14:59:47 +00:00 |
dbaron%fas.harvard.edu
|
fd5dc605d2
|
Fix event targetting bugs by using paint layers in GetFrameForPoint, testing for visibility, and trying GetFrameForPoint on additional views if one fails. r=joki@netscape.com(, hyatt@netscape.com) b=12232,20051,21304,24474,26785, and remaining issues from 23161.
|
2000-03-22 02:43:08 +00:00 |
troy%netscape.com
|
5386fb954a
|
b=24343 r=karnaze@netscape.com Changes so we properly lay out after changing
the font using the pref UI. Block and table code changed to handle
eReflowReason_StyleChange
|
2000-03-15 15:16:03 +00:00 |
troy%netscape.com
|
73a3709284
|
b=21657 a=chofmann@netscape.com Made "overflow list" a full fledged
child list and changed ReparentFrameView() to check it.
|
2000-01-22 01:16:50 +00:00 |
troy%netscape.com
|
3c7966f705
|
Change to how overflow is handled for absolutely positioned elements.
We no longer use nsIAraeFrame and now it's folded into the overflow
area in the reflow metrics
|
1999-12-06 15:49:53 +00:00 |
hyatt%netscape.com
|
16a944a1e3
|
Implementing a generalized recycler and arena for all layout frames. Hoping to improve
bug #9489. Should also definitely fix bug #15916. r=troy
|
1999-12-04 23:49:50 +00:00 |
tbogard%aol.net
|
a0640b60c4
|
Changed nsIPresContext& to nsIPresContext*. Changed nsEventStatus& to nsEventStatus*. Now more compatible with XPIDL. a=vidur r=scc
|
1999-11-24 06:03:41 +00:00 |
troy%netscape.com
|
df581eb873
|
b=19374. Restored some code I unintentionaly removed in previous checkin.
Now after Reflow() of child frame "kidRect.width" and "kidRect.height" are
updated
|
1999-11-19 22:04:01 +00:00 |
troy%netscape.com
|
fe56995443
|
WillReflow/DidReflow changes and changes to the way view positioning
and sizing works
|
1999-11-19 15:33:29 +00:00 |
dmose%mozilla.org
|
42fc94a6ec
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
troy%netscape.com
|
04accb3de6
|
Moved a bunch of stuff out to a nsIFrameDebug interface
|
1999-11-01 22:12:45 +00:00 |
troy%netscape.com
|
effb3aefb7
|
Folded reflow functions into nsIFrame and eliminated nsIFrameReflow and
nsIHTMLReflow. This saves 4 bytes per frame and cleans things up
|
1999-10-30 02:52:11 +00:00 |
troy%netscape.com
|
a47e8db44b
|
Changed SetView/GetView to take an additional argument which is the
pres context
|
1999-10-26 04:44:41 +00:00 |
danm%netscape.com
|
fe1d16cc98
|
implemented intrinsic sizing method on DOM Window
|
1999-09-03 22:41:56 +00:00 |
kipp%netscape.com
|
dff5b76938
|
Updated SizeOf methods to not waste space when doing a non-debug build
|
1999-09-01 01:02:16 +00:00 |
kipp%netscape.com
|
fd426dec6a
|
Reimplemented SizeOf methods in some of the frame classes; partial rework of first-line handling snapshot
|
1999-08-31 03:09:40 +00:00 |
troy%netscape.com
|
af3ef58730
|
Changed root frame class over to new reflow command handling
|
1999-07-27 14:15:42 +00:00 |
troy%netscape.com
|
c06a058608
|
Moved code that repaints after a resize or initial reflow to the viewport
|
1999-07-24 15:18:24 +00:00 |
troy%netscape.com
|
13778e63f7
|
Changed to use the new reflow command handling
|
1999-07-24 03:59:47 +00:00 |
troy%netscape.com
|
537d74d82c
|
Renamed some nsFrameList member functions
|
1999-07-22 04:00:57 +00:00 |
troy%netscape.com
|
9fdbc7ced3
|
Renamed DeleteFrame() to Destroy()
|
1999-07-22 02:24:52 +00:00 |
troy%netscape.com
|
06f806dfd8
|
Added 'm' prefix to a couple more data members of nsHTMLReflowState struct
|
1999-07-20 03:51:46 +00:00 |
troy%netscape.com
|
a6aae963a7
|
Added 'm' prefix to some of the nsHTMLReflowState data members
|
1999-07-20 03:41:03 +00:00 |
hyatt%netscape.com
|
2af7a6b407
|
Checking in support for intrinsic sizing of chrome.
|
1999-07-04 04:09:54 +00:00 |
kipp%netscape.com
|
fea30bc4eb
|
Reworked frame factory methods; fixed bug 4519
|
1999-05-11 22:03:29 +00:00 |
troy%netscape.com
|
ae25a99e7a
|
Eliminated some code that's no longer needed now that the info is in the
HTML reflow state
|
1999-03-06 01:48:28 +00:00 |
kipp%netscape.com
|
29893a7946
|
use new nsHTMLReflowState ctors
|
1999-03-05 04:29:11 +00:00 |
troy%netscape.com
|
99ecf5d560
|
Added frame-type atoms for area,scroll,viewport,root,page frame classes
|
1999-02-14 03:47:33 +00:00 |
kipp%netscape.com
|
5a554d526e
|
COMized nsIPresShell and nsIPresContext
|
1999-02-12 17:45:58 +00:00 |
troy%netscape.com
|
c37ccfbc4c
|
Changed GetNextSibling() to use a pointer argument instead of a reference
|
1999-02-10 06:13:38 +00:00 |
troy%netscape.com
|
5c3d1395f3
|
Changed a bunch more nsIFrame member functions to be pointer arguments
instead of references
|
1999-02-10 05:38:18 +00:00 |
troy%netscape.com
|
a9159f71d6
|
Changed GetAdditionalChildListName() and FirstChild() to use ** instead
of *&
|
1999-02-10 02:25:01 +00:00 |
troy%netscape.com
|
39aa151a8c
|
Improvements to fixed positioning
|
1999-02-03 17:01:51 +00:00 |