Commit Graph

47687 Commits

Author SHA1 Message Date
ssu%netscape.com
2a3b93fee2 updating core script to use the new folder object instead of strings for paths/folders. r=sgehani@netscape.com. Not part of Tinderbox. 1999-11-30 09:50:46 +00:00
hyatt%netscape.com
2c2128d749 Adding idl for the chrome entry (used for enumeration of installed skins, packages and locales). r=gimpy 1999-11-30 09:37:58 +00:00
ssu%netscape.com
682d9974ca initial checkin of perl script to recursively remove directories. Not part of tinderbox. 1999-11-30 09:36:53 +00:00
hyatt%netscape.com
074f2362e4 More skin goodness. r=gimpy 1999-11-30 09:29:43 +00:00
warren%netscape.com
09373b3be1 Toned down warning message for libs phase. 1999-11-30 08:09:12 +00:00
warren%netscape.com
18aadbf7ef Removed neckoutil_s.lib 1999-11-30 07:58:20 +00:00
mccabe%netscape.com
bdab219701 Reinstating backed-out fix to 18636; move FileLocator registration call from xpfe/bootstrap/nsSetupRegistry to webshell/tests/viewer/nsSetupRegistry, to make sure that the FileLocator service is available to the viewer. This fixes prefs for the viewer, broken before because they couldn't get at FileLocator.
FileLocator is still registered in xpfe, as the first nsSetupRegistry #includes the second.  Hence the previous bustage.

