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

96762 Коммитов

Автор SHA1 Сообщение Дата
rbs%maths.uq.edu.au 6aef15cf85 Helper class use for wrapping non-MathML elements (e.g., html:img) so that they can mix better with other surrounding MathML markups. Factored previous code here and added hooks that were needed for child list operations 2002-02-01 14:23:07 +00:00
jaggernaut%netscape.com d089c910d6 Bug 122083: Typing "v", "vi", "vie" ... "view-source" into URL bar and pressing enter freezes Mozilla. r=dbradley, sr=alecf 2002-02-01 14:22:22 +00:00
locka%iol.ie 3ec5d03e64 Fix for stall when saving certain documents. Don't count non-persistent URIs when figuring out whether to do state notifications synchronously or asynchronously. b=122078 r=brade@netscape.com sr=rpotts@netscape.com 2002-02-01 12:42:13 +00:00
timeless%mac.com a4c826bb48 Bug 109138 platform detection not working on macintosh
r=bbaetz r=gerv
adds another regexp for MacOSX
2002-02-01 10:05:04 +00:00
seawood%netscape.com 80dee3034f Had the logic backwards 2002-02-01 08:40:31 +00:00
dean_tessman%hotmail.com 225afdf6e6 Forgot the .h for 122057. 2002-02-01 06:55:41 +00:00
ian%hixie.ch 21b2f6a62d * Added getGroupMembers() to the User data source.
* Fixed a bug in the MySQL implementation of User data source's getGroupName() method. It treated 'row' as an array ref instead of a normal array.
* Made the MySQL User data source automatically add a group with ID 1, named 'Administrators'.
* Special-cased the group with ID 1 in the user object so that if a user is in that group, he automatically is assumed to have all rights.
* Fixed a bug with the saving of the original groups in the user object (the backup object was simply a reference to the original object, which was later changed in place, causing the backup to change too).
* Fixed the handling of rights in the user object constructor to simply set the rights in one line instead of using indirection.
* Fixed the invalidateRights() method of the user object to correctly re-set the rights (previously it was not turning the generated array into a hashref).
* Added a setup.install implementation to the login component. It now queries the user for an administration username and creates the relevant user and puts it in the magic group 1.
* Fixed a call to checkAddress() in the login component.
2002-02-01 06:48:02 +00:00
ian%hixie.ch 5e999d163f Commented out the call to Net::SMTP's verify() method and replaced it with a generic regexp sanity check. It appears that VRFY is not correctly implemented on all servers. (I may be mistaken on this; it might just be a bug somewhere in the PLIF code that is messing something up, but I couldn't find it if so.) 2002-02-01 06:38:55 +00:00
dean_tessman%hotmail.com 7b3c4639e3 122057 - springloaded folders trigger too easily
r=varga@utcru.sk, sr=ben
2002-02-01 06:36:28 +00:00
ian%hixie.ch 42a887f912 Added a check that ensures that the configuration file is not readable or writable by anyone except the user running the script. This closes a potential security hole on shared machines. Changed the umask during the creation of the configuration file so that the permission bits are set that way too. Added a comment to clarify the superficially recursive nature of the configuration database and the configuration data source. 2002-02-01 06:36:27 +00:00
ian%hixie.ch b1cb0fe633 Another change that should be done at some point: Move PLIF/DataSource/*/MySQL.pm to PLIF/DataSource/MySQL/*.pm 2002-02-01 06:32:17 +00:00
wtc%netscape.com c2c17dc8ed Bugzilla bug 119340: install a SIGTERM handler on Linux for debugging. 2002-02-01 05:57:49 +00:00
seawood%netscape.com e7ec12dbd5 Add windbgdlg to standalone xpcom list 2002-02-01 05:31:30 +00:00
ducarroz%netscape.com aad62a9ee7 Fix for bug 122625. Remove the window from the cache when ComposeInit is called. Also, alway make sure that the last type of compose window used get in the cache. R=cavin, SR=mscott 2002-02-01 05:15:01 +00:00
bryner%netscape.com 1ebc6d2820 bug 108791 - infinite recursion crash when tabbing if there is no focusable content. r=saari, sr=sfraser. 2002-02-01 05:14:44 +00:00
seawood%netscape.com 6f66239aa4 Do not place the .res file inthe srcdir 2002-02-01 04:50:32 +00:00
seawood%netscape.com 363d0f41bb Skip installing mozilla-config & run-mozilla.sh on os/2 & win32 2002-02-01 04:49:21 +00:00
seawood%netscape.com 36291b7ea4 Fixing win32 gmake bustage from Cavin's checkin of bug #119441. 2002-02-01 04:12:54 +00:00
racham%netscape.com df186c7fc0 Fixing bug 122868. Check for existence of accountValues before saving an account in onSave routine to avoid problems with deleted accounts. sr=mscott 2002-02-01 03:59:06 +00:00
bryner%netscape.com a770a6fd33 bug 122542 - make outliner content view only respond to ContentInserted/ContentRemoved notifications concerning its own outliner. Also fix html option support. r=varga, sr=hyatt. 2002-02-01 03:21:38 +00:00
roc+%cs.cmu.edu dd7d176318 Bug 122325. Repaint correct areas when a view is resized. r=kmcclusk,sr=waterson 2002-02-01 03:10:59 +00:00
cavin%netscape.com 478b3ff030 Fix for #119441. Added code to prefix lines starting with "From " with ">" in the msg body. r=ducarroz, sr=sspitzer. 2002-02-01 02:36:58 +00:00
relyea%netscape.com c7c406a007 certutil -L now opens the DB ReadOnly. Add the '-X' option to the test is still
testing the R/W case.
2002-02-01 02:28:32 +00:00
relyea%netscape.com fbb3cd1af1 Make the following functions open the databases Readonly:
ListCerts PrintHelp ListKeys ListModules CheckCertValidity Version

Add an option (-X) to restore the old behaviour of openning the Databases R/W
2002-02-01 02:26:40 +00:00
alecf%netscape.com 634e2f6f0c one more part of fix for bug 107575, including the much coveted whitespace
remove aIgnoreCase parameter from all nsString and nsCString consumers
sr=jag, r=shaver
2002-02-01 01:53:09 +00:00
shrutiv%netscape.com 28f36b1afc Removing variable 'linuxoption' and correcting indentation 2002-02-01 01:49:05 +00:00
rods%netscape.com c1322db4c8 This was suppose to go in as part of
Bug 122530 r=dcone sr=hyatt
2002-02-01 01:42:37 +00:00
rjc%netscape.com e53363dd82 Fix bug # 122757: Mac OS 9/X packages. Also, de-tab. r=tingley sr=waterson 2002-02-01 00:49:29 +00:00
darin%netscape.com a7b8afcb82 fix mach-o bustage 2002-02-01 00:48:32 +00:00
jaggernaut%netscape.com c6c25ce0b2 Just fixing some indents/whitespace, rs=mozbot 2002-02-01 00:45:58 +00:00
pete%alphanumerica.com 9e6ea99a97 r=dougt
This file is very old and very outdated. Please use jslib for local file i/o
jslib.mozdev.org.

Not part of the build

--pete
2002-02-01 00:30:25 +00:00
rjc%netscape.com e7fdd3310b Fix bug # 113894: RDF persistance issue, and get nsFileSpec out of RDF. r=sr's = darin, waterson 2002-02-01 00:24:27 +00:00
rogerl%netscape.com 27085faf4e Incremental ECMA test suite fixes. 2002-02-01 00:05:37 +00:00
rjc%netscape.com b1dd515726 Fix bug # 112860: trivial null check for PPEmbed. r=ccarlen 2002-02-01 00:03:25 +00:00
bbaetz%student.usyd.edu.au 7387a117fc Bug 122744 - charting fails taint checks
r=daa@distributed.net, gerv
2002-01-31 23:51:38 +00:00
bbaetz%student.usyd.edu.au 7b292700c5 Fix up "used only once" warning from kiko's checkin.
r=kiko x 2.
2002-01-31 23:46:51 +00:00
danm%netscape.com b3a4f0e612 change in wording of comment. bug 122393 2002-01-31 23:32:07 +00:00
cavin%netscape.com 71c246a25a Fix for bugscape 11772. Reset the phone number arrays after the numbers are parsed and copied to an address card object. r=ducarroz, sr=mscott. 2002-01-31 23:25:04 +00:00
darin%netscape.com c794cb5016 possibly fixes bustage on objdir tinderbox's 2002-01-31 23:15:03 +00:00
darin%netscape.com 1f3f3985bc fixes win32 bustage 2002-01-31 23:05:20 +00:00
blizzard%redhat.com 97cdb21e91 Back out fixes for 121011 until I fix more issues. 2002-01-31 22:45:26 +00:00
bzbarsky%mit.edu a5af138909 Don't use "(null)" for the image filename if there is no filename in the
url.  Bug 121504, r=doron, sr=blake
2002-01-31 22:30:50 +00:00
naving%netscape.com b5f195f801 112927 sr=bienvenu. fix whitespace, we do lot more than alerting, we backup old rules.dat as rulesbackup.dat
and create a new rules.dat and alert is thrown when receiving new mail/opening filters dialog.
2002-01-31 22:23:42 +00:00
darin%netscape.com d98846cd5a fixes bug 118651 "nsIFileURL.file needs to return nsIFile that was set"
r=dougt, sr=rpotts
2002-01-31 22:17:35 +00:00
heikki%netscape.com 02a455545d Bug 106053, remove unused XHTML namespace declarations, and fix incorrect namespace usages. r=harishd, sr=hewitt. 2002-01-31 22:12:36 +00:00
naving%netscape.com 94a22397cb 112927 sr=bienvenu. Made it so that we alert the user in case we cannot
parse rules.dat, upon getting filterList
2002-01-31 22:08:48 +00:00
naving%netscape.com 7cda0e057c 112927 sr=bienvenu makefile changes 2002-01-31 21:58:26 +00:00
alecf%netscape.com bd4e311c6e windows side of fix to bug 100676 - remove xpcom dependency on uconv by switching to native locale-conversion routines
r=ccarlen, sr=dveditz
2002-01-31 21:55:01 +00:00
alecf%netscape.com 868bfcccdc mac side of fix for bug 100676
code by ccarlen, r=alecf, sr=sfraser
remove xpcom dependency on uconv by switching to native mac locale-conversion routines
2002-01-31 21:54:16 +00:00
dougt%netscape.com ccaf0a9723 fixing another type 2002-01-31 21:45:04 +00:00