Commit Graph

101071 Commits

Author SHA1 Message Date
despotdaemon%netscape.com
641bfa7ace Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@101781 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-25 00:01:40 +00:00
vidur%netscape.com
bf7046a35b Fix for bug 96517. Fixing typo in NS_ISUPPORTS_IMPL_CI macros. r/sr=jband, brendan
git-svn-id: svn://10.0.0.236/trunk@101780 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 23:59:59 +00:00
darin%netscape.com
05e092f2d0 fixes bug 47041 "Unable to unregister an HTTP Notify listener"
r=bbaetz, sr=dougt, a=roc+moz


git-svn-id: svn://10.0.0.236/trunk@101779 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 22:27:06 +00:00
darin%netscape.com
556ee0cf4a fixes bug 95981 "Changes in background images on pages do not show on reload"
r/sr=rpotts,dougt a=roc+moz


git-svn-id: svn://10.0.0.236/trunk@101778 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 22:24:10 +00:00
morse%netscape.com
a2f243cd9c bug 92387, alignment problems in cookie and form manager, r=gemal, sr=hewitt, a=asa
git-svn-id: svn://10.0.0.236/trunk@101777 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 21:36:45 +00:00
ssu%netscape.com
4802a7cbda fixing bug 96801 - Win32 installer fails to detect if older mozilla is running. r=dveditz, sr=mscott, a=drivers@mozilla.org. not part of tinderbox builds. affects only windows platforms.
git-svn-id: svn://10.0.0.236/trunk@101776 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 21:32:29 +00:00
relyea%netscape.com
193baf4505 Land new PKCS #11 initialization code.
git-svn-id: svn://10.0.0.236/trunk@101775 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 21:16:48 +00:00
relyea%netscape.com
56a53bf5c3 Fix memory leak
git-svn-id: svn://10.0.0.236/trunk@101774 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 21:15:52 +00:00
av%netscape.com
47e21da3e9 Fixing 96528 -- crash on File/Exit with full page xpcom plugin, r=peterl, sr=attinasi, a=asa
git-svn-id: svn://10.0.0.236/trunk@101773 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 21:08:25 +00:00
av%netscape.com
0fc41edefe Adding missing file to the sample project, not part of the build
git-svn-id: svn://10.0.0.236/trunk@101772 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 21:03:50 +00:00
depstein%netscape.com
9f45520438 updated nsISHistory methods.
git-svn-id: svn://10.0.0.236/trunk@101771 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 21:03:15 +00:00
depstein%netscape.com
64dabd5a03 updating nsISHistory and nsIWebNav tests.
git-svn-id: svn://10.0.0.236/trunk@101770 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 20:05:45 +00:00
radha%netscape.com
328c8aa401 Fix for bug # 94926. assert in nsDocShell::SetTitle() r=adamlock sr=rpotts a=asa
git-svn-id: svn://10.0.0.236/trunk@101769 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 20:03:24 +00:00
nboyd%atg.com
e21b2a2198 Original problem in following mail. I implemented JDK1.1 compatibility and performance
improvements:

Subject:
        Rhino: Problem in NativeJavaMethod
   Date:
        Tue, 14 Aug 2001 10:23:35 +0200
   From:
        felix.meschberger@day.com
     To:
        Norris Boyd <nboyd@atg.com>




Hi Norris,

While working with wrapped Java classes we discovered a problem in
NativeJavaMethod : If the public method to be called is part of a
non-public class, the Sun Java VM throws an IllegalAccessException. This
bug in the Sun VM has been reported as Bug 4071593 to Sun, but has not been
resolved since....

I implemented a circumvention, for which I provide you the patch. I quickly
tested it, and it seems to work.

Regards
Felix

And here's the patch :

diff -w -r1.19 NativeJavaMethod.java
227a228,234
>        /**
>         * Due to a bug in Suns VM, public methods in private
>         * classes are not accessible by default (Sun Bug #4071593).
>         * We have to explicitly set the method accessible beforehand
>         */
>        meth.setAccessible(true);
>

-----------------------------------------------------------------
This message is a private communication. If you are not the intended
recipient, please do not read, copy, or use it, and do not disclose it
to others. Please notify the sender of the delivery error by replying to
this message, and then delete it from your system. Thank you.
The sender does not assume any liability for timely, trouble-free,
complete, virus free, secure, error free or uninterrupted arrival of
this e-mail. For verification please request a hard copy version.

mailto:felix.meschberger@day.com
http://www.day.com

Felix Meschberger
Development
Day Interactive AG
Steinenberg 21-23
4001 Basel
Switzerland

T  41 61 226 98 98
F  41 61 226 98 97