r=neeti.
1999-11-30 07:54:18 +00:00
warren%netscape.com
da354ddd80 Fixed bug GetContentType/GetContentLength. 1999-11-30 07:36:14 +00:00
warren%netscape.com
e126b531ba Removed -- old netlib stuff. 1999-11-30 06:50:50 +00:00
warren%netscape.com
e6ccab48ec Removed neckoutil_s.lib 1999-11-30 06:48:30 +00:00
slamm%netscape.com
5805498beb Partial fix for bug 20200. Only allow one tree to have selection at a time. Not part of the build. 1999-11-30 06:24:53 +00:00
slamm%netscape.com
1b109edcc2 Partial fix for bug 20200. Only allow one tree to have selection at a time. Not part of the build. 1999-11-30 06:18:58 +00:00
tbogard%aol.net
f4f62bed05 Errr, this should help baby wensleydale. 1999-11-30 06:02:46 +00:00
warren%netscape.com
e480d13275 Workaround for Solaris bustage. 1999-11-30 05:58:24 +00:00
warren%netscape.com
290d065910 Removed util dir from build. 1999-11-30 05:52:41 +00:00
troy%netscape.com
7bf90e4b27 Fixed compiler warning 1999-11-30 05:38:15 +00:00
warren%netscape.com
fc8a2a4eb2 Added include of nsNetUtil.h to pick up NS_NewSyncStreamListener 1999-11-30 05:32:14 +00:00
warren%netscape.com
4e2588b525 Removed nsICapabilities.idl -- subsumed by nsIInterfaceRequestor.idl 1999-11-30 05:18:39 +00:00
troy%netscape.com
6070918134 b=20286. Changed PlaceFloater() so that it repositions any views after
placing the frame
1999-11-30 05:09:08 +00:00
warren%netscape.com
2db26922a6 Landing no_neckoutil2_branch. Bug #11159. Removes neckoutil_s.lib from build which helps beos and openvms. 1999-11-30 04:50:42 +00:00
warren%netscape.com
2832e2ca92 Changed from no_neckoutil2_branch to remove neckoutil from build. Bug #11159 1999-11-30 04:49:11 +00:00
troy%netscape.com
a87ea4d233 Changes parameter to be "const nsRect*" and changed a comment 1999-11-30 04:48:34 +00:00
valeski%netscape.com
4909924e98 r=waterson. 16914. FTP was authentication anonymously even though username and pwd info were suppplied in the url. now it isn't 1999-11-30 04:39:29 +00:00
waterson%netscape.com
947d490060 Fix RemoveStyleSheet() per pierre's comments. 1999-11-30 04:33:28 +00:00
tbogard%aol.net
0ce76837f3 Put a couple of what were protected member functions of nsWebShell into the public API. This was needed during the period of rebuilding the webshell. 1999-11-30 04:32:42 +00:00
tbogard%aol.net
f66740f59e nsWebShell now implements nsIDocShell. This is to pave the way for getting converted over to the docshell world. r=pavlov 1999-11-30 04:32:09 +00:00
mccabe%netscape.com
8d329c492e Shrink 'ifeq ($(XPIDL_MODULE),)'-conditional error code from an if-else to just an if, so that gmake clobber, etc. works even when the error would fire.
r=shaver.
1999-11-30 04:25:19 +00:00
valeski%netscape.com
7e72cd5bf7 18434. r=rpotts. HTTP now implements OpenInputStream and proxies event sink callbacks between the caller and the transport. 1999-11-30 04:15:27 +00:00
tbogard%aol.net
b79a4cc957 Removing now that the interface definition can be found in the IDL file. 1999-11-30 04:09:16 +00:00
valeski%netscape.com
76719511ea r=waterson. 17647. MIME mapping for file extensions was case sensitive. we now disregard case (this is actually broken, but for 99% of the real world cases we're covered) 1999-11-30 04:07:51 +00:00
tbogard%aol.net
c5a3233ffe Adding new line at the end of the file to get rid of the warning. 1999-11-30 03:50:05 +00:00
slamm%netscape.com
82c3050fb2 Checked in proper MANIFEST file. This can go away now. 1999-11-30 03:06:47 +00:00
slamm%netscape.com
b07b123b71 Add dialogs for adding panels. r=mcafee 1999-11-30 03:03:35 +00:00
slamm%netscape.com
94548ef844 Add directories for sidebar component: public and src. r=mcafee 1999-11-30 03:03:31 +00:00
slamm%netscape.com
20a8e8c351 Turn item selection back on. r=mcafee 1999-11-30 03:03:27 +00:00
slamm%netscape.com
c8cdfec814 Move click handler from <tree> to <treechildren>. This prevents clicks
on the column headers from launching a browser. Bug 11996. r=mcafee
1999-11-30 03:03:23 +00:00
slamm%netscape.com
a5b353c8dd Remove obsolete JavaScript code for the sidebar. r=mcafee 1999-11-30 03:03:20 +00:00
slamm%netscape.com
065f184c9f Add persistence for state of folder splitter. Remove persistence
for sidebar-splitter (sidebarOverlay.xul handles it.) r=mcafee
1999-11-30 03:03:13 +00:00
slamm%netscape.com
22c358712f Temp fix for Mac build 1999-11-30 02:53:41 +00:00
slamm%netscape.com
ec0297813d Remove unused flash.dtd entry. 1999-11-30 02:33:31 +00:00
slamm%netscape.com
8fa00bd904 Remove unused files. 1999-11-30 02:14:41 +00:00
slamm%netscape.com
2ed3f074d3 Remove unused flash files 1999-11-30 02:12:04 +00:00
slamm%netscape.com
796891009b Remove unused files. 1999-11-30 02:09:03 +00:00
slamm%netscape.com
30ca67161a Remove unused files. 1999-11-30 02:03:38 +00:00
slamm%netscape.com
f584b0bcd5 Something goofy is up with tinderbox. Going back to 1.72. 1999-11-30 02:00:13 +00:00
slamm%netscape.com
4930229272 Reapply checkout changes, but add extra quotes to date. 1999-11-30 01:40:05 +00:00
slamm%netscape.com
e155a34658 Revert to last revision until change can handle pull by date. 1999-11-30 01:30:54 +00:00
slamm%netscape.com
b36efbddce Fix build bustage. 1999-11-30 01:24:41 +00:00
waterson%netscape.com
5af687d68f Use '.' notation rather than '~=' for performance reasons. r=hyatt 1999-11-30 01:17:34 +00:00
waterson%netscape.com
8d89aefd28 Don't re-create atom over and over. r=hyatt 1999-11-30 01:13:36 +00:00