bstell%netscape.com
0793323929
bug 33162 missing Japanese characters on Linux
...
r=ftang, sr=blizzard, a= asa@mozilla.org for checkin to the trunk.
add pref to control this new code
---------------------------------------
this is a 'better' redo of bug 4760:
re-enable special chars (eg: smart quotes) in double byte fonts
but put in a special transliterator so single byte docs do not
use the large special chars from double byte fonts
side benefit: the font lang group search code allows us to get most of
special chars from single byte fonts (eg: iso-8859-15)
2001-06-19 22:55:22 +00:00
dbaron%fas.harvard.edu
431a60134b
Change default for using system colors as document colors to false, and change default document background color to white rather than light gray. b=69053 r=attinasi sr=ben a=roc
2001-06-19 22:43:10 +00:00
av%netscape.com
cc0e174b11
Fixing 80105 -- added notification nsIPluginInstanceOwner that instance has been destroyed, r=peterl, sr=attinasi, a=roc+moz@cs.cmu.edu
2001-06-19 22:42:07 +00:00
leaf%mozilla.org
a2141f9e7c
resurrect lost file
2001-06-19 14:58:03 +00:00
brade%netscape.com
90a5de9e89
removing file that was added by accident (typo in file name).
2001-06-19 14:58:00 +00:00
leaf%mozilla.org
9823dc5c59
resurrecting lost file
2001-06-19 14:55:51 +00:00
brade%netscape.com
338baf63a0
restore
2001-06-19 14:52:02 +00:00
leaf%mozilla.org
e593e4d8f9
resurrecting some lost files
2001-06-19 14:51:05 +00:00
brade%netscape.com
23c3f7553b
restore
2001-06-19 14:46:04 +00:00
leaf%mozilla.org
fa095d6c77
readding dead file
2001-06-19 14:36:11 +00:00
brade%netscape.com
43c2b84ad8
restored
2001-06-19 14:35:44 +00:00
leaf%mozilla.org
7d86073839
readding files from the cvs-file-eating
2001-06-19 14:34:30 +00:00
pavlov%netscape.com
f7af150202
readding shit to the trunk since cvs ate it.
2001-06-19 11:16:54 +00:00
pavlov%netscape.com
c3257cb477
removing libimg
2001-06-19 08:47:13 +00:00
bnesse%netscape.com
cbe38ef9a2
Fix for bug 86107. Preferences needs to implement nsISupportsWeakReference. r=mitesh, sr=alecf, a=asa.
2001-06-19 01:40:19 +00:00
peterlubczynski%netscape.com
e2a4f69185
Fix to allow caching of https plugin streams and also fix a leak in byte range streams bug 54689 and bug 83183 patches by peterl & dougt r=av sr=attinasi a=asa
2001-06-19 01:38:20 +00:00
cls%seawood.org
bf5fb48486
Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_LIBS, FORCE_STATIC_LIB & FORCE_SHARED_LIB. Added FORCE_USE_PIC.
...
Changes allow us to have a finer control over which parts of the tree are built with PIC. Part of the static build branch landing.
Bug #46775 r=mcafee a=leaf
2001-06-18 22:10:38 +00:00
av%netscape.com
ff513c7423
Fix for 44322 -- implementation of windowless pluign API, patch by dbrittain@superscape.com and av, r=(av, peterl), sr=attinase, a=dbaron
2001-06-18 21:41:57 +00:00
pavlov%netscape.com
5825708ad5
fix for bug 38322 r=cmanske sr=jst a=tor
2001-06-18 06:36:37 +00:00
av%netscape.com
78ebb88b88
Addressing bug 62248 -- _getvalue in the legacy plugin API implemented, patch by kevint@viewpoint.com, r=av, sr=attinasi, a=blizzard
2001-06-15 22:42:43 +00:00
joe.chou%eng.sun.com
2b36615302
Bug 83698 - make sure browser creates proxy JNI before Java plugin doing it
...
which broke LiveConnect. a=dbaron, sr=jband, r=beard.
2001-06-15 02:59:56 +00:00
av%netscape.com
81708402cb
Fix for 84332 -- made string dynamic vs hardcoded size, r=peterl, sr=rpotts, a=blizzard
2001-06-15 00:37:14 +00:00
peterlubczynski%netscape.com
a46ef4559b
Fix for leaking all kinds of ns4xStreamListener's bug 83183 r=av sr=attinasi a=asa
2001-06-14 02:24:11 +00:00
mscott%netscape.com
87b08c474d
Bug #84731 --> default smtp servers to never use ssl instead of try
...
sr=sspitzer
a=asa
2001-06-13 21:28:16 +00:00
pavlov%netscape.com
2e739a30aa
fixing image rendering color problems on photon. bug 82537. patch from briane@qnx.com. r=pavlov sr=blizzard a=asa
2001-06-13 01:14:13 +00:00
pavlov%netscape.com
fb5cea14ff
fixing image rendering color problems on photon. patch from briane@qnx.com. r=pavlov sr=blizzard a=asa
2001-06-13 01:13:06 +00:00
Xiaobin.Lu%eng.Sun.com
f6a275fb72
Fix for bug 74482(Calling top.window.close() doe not work)
...
Work done by Nikolay Igotti and me
r=beard, sr=brendan, a =asa
2001-06-13 01:01:59 +00:00
blizzard%redhat.com
00d88465a3
Fix bug #85295 . Make plugin registration quiet. r=av, rs=tor, a=asa
2001-06-12 19:16:11 +00:00
peterlubczynski%netscape.com
bb749d670f
Fix for full page mouse down being broken bug 75582 patch by bnesse r=peterl sr=attinasi a=asa
2001-06-12 04:27:08 +00:00
arik%netscape.com
7683543edd
Commiting patch by patrick c. beard to a fix memory leak and bogus free in the gif decoder. Fixes bug 81207, r=saari, sr=hyatt.
2001-06-12 01:31:16 +00:00
gerv%gerv.net
252373a24b
Fix misnamed referer pref. (Sadly, we can't correct the misspelling of "referrer" <sigh>.) Bug 83229. r=bbaetz, sr=darin, a=asa.
2001-06-11 21:49:30 +00:00
mitesh%netscape.com
8bec2f447d
Bug 84559 - To disable the caching of autoconfig.jsc
...
r=bnesse, sr=alecf and a = blizzard
2001-06-11 20:22:29 +00:00
peterlubczynski%netscape.com
8c8d5a18fa
Fix for converting file://c|temp to c:\temp for NP_StreamAsFile. r=av sr=waterson a=dbaron
2001-06-09 20:52:18 +00:00
ducarroz%netscape.com
ce9a689217
Fix for bug 28348. Turn on by default the send progress dialog. R=varada, SR=mscott, A=asa
2001-06-09 05:26:39 +00:00
Xiaobin.Lu%eng.Sun.com
5ede54f53e
Fix for bug 78840, got r=edburns & beard, sr=brendan, a=asa
...
Fix the crash when invoke liveconnect call using File->Open File
2001-06-09 01:03:53 +00:00
dianesun%netscape.com
fe022c3e81
Fix for bugs 79555(Download/Sync doesn't retain pref) 80127(Select dialog not modal). r=bhuvan, sr=sspitzer, a=dbaron
2001-06-08 21:17:43 +00:00
bnesse%netscape.com
64d4a2e2a2
Fix for bug 51507. Remove "Netscape" from warning dialog. r=timeless, sr=slecf,a=dbaron.
2001-06-08 20:45:07 +00:00
bnesse%netscape.com
c59f26cf43
Fix for bug 77975. Don't skip the first line when processing user.js. r=chipc, sr=alecf, a=dbaron.
2001-06-08 20:36:58 +00:00
bnesse%netscape.com
5e09ecced8
Fix for bug 80108. Fix PREF_DeleteBranch so it doesn't append a "." if one is already there. r=chipc, sr=alecf, a=dbaron.
2001-06-08 20:35:01 +00:00
bnesse%netscape.com
f35caf85e8
Added PrefHasUserPref functionality. r=bnesse, sr=alecf, a=asa. Checking in for Chip C.
2001-06-08 20:31:34 +00:00
pavlov%netscape.com
739b3b0133
fix for bug 83992 r=valeski sr=blizzard a=asa
2001-06-08 10:03:27 +00:00
attinasi%netscape.com
67a224ce0c
Prevent notifications during cancelation of notifications by clearing listener before removing proxy. b=82926 r=pavlov sr=waterson a=asa t=booyah!
2001-06-08 05:44:38 +00:00
tor%cs.brown.edu
72f01417ff
Bug 83804 - bounds check transparent pixel index to be inside colormap.
...
r=pavlov, sr=blizzard, a=asa
2001-06-08 04:36:25 +00:00
srilatha%netscape.com
b9748c74e9
Fix for bug# 79814. Removed preferences for netcenter,infospace and verisign directories.
...
r=hwaara,sr=spritzer,a=dbaron
2001-06-08 01:04:17 +00:00
mitesh%netscape.com
741b57e80f
bug 81987
...
changing location of failover.jsc file
r=bneese, sr=alecf and a=blizzard
2001-06-06 23:40:13 +00:00
sgehani%netscape.com
8755054352
Ability to force always asking before opening a helper app.
...
b = 84241
r = vishy
sr = mscott
a = asa
2001-06-06 08:17:39 +00:00
peterlubczynski%netscape.com
235e8852b8
Fix for crash @ Shockwave.com, not calling correct ODA sr=mscott a=chofmann r=av
2001-06-06 05:45:49 +00:00
dougt%netscape.com
e0c4831d10
Fixes bug 83401. r=gagan, darin, sr=vidur, a=blizzard. Add port blacklisting to necko
2001-06-06 00:10:09 +00:00
leaf%mozilla.org
56755a9ae9
update user agent and mac version, r=jj, a=asa bug 83999
2001-06-05 23:05:32 +00:00
gerv%gerv.net
3babcec0f3
Bug 81094 - re-introduce the ability to set the DPI value to "Ask X server"; i18n fixes, general clean-up and also make the Fonts prefs panel slightly more clear by adding a separator. r=mcafee, sr=alecf, a=blizzard.
2001-06-05 21:38:24 +00:00