Commit Graph

5937 Commits

Author SHA1 Message Date
mcafee%netscape.com
220f75a65a Some libraries (jpeg, xpcom) include nsprpub header files and need to know about USE_PTHREADS for some platforms (SparcLinux/RH5.1). 1998-08-15 01:27:17 +00:00
mcafee%netscape.com
dd7d28a33a Moving USE_PTHREADS define over to mozilla/config/config.mk, more than jpeg needs this. 1998-08-15 01:25:44 +00:00
mcafee%netscape.com
6720421d25 jpeg includes nsprpub header files and thus needs to know about USE_PTHREADS for some platforms. Fixes SparcLinux. 1998-08-15 01:19:59 +00:00
morse%netscape.com
b58ee92ed8 fix problems in signon viewer 1998-08-15 01:18:40 +00:00
morse%netscape.com
e9120b7a73 fix problems in cookie viewer 1998-08-15 01:17:50 +00:00
law%netscape.com
b062514f40 Fixing bug in Default Browser dialog's Details... button processing 1998-08-15 01:01:32 +00:00
law%netscape.com
f23d98687d Adding Control Panel extension; not part of build process yet 1998-08-15 00:23:37 +00:00
radha%netscape.com
ce483ec411 Declare fe_getPixelFromRGB explicitly to fix bustage in IRIX 6.2 1998-08-15 00:20:10 +00:00
joki%netscape.com
8947ec6532 Sanity check return values on window.parent, window.top 1998-08-15 00:13:51 +00:00
gagan%netscape.com
e58285dea7 First Checked In. 1998-08-14 23:48:05 +00:00
toshok%netscape.com
59727c8a6b Track guha's change to allxpstr.rc 1998-08-14 23:44:26 +00:00
scullin%netscape.com
39b83242e3 Checked in api changes and some other small changes from the branch. 1998-08-14 23:08:54 +00:00
kmcclusk%netscape.com
6686da4b00 Now detects Alt key during keypress and mouse events. 1998-08-14 22:58:07 +00:00
thom%netscape.com
3db22f6e5c add nsJLocation and nsLocation to project file 1998-08-14 22:53:51 +00:00
kmcclusk%netscape.com
5fb49c9439 Now sets shift and control fields in the mouse and keyboard events properly. 1998-08-14 22:47:38 +00:00
joki%netscape.com
1a37c2ec6c Modify window.open method to use sizing and location parameters 1998-08-14 22:31:38 +00:00
leif%netscape.com
66807acdf1 *** empty log message *** 1998-08-14 22:10:29 +00:00
kmcclusk%netscape.com
739a4842f2 Fixed keycode translation. Now Page_Up Page_Down Arrow and control keys can
be detected.
1998-08-14 22:07:52 +00:00
leif%netscape.com
90214f1e18 *** empty log message *** 1998-08-14 22:03:08 +00:00
leif%netscape.com
fa5f8d1457 *** empty log message *** 1998-08-14 21:45:39 +00:00
thom%netscape.com
6915e471fa added nsIRefreshUrl.h to manifest 1998-08-14 21:35:42 +00:00
rods%netscape.com
292e621cb9 Added Page Up, Page Down, Arrow up and Arrow Down key processing. 1998-08-14 21:13:40 +00:00
kmcclusk%netscape.com
83b9b44800 Changed DispatchMouseEvent to take a & (ref). 1998-08-14 21:09:36 +00:00
troy%netscape.com
fadc4d4beb Changed destructor to release reference to child form element, and
changed Release() to not check for external references to child form
elements
1998-08-14 21:03:16 +00:00
ftang%netscape.com
eef538da8f add vni support from the net for WinFE. Thansk Van Le <levan@hotmail.com> and folks 1998-08-14 20:40:27 +00:00
ftang%netscape.com
28608737d1 Check in new version of vietnam.c Thansk Van Le <levan@hotmail.com> and folks 1998-08-14 20:39:52 +00:00
ftang%netscape.com
b3c4920b8d add additional interface. Thansk Van Le <levan@hotmail.com> and folks 1998-08-14 20:39:29 +00:00
ftang%netscape.com
a35b117876 fix typo for last check in 1998-08-14 20:38:08 +00:00
ftang%netscape.com
4cfd0d54e5 remove obsolete csid 1998-08-14 20:37:06 +00:00
uid402
6a6206f740 Changed the install instructions in the README slightly. 1998-08-14 20:36:55 +00:00
troy%netscape.com
98936027ef Changed NS_NewHTMLInputFile() to release reference to onput text and
input browse content objects
1998-08-14 20:36:36 +00:00
joki%netscape.com
1acbae35a9 Fix queryinterface calls on window.top and window.parent 1998-08-14 20:36:31 +00:00
ftang%netscape.com
b399de37e7 fix assert problem after add csid 1998-08-14 20:35:18 +00:00
uid402
42e565bbbd Perl script to install the Perl binaries without the Makefile. Platform
independent.
run: perl install-bin
1998-08-14 20:32:35 +00:00
scullin%netscape.com
3b6e7bf11c Added a COM false value. 1998-08-14 20:17:20 +00:00
radha%netscape.com
adcf718132 Set HT properties for the tree view and titlebar. 1998-08-14 20:08:14 +00:00
radha%netscape.com
51a2628e71 Register the NavCenter Context menu and HT pane with the XP api. 1998-08-14 20:06:37 +00:00
radha%netscape.com
72a909b31d Fix scrollbar warning messages that appear with opening NavCenter 1998-08-14 20:05:37 +00:00
buster%netscape.com
c024161837 * migrated and improved some fixes from the branch to the tip
* fixes sample6, yahoo resizing
* added BasicTableLayoutStrategy::ColIsSpecifiedAsMinimumWidth helper function,
which tells us if the given column has a width attribute that means "make me as small as possible"
* nsTableFrame methods now no longer use mCellMap directly, they ask for it from
GetCellMap which gets the cell map from the first-in-flow.  Only the first-in-flow has a
cell map because the cellmap refers to the table as a single object, not to each table frame.
* Likewise, continuing table frames do not call BalanceColumnWidths or SetTableWidth
which are "global" operations.  Responsibility for these lies with the first-in-flow.
1998-08-14 16:16:43 +00:00
troy%netscape.com
358b26c689 Added NS_RELEASE in ProcessTEXTAREATag(). This fixes a problem with
text area content objects being leaked
1998-08-14 05:21:43 +00:00
troy%netscape.com
c161f261c1 Added NS_RELEASE of list box widget interface pointer 1998-08-14 04:45:30 +00:00
danm%netscape.com
9d916ee0d8 fix compilation error 1998-08-14 03:44:39 +00:00
troy%netscape.com
c804eb4ad1 Added NS_IF_RELEASE(mAttributes) to destructor 1998-08-14 03:32:39 +00:00
ramiro%netscape.com
81ce0b5a07 Add tool tips. 1998-08-14 03:19:24 +00:00
ramiro%netscape.com
0f0096929e Fix geometry management. 1998-08-14 03:19:04 +00:00
ramiro%netscape.com
c993d0a22d Add combo test. 1998-08-14 03:06:39 +00:00
ramiro%netscape.com
97906a6662 Update link behavior test. 1998-08-14 03:06:01 +00:00
cmanske%netscape.com
d2e9510479 Fixed bug that prevented placing caret in empty table cell 1998-08-14 03:04:11 +00:00
cmanske%netscape.com
c64558bcfa Tweaked fix for 311835 1998-08-14 02:44:43 +00:00
cmanske%netscape.com
9790320057 Tweaked fix for 312346 - enable OK button after automatically filling in Alt Text field in dialog 1998-08-14 02:35:41 +00:00