Commit Graph

79684 Commits

Author SHA1 Message Date
stephend%netscape.com
5207c10572 Part of the fix for bug 52154, 'Make gui for view source coloring pref' r=akkana@netscape.com sr=hewitt@netscape.com 2001-04-04 03:18:34 +00:00
stephend%netscape.com
43324e6d61 Fix for bug 66011, mailto: headers erroneously inserted into to: field. Patch by Kevin Duffy <kevin@buhbird.com> r=ducarroz@netscape.com sr=sspitzer@netscape.com. 2001-04-04 03:03:47 +00:00
talisman%anamorphic.com
a5e59dc20f new, better-looking, more professional splash screen image. jrg 2001-04-04 02:58:22 +00:00
talisman%anamorphic.com
0c6123d2b7 Modified means of getting the splash screen image so it works when app is run as a jar. jrg 2001-04-04 02:57:04 +00:00
talisman%anamorphic.com
2345e2c1c9 Changed event switch - must access static public (i.e., class) variables through class, not through instance. jrg 2001-04-04 02:55:54 +00:00
morse%netscape.com
a40c62d861 bugs 74049 (cookies permission file garbled) and 74489 (crash bringing up cookie viewer), r=valeski, sr=alecf 2001-04-04 02:39:39 +00:00
morse%netscape.com
64e229e8c2 bug 74089, image/cookie confusion, r=valeski, sr=alecf 2001-04-04 02:34:26 +00:00
sspitzer%netscape.com
9ebd9a19d2 fix for #74357. do what 4.x mac did for collapsed read messages, that are threads that had unread chidren. r/sr=hyatt,bienvenu 2001-04-04 02:13:41 +00:00
disttsc%bart.nl
4546a077c2 Fix senna bustage, add "timer" to REQUIRES line 2001-04-04 02:09:28 +00:00
oeschger%netscape.com
312a61c13f fixing css, adding manifest, NOT PART OF BUILD 2001-04-04 01:52:16 +00:00
pinkerton%netscape.com
22dc3cf4d2 fix build bustage. 2001-04-04 01:38:57 +00:00
hyatt%netscape.com
ec0c0982bd Fix for outliner skin switching bug. 2001-04-04 01:37:09 +00:00
pinkerton%netscape.com
39acec6c62 fix build bustage. 2001-04-04 00:57:40 +00:00
sonmi%netscape.com
53bf6dffde removed unneccessary variables 2001-04-04 00:31:59 +00:00
sonmi%netscape.com
768eccfd85 workaround, when running backward compatibility tests pk12util tests don't run 2001-04-04 00:29:27 +00:00
sonmi%netscape.com
4c0da07bc0 added functionallity for backward compatibility testing, improved messages 2001-04-04 00:28:12 +00:00
sonmi%netscape.com
262ccc1479 added backward compatibility tests 2001-04-04 00:23:18 +00:00
sonmi%netscape.com
8c075bc586 added functionallity for backward compatibility testing 2001-04-04 00:22:43 +00:00
javi%netscape.com
9c997c5218 Fix for Bug 74436 patch provided by ccarlen r=danm
Make PSM 2.0 use the embedding friendly window watcher
  service instead of grabbing the hidden window.
2001-04-04 00:06:18 +00:00
javi%netscape.com
c40f9c0c70 Fix UNIX build bustage 2001-04-04 00:03:02 +00:00
valeski%netscape.com
7e921316d8 sr=waterson. comment change only 2001-04-03 23:30:30 +00:00
dr%netscape.com
f2f090544e backing out edburns's removal of necessary typedefs 2001-04-03 23:29:26 +00:00
larryh%netscape.com
0ffcf38e58 bugzilla: 45343. re-implement PL_ArenaAllocate() 2001-04-03 23:23:02 +00:00
valeski%netscape.com
3b1eaff7c2 sr=shaver, r=dmose. 74554. fixing array index typo 2001-04-03 22:59:02 +00:00
rickg%netscape.com
169a621d42 preloader update. r=peterl, sr=attinasi 2001-04-03 22:58:59 +00:00
av%netscape.com
4343179a46 For 73856, adding simple scriptability to the old style plugins, sr=vidur, ra=av 2001-04-03 22:49:38 +00:00
mcafee%netscape.com
7fb2cbef9a print out system id 2001-04-03 22:47:50 +00:00
sspitzer%netscape.com
4c6f7c316c make --with-extensions=inspector generate the Makefiles
for hewitt's document inspector.  r=prass,kerz sr=sspitzer
2001-04-03 22:41:24 +00:00
av%netscape.com
2e0baa7a85 For 73856, zeroing plugin function table in ns4xPlugin destructor, sr=vidur, ra=av 2001-04-03 22:39:19 +00:00
locka%iol.ie
9ac775ed8f NOT PART OF BUILD. Added test for innerHTML property of HTML elements. 2001-04-03 22:37:47 +00:00
av%netscape.com
b9da232f88 For 73856, adding plugin host notification that the plugin instance is scriptable, sr=vidur, ra=jst 2001-04-03 22:33:32 +00:00
peterlubczynski%netscape.com
2ffb820b43 Implement full-page plugins on Mac bug 35682 a=av sr=attinasi 2001-04-03 22:18:59 +00:00
heikki%netscape.com
eb43bb8f01 This commit was generated by cvs2svn to track changes on a CVS vendor
branch.
2001-04-03 22:13:38 +00:00
heikki%netscape.com
9c096f8d25 new project started 2001-04-03 22:13:38 +00:00
edburns%acm.org
5ff8275a2c ra=edburns
r=av
sr=waterson
author = Nikolay Igotti <inn@sparc.spb.su>
Changes are:
  - adding IID accessors to nsIJVMPlugin and nsIJVMConsole interface - I think
    better patch would  add accessors to the end of interface definition -
    to save binary compatibility with Java Plugin
 -  together with old way of obtaining of JVM service (GetFactory) use new way
    GetService - it's good anyway and shouldn't break Java Plugin

