Commit Graph

66230 Commits

Author SHA1 Message Date
edburns%acm.org
e86c9acda8 a=av
r=av
bug=38848

This bug enables nsIPluginHostImpl::GetValue(nsPluginManagerVariable_XDisplay)
to function correctly.

Thanks to Chris Waterson.

This has been built on win32 and solaris.
2000-07-20 01:16:52 +00:00
mstoltz%netscape.com
3910fcba0b fix for 42387, r=dveditz 2000-07-20 01:16:15 +00:00
mstoltz%netscape.com
65ede1c243 Fix for 42387. r=dveditz 2000-07-20 01:15:09 +00:00
dougt%netscape.com
98c1304cbd Adding gtk embedding test application.
a=valeski@netscape.com - bug 43055
2000-07-20 01:12:25 +00:00
dougt%netscape.com
4777056ad6 creating makefile for unix to export base browser depends for embedding
adjusting/update manifest file.
2000-07-20 01:08:43 +00:00
nbhatla%netscape.com
20595ae9b7 First Checked In. 2000-07-20 01:01:38 +00:00
tao%netscape.com
dc480bbc96 Replicated from en-US build 2000-07-20 00:59:09 +00:00
ducarroz%netscape.com
1a2c474eb4 Fix for bug 45926. ContentWindow is now known as window._content. R=mscott 2000-07-20 00:47:34 +00:00
rbs%maths.uq.edu.au
2095e2fe89 [not part of default build] fix an event propagation problem caused by the fact that a point wasn't translated to the frame's relative coordinate system. a:waterson@mozilla.org 2000-07-20 00:21:34 +00:00
sfraser%netscape.com
0e0d0b0819 Fix for blank windows on Mac bug 42289. Ensure we only validate regions which we've painted. r=pinkerton 2000-07-20 00:13:06 +00:00
pchen%netscape.com
d3b24601dd Completed client end work for bug 44281 r=pinkerton, call back end CMT code to get certificate authority string. 2000-07-20 00:12:54 +00:00
tao%netscape.com
3ed004686f 39790: [L12y] Move all localizable prefs into chrome://.a=ftang. piggy back
ftang's hacky code. To be replaced by ben.
2000-07-20 00:00:29 +00:00
mcgreer%netscape.com
dbede1a951 Change the startup/shutdown procedure. Now a minimum amount of seed bytes, MIN_SEED_COUNT, are required before output bytes can be extracted. Also, it is possible to do a full restart by calling RNG_RNGInit() and RNG_RNGShutdown() in succession. This is noted in the blapi.h comments for those functions. 2000-07-19 23:54:43 +00:00
waterson%netscape.com
eb10ce3a1a Bug 37622. Hackery to get <embed hidden='true'> to work. Check hidden attribute; if set, size to (0, 0) and don't create a widget. r=pavlov,blizzard. 2000-07-19 23:46:43 +00:00
danm%netscape.com
a9f0541762 now holds a strong reference to its chrome data source (mComposite). consequent circular reference is broken with stupid refcounting tricks. bug 44621 r=hyatt 2000-07-19 23:39:50 +00:00
varada%netscape.com
dfc69fd89f fix for bug #43229;folder and threaded message indentation;r=mscott 2000-07-19 23:26:49 +00:00
waterson%netscape.com
a5fbd61475 Remove debugging cruft I left in. 2000-07-19 23:24:35 +00:00
nelsonb%netscape.com
5a1cb37329 Build all mpi .c files with -DMP_API_COMPATIBLE 2000-07-19 23:23:24 +00:00
nelsonb%netscape.com
94e36d6f32 Implement 5 new functions for dealing with variable length integers
represented as unsigned and signed octet strings.
mp_read_unsigned_octets(), mp_unsigned_octet_size(),
mp_to_unsigned_octets(), mp_to_signed_octets(), mp_to_fixlen_octets()
See mpi.h for more info.
2000-07-19 23:22:43 +00:00
nelsonb%netscape.com
9ab0d70f0e All #defines now have MP_ prefix. To get old #defines, compile with
-DMP_API_COMPATIBLE .  mpi.c is compiled that way.
2000-07-19 23:18:08 +00:00
conrad%ingress.com
076cacd9dc - Not yet part of build - Changed name of Debug target 2000-07-19 22:43:50 +00:00
ftang%netscape.com
fa65fbdc4b fix 39790 . r=tao,nhotta move send_default_charset , view_default_charset to property 2000-07-19 22:39:37 +00:00
mcafee%netscape.com
6e5119637e Ignore generated files. 2000-07-19 22:13:17 +00:00
ddrinan%netscape.com
42a6ceda94 Fix for getting ca name 2000-07-19 22:10:55 +00:00
dougt%netscape.com
57c31623c5 Damnit., missed this file. 2000-07-19 22:10:49 +00:00
larryh%netscape.com
700ccc9e33 BugZilla: 45623 2000-07-19 22:03:36 +00:00
akkana%netscape.com
6528090418 Remove a debug dump statement. r=ducarroz, a=mcafee 2000-07-19 22:00:16 +00:00
conrad%ingress.com
db6eb046ac Not part of build! Added some <includes> needed on Mac 2000-07-19 21:47:08 +00:00
conrad%ingress.com
b07ca3bf2e Removed shared lib targets - Not yet part of build 2000-07-19 21:45:42 +00:00
waterson%netscape.com
b95b383548 Bug 37522. Implement ns4xPlugin::GetMIMEDescription() and ns4xPlugin::GetValue(); alter nsPluginsDirUNIX to use these routines (instead of directly calling the NP_* routine) while grovelling through 4.x plugins. r=av 2000-07-19 21:43:46 +00:00
mscott%netscape.com
d5b4381214 Bug #45816 --> fix i18n breakage of intl-accept pref by calling getLocalizedUnicharPref 2000-07-19 21:42:18 +00:00
mscott%netscape.com
a5d4e43adf Bug #45816 --> fix i18n breakage of intl-accept pref by calling getLocalizedUnicharPref
r=tao
2000-07-19 21:41:59 +00:00
don%netscape.com
22d3800724 Partial fix for bug 5236 (yes, one that old) which changes the font-family but not font-size to make Linux/Unix suck less. r=akkana,german a=don 2000-07-19 21:37:05 +00:00
dbragg%netscape.com
680bbfa451 Fix for nsbeta2+ bug #45653. Removed code that appends a '/' since the call to Append is taking care of that for us. This was resulting in a double slash at the end of the mURL string and the Mac gagged on it. 2000-07-19 21:32:37 +00:00
dougt%netscape.com
4c470ac27c turning on xpfe application locations. r=conrad a=valeski bug 44314.
This TURNS on my last checks!
2000-07-19 21:31:33 +00:00
dougt%netscape.com
a7c9b1dbee turning on xpfe application locations. r=conrad a=valeski bug 44314.
This TURN on my last checks!
2000-07-19 21:29:40 +00:00
ddrinan%netscape.com
022f0f8362 Fix for cert renewal bug 2000-07-19 21:21:46 +00:00
dougt%netscape.com
780e01b652 Adding UNIX makefiles.
making compile on unix

