Commit Graph

1042 Commits

Author SHA1 Message Date
kipp@netscape.com
ea36a75c90 Cleanup moz-decl-counter usage and fix NS_LOG_ADDREF usage 1999-10-08 20:41:19 +00:00
warren@netscape.com
525b59f80b Fixed AddRef/Release problems to eliminate negative refcounts in Bloaty. 1999-10-08 01:49:06 +00:00
kipp@netscape.com
aaa6f675e0 Added in ctor/dtor counting 1999-10-05 14:53:40 +00:00
kipp@netscape.com
8f2b7bc943 backed out dps erroneous fix 1999-10-05 01:44:35 +00:00
dp@netscape.com
3fde63ba9a Fixing build bustage. 1999-10-05 01:25:55 +00:00
kipp@netscape.com
a8b2439136 r=troy; missed checkin from last weeks module carpool 1999-10-04 23:56:57 +00:00
nisheeth@netscape.com
85da66d866 Move implementation of nsITimeRecorder from the pres context to the style set. 1999-09-20 06:53:40 +00:00
rpotts@netscape.com
17f3a2f093 Changed GetDocumentLoadGroup(...) to be XPCom complient. THis helps prevent leaks when using nsCOMPtrs. 1999-09-18 06:34:24 +00:00
slamm@netscape.com
b7d41cbb41 Add newline to file. 1999-09-18 02:19:47 +00:00
nisheeth@netscape.com
6c73d67b9a Make nsPresContext implement the nsITimeRecorder interface. This interface is used by the pres shell to tell the pres context to stop the stopwatch that measures time spent in style resolution. 1999-09-17 20:32:45 +00:00
troy@netscape.com
a87522f67b Fix for bug #13780. Added NULL pointer check to PreferenceChanged() 1999-09-14 22:16:42 +00:00
dcone@netscape.com
5c1d649ee0 Turned on the Mac GFX Widget code 1999-09-14 21:32:27 +00:00
peterl@netscape.com
e5ddf7d01a added look and feel accessor to pres context 1999-09-10 05:51:08 +00:00
kmcclusk@netscape.com
cab3fcdcd7 Changed widget rendering mode default from partial-gfx to gfx for Linux and WIN32. 1999-09-09 19:43:27 +00:00
peterl@netscape.com
60c7404515 added reparent style context 1999-09-03 23:35:41 +00:00
kmcclusk@netscape.com
81ba1bcf9a Backing out to PartialGfx instead of full Gfx mode. 1999-08-20 18:57:32 +00:00
kmcclusk@netscape.com
f29674f152 bug #5944, Changed default widget rendering mode from PartialGfx to Gfx 1999-08-19 22:38:44 +00:00
peterl@netscape.com
6d1e03ee35 added note 1999-08-08 01:14:50 +00:00
kmcclusk@netscape.com
60dbde5045 Enable PartialGfx rendering as the default widget rendering mode. 1999-07-21 23:12:23 +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
peterl@netscape.com
01b75c1ff1 fix layout atoms api 1999-07-18 00:16:01 +00:00
peterl@netscape.com
bd5afc9a33 made compatibility mode pref an override of auto 1999-07-07 01:21:25 +00:00
warren@netscape.com
5c242fc2d3 Fix for necko crash trying to load pages with images. 1999-07-03 08:56:26 +00:00
warren@netscape.com
c56575d679 Renamed nsIURLGroup to nsILoadGroup in preparation for necko. 1999-06-25 02:17:37 +00:00
warren@netscape.com
753ac43fff Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too. 1999-06-23 03:29:44 +00:00
buster@netscape.com
15170c116a added support for style contexts getting background and font defaults from
the pres context.
1999-06-12 22:31:15 +00:00
alecf@netscape.com
f5ba46c4ca GetCharPref is going away for nsIPref scriptability - use CopyCharPref instead 1999-05-28 00:51:34 +00:00
vidur@netscape.com
a364672196 Enabled the frame loader to work without a specified frame. This is used for precaching images. 1999-05-07 00:06:03 +00:00
ramiro@netscape.com
2b53437212 Part of fix for bugs 4445, 4768. Let the default rendering mode on unix
be "native" as it is on mac and win.
1999-05-03 21:32:15 +00:00
pinkerton@netscape.com
ac0a4243e1 fix win32 bustage. 1999-04-30 09:52:22 +00:00
pinkerton@netscape.com
5ec4702d7e pinkerton/scc. appr chofmann. Bug #4127, et al. Fixing ownership models (more work to come). 1999-04-30 09:04:36 +00:00
kipp@netscape.com
fe54f6083e Remember to stop image loads to break connection back to pres context 1999-04-23 19:57:49 +00:00
kipp@netscape.com
7d18de79fc Fixed bug where image loading during stopped state would not properly set the out parameter 1999-04-20 21:50:32 +00:00
syd@netscape.com
e8e8ec1be5 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
kipp@netscape.com
df75bc18e5 Reworked to support mulitple frames per image loader 1999-04-13 21:49:28 +00:00
mcmullen@netscape.com
e247e9cc89 Since I changed prefapi.h to use prtypes instead of the obsolete XP_ things, I have to change calls to match. 1999-04-02 20:41:58 +00:00
kmcclusk@netscape.com
73485522a4 gfx vs native widget rendering can now be specified in the viewer at run-time.
Added methods to GetWidgetRenderingMode and SetWidgetRenderingMode in nsPresContext
Removed NS_GFX_RENDER_FORM_ELEMENTS define, now it uses the GetWidgetRenderingMode
method on the rendering context.
Resurrected Rod's listbox frame-based widget code.
Added -moz-option-selected pseudo attribute to control the appearance of selected items for the listbox frame-based widget.
Added a style rule with attribute selector for -moz-option-selected to the ua.css style sheet.
Modifed nsView::SetVFlags to do a bitwise or instead of bitwise and to set flags.
Modified nsView::HandleEvent to compare mVFlags with NS_VIEW_FLAG_DONT_CHECK_CHILDREN
1999-03-02 22:43:26 +00:00
kipp@netscape.com
9803c4d525 Support desired image size during loading 1999-02-26 17:02:37 +00:00
ftang@netscape.com
68b515801a change font preference code so it will pick the font setting for the defalt charset instead of always latin 1. Reviewed by peterl, kipp and troy 1999-02-17 15:52:02 +00:00
troy@netscape.com
602de2f255 Fixed some errors related to switch to using nsCOMPtr 1999-02-12 18:41:26 +00:00
kipp@netscape.com
74b2988510 COMized nsIPresShell and nsIPresContext 1999-02-12 17:45:58 +00:00
troy@netscape.com
e841825bc2 Changed ResolveStyleContextFor and ResolvePseudoStyleContextFor to use pointer
arguments instead of references for OUT parameters
1999-02-11 15:53:26 +00:00
troy@netscape.com
b4f8c0fbbe Changed some nsIFrame member functions to use ** instead of *& for OUT
paremeters
1999-02-10 00:42:56 +00:00
troy@netscape.com
5f09e64e3b Work-in-progress for replaced elements that can't be rendered 1999-02-04 17:03:46 +00:00
peterl@netscape.com
2a250898af better base url support
Checkin during red tree approved by sar
1999-01-15 02:07:46 +00:00
troy@netscape.com
54df92ac77 Renamed FindFrameWithContent() to GetPrimaryFrameFor() 1998-12-29 04:45:18 +00:00
warren@netscape.com
4aaec0bad1 Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener. 1998-12-16 05:40:20 +00:00
peterl@netscape.com
c417ab0e48 added nsLayoutAtoms 1998-12-02 00:32:20 +00:00
kipp@netscape.com
0594f7329d XPCOMized more of the API; added new operator to avoid future bugs; implement Stop method 1998-11-26 18:10:10 +00:00
kipp@netscape.com
120af4909f Added some debug noise (disabled by default) for image loading 1998-11-23 17:18:34 +00:00