Commit Graph
216 Commits
Author SHA1 Message Date
troy@netscape.com eb6dbc050c Fix for bug #12997 1999-09-02 05:21:39 +00:00
kipp@netscape.com f732090ee8 Disable empty text frame removal; tweaked a few lines to be more compiler friendly 1999-09-01 01:00:25 +00:00
waterson@netscape.com f9ebbf9fad Fix nsCOMPtr --pedantic bustage. 1999-08-31 07:14:54 +00:00
kipp@netscape.com 3dbd670c62 Reimplemented SizeOf methods in some of the frame classes; partial rework of first-line handling snapshot 1999-08-31 03:09:40 +00:00
sspitzer@netscape.com 98787e3020 fix pedantic build bustage. 1999-08-28 16:55:31 +00:00
hyatt@netscape.com 115765fc48 Enabling tree row frames. 1999-08-28 00:45:18 +00:00
kipp@netscape.com fef377f27e Fixed crash when a frame is skipped and we are in a first-letter situation (doh) 1999-08-27 22:53:18 +00:00
kipp@netscape.com c8a21e7e5e Revamped to create/destroy manage first-letter frames so that incremental operations (append/insert/remove) work properly 1999-08-27 21:46:10 +00:00
evaughan@netscape.com 845d115056 Fixed to gfx scrollbar.
Fixed some blockers.
1999-08-27 06:06:39 +00:00
pinkerton@netscape.com 6a76af7f57 remove nsTriStateCheckboxFrame.cpp 1999-08-27 03:41:43 +00:00
rods@netscape.com 5b644e2d13 Fixed the initialization of the scroll frame for list boxes, the parameters had been incorrectly changes for version 1.20
Add addtional safety code for dynamically adding items to list boxes when in native widget mode
1999-08-25 13:42:59 +00:00
hyatt@netscape.com c2b7128f2a More anonymous content goodness. 1999-08-25 10:26:41 +00:00
hyatt@netscape.com feb5420ee5 Teaching the tree widget how to make anonymous content. 1999-08-25 05:52:10 +00:00
hyatt@netscape.com 39333e0ced Making a tree outer frame that is constructed instead of a table outer frame
(for trees only of course).
1999-08-24 00:44:21 +00:00
rods@netscape.com 4c5e6144f0 Fixes crash on start up of mail news 1999-08-23 20:59:08 +00:00
rods@netscape.com af62817327 Adde code to return the nsListControlFrame frame when adding frames to the combobox. This fixes Bug #11693 1999-08-23 14:05:39 +00:00
evaughan@netscape.com b3b0d5ed1c xpscrollbars 1999-08-19 22:16:23 +00:00
ducarroz@netscape.com f0e00ce196 Create an autocomplete text widget if needed 1999-08-19 22:11:03 +00:00
rods@netscape.com cf3cc2f8fd For generated content that gets its value from an attribute, it now creates a new object nsIAttributeContent which goes and gets the current value when needed. 1999-08-19 14:29:55 +00:00
rods@netscape.com a0d2e045a3 added an extra check to make sure we have a valid child frame. childFrame could be null when native widgets are turned on 1999-08-10 21:28:06 +00:00
kmcclusk@netscape.com c440633943 Rewrote nsButtonControlFrame. It is now based on nsHTMLButtonControlFrame.
Added style rules to set submit, reset, and browse buttons default labels.
1999-08-10 19:13:57 +00:00
morse@netscape.com d7e28a479c avoid an uninitialized memory access 1999-08-08 19:16:09 +00:00
morse@netscape.com f9ba3a8f03 fix a crash in cookie viewer 1999-08-08 18:10:19 +00:00
peterl@netscape.com 6c98352deb cleaned up style contexts of viewport and friends 1999-08-08 01:16:50 +00:00
rods@netscape.com dc7cd5256b Fixed build breakage, passing in wrong variable, and it was uninitialized. 1999-08-06 21:45:14 +00:00
bienvenu@netscape.com f3dd01d8dc fix build bustage for rods 1999-08-06 21:43:33 +00:00
rods@netscape.com fc5b8fe31e Added RemoveDummyFrameFromSelect method for removing the dummy frame when the select is empty, finished adding the code to completely handle the creating and removing of the dummy frame. 1999-08-06 21:14:45 +00:00
hyatt@netscape.com 6b3be9bdf2 Popup set frames can be created. 1999-08-06 19:20:56 +00:00
rods@netscape.com fdf78b2fde Added code to create and remove the generated content and frame when the select has no options. This necessary for correct sizing of the select when empty. 1999-08-06 14:11:14 +00:00
pierre@netscape.com 9e5067f4cd breaking up gfx & native widgets 1999-08-06 05:11:39 +00:00
troy@netscape.com a07d692708 Added NULL pointer check for frame manager in DeletingFrameSubtree() 1999-08-05 03:30:09 +00:00
troy@netscape.com d2e28c48a0 Changed frame construction code to use frame manager when modifying frame
model
1999-08-05 03:09:22 +00:00
pinkerton@netscape.com 292675313f removing the TOOLBAR_DD #ifdef's. 1999-08-04 20:16:31 +00:00
rods@netscape.com 1881e2c5d6 Added the style context to the CreateInputFrame method, the pseudoContext
was not being created with it's parent and needed to be. Fixes Bug #10716
1999-08-03 14:41:48 +00:00
hyatt@netscape.com f9c919b756 Phase 3. Enabling XP menus on the menu bar. 1999-07-31 11:29:03 +00:00
rickg@netscape.com 9e8c855244 replaced calls to deprecated nsString API 1999-07-26 00:37:24 +00:00
troy@netscape.com ce310fc14f Fix for bug #10268. I used '&&' when I really meant to use '||' and that caused us
to create the wrong type of frame for relatively positioned H1 elements
1999-07-24 23:08:34 +00:00
peterl@netscape.com a767a54df3 added basic support for inline-block 1999-07-24 19:01:43 +00:00
troy@netscape.com d08706a0e6 Fixed a problem in ContentRemoved() where for fixed position frames the
wrong child list name was being used
1999-07-24 03:58:35 +00:00
hyatt@netscape.com 9c2e727d5c Adding the capability to distinguish menus and menu items. 1999-07-23 05:11:49 +00:00
vidur@netscape.com fedbce2269 Forms can now be container content. 1999-07-22 23:28:16 +00:00
hyatt@netscape.com 5e0bd70ffc Fixing my while loops. They could crash under rare circumstances. 1999-07-22 10:06:38 +00:00
troy@netscape.com d6f5216441 Renamed DeleteFrame() to Destroy() 1999-07-22 02:24:52 +00:00
hyatt@netscape.com 65c6f47f71 Crash without these null checks. 1999-07-21 00:17:39 +00:00
hyatt@netscape.com 6c4af4e96b Introduced an infinite loop (sigh). Fixing the problem. 1999-07-21 00:11:23 +00:00
hyatt@netscape.com 98ec626beb Had messed up tree widget code on removal, insertion, and append. Fixed now. 1999-07-20 23:24:10 +00:00
kmcclusk@netscape.com 1e6157fdaf nsPresContext.cpp,.h - Added eWidgetRendering_PartialGfx as a rendering mode to PresContext.
ua.css - Added select[multiple] rule for multi-select listboxes without a size
Fixed form submission for gfx checkboxes,radiobuttons, and select by rewriting GetNamesValues.
Added nsListControlFrame::GetSizeAttribute and nsListControlFrame::GetNumberOfRows
Added logic to nsCSSFrameConstructor::ConstructSelectFrame and nsListControlFrame::Reflow
to handle the case of a multiselect select without a size specified.
1999-07-20 22:32:41 +00:00
hyatt@netscape.com 06248baa4e Forget the scrolling frame on menus. I don't need it to make this work. 1999-07-20 07:29:22 +00:00
hyatt@netscape.com 6994f2731a Making sure the pseudo stuff gets handled for the XP menu object. 1999-07-20 07:19:22 +00:00
hyatt@netscape.com 413882a17b Making sure some of the XUL frames get properly wrapped in scroll frames. 1999-07-20 07:03:16 +00:00