morse%netscape.com
0125197f71
bug 92387, alignment problems in cookie and form manager, r=gemal, sr=hewitt, a=asa
2001-08-24 21:36:45 +00:00
ssu%netscape.com
7764592c46
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.
2001-08-24 21:32:29 +00:00
relyea%netscape.com
54d37d98e0
Land new PKCS #11 initialization code.
2001-08-24 21:16:48 +00:00
relyea%netscape.com
cb5467c202
Fix memory leak
2001-08-24 21:15:52 +00:00
av%netscape.com
448febe0fe
Fixing 96528 -- crash on File/Exit with full page xpcom plugin, r=peterl, sr=attinasi, a=asa
2001-08-24 21:08:25 +00:00
av%netscape.com
4ab9e80c0c
Adding missing file to the sample project, not part of the build
2001-08-24 21:03:50 +00:00
depstein%netscape.com
7f0f2b0124
updated nsISHistory methods.
2001-08-24 21:03:15 +00:00
depstein%netscape.com
d3bd6ad542
updating nsISHistory and nsIWebNav tests.
2001-08-24 20:05:45 +00:00
radha%netscape.com
086f84cd3c
Fix for bug # 94926. assert in nsDocShell::SetTitle() r=adamlock sr=rpotts a=asa
2001-08-24 20:03:24 +00:00
nboyd%atg.com
115380ea02
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
2001-08-24 20:01:49 +00:00
cmanske%netscape.com
c8695a1a29
Remove dialog utilities from editor c++ and nsIEditorShell interface (use nsIPromptService from JS instead). b=96649, r=brade, r=kin/sfraser, a=asa
2001-08-24 19:47:46 +00:00
mitesh%netscape.com
f384d9fc0e
Fix for Bug 87661 - moving AutoConfig creation after reading of netscape.cfg
...
r=bnesse, sr=shaver and a=asa
2001-08-24 19:44:45 +00:00
cmanske%netscape.com
df1c31d081
Fixed bad message dialog parent bug 96649, r=brade, sr=kin/sfraser, a=asa
2001-08-24 19:42:45 +00:00
chuang%netscape.com
fff6be678c
Bug96053 Executing a Query may not return an end-of-query,
...
fixed by john.marmion@ireland.sun.com., r=chuang, sr=mscott, a=asa
2001-08-24 19:34:50 +00:00
cmanske%netscape.com
c91b7a05dd
Fixed regression: Can't clear link via input field, b=96542, r=brade, sr=kin, a=asa
2001-08-24 19:32:36 +00:00
dsirnapalli%netscape.com
62ec154663
renamed the image file.
2001-08-24 19:27:00 +00:00
mkaply%us.ibm.com
cc7bbcdf9d
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
2001-08-24 19:25:55 +00:00
jaggernaut%netscape.com
430862f98d
Bug 96211: "Kill them darn js strict warnings", episode button.xml
...
Patch by Henrik Gemal <gemal@gemal.dk>, r=jag, sr=brendan, a=Asa
2001-08-24 18:54:28 +00:00
rpotts%netscape.com
1da1ff6b05
bug #96418 (r=valeski, sr=mscott). SaveAs dialog not shown when saving file...
2001-08-24 18:45:11 +00:00
brendan%mozilla.org
63b08c267d
Fix all PL_strlen to be strlen, for 64-bit portability (shanmu's patch for 95838 generalized, sr=mscott&brendan, a=asa).
2001-08-24 18:38:30 +00:00
relyea%netscape.com
73f718e29f
Memory leak fixes.
2001-08-24 18:34:34 +00:00
waterson%netscape.com
f39ee77b45
Bug 96282. Make nsOutlinerRows::Last() work correctly when there are empty subtrees in the rows. r=varga, sr=kin, a=dbaron
2001-08-24 18:28:15 +00:00
relyea%netscape.com
b09ceb26de
BLAPI is complete below the PKCS #11 line, so should not call high level initialization functions.
2001-08-24 18:21:09 +00:00
relyea%netscape.com
ff896c9655
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
2001-08-24 18:20:07 +00:00
justdave%syndicomm.com
6aaa134676
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
2001-08-24 17:32:25 +00:00
dbaron%fas.harvard.edu
8f33cf8805
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
2001-08-24 14:00:49 +00:00
dbaron%fas.harvard.edu
35f25d8ca6
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
2001-08-24 13:58:53 +00:00
dinglis%qnx.com
74b849c013
NOT PART OF BUILD (Photon port only)
...
- added new prompt service
- new history resource.
2001-08-24 13:51:21 +00:00
bryner%netscape.com
39d6a84c5c
Bug 85946 - file picker not resiz[e]able. Patch from colin@theblakes.com, r=bryner, sr=blake, a=asa.
2001-08-24 06:53:22 +00:00
bryner%netscape.com
dd91f767b6
Bug 96434 - open folder in xp filepicker attempts a save instead of an open. r=jag, sr=shaver, a=dbaron.
2001-08-24 06:50:45 +00:00
nicolson%netscape.com
156fb16d7d
add getEncryptedPrivateKeyInfo.
2001-08-24 05:23:15 +00:00
nicolson%netscape.com
f58c4de5f3
add NSPR wrapper around java socket.
2001-08-24 05:16:27 +00:00
nicolson%netscape.com
a6f4d34c4e
add types and ids for NSPR wrapper around java socket.
2001-08-24 05:15:18 +00:00
nicolson%netscape.com
ba19b46475
Add getEncryptedPrivateKeyInfo.
2001-08-24 05:14:55 +00:00
nicolson%netscape.com
af6175f918
add getEncryptedPrivateKeyInfo to CryptoStore.
2001-08-24 05:14:30 +00:00
syd%netscape.com
1cb8e8b641
Add QuickLaunch panel to the installer. r=ssu,dveditz sr=mscott, a=asa. Bug is
...
87038
2001-08-24 05:00:02 +00:00
wtc%netscape.com
c4185eef2e
Bugzilla bug 94685: fixed compiler warnings.
2001-08-24 03:52:23 +00:00
kaie%netscape.com
ef9709b219
b=96696 r=kaie sr=darin a=dbaron
...
adding missing init code
checking in for bbaetz
2001-08-24 03:40:48 +00:00
brendan%mozilla.org
f319c1d822
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).
2001-08-24 03:32:31 +00:00
sonmi%netscape.com
57589cceed
fixed typo
2001-08-24 01:11:58 +00:00
mcafee%netscape.com
37ff9aaf32
Fix for rh7.1/jvm1.3.0 hang bug
2001-08-24 01:02:07 +00:00
sonmi%netscape.com
1b3e2f29f3
added p/f for generating objsign cert bug 96743
2001-08-23 23:41:16 +00:00
rginda%netscape.com
e68939ca87
ChatZilla changes only, bug 89713, r=samuel@sieb.net, a=asa
...
set default nickname so it'll get saved
2001-08-23 22:12:43 +00:00
radha%netscape.com
29aa2102b0
Fox for bug # 90098 and 83684 r=valeski sr=rpotts a=asa
2001-08-23 21:56:38 +00:00
radha%netscape.com
8745507311
Fix for bug 84519 r=adamlock sr=rpotts a=asa. history.go(toofar) gives problems to back/forward buttons
2001-08-23 21:55:57 +00:00
rginda%netscape.com
018c61d1b8
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
2001-08-23 21:45:58 +00:00
rginda%netscape.com
f458436e6c
ChatZilla changes only, bug 89713, r=samuel@sieb.net, a=asa
...
make current tab bold
add spacers after 4th and 8th tab so they're easy to map to Fn keys
2001-08-23 21:44:41 +00:00
rginda%netscape.com
32139e8465
ChatZilla changes only, bug 89713, r=samuel@sieb.net, a=asa
...
add i18n strings for css, ping, and version commands
2001-08-23 21:43:11 +00:00
rginda%netscape.com
5be8295073
ChatZilla changes only, bug 89713, r=samuel@sieb.net, a=asa
...
add i18n strings for new context menu
2001-08-23 21:42:07 +00:00
rginda%netscape.com
9af76861b1
ChatZilla changes only, bug 89713, r=samuel@sieb.net, a=asa
...
bump version number to 0.8.4
reduce max word length to 20
s/toolbar/tabstrip/
dont connect to default urls if we're supposed to go to a specific irc:// url
add quakenet
add mailto: and #Channel links
remove target attribute from links that don't need one
modify smiley insertion to be css friendly
implement tooltips
add dynamic css code, not used yet
fix parsing of empty irc:// urls (irc:, irc:/, and irc://)
focus input on startup and [esc]
implement dnd for content pane and links
add getURL method for the client object
2001-08-23 21:41:24 +00:00