Commit Graph

4480 Commits

Author SHA1 Message Date
troy%netscape.com
0b93c37f4f Changed GetAbsoluteContainingBlock() to return relatively positioned
block-level and inline-level elements as well
1999-04-20 22:08:33 +00:00
pinkerton%netscape.com
520356c625 create xul slider, spinner, scrollbar, font and color pickers 1999-04-20 21:57:41 +00:00
kipp%netscape.com
187be6b63f Tweaked FindLineContaining to return the index in the line where the frame is found 1999-04-20 21:52:22 +00:00
kipp%netscape.com
2970e96968 Removed debris 1999-04-20 21:51:56 +00:00
troy%netscape.com
8644de12ff Changed GetAbsoluteContainingBlock() to be a little smarter about verifying
the frame is an area frame
1999-04-20 21:51:55 +00:00
kipp%netscape.com
44f26158bb Fixed up insertion code to support inserting blocks; tweaked FirstChild impl to work better; removed some no longer needed code 1999-04-20 21:51:39 +00:00
kipp%netscape.com
4760249344 Fixed bug where image loading during stopped state would not properly set the out parameter 1999-04-20 21:50:32 +00:00
pinkerton%netscape.com
97279e29ba new atoms for slider, spinner, scrollbar, color and font pickers. 1999-04-20 21:50:11 +00:00
kipp%netscape.com
25a5f607a8 Added (disabled) refcnt logging 1999-04-20 21:49:53 +00:00
pinkerton%netscape.com
b77d6218ba adding slider, scrollbar, spinner, font and color pickers to build. 1999-04-20 21:45:35 +00:00
av%netscape.com
096226647f Turning on previous changes 1999-04-20 21:45:26 +00:00
pinkerton%netscape.com
ca0f65130e make a slider, not a spinner. doh! 1999-04-20 21:43:09 +00:00
pinkerton%netscape.com
3aeac2fe48 First Checked In. 1999-04-20 21:39:52 +00:00
syd%netscape.com
65b71910d3 For Unix only (Gtk+): make the default rendering mode Gfx. The Gtk+
implementation is buggy, and we'll eventually be going in this direction anyway
of using gfx to render controls. Need to take out this #ifdef eventually for
Win and Mac.

To enable the native widgets, edit ~/.mozilla/prefs50.js, and add the line
user_pref("nglayout.widget.mode", 1);.
1999-04-20 21:34:34 +00:00
av%netscape.com
7a990f37bf Added width and height attributes for images 1999-04-20 21:07:26 +00:00
troy%netscape.com
c68d3e2fd0 Changed CreateContinuingFrame() to know about positioned inline
frames
1999-04-20 20:00:52 +00:00
troy%netscape.com
b952773b92 Added GetFrameType() member function 1999-04-20 19:11:37 +00:00
troy%netscape.com
daf0a5b6a6 Added positionedInlineFrame atom 1999-04-20 18:27:37 +00:00
troy%netscape.com
b53b212ff3 Atom name changes 1999-04-20 18:23:13 +00:00
troy%netscape.com
1570eb63cb Moved blockFrame and inlineFrame atoms to nsLayoutAtoms 1999-04-20 18:22:47 +00:00
troy%netscape.com
0f73d45160 Change to atoms 1999-04-20 18:22:28 +00:00
troy%netscape.com
5faf7aa9cf Added blockFrame and inlineFrame 1999-04-20 18:20:52 +00:00
peterl%netscape.com
485a627711 tweaks to style change handling to ensure that children are handled when parent doesn't change... 1999-04-20 14:23:18 +00:00
peterl%netscape.com
f7c79764b1 turned off style rule hash debugging code 1999-04-20 14:22:37 +00:00
rickg%netscape.com
e1012f40b9 sync with nsString2 API 1999-04-20 07:20:21 +00:00
troy%netscape.com
0e556164c5 Commented out code in GetAdditionalChildListName() that checked whether
there was a bullet and conditionally nsLayoutAtoms::bulletList because
that change broke absolute positioning (area frame depends on the index
numbers)
1999-04-20 05:03:29 +00:00
troy%netscape.com
19fbe432b9 Part of a fix for bug #5264. CantRenderReplacedElement() no longer asserts for
INPUT elements
1999-04-20 03:57:01 +00:00
kipp%netscape.com
33e9707bbb Work around append frames bug (by breaking insert!) for now; added some asserts hither and yon to help prevent furthur regressions like this 1999-04-20 03:42:32 +00:00
troy%netscape.com
8eaead0110 Fix for the layout crash in bug #5263 1999-04-20 02:51:07 +00:00
hyatt%netscape.com
48b9b00410 Changes so that content shells added underneath chrome shells cause
a notification to be fired to the chrome shell.
1999-04-20 01:56:07 +00:00
kipp%netscape.com
5ccd9c28e6 Work around windoze compiler lossage 1999-04-20 01:53:28 +00:00
kipp%netscape.com
55f7b6edca Make build work on mac 1999-04-20 01:49:51 +00:00
kipp%netscape.com
6a0e2e2f55 Added -moz-line-frame for first-line support 1999-04-20 00:29:48 +00:00
kipp%netscape.com
211ca77ef3 Create continuing line frames 1999-04-20 00:28:58 +00:00
kipp%netscape.com
1ada64d1cd Support first-line style 1999-04-20 00:28:40 +00:00
kipp%netscape.com
d1c19b975e Implement first-line support; update some api's to use nsIPresContext*'s instead of nsIpresContext&'s 1999-04-20 00:27:43 +00:00
kipp%netscape.com
747aed0e8c Switch to nsIPresContext*'s instead of nsIPresContext&'s 1999-04-20 00:27:08 +00:00
kipp%netscape.com
4e13edb1f1 removed dead comment info 1999-04-20 00:26:47 +00:00
kipp%netscape.com
85d4c50b17 Updated to new nsIHTMLReflow method signatures 1999-04-20 00:26:32 +00:00
kipp%netscape.com
39f3954168 Added lineFrame 1999-04-20 00:26:09 +00:00
kipp%netscape.com
31660cd5c2 Added NewFIrstLineFrame 1999-04-20 00:25:48 +00:00
kipp%netscape.com
799e9be55b Updated args to use ptrs instead of refs 1999-04-20 00:25:34 +00:00
kipp%netscape.com
04ad2a5b6f Added nsFirstLineFrame subclass; move class decl out to header file 1999-04-20 00:25:12 +00:00
kipp%netscape.com
138e73d3f2 Renamed header file 1999-04-20 00:24:32 +00:00
kipp%netscape.com
bfa935e427 Tweaked verify-reflow implementation 1999-04-20 00:24:21 +00:00
kipp%netscape.com
ba08510759 Eliminate a bunch of warnings 1999-04-20 00:23:33 +00:00
kipp%netscape.com
9e94548447 nuked 1999-04-20 00:23:13 +00:00
kipp%netscape.com
13fa4dfe48 new 1999-04-20 00:23:05 +00:00
kipp%netscape.com
1e5bc6c757 Added first line support methods 1999-04-20 00:22:58 +00:00
peterl%netscape.com
5548b30fa8 sync to new state change api 1999-04-20 00:06:58 +00:00