git-svn-id: svn://10.0.0.236/trunk@101768 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 20:01:49 +00:00
cmanske%netscape.com
c95183a711 Remove dialog utilities from editor c++ and nsIEditorShell interface (use nsIPromptService from JS instead). b=96649, r=brade, r=kin/sfraser, a=asa
git-svn-id: svn://10.0.0.236/trunk@101767 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 19:47:46 +00:00
mitesh%netscape.com
025e68f211 Fix for Bug 87661 - moving AutoConfig creation after reading of netscape.cfg
r=bnesse, sr=shaver and a=asa


git-svn-id: svn://10.0.0.236/trunk@101766 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 19:44:45 +00:00
cmanske%netscape.com
2bfa1db296 Fixed bad message dialog parent bug 96649, r=brade, sr=kin/sfraser, a=asa
git-svn-id: svn://10.0.0.236/trunk@101765 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 19:42:45 +00:00
chuang%netscape.com
e90eacf58d Bug96053 Executing a Query may not return an end-of-query,
fixed by john.marmion@ireland.sun.com., r=chuang, sr=mscott, a=asa


git-svn-id: svn://10.0.0.236/trunk@101764 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 19:34:50 +00:00
cmanske%netscape.com
beaee3a430 Fixed regression: Can't clear link via input field, b=96542, r=brade, sr=kin, a=asa
git-svn-id: svn://10.0.0.236/trunk@101763 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 19:32:36 +00:00
dsirnapalli%netscape.com
3ffab1967f renamed the image file.
git-svn-id: svn://10.0.0.236/trunk@101762 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 19:27:00 +00:00
mkaply%us.ibm.com
c5cc463b44 No bug
r=mkaply, a=asa for drivers
OS/2 ONLY - Code from Javier Pedemonte - more recovery from the libpr0n landing
This code makes all PNGs work and with it, all images should work on OS/2


git-svn-id: svn://10.0.0.236/trunk@101761 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 19:25:55 +00:00
jaggernaut%netscape.com
264679e48e Bug 96211: "Kill them darn js strict warnings", episode button.xml
Patch by Henrik Gemal <gemal@gemal.dk>, r=jag, sr=brendan, a=Asa


git-svn-id: svn://10.0.0.236/trunk@101760 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 18:54:28 +00:00
rpotts%netscape.com
da08e18b8e bug #96418 (r=valeski, sr=mscott). SaveAs dialog not shown when saving file...
git-svn-id: svn://10.0.0.236/trunk@101759 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 18:45:11 +00:00
brendan%mozilla.org
1fc56000f2 Fix all PL_strlen to be strlen, for 64-bit portability (shanmu's patch for 95838 generalized, sr=mscott&brendan, a=asa).
git-svn-id: svn://10.0.0.236/trunk@101758 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 18:38:30 +00:00
relyea%netscape.com
dadc39c1fb Memory leak fixes.
git-svn-id: svn://10.0.0.236/trunk@101757 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 18:34:34 +00:00
waterson%netscape.com
e9c570e73a Bug 96282. Make nsOutlinerRows::Last() work correctly when there are empty subtrees in the rows. r=varga, sr=kin, a=dbaron
git-svn-id: svn://10.0.0.236/trunk@101756 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 18:28:15 +00:00
relyea%netscape.com
fb609dc013 BLAPI is complete below the PKCS #11 line, so should not call high level initialization functions.
git-svn-id: svn://10.0.0.236/trunk@101755 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 18:21:09 +00:00
relyea%netscape.com
af9c01bd19 1) Open database RW if we are encrypting so that the SDR key can be created.
2) Return an error code if we fail to open the database.
3) Initialize the database if it wasn't already


git-svn-id: svn://10.0.0.236/trunk@101754 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 18:20:07 +00:00
justdave%syndicomm.com
21573c54a7 Fix for bug 95235: variables with untrusted content were being echoed back to the user in error messages. Those variables are now run through html_quote() first.
Patch by Gavin Shelley <gavins@iplbath.com>
r= justdave@syndicomm.com


git-svn-id: svn://10.0.0.236/trunk@101751 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 17:32:25 +00:00
dbaron%fas.harvard.edu
15963ce5ed Fix FMR with a band-aid on top of a band-aid, at least until we figure this one out for real. b=93105 r=jag sr=attinasi a=asa
git-svn-id: svn://10.0.0.236/trunk@101750 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 14:00:49 +00:00
dbaron%fas.harvard.edu
96bf1bc30f Make LABEL act like an inline element rather than inline-block by removing lots of special (and not-well-tested) logic from nsLabelFrame and making it inherit from nsInlineFrame. This means LABEL will essentially always have 'display: inline', but it's hard to avoid that as long as form controls are implemented in frames rather than content. b=47149 r=rods sr=attinasi a=asa
git-svn-id: svn://10.0.0.236/trunk@101749 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 13:58:53 +00:00
dinglis%qnx.com
73f8705e3b NOT PART OF BUILD (Photon port only)
- added new prompt service
- new history resource.