(NOT PART OF BUILD)
2000-07-19 21:20:35 +00:00
morse%netscape.com
4cb24c2203 bug 44146, parent window for modal dialogs, r=dveditz 2000-07-19 21:10:03 +00:00
attinasi%netscape.com
cc2b1c2b5d Checkin patch for Robert O'Callahan: fixed HandlePostedDOMEvents and HandlePostedAttributeChanges to deal with re-entrant calls. b=45510,45361[nsb2+] r=evaughan,attinasi 2000-07-19 20:09:59 +00:00
leaf%mozilla.org
b2676d8aa7 Automated update 2000-07-19 20:00:09 +00:00
dougt%netscape.com
f11513d107 Fixing line feeds.
Adding makefiles for windows.
Making compile on windows.


(not part of build!)
2000-07-19 19:58:35 +00:00
tor%cs.brown.edu
1d1a5485e4 Bug 40748 - officially kill the SUNWspro4.2 build. r=cls, a=waterson 2000-07-19 19:53:01 +00:00
mscott%netscape.com
93ed892b57 Bug #44397 --> quick fix to the bookmarks problem with create new profile, if the
url is about:blank then don't try to instantiate bookmarks just to get a charset!
i'm not sure this bookmarks code belongs here anyway. We'll file another bug to get it moved out.
r,a=waterson
2000-07-19 19:51:20 +00:00
brade%netscape.com
c2a26fa33f move webshell shared library to Components for valeski (a=leaf) 2000-07-19 18:25:48 +00:00
valeski%netscape.com
0c15f59ae9 fixing IID collision, a=leaf 2000-07-19 17:23:20 +00:00
mcgreer%netscape.com
adc97e5caf initial checkin of PRNG code 2000-07-19 17:01:31 +00:00
dave%intrec.com
168f895e13 Fix for bug 27248 (Bug listings saved with .html extension). Patch
submitted by mhamby@logicon.com (Mark Hamby).
2000-07-19 16:05:52 +00:00
law%netscape.com
3c6c697c53 Bug 17282; change submenu id so overlay is applied; r=ben@netscape.com 2000-07-19 14:08:22 +00:00
mkaply%us.ibm.com
0df53cb8ae #40177
r=cls, a=brendan
Delete OS/2 specific build files during the clobber
2000-07-19 14:03:25 +00:00