Commit Graph

45334 Commits

Author SHA1 Message Date
kipp%netscape.com
82071e4e95 Disabled some of my own debugging noise 1999-10-29 02:17:55 +00:00
rhp%netscape.com
ed196216e3 Fix for message display - Bug #17481 - r: jefft 1999-10-29 02:17:10 +00:00
ssu%netscape.com
ffb8aa030f fixing bugs #16935 and #11581. r=dvedtiz.
The first fix reverses the way xpinstall aborts/cleans up itself.  The
correct way is to undo the commands it ran in backwards order.

The second fixes problem with a install.js script not having called
finalizeInstall() yet still installing files.
1999-10-29 02:15:56 +00:00
kipp%netscape.com
0e326d49bf nuked another silly warning because I got tired of seeing it 1999-10-29 02:06:33 +00:00
kipp%netscape.com
10949bfd27 I added logic to the viewers browser window to disable javascript initiated popups during web crawling; I also fixed the web crawler to only initiate a new load after a previous document ends not a subdocument (again!) 1999-10-29 02:06:09 +00:00
kipp%netscape.com
2a1378d3ff I added logic to the viewers browser window to disable javascript initiated popups during web crawling 1999-10-29 02:05:16 +00:00
gagan%netscape.com
a4cb24fb47 Fixed bug 17393. We were firing an OnStopRequest for redirect's response completion. That messes up imagelib which starts to reset/abort streams. r=waterson 1999-10-29 01:55:58 +00:00
kipp%netscape.com
4b3c19334b r=troy; fixed code to properly remove reflowc ommands when cancelling 1999-10-29 01:53:56 +00:00
wtc%netscape.com
d62cb68cf5 Need to set the reuseaddr socket option before PR_Bind, now that
PR_Bind no longer sets that option automatically (see Bugzilla #17184).
1999-10-29 01:41:34 +00:00
wtc%netscape.com
f0f6a95346 Bugzilla bug #15858: fixed compiler warnings. 1999-10-29 01:33:54 +00:00
jj%netscape.com
ca44765fb8 added [xpiengine] module and rename 'ChromeRegistry' to 'ChomeRegistry' to be consistent with this typo across the tree. 1999-10-29 01:25:51 +00:00
waterson%netscape.com
ada7441247 Bug 15146. Brutal content model sharing, Phase II. XUL content sink now constructs prototype documents; 'real' content model constructed from walking prototype. Landed XUL_SHARING_19991027_BRANCH (derived from XUL_SHARING_19991022_BRANCH). See branch comments for details. r=hyatt. 1999-10-29 01:21:15 +00:00
mcafee%netscape.com
97265f6557 typo, r=slamm 1999-10-29 01:21:06 +00:00
waterson%netscape.com
fa7945f8fe Bug 15146. Remove usage of nsIXUL[Child|Parent]Document, nsIXULDocumentInfo. Now obsolete with brutal sharing. r=hyatt 1999-10-29 01:19:20 +00:00
dougt%netscape.com
ace72de20f adding license. 1999-10-29 01:10:00 +00:00
kipp%netscape.com
f50bf0e598 New tests (not part of any build) 1999-10-29 00:59:41 +00:00
warren%netscape.com
ae94405888 Added 1k fudge factor. 1999-10-29 00:40:04 +00:00
sspitzer%netscape.com
26b94d5fea don't specify the height and width, let it size to content. otherwise, the buttons on the bottom don't show up. 1999-10-29 00:26:43 +00:00
mccabe%netscape.com
b97c024eeb adding comments 1999-10-29 00:26:19 +00:00
sspitzer%netscape.com
233c22d03e cleaning up comments 1999-10-29 00:09:27 +00:00
mcafee%netscape.com
151d071ac9 Reverted to mozilla.org url because of problems with loading resource: 1999-10-28 23:32:13 +00:00
nhotta%netscape.com
9f35cd989f Adding entity property files to packages, r=ftang. 1999-10-28 23:31:30 +00:00
putterman%netscape.com
c701981fdb More work on 17376. reviewed by bienvenu. Store open folder and keep array of msgWindows. 1999-10-28 23:27:21 +00:00
harishd%netscape.com
fb9c158faa Fix for bugs
1312   - Mapped all  HTML 4.0x FPIs to NOQUIRKS mode.
2749   - Tweaked strict comment handling code. -> r=rickg
17148 - Making sure that BeginContext() is ended only by EndContext()
17113, 1262 - Made AddLeaf(), in DTD,  to be cautious in handling text tokens.

Using bit-wise search  for IsContainer() instead of looping. ( nsElementTable )

Fixed warnings.

r=pollmann
1999-10-28 23:25:59 +00:00
mcafee%netscape.com
62bfae137d Fixed extra my's that break in some versions of perl 1999-10-28 23:24:39 +00:00
sspitzer%netscape.com
3eb3322f08 only show profiles that haven't been migrated in the Profile Selection dialog. 1999-10-28 23:24:05 +00:00
sspitzer%netscape.com
f297a3c3db adding "Mozilla Select Profile" (aka -SelectProfile) for the mac. 1999-10-28 23:19:02 +00:00
mcafee%netscape.com
f9e04a43da Adding bloat formatting, baseline mechanism. warren/mcafee 1999-10-28 23:18:50 +00:00
sspitzer%netscape.com
76eb2695a4 adding -SelectProfile for the mac. 1999-10-28 23:17:44 +00:00
sspitzer%netscape.com
33ecda1631 checking in ben goodger's (rgoodger@ihug.co.nz) profile selection UI.
r=sspitzer

I made changes so that:

1)  exit quits the app, and doesn't start up app with the last current profile
2)  fix a spelling error (personalisation -> personalization), this is en-US, not en-UK
3)  fix it so start actually starts the selected profile.
4)  -SelectProfile launches this new dialog
5)  if the user starts with no command line, and they have more than one profile, they get -SelectProfile, and not -installer.
1999-10-28 23:08:46 +00:00
mcafee%netscape.com
5bb15e742c switching to static pages. 1999-10-28 23:02:49 +00:00
mcafee%netscape.com
36d5954344 fixing log rename problem. code=warren 1999-10-28 23:02:10 +00:00
sspitzer%netscape.com
3998dfc4bb add support for SelectProfile 1999-10-28 22:56:00 +00:00
ftang%netscape.com
c725008fc0 fix bustage. 1999-10-28 22:38:58 +00:00
warren%netscape.com
7509237149 Fixed the fact that all pdb files get called default.pdb (which made it hard to debug when there was more than one test file in a directory). r=cyeh 1999-10-28 22:36:22 +00:00
rbs%maths.uq.edu.au
1f5a5c5cf7 Catching up with recent changes of the nsIFrame API 1999-10-28 22:30:28 +00:00
waterson%netscape.com
1409d66985 Remove unused references to nsIXULChildDocument and nsIXULParentDocument. 1999-10-28 22:18:21 +00:00
pepper%netscape.com
b5b2656f52 Added a newline to the end of file so that AIX and HP compilers are happy.
r=mgleeson
1999-10-28 22:17:43 +00:00
rbs%maths.uq.edu.au
5f225c3cfa Adding Dave Fiddes' patch for a MOZ_MATHML CFLAGS 1999-10-28 22:17:13 +00:00
waterson%netscape.com
d1851a9d6b Remove redundant registration of well-formed DTD. r=rickg 1999-10-28 22:15:18 +00:00
waterson%netscape.com
438d71a3b6 Put column headers back in to folder pane. r=hyatt. 1999-10-28 22:14:14 +00:00
mccabe%netscape.com
3f8b19bbf8 Add an API entry point for building JS Date objects from millisecond values.
Patches courtesy Chris Houck.  r=mccabe.
1999-10-28 22:11:41 +00:00
rhp%netscape.com
43efd07c9a Fix for sending plain text as binary files - Bug #16393 - r: mscott 1999-10-28 22:09:27 +00:00
norris%netscape.com
e5c170a049 work on bug 7270.
r=mstoltz.
Implement netscape.security.PrivilegeManager callbacks.
1999-10-28 22:09:03 +00:00
mscott%netscape.com
6af3315e9c part of url dispatching framework.
build nsURLDispatcher.cpp
1999-10-28 22:08:57 +00:00
ftang%netscape.com
5af11fe3e9 remove nsIDOMTextRange.h nsIDOMTextRangeList.h. fix bug 12756. r=tague 1999-10-28 22:05:42 +00:00
wtc%netscape.com
c9c3ea67c9 Bugzilla bug #17486: need parentheses around a & operator in an expression 1999-10-28 22:03:08 +00:00
srinivas%netscape.com
69311e0a8b Export version descriptor. Bugzilla 4742 1999-10-28 21:28:46 +00:00
bienvenu%netscape.com
9a80c03413 fix mac build bustage 1999-10-28 21:20:40 +00:00
mcafee%netscape.com
d9dbb940f7 Ignore tree directories. 1999-10-28 21:16:44 +00:00