M modules/oji/public/nsIJVMPlugin.h
M modules/oji/public/nsIJVMConsole.h
M sun-java/stubs/include/jri_md.h
M modules/oji/src/nsJVMManager.cpp
2001-04-03 22:05:03 +00:00
locka%iol.ie
8e427dff2d Added read-only implementations of innerHTML, innerText, offsetLeft, offsetTop, offsetWidth, offsetHeight. b=58475 2001-04-03 22:00:21 +00:00
edburns%acm.org
409ba544f7 http://bugzilla.mozilla.org/show_bug.cgi?id=69466
r=av
sr=waterson
Make it so incomplete hostnames, such as .eng.sun.com, are valid entries for
the noProxyFor list.
2001-04-03 21:56:59 +00:00
locka%iol.ie
082e014189 Updated GetTarget so windows are created if the named target cannot be found and for _new & _blank targets. b=72491, sr=mscott 2001-04-03 21:56:02 +00:00
av%netscape.com
91f763bfcb For 73856, adding new header file to the list of files to be exported, sr=vidur, ra=av 2001-04-03 21:41:19 +00:00
av%netscape.com
706a3ae53e For 73856, new private interface for the plugin host, first time in, sr=vidur, ra=av 2001-04-03 21:35:57 +00:00
radha%netscape.com
35d5624764 Fix for bug 73746. r=valeski, sr=rpotts 2001-04-03 21:34:30 +00:00
av%netscape.com
ca020cd7f7 For 73856, adding new values to nsPluginInstanceVariable enum type, sr=vidur, ra=av 2001-04-03 21:33:17 +00:00
naving%netscape.com
902d19584d 74446. sr=bienvenu. handle the period at the beginning of the line. 2001-04-03 21:32:59 +00:00
peterlubczynski%netscape.com
68d2f85ebd Fix for sending events to plugins on Windows through the DOM bug 60712 r=saari sr=attinasi 2001-04-03 21:32:37 +00:00
av%netscape.com
bdb7f37077 For 73856 -- adding new values to NPPVariable enumeration type, sr=vidur, ar=av 2001-04-03 21:29:48 +00:00
pinkerton%netscape.com
1dd606aa87 before executing command, check if it's a menu. fixes weird problems with context menus where rightclicking with a submenu visible would dismiss the parent but leave the submenu. r=pchen/sr=hyatt. bug# 71795 2001-04-03 21:20:43 +00:00
ducarroz%netscape.com
decbcad16e Fix for bug 70222. Use IC to decide if we need to send the file as AppleDouble. R=varada, SR=bienvenu. 2001-04-03 21:11:24 +00:00
ducarroz%netscape.com
8b1622ee10 Fix for bug 70222. Add an API to retreive file mapping flags. R=varada, SR=bienvenu 2001-04-03 21:08:51 +00:00
ducarroz%netscape.com
22b1b5ef1d Fix for bug 67504. Remove hardcoded string. R=varada, SR=bienvenu
Fix for bug 41150. Do not reveal BCC recipients when forwarding a message. R=varada, SR=bienvenu
2001-04-03 21:05:07 +00:00
ducarroz%netscape.com
61def8301a Fix for bug 67504. Remove hardcoded string. R=varada, SR=bienvenu 2001-04-03 21:03:30 +00:00