ian.mcgreer%sun.com
9b23ec2d9d
fix cert leak found by client auth
...
git-svn-id: svn://10.0.0.236/trunk@113432 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 18:18:13 +00:00
relyea%netscape.com
300485bc29
Fix memory leak.
...
git-svn-id: svn://10.0.0.236/trunk@113431 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 17:57:05 +00:00
myk%mozilla.org
75dca718c9
Fix for bug 98021: Cleans up "edit attachment" interface on NS4.x by removing text of buttons that do not work in that browser.
...
Patch by Myk Melez <myk@mozilla.org >.
r=kiko x 2
git-svn-id: svn://10.0.0.236/trunk@113430 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 17:50:00 +00:00
wtc%netscape.com
911b346fe5
Bugzilla bug 122944: detect Cygwin's uname.
...
git-svn-id: svn://10.0.0.236/trunk@113429 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 17:27:55 +00:00
ian.mcgreer%sun.com
126fdb9cd7
bug 121628, persistent cache of hardware token certs
...
git-svn-id: svn://10.0.0.236/trunk@113428 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 17:25:15 +00:00
rods%netscape.com
798a2cf9a2
fix bustage
...
git-svn-id: svn://10.0.0.236/trunk@113427 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 17:19:10 +00:00
rods%netscape.com
ab7bd4353a
fix bustage
...
git-svn-id: svn://10.0.0.236/trunk@113426 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 17:04:03 +00:00
rods%netscape.com
01be94da6c
fix build breakage
...
git-svn-id: svn://10.0.0.236/trunk@113425 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 16:17:40 +00:00
rods%netscape.com
f944fc2ad3
Added GlobalPrintSettings
...
Bug 120622 r=dcone sr=waterson
git-svn-id: svn://10.0.0.236/trunk@113424 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 15:48:21 +00:00
rods%netscape.com
82a2414831
enable a margin like gap specification for printing on unix
...
make it settable via the joboptions dialog
Bug 102596 r=roland sr=kin
git-svn-id: svn://10.0.0.236/trunk@113423 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 15:31:15 +00:00
mkaply%us.ibm.com
1211f86623
#122482
...
rs=jst
Make OS/2 go down a Windows path to fix some focus events
git-svn-id: svn://10.0.0.236/trunk@113422 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 15:14:35 +00:00
rbs%maths.uq.edu.au
ef52d88af3
Added two APIs, InheritAutomaticData() & TransmitAutomaticData(), to respond to dynamic changes that affect automatic data (i.e., data inferred from the actual definition of each MathML tag). The computation of the data was so far mostly locked in Init() and SetInitialChildList() which are meant to be called only once in the life-time of a frame. Factored this computation into the two APIs to be used to rebuild the data, and which can be called repeatedly as appropriate, when dynamic changes arise in the content model. Shuffled code to stay in sync and consolidated the hooks used dynamic changes with the APIs
...
git-svn-id: svn://10.0.0.236/trunk@113421 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 15:10:50 +00:00
jake%acutex.net
18e6a3ea4d
Bug 122154 part 2 - Eliminiate the use of the "usetms" Javascript cache variable.
...
Patch by Christian Reis <kiko@async.com.br >
r= bbaetz, jake
git-svn-id: svn://10.0.0.236/trunk@113420 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 14:52:37 +00:00
rods%netscape.com
20b4083174
1) Removes the arg of nsIDOMWindow in the nsIWebBrowserPrint calls
...
2) Adds a couple of new methods and an attr to nsIWebBrowserPrint (navigate, is frameset, & exitPP)
3) Removes all but one method from nsIContentViewerFile.idl/h the remaining call is for print regression testing
4) Removes the "static" implementation of nsIContentViewerFile.h
5) Fixed up nsIContentViewerFile.idl and turned it back on so it is now generating the header file
6) Removed all uses of nsIContentViewerFile.h except for the WebCrawler (uses it for Printing Regression testing)
7) nsDocumentViewer.cpp now implements nsIWebBrowserPrint.idl this makes it easier to add new print functionality in one place
8) You can now ask an instance of the ContentViewer for a nsIWebBrowserPrint to do printing (it retruns the nsIWebBrowserPrint interface implemented by the nsDocumentViewer)
9) Anybody who was using nsIContentViewerFile to print will now use nsIWebBrowserPrint
10) You can now do a "GetInterface()" on a GlobalWindow for a nsIWebBrowserPrint
11) The browser UI now uses the GetInterface on the GlobalWindow to get a nsIWebBrowserPrint object to do printing and this can be used for all printing functionality
Bug 120622 r=dcone sr=waterson
git-svn-id: svn://10.0.0.236/trunk@113419 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 14:52:11 +00:00
locka%iol.ie
7098e78188
Obvious fix to stop deprecated winEmbed from crashing. b=120956
...
git-svn-id: svn://10.0.0.236/trunk@113418 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 14:33:33 +00:00
jake%acutex.net
7efb764af7
Bug 121636 - Provide support for cvsgraph (requires the cvsgraph binary, see bug 121636 for more information).
...
r= kiko
git-svn-id: svn://10.0.0.236/trunk@113417 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 14:32:55 +00:00
rbs%maths.uq.edu.au
72fc39cdaf
activate the rhelper to wrap foreign frames
...
git-svn-id: svn://10.0.0.236/trunk@113416 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 14:31:21 +00:00
rbs%maths.uq.edu.au
7c7c9f7ebf
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
...
git-svn-id: svn://10.0.0.236/trunk@113415 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 14:23:07 +00:00
jaggernaut%netscape.com
69ac84dbd0
Bug 122083: Typing "v", "vi", "vie" ... "view-source" into URL bar and pressing enter freezes Mozilla. r=dbradley, sr=alecf
...
git-svn-id: svn://10.0.0.236/trunk@113414 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 14:22:22 +00:00
locka%iol.ie
807280c2ba
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
...
git-svn-id: svn://10.0.0.236/trunk@113413 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 12:42:13 +00:00
timeless%mac.com
e73045e569
Bug 109138 platform detection not working on macintosh
...
r=bbaetz r=gerv
adds another regexp for MacOSX
git-svn-id: svn://10.0.0.236/trunk@113412 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 10:05:04 +00:00
seawood%netscape.com
2eaf14d1b4
Had the logic backwards
...
git-svn-id: svn://10.0.0.236/trunk@113410 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 08:40:31 +00:00
dean_tessman%hotmail.com
e8149ab232
Forgot the .h for 122057.
...
git-svn-id: svn://10.0.0.236/trunk@113409 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 06:55:41 +00:00
ian%hixie.ch
3e9ca21d73
* 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.
git-svn-id: svn://10.0.0.236/trunk@113408 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 06:48:02 +00:00
ian%hixie.ch
78a5b28737
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.)
...
git-svn-id: svn://10.0.0.236/trunk@113407 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 06:38:55 +00:00
dean_tessman%hotmail.com
d20cb76545
122057 - springloaded folders trigger too easily
...
r=varga@utcru.sk , sr=ben
git-svn-id: svn://10.0.0.236/trunk@113406 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 06:36:28 +00:00
ian%hixie.ch
bcf3696b25
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.
...
git-svn-id: svn://10.0.0.236/trunk@113405 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 06:36:27 +00:00
ian%hixie.ch
d36a91026e
Another change that should be done at some point: Move PLIF/DataSource/*/MySQL.pm to PLIF/DataSource/MySQL/*.pm
...
git-svn-id: svn://10.0.0.236/trunk@113404 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 06:32:17 +00:00
wtc%netscape.com
6cba3e1cfe
Bugzilla bug 119340: install a SIGTERM handler on Linux for debugging.
...
git-svn-id: svn://10.0.0.236/trunk@113403 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 05:57:49 +00:00
seawood%netscape.com
f12faa3172
Add windbgdlg to standalone xpcom list
...
git-svn-id: svn://10.0.0.236/trunk@113402 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 05:31:30 +00:00
ducarroz%netscape.com
ac100a19d2
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
...
git-svn-id: svn://10.0.0.236/trunk@113401 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 05:15:01 +00:00
bryner%netscape.com
c5d149916e
bug 108791 - infinite recursion crash when tabbing if there is no focusable content. r=saari, sr=sfraser.
...
git-svn-id: svn://10.0.0.236/trunk@113400 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 05:14:44 +00:00
seawood%netscape.com
25e0750204
Do not place the .res file inthe srcdir
...
git-svn-id: svn://10.0.0.236/trunk@113399 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 04:50:32 +00:00
seawood%netscape.com
365f6849de
Skip installing mozilla-config & run-mozilla.sh on os/2 & win32
...
git-svn-id: svn://10.0.0.236/trunk@113398 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 04:49:21 +00:00
seawood%netscape.com
f7cdc080f7
Fixing win32 gmake bustage from Cavin's checkin of bug #119441 .
...
git-svn-id: svn://10.0.0.236/trunk@113397 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 04:12:54 +00:00
racham%netscape.com
d366eae2b3
Fixing bug 122868. Check for existence of accountValues before saving an account in onSave routine to avoid problems with deleted accounts. sr=mscott
...
git-svn-id: svn://10.0.0.236/trunk@113396 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 03:59:06 +00:00
bryner%netscape.com
20a287ba58
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.
...
git-svn-id: svn://10.0.0.236/trunk@113395 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 03:21:38 +00:00
roc+%cs.cmu.edu
71e04391bf
Bug 122325. Repaint correct areas when a view is resized. r=kmcclusk,sr=waterson
...
git-svn-id: svn://10.0.0.236/trunk@113394 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 03:10:59 +00:00
cavin%netscape.com
ea51a673c6
Fix for #119441 . Added code to prefix lines starting with "From " with ">" in the msg body. r=ducarroz, sr=sspitzer.
...
git-svn-id: svn://10.0.0.236/trunk@113393 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 02:36:58 +00:00
relyea%netscape.com
9ec4db4c97
certutil -L now opens the DB ReadOnly. Add the '-X' option to the test is still
...
testing the R/W case.
git-svn-id: svn://10.0.0.236/trunk@113392 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 02:28:32 +00:00
relyea%netscape.com
4965975f8a
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
git-svn-id: svn://10.0.0.236/trunk@113391 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 02:26:40 +00:00
alecf%netscape.com
f7ee18f044
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
git-svn-id: svn://10.0.0.236/trunk@113390 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 01:53:09 +00:00
shrutiv%netscape.com
cfab9c51c9
Removing variable 'linuxoption' and correcting indentation
...
git-svn-id: svn://10.0.0.236/trunk@113389 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 01:49:05 +00:00
rods%netscape.com
e3017ad0ff
This was suppose to go in as part of
...
Bug 122530 r=dcone sr=hyatt
git-svn-id: svn://10.0.0.236/trunk@113388 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 01:42:37 +00:00
rjc%netscape.com
bed41cef23
Fix bug # 122757: Mac OS 9/X packages. Also, de-tab. r=tingley sr=waterson
...
git-svn-id: svn://10.0.0.236/trunk@113387 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 00:49:29 +00:00
darin%netscape.com
3f0914eda9
fix mach-o bustage
...
git-svn-id: svn://10.0.0.236/trunk@113386 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 00:48:32 +00:00
jaggernaut%netscape.com
4e98524ff9
Just fixing some indents/whitespace, rs=mozbot
...
git-svn-id: svn://10.0.0.236/trunk@113385 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 00:45:58 +00:00
pete%alphanumerica.com
76dbb12d7a
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
git-svn-id: svn://10.0.0.236/trunk@113384 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 00:30:25 +00:00
rjc%netscape.com
e44721dff3
Fix bug # 113894: RDF persistance issue, and get nsFileSpec out of RDF. r=sr's = darin, waterson
...
git-svn-id: svn://10.0.0.236/trunk@113383 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 00:24:27 +00:00
rogerl%netscape.com
5464363ef6
Incremental ECMA test suite fixes.
...
git-svn-id: svn://10.0.0.236/trunk@113382 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-01 00:05:37 +00:00