Граф коммитов

79870 Коммитов

Автор SHA1 Сообщение Дата
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
idk%eng.sun.com dd440bff20 *not part of the build*
add on to my previous checkin
2001-04-03 20:59:04 +00:00
dave%intrec.com 900965b19d Fix for bug 74529: backward email filtering fixed. patch by jake@acutex.net 2001-04-03 20:54:53 +00:00
disttsc%bart.nl f2b7355968 Get postData from session history instead of BrowserInstance. bug=46200, r=law, sr=alecf 2001-04-03 20:53:50 +00:00
dr%netscape.com e373fb7108 fix for 74065. r=pinkerton, sr=hyatt 2001-04-03 20:45:13 +00:00
dave%intrec.com 8c81eb9243 Fix for bug 53696: periods(.) and plusses(+) were not being accepted as valid in mime-types, which are legal per RFC2045 and RFC2048. 2001-04-03 20:42:58 +00:00
dr%netscape.com 02a685888f fix for 72010 (contrib by alex.fritze@crocodile-clips.com). r=dr, sr=hyatt 2001-04-03 20:42:41 +00:00
dr%netscape.com f891bf4c29 fix for 40105. r=jst, sr=hyatt 2001-04-03 20:39:34 +00:00
beard%netscape.com cf9ae7bbde fix for bug #6872, checking in for tnoyes@mac.com, r=beard, sr=sfraser 2001-04-03 20:23:36 +00:00
bnesse%netscape.com 1037f46c0d Updates to the future preferences API based on the latest round of feedback. [Not Part of the Build] 2001-04-03 20:11:54 +00:00
rickg%netscape.com db15c70246 Adding hook for preloader; r=peterl, sr=attinasi 2001-04-03 19:40:58 +00:00
ftang%netscape.com e96a7f7bcd remove dead code prepare for bidi landing
The code removed are #ifdef and turn off right now.
r=bstell sr=erik
2001-04-03 19:34:56 +00:00
ftang%netscape.com e69627a851 fix 71762.r=bstell sr=erik. add non standard jis0208 mapping 2001-04-03 19:30:33 +00:00
varada%netscape.com 4e0facd69e fix for bug#71907 -cant send message;r=ducarroz;sr=bienvenu 2001-04-03 19:27:11 +00:00
joe.chou%eng.sun.com 7d1437f546 After converting nsIPluginManager.h to nsIPluginManager.idl (64297, already checked in), the original nsIPluginManager.h is no longer neede. 2001-04-03 19:09:39 +00:00