Commit Graph

5807 Commits

Author SHA1 Message Date
law%netscape.com
9951d60432 Enabled new Details... button on Default Browser dialog 1998-08-13 06:44:47 +00:00
law%netscape.com
2e9b7582bd Added #define for new Details... button on Default Browser dialog 1998-08-13 06:42:19 +00:00
law%netscape.com
5d66aba2b4 New 'default browser' interface 1998-08-13 06:36:39 +00:00
law%netscape.com
23e8a773fa Adding support for new 'desktop' preferences 1998-08-13 06:34:31 +00:00
vidur%netscape.com
51fe5f427d Implemented Reload() on nsIWebShell 1998-08-13 04:49:16 +00:00
vidur%netscape.com
c07c4a5ef1 Correctly implemented reload 1998-08-13 04:48:57 +00:00
wtc%netscape.com
1b8f8755bf Deleted the code that sets BYTE_ORDER to LITTLE_ENDIAN on Linux, whic
on big-endian machines.  Use __osf__ instead of __alpha to identify
Digital Unix, which has <machine/endian.h>.
Files changed: mozilla/include/mcom_db.h, mozilla/dbm/include/mcom_db.h.
1998-08-13 04:47:03 +00:00
clayton
1c55aaf8d0 Removed a few stale files
Updated the MANIFEST to reflect these removals
Made a few minor changes to the top bits of test_api
1998-08-13 04:40:02 +00:00
wtc%netscape.com
267d484791 Use $< so that VPATH works. 1998-08-13 04:39:45 +00:00
wtc%netscape.com
3562329355 Increase the timer interval from 1ms to 8ms. 1998-08-13 04:38:42 +00:00
vidur%netscape.com
90f219c74e Added modifyHistory option to LoadURL. 1998-08-13 04:36:42 +00:00
vidur%netscape.com
c9ac421d98 Added better handling of search component of URL. Added GetSearch() method to nsIURL. 1998-08-13 04:35:37 +00:00
wtc%netscape.com
9fdb1ea9fd OPTIMIZER: use -O2 in optimized builds. Do not use -g (for now) in
debug builds because it would produce a huge executable.
1998-08-13 04:35:20 +00:00
vidur%netscape.com
50187fd7d0 Implemented window.location 1998-08-13 04:34:53 +00:00
clayton
43db33bc18 Release Notes 1998-08-13 04:34:42 +00:00
clayton
ae36fc1653 Fixed the documentation a bit. Still needs lots of work. 1998-08-13 04:11:20 +00:00
spider%netscape.com
2a3c365acc Create a GC for toplevel window to. Some app's need to modify that
DC also.
1998-08-13 02:36:40 +00:00
mcafee%netscape.com
2304713878 Backing out stubs, waiting for mac. 1998-08-13 01:04:47 +00:00
michaelp%netscape.com
ec31b76e60 fixed build. 1998-08-13 00:07:09 +00:00
michaelp%netscape.com
b59035b2ae fixed crash where widgets would return null clientdata because they were going
away, but the view was assuming the clientdata was non-null.
1998-08-13 00:03:41 +00:00
mcafee%netscape.com
3d2bdcb120 Checking in stubs for FE_CheckConfirm() and FE_SelectDialog() to match backend changes from danm. 1998-08-13 00:02:06 +00:00
joki%netscape.com
c316d58438 Adding url and lineno to script evaluation 1998-08-12 23:37:50 +00:00
toshok%netscape.com
479b020a61 Fix non windows build - FE_CheckConfirm needs to have the same number of arguments in both the XP_WIN/not XPWIN cases. 1998-08-12 22:59:36 +00:00
radha%netscape.com
1159971950 Cut and refresh context menus fixed. basic code for "rename" context menu. It doesn't work though. 1998-08-12 22:55:16 +00:00
toshok%netscape.com
602bdc8f86 add elements for SUPER and SUB, so that we don't lose the basline adjustment on resize (bug 313426). 1998-08-12 22:33:32 +00:00
joki%netscape.com
3c6cb25a6b Fix script src equals problem when src contained in quotes. 1998-08-12 22:28:50 +00:00
mccabe%netscape.com
8ae7434b2b Towards running w/o crashing on alpha linux; add -mieee flag to ask
the compiler to puhleeze let us used denormalized floating point
values, as required by the ECMA spec.  Thanks to various contributors,
including Torsten R�ger <torsten@ponton-hamburg.de>, for working on
numeric issues.  Fix courtesy wtc.
1998-08-12 22:09:21 +00:00
michaelp%netscape.com
891419af3d with -np plugins will no longer be initialized due to frames. 1998-08-12 22:06:00 +00:00
karnaze%netscape.com
73e4145994 fixed destructor problems causing www.goto.com to crash when hitting a link 1998-08-12 21:50:11 +00:00
danm%netscape.com
f144820e06 XP_WIN versions of the privacy FE dialogs 1998-08-12 21:46:09 +00:00
joki%netscape.com
4eedd54c45 Change so browser window doesn't assume it has toolbars. 1998-08-12 21:41:05 +00:00
spider%netscape.com
cc68685429 win fix 1998-08-12 21:36:51 +00:00
saari%netscape.com
976bf283da Mac only I/O buffer size increases Eliminating speed bottlenecks. 1998-08-12 21:30:26 +00:00
kmcclusk%netscape.com
da4a394f63 Removed bogus ValidateDocData, XP_ReBuffer and XP_Trace stubs. They exists in
their correct form in nsStubs.cpp
1998-08-12 21:24:25 +00:00
wtc%netscape.com
a7d686be89 Linux/Alpha needs the -mieee compiler flag to turn on IEEE floating
point arithmetics.
1998-08-12 21:18:20 +00:00
michaelp%netscape.com
aa7f5d1453 we now allocate a single offscreen buffer. 1998-08-12 21:17:52 +00:00
kmcclusk%netscape.com
daa45238f8 Added output to indicate when a stubbed function is called. 1998-08-12 21:13:52 +00:00
kmcclusk%netscape.com
f413ee27d8 Added stubs for ValidateDocData XP_ReBuffer and XP_Trace to
get Linux build to work.
1998-08-12 21:04:30 +00:00
kipp%netscape.com
d5931797aa Allocate IID's for nsLoggingSink and nsILoggingSink 1998-08-12 21:04:13 +00:00
ftang%netscape.com
ed49410e8f add vps.u{f,t} . Thanks Van Le <levan@hotmail.com> from the net 1998-08-12 21:00:20 +00:00
ftang%netscape.com
1d93fbfb78 add credit lines 1998-08-12 20:58:12 +00:00
leif
eb02bf2f05 *** empty log message *** 1998-08-12 20:56:38 +00:00
rjc%netscape.com
3252efac4f Small context changes for HT_Properties() and HT_Find(). 1998-08-12 20:17:23 +00:00
rods%netscape.com
4ead1bd614 Changed the WindowStyle so the scrollbar appears when the list is larger
than the given bounding rectangle.
1998-08-12 20:10:41 +00:00
rods%netscape.com
4d6426e924 Change the calculation of how big the dropdown list should be. The max size
is now 20.
1998-08-12 20:05:25 +00:00
rjc%netscape.com
11329ecec7 Export XP_StripLine (needed by RDF) 1998-08-12 19:58:53 +00:00
rjc%netscape.com
5f7d8eb417 Fix SMART_MAIL for Mac. 1998-08-12 19:58:08 +00:00
kmcclusk%netscape.com
803289486a Save the alpha buffer in a member variable. 1998-08-12 19:57:05 +00:00
kmcclusk%netscape.com
cdbadaf7fb Added unix support for PR_ProcessPendingEvents. 1998-08-12 19:54:39 +00:00
kmcclusk%netscape.com
b4ba2fc20f Added support for PR_ProcessPendingEvents. This allows the unix viewer to
support clicks on links + submitting form data.
1998-08-12 19:52:03 +00:00