Commit Graph

15129 Commits

Author SHA1 Message Date
hyatt%netscape.com
91364acc34 Getting rid of a conflict that I had. 1999-01-27 07:23:58 +00:00
hyatt%netscape.com
b0f9e290a5 Tweaking XUL frame construction. Also adding in a temporary tweak to
keep a NOTYETIMPLEMENTED from firing when an attribute in XML is
changed.  (Making it do a reflow rather than a reframe.)
1999-01-27 07:22:05 +00:00
mcafee%netscape.com
c9e9df3419 Adding pure target to run purify (Solaris) 1999-01-27 07:17:32 +00:00
sfraser%netscape.com
9a905477aa Return a result (duh) from InitNativeWindow() 1999-01-27 06:47:08 +00:00
coop%netscape.com
fc64b44984 NOT YET PART OF SEAMONKEY:
* fixed XPT_SizeOfHeader. It wasn't actually walking the annotations, but it does now.
* added some basic dumping code to SimpleTypeLib. Currently only the headers can be dumped. Once XDR read code is up and running, this dumping code will become a separate utility, most likely under a libxpt/tools subdir.
1999-01-27 06:32:57 +00:00
saari%netscape.com
4999ccae6a Adding a nsnull check before we call through a returned pointer. Breaking on linux 1999-01-27 06:01:38 +00:00
troy%netscape.com
1741d8cae3 Changed Reflow() to take into account absolutely positioned child
frames when computing the desired size
1999-01-27 05:58:43 +00:00
ramiro%netscape.com
8fb4952bb4 Fix it for real this time. I thought i fixed before. Why is this so hard ? 1999-01-27 05:55:09 +00:00
troy%netscape.com
ff371f2925 Added work-in-progress for 'fixed' positioning 1999-01-27 05:37:55 +00:00
troy%netscape.com
fd60d0f87e Added helper function IsAbsolutelyPositioned() to nsStylePosition 1999-01-27 05:35:54 +00:00
sfraser%netscape.com
8564accdcd Changes to avoid using window refCons for raptor data. Store a list of windows in nsMacMessageSink, pass all events to the sink, and return a boolean for handled status. In the window, add and remove raptor windows from the list. 1999-01-27 05:24:26 +00:00
sfraser%netscape.com
6e3b00d540 Fix menu ID conflict between Print one column, and tree view menu items. 1999-01-27 05:22:06 +00:00
sfraser%netscape.com
9a4ac794ae Added a method to nsBrowserWindow to allow platform-specific subclasses to set up native window data on window creation. On Mac, the viewer uses the window refCon to store an nsBrowserWindow now. Also fixed menu item numbering, as two different items were using 2000. 1999-01-27 05:21:43 +00:00
sfraser%netscape.com
88f0c9245d Added a method to nsBrowserWindow to allow platform-specific subclasses to set up native window data on window creation. On Mac, we use this to set refCon data. On other platforms, it's just a stub. 1999-01-27 05:20:43 +00:00
briano%netscape.com
8ab8a1400f Automated update 1999-01-27 05:15:34 +00:00
ramiro%netscape.com
ebc4d392ab Add xpfe/browser/public to build. 1999-01-27 05:13:41 +00:00
pollmann%netscape.com
4716eac6b9 Bug 2370: FreeBSD 3.0 patches 1999-01-27 05:10:54 +00:00
ramiro%netscape.com
40c9c81e4b Ignore generated files. 1999-01-27 05:09:47 +00:00
mcafee%netscape.com
5854a9b69e ignore generated Makefile 1999-01-27 05:06:20 +00:00
sfraser%netscape.com
028c391b41 Fix the about box so that it doesn't refer to PowerPlant 1999-01-27 05:05:52 +00:00
rods%netscape.com
e65332688f Added setting of the initial URL in the URL Bar 1999-01-27 04:53:10 +00:00
ramiro%netscape.com
a9923daa01 Add makefile to unbreak build. 1999-01-27 04:49:35 +00:00
gagan%netscape.com
00d7f6af59 Replaced default 4.05 with 5.0 for User agent string. 1999-01-27 04:28:34 +00:00
mscott%netscape.com
64f34fb645 Externally define msg_LineBuffer.... 1999-01-27 04:23:11 +00:00
rods%netscape.com
45ef69a207 Added BUTTON.ROLLOVER and BUTTON.DIABLED pseudo-classes 1999-01-27 04:22:35 +00:00
saari%netscape.com
48601665e3 mozilla/widget/src/xpwidgets/nsBaseWidget.h uncommented nsIMenuListener *mMenuListener for XPToolkit menus Index: nsBaseWidget.cpp =================================================================== RCS file: /m/pub/mozilla/widget/src/xpwidgets/nsBaseWidget.cpp uncommented mMenuListener code for XPToolkit menus 1999-01-27 04:20:20 +00:00
mscott%netscape.com
f405a11f9a Include rdf to fix build breakage when nsIMsgFolder started inheriting from an RDF interface.... 1999-01-27 04:19:26 +00:00
rods%netscape.com
89dd7013c7 Implemented the window.print() method 1999-01-27 04:15:19 +00:00
rods%netscape.com
afa1a733ff Commented out the MACRO for for settting and getting the disabled attribute
I implemented them fully so I code set the "disabled" pseudo-class properly
1999-01-27 04:13:44 +00:00
sdagley%netscape.com
4ce26fdce3 First Checked In. 1999-01-27 04:12:38 +00:00
sdagley%netscape.com
82d5bff1c1 Updating so that builds on the Mac will use a SIOUX console window rather than writing to a file (which doesn't work unless running under the debugger for an undetermined reason). 1999-01-27 04:11:54 +00:00
rods%netscape.com
f065094abf Added rollover pseudo-class processing for mouse enter and exit 1999-01-27 04:09:12 +00:00
rods%netscape.com
fe87365bf2 Fixed up the UI, added the status bar 1999-01-27 04:03:46 +00:00
mscott%netscape.com
9e1d7b3368 Use nsMsgFolderFlags.h instead of msgFolderFlags.h... 1999-01-27 04:03:17 +00:00
rods%netscape.com
1601763249 Added a lot code for M1 1999-01-27 04:02:33 +00:00
mscott%netscape.com
f1f8ea56df Export nsMsgPtrArray.h and nsMsgGroupRecord.h 1999-01-27 04:02:04 +00:00
mscott%netscape.com
0a6810b20c include rosetta.h in this file. 1999-01-27 03:58:45 +00:00
rods%netscape.com
bd295f6007 initial checkin 1999-01-27 03:55:39 +00:00
troy%netscape.com
b8a53effbd Changed nsAbsoluteItems to be a derived class of nsFrameItems 1999-01-27 03:53:54 +00:00
mscott%netscape.com
fc8f4e1fe7 Export nsINNTPCategoryContainer.h 1999-01-27 03:52:53 +00:00
rods%netscape.com
8759206a92 I uncommented out the progation of the EndLoadURL notification 1999-01-27 03:50:10 +00:00
alecf%netscape.com
d3e1b21178 whoops, this was the wrong name for this file 1999-01-27 03:49:09 +00:00
troy%netscape.com
303956b39c Added nsLayoutAtoms::fixedList for specifying the name of the additional
child list for 'fixed' elements
1999-01-27 03:48:39 +00:00
alecf%netscape.com
90cc579a1c adding utility macros to implement XPIDL-generated getter/setter methods 1999-01-27 03:34:53 +00:00
alecf%netscape.com
1630b5ff23 updated to use more standard naming conventions and added function descriptions 1999-01-27 03:28:20 +00:00
troy%netscape.com
b63b2eb881 Hooked printing back up. It was a casuality of the viewport changes 1999-01-27 03:24:12 +00:00
alecf%netscape.com
8f69509b5c remove some cruft, fix some indenting 1999-01-27 03:12:49 +00:00
alecf%netscape.com
ca38dfb9ae add nsNNTPHost to build 1999-01-27 03:12:24 +00:00
wtc%netscape.com
aeaecc7b0e Bugsplat bug #340901: On AIX, PR_TransmitFile calls the new send_file()
system call if it is available.  The patch is contributed by IBM's
Anthony Moore <anthonym@npec.netscape.com>.
1999-01-27 03:12:16 +00:00
alecf%netscape.com
a75da9a89d slight case change in new interface 1999-01-27 03:12:11 +00:00