Граф коммитов

83366 Коммитов

Автор SHA1 Сообщение Дата
ian%hixie.ch eb1fb18fb5 Minor bug fixes required to make the code run without crashing... 2001-06-03 16:14:41 +00:00
ian%hixie.ch 17da5d7b8a Some more minor corrections to get it to run as well as compile... (removes some XXX comments and adds some error checking) 2001-06-03 15:27:16 +00:00
ian%hixie.ch f71bddbcc2 Fixing a gazillion syntax, logic and XML errors and adding some debug code. It compiles! 2001-06-03 14:49:41 +00:00
ian%hixie.ch 0157ac85b3 * Added some comments (including some XXX comments where I realised we had missing code)
* Added implicit data to the hash passed to the string expander from the generic output service
* To support the implicit data, added a |hash| stub method to the Session.pm module (and changed the already implemented version in the descendant user service to take this into account)
* To support the implicit data, added |hash| and |getArguments| methods to the Input.pm module (and implemented |getArguments| in the Arguments.pm module)
* To support the implicit data, made the Program.pm module keep track of the executing command
* To support the implicit data, added |hash| and |name| methods to the Program.pm module (actually, |name| was already assumed to exist in other parts of the codebase)
* Corrected trivial semantic mistake in Program.pm's |verifyInput| method
* Added a way to get a user not by username but by a specific address (modifies the user service and the user data source and it's MySQL implementation)
* Implemented GenericOutputs.pm, an implementation of 'dispatcher.output.generic' and 'dataSource.strings.default' for some strings used by other parts of PLIF (currently only supports 'stdout' and 'http' protocols, and minimally at that)
* Implemented Login.pm, a helper module that implements user authentication, user creation and the sending of a new password if it is forgotten, a utility method |hasRight| to ensure that the authenticated user has a particular right (resulting in a message if not), and various routines to support all this.
2001-06-03 10:11:58 +00:00
gerv%gerv.net 315b4c536f New Accept: header. Reviewed by n.p.m.netlib, r=bbaetz, sr=darin, a=asa. Bug 83458. 2001-06-03 07:42:53 +00:00
bryner%uiuc.edu bac741e290 Bug 81830 - Crash in profile selection using keyboard navigation. r=blake, sr=hyatt, a=asa. 2001-06-03 05:54:20 +00:00
ben%netscape.com 24efd6dbd3 - fix js error when pasting into a bookmarks folder due to missing method.
(implement method exposing BookmarkParser::CreateAnonymousResource)
r=hixie, sr=blake, a=asa
part of 79904
2001-06-03 05:52:53 +00:00
ben%netscape.com 76ccde0ab7 forgot this. oops 2001-06-03 05:45:44 +00:00
wtc%netscape.com 8547e11292 The rule for creating nslib.c does not need to be a double-colon rule.
Modified it to use automatic variables ($+ and $@) instead of hardcoded
file names.
2001-06-03 05:36:28 +00:00
wtc%netscape.com 75984896f0 Simplified the nss_build_all and nss_RelEng_bld rules; they don't
need to create recursive make processes.
2001-06-03 05:28:18 +00:00
ben%netscape.com 865cc04c96 - fix js error when pasting into a bookmarks folder due to missing method.
(implement method exposing BookmarkParser::CreateAnonymousResource)
- allow user to remove Imported IE favorites folder by setting a pref
  so that it is not automatically imported on startup.
r=hixie, sr=blake, a=asa
part of 79904, 22642
2001-06-03 05:17:48 +00:00
ben%netscape.com 6733155814 - Fix commands for bookmarks sidebar panel
r=fabian, sr=blake, a=asa
part of 82967
2001-06-03 05:15:27 +00:00
ben%netscape.com 068a1a08c5 - Fix the height of the statusbar so that the progressmeter can be toggled without the height changing
r=fabian, sr=blake, a=asa
part of 82967
2001-06-03 05:14:35 +00:00
ben%netscape.com 703fb80f4e - added a new formatting style
r=fabian, sr=blake, a=asa
part of 82967
2001-06-03 05:14:13 +00:00
ben%netscape.com 1c0bf7f81b - styles for sidebar panel trees.
r=fabian, sr=blake, a=asa
part of 82967
2001-06-03 05:13:46 +00:00
ben%netscape.com c45da59b6e [NOT PART OF BUILD]
Fix bustage due to file relocations and XUL syntax changes.
2001-06-03 04:30:11 +00:00
wtc%netscape.com 7fd452d554 Bugzilla bug #83845: the IPv6-to-IPv4 getpeername method was invoking
the getsockname method of the IPv4 socket layer.  Thanks to Terry Hayes
<thayes@netscape.com> for the bug fix.
2001-06-03 04:18:40 +00:00
ben%netscape.com 556c0e9647 [NOT PART OF BUILD]
Fix build issue (failed to build on windows)
2001-06-03 04:10:05 +00:00
wtc%netscape.com 8c558b8abd Must use := to define OS_RELEASE in terms of itself. 2001-06-03 02:42:48 +00:00
blizzard%redhat.com 519cbaca4e Fix bug #83722. Crash when loading an <img> tag from a stream. r=valeski,sr=to
r,a=chofmann
2001-06-03 02:02:16 +00:00
syd%netscape.com 528b0bb07b Fix for 81523 and 81515. Checking in for ssu, see details in the bug reports.
r=sgehani, rs/sr=mscott, a=chofmann
2001-06-03 01:02:14 +00:00
tara%tequilarista.org 71c26619d6 Landing Myk's patch for bug #71767 2001-06-02 22:02:02 +00:00
sspitzer%netscape.com eeb2607f12 the fix for #79528 caused a regression (unable to delete filters).
adding back a line that was accidentally removed.  sr=bienvenu
2001-06-02 18:05:59 +00:00
wtc%netscape.com 77605558fa Bugzilla bug #83811: deleted the useless vpath %.c $(OBJDIR) because
OBJDIR is not defined yet.  Restored VPATH = $(OBJDIR) as a temp
workaround.  Also deleted GARBAGE = nslib.c, which is no longer
correct.
2001-06-02 15:59:58 +00:00
jake%acutex.net 7e84b3b87a sanitycheck.cgi was able to be run by anybody - even people without Bugzilla accounts. It is now restricted to only people with the editbugs permission (bug 54556).
Patch by Myk Melez <myk@mozilla.org>
r= jake@acutex.net
2001-06-02 14:24:45 +00:00
hwaara%chello.se 48fe3c9399 #70258. Clean up the filters UI. Make the filterlist-dialog look better. r=bhuvan, sr=hewitt, a=dbaron. 2001-06-02 12:37:32 +00:00
hwaara%chello.se d1bf5051a8 #49565. Fix leak, initial patch by Kevin Higgins. r=naving, alecf, sr=brendan, a=dbaron. 2001-06-02 12:11:41 +00:00
hwaara%chello.se a6f6f18641 #80511, #68941. Make the initial 3pane and browser window's window size somewhat decent, so low-res users don't get them offscreen at startup. r=danm, sr=alecf, a=dbaron. 2001-06-02 12:08:59 +00:00
hwaara%chello.se 094e434f49 #72298, make "Unsent Messages" have its own outbox-like icon. r=andreww, sr=hewitt, a=dbaron. 2001-06-02 12:05:52 +00:00
rbs%maths.uq.edu.au d334a8b97b Fix crasher bug 82332 - Avoid relying on the scanner because it can be set to null while the tokenizer isn't yet done. Use a pointer cached in the parser to retrieve the filename needed for error reporting. r=harishd sr=jst a=blizzard 2001-06-02 09:06:20 +00:00
wtc%netscape.com ccdbf28c63 Deleted redundant VPATH because vpath is enough. 2001-06-02 06:12:29 +00:00
wtc%netscape.com ab50e0ed90 Restored OBJS += $(RES) for WINNT. 2001-06-02 06:03:14 +00:00
ssu%netscape.com 6dcebdbcd1 checking in for mscott. fixes bug 82643 - Replying to a message fails. r=sspitzer,sr=bienvenu,a=drivers@mozilla.org 2001-06-02 04:54:51 +00:00
idk%eng.sun.com 85dae0d8c4 *not part of the build*
fix for 77579
r=yiming.chung@eng.sun.com
2001-06-02 04:44:35 +00:00
justdave%syndicomm.com bf46713283 Fix for bug 65190: add comparison type "all words as substrings" and "any words as substrings" to the text fields in query.cgi
Patch by Andreas Franke <afranke@ags.uni-sb.de>
r= justdave@syndicomm.com
2001-06-02 04:02:13 +00:00
idk%eng.sun.com 18cebb11c6 *not part of the build*
fix for 83766
2001-06-02 03:28:07 +00:00
justdave%syndicomm.com 6887947dcb Fix for bug 78407: extra safeguard against overpopping the email list when pruning people who aren't supposed to get mail.
Patch by Jake Steenhagen <jake@acutex.net>
r= justdave@syndicomm.com
2001-06-02 03:19:26 +00:00
idk%eng.sun.com d6ee943582 *not part of the build*
fix for 83735
2001-06-02 03:14:02 +00:00
wtc%netscape.com 23146ad1d0 Restored MPI_USERS as these files do depend on $(MPI_HDRS). 2001-06-02 03:07:26 +00:00
wtc%netscape.com b0747c7546 It is more efficient to use := to when the value of the assignment is
$(shell ...).
2001-06-02 03:03:58 +00:00
wtc%netscape.com 293c420cdd The strip function should be unnecessary. 2001-06-02 02:35:51 +00:00
wtc%netscape.com e823fa67e2 Deleted commented-out VPATH assignments. 2001-06-02 02:20:28 +00:00
wtc%netscape.com 3c0e0b5552 Turned on building of the software Fortezza pkcs11 module. It builds on
NT (both in source tree and with BUILD_TREE) for me.
2001-06-02 02:08:55 +00:00
justdave%syndicomm.com c6f5cbc4aa Fix for bug 83596: optional dependency on XML::Parser now checked in checksetup.pl
Patch by Dave Miller <justdave@syndicomm.com>
r= jake@acutex.net
2001-06-02 01:57:22 +00:00
justdave%syndicomm.com 16c44fa582 Fix for bug 83618: checksetup.pl crashes if DBI module isn't already installed.
Patch by Dave Miller <justdave@syndicomm.com>
r= jake@acutex.net
2001-06-02 01:53:01 +00:00
chak%netscape.com 80e14a7e56 Fix for 81796 - Enable SecureBrowserUI for embedding apps
r=ccarlen, sr=blizzard, a=dbaron
2001-06-02 00:35:39 +00:00
syd%netscape.com 0180b1d074 Fix for http://bugzilla.mozilla.org/show_bug.cgi?id=80383
r=dbragg, sr=mscott, a=asa

For the nsIProcess component, which is only used by XPInstall, instead of calling
nspr for process creation, we call a simplified version which, on windows, will
cause the child process not to inherit fds open by the forking process.

Fix is only XP_WIN. nspr will provide a more risky, non-nsIProcess, XP solution at
some point which is either achieved by modifying open() to accept a non-inherit
flag (on win32) or do an fcntl() on Unix (see the bug for details specific to the
fcntl()), or provide another pair of create processes functions that are geared
towards non-inheriting process creation.

The bug fixed here is the XP installer is not able, on win32, to remove the
components.reg file from the "cleanup" process, which leads to all sorts of mayhem,
because the cleanup process inherits the component.reg fd which is open at the
time the cleanup process is forked, and this it cannot remove something it has an
open reference to.
2001-06-02 00:06:44 +00:00
jfrancis%netscape.com 57f8b03c65 exports for instrumentation stub library. *not part of build* Can be added to NSStdLib project, along with stub IntrumentationLib, to make intrumentation api's available to any projects that link with NSStdLib. 2001-06-02 00:04:07 +00:00
pschwartau%netscape.com c03577a1ae Intial add. Regression test for bug 83532. 2001-06-01 23:56:58 +00:00
ddrinan%netscape.com 9b37daaeb3 Fix double free in PSM. Bug#82359, r=javi@netscape.com,sr=blizzard@mozilla.org,a=blizzard@mozilla.org 2001-06-01 23:48:53 +00:00