git-svn-id: svn://10.0.0.236/trunk@101748 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 13:51:21 +00:00
bryner%netscape.com
5d1fb8258e Bug 85946 - file picker not resiz[e]able. Patch from colin@theblakes.com, r=bryner, sr=blake, a=asa.
git-svn-id: svn://10.0.0.236/trunk@101747 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 06:53:22 +00:00
bryner%netscape.com
5bb50b750e Bug 96434 - open folder in xp filepicker attempts a save instead of an open. r=jag, sr=shaver, a=dbaron.
git-svn-id: svn://10.0.0.236/trunk@101746 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 06:50:45 +00:00
nicolson%netscape.com
6b60ee7fd7 add getEncryptedPrivateKeyInfo.
git-svn-id: svn://10.0.0.236/trunk@101744 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 05:23:15 +00:00
nicolson%netscape.com
543f77a6c1 add NSPR wrapper around java socket.
git-svn-id: svn://10.0.0.236/trunk@101743 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 05:16:27 +00:00
nicolson%netscape.com
0996f8151f add types and ids for NSPR wrapper around java socket.
git-svn-id: svn://10.0.0.236/trunk@101742 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 05:15:18 +00:00
nicolson%netscape.com
4b77628768 Add getEncryptedPrivateKeyInfo.
git-svn-id: svn://10.0.0.236/trunk@101741 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 05:14:55 +00:00
nicolson%netscape.com
32327a46a2 add getEncryptedPrivateKeyInfo to CryptoStore.
git-svn-id: svn://10.0.0.236/trunk@101740 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 05:14:30 +00:00
syd%netscape.com
f503628d5c Add QuickLaunch panel to the installer. r=ssu,dveditz sr=mscott, a=asa. Bug is
87038


git-svn-id: svn://10.0.0.236/trunk@101739 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 05:00:02 +00:00
wtc%netscape.com
c263db4585 Bugzilla bug 94685: fixed compiler warnings.
git-svn-id: svn://10.0.0.236/trunk@101738 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 03:52:23 +00:00
kaie%netscape.com
b01bbfd7f9 b=96696 r=kaie sr=darin a=dbaron
adding missing init code
checking in for bbaetz


git-svn-id: svn://10.0.0.236/trunk@101737 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 03:40:48 +00:00
brendan%mozilla.org
d72ef6fca0 Check keyword version when scanning, not by installing different keywords on version selection (when starting to compile; bug 96562, r=rogerl, sr=shaver&jband, a=dbaron).
git-svn-id: svn://10.0.0.236/trunk@101736 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 03:32:31 +00:00
sonmi%netscape.com
b9a1bf76d1 fixed typo
git-svn-id: svn://10.0.0.236/trunk@101735 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 01:11:58 +00:00
mcafee%netscape.com
16e058789c Fix for rh7.1/jvm1.3.0 hang bug
git-svn-id: svn://10.0.0.236/trunk@101734 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-24 01:02:07 +00:00
sonmi%netscape.com
9169523452 added p/f for generating objsign cert bug 96743
git-svn-id: svn://10.0.0.236/trunk@101733 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-23 23:41:16 +00:00
rginda%netscape.com
d27d8f9332 ChatZilla changes only, bug 89713, r=samuel@sieb.net, a=asa
set default nickname so it'll get saved


git-svn-id: svn://10.0.0.236/trunk@101732 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-23 22:12:43 +00:00
radha%netscape.com
7c3783e94d Fox for bug # 90098 and 83684 r=valeski sr=rpotts a=asa
git-svn-id: svn://10.0.0.236/trunk@101731 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-23 21:56:38 +00:00
radha%netscape.com
e9ee2beb7a Fix for bug 84519 r=adamlock sr=rpotts a=asa. history.go(toofar) gives problems to back/forward buttons
git-svn-id: svn://10.0.0.236/trunk@101730 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-23 21:55:57 +00:00
rginda%netscape.com
5b2f4793ab ChatZilla changes only, bug 89713, r=samuel@sieb.net, a=asa
move most of the rules to content/output-base.css; remianing rules are simple text style changes


git-svn-id: svn://10.0.0.236/trunk@101729 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-23 21:45:58 +00:00