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

733 Коммитов

Автор SHA1 Сообщение Дата
peterlubczynski%netscape.com 340a54de59 Fix for sample in plugins r=peterl sr=attinasi patch by kens@activestate.com bug 77234 2001-05-16 02:27:18 +00:00
shannond%netscape.com f0a58ac273 Bug 73702 - Need to point to Java Plugin download page for HPUX. ifdef HPUX then
go to HP site to get Java plugin. ra=av@netscape.com
2001-05-15 19:15:34 +00:00
hyatt%netscape.com e88c067d05 Fix for 78741. r=saari, sr=ben 2001-05-13 07:08:23 +00:00
darin%netscape.com db56d87709 fixes mac bustage 2001-05-12 00:36:18 +00:00
darin%netscape.com c18fe7ef56 Http branch landing: changes to other files (bug 76866) r=gagan,sr=dougt,a=chofmann 2001-05-11 21:05:08 +00:00
peterlubczynski%netscape.com cfbb91e036 Adding code I accidentally removed in last check-in 2001-05-11 09:43:13 +00:00
peterlubczynski%netscape.com d9ff39b91d Fix to include pref to scan the for the Java plugin from the JRE installation path gotten from the Windows registry. Use this and you no longer need to copy your NPOJI6x.DLL plugin:
Add this to your all.js: pref("plugin.do_JRE_Plugin_Scan",true); bug 78150 r=Xiaobin sr=waterson
2001-05-11 06:50:23 +00:00
dbaron%fas.harvard.edu 1326c82680 Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding new header file dependencies from XPCDOM landing to REQUIRES. 2001-05-08 19:19:03 +00:00
jst%netscape.com 621060c4fd Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com. 2001-05-08 17:42:36 +00:00
ccarlen%netscape.com df1a6e78a8 Bug 78745 - nsIPromptService::ConfirmEx needs to be more flexible. r=valeski, sr=sfraser 2001-05-06 15:03:55 +00:00
kandrot%netscape.com d5bd552195 Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775. 2001-05-05 05:33:37 +00:00
edburns%acm.org 2076cbc16b r/sr=brendan:
fix the "free before strdup" problem.
s/rc/rv/g
Use NS_ERROR_OUT_OF_MEMORY where appropriate.
2001-05-04 20:31:13 +00:00
peterlubczynski%netscape.com 3d6e6bcf5f Removing extra reference to nsIJVMPlugin.h 2001-05-03 08:51:23 +00:00
peterlubczynski%netscape.com 6ee5b0a99e Patch to fix crash on leaving a page with Java on Linux bug 78502 sr=beard r=edburns 2001-05-03 08:38:18 +00:00
peterlubczynski%netscape.com 5ea54853fd Include shockwave director in 4.x plugin scan bug 78009 r=av sr=attinasi 2001-05-03 02:43:47 +00:00
edburns%acm.org 1c37c86bc0 M macbuild/plugin.mcp
M nglsrc/Makefile.in
M nglsrc/makefile.win
M nglsrc/nsPluginHostImpl.cpp
A nglsrc/nsPluginProxyImpl.cpp
A nglsrc/nsPluginProxyImpl.h

author=edburns
sr=darin
r=bbaetz

This fix modifies the way the plugins module implements its
FindProxyForURL method to use the nifty nsIProtocolProxyService.

This isolates the plugin module from future changes in the way
the enablement of java and proxies are handled.
2001-05-02 23:38:41 +00:00
hwaara%chello.se 3dafc4b732 #78014. Fix some leaks in plugin init code. r=bbaetz@cs.mcgill.ca, ra=av@netscape.com, sr=blizzard@mozilla.org 2001-05-02 14:45:59 +00:00
hyatt%netscape.com 23b0c38927 Fix for 76495. r=danm, sr=rpotts 2001-05-01 22:54:11 +00:00
cls%seawood.org 25c6dc1c7e Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775 2001-04-28 19:48:12 +00:00
cls%seawood.org 6628abec57 Landing initial directory re-ordering change needed for Ron Guilmette's <rfg@monkeys.com> static mozilla work. 2001-04-28 17:26:54 +00:00
peterlubczynski%netscape.com 9ef199664e Make plugin streaming safer and fix crash in bug 77319 r=av sr=attinasi 2001-04-28 02:24:29 +00:00
peterlubczynski%netscape.com 2c37a53c1a Patch to fix from
submit on Mac for
                                                                                   Acrobat bug
                                                                                   76932 r=av
                                                                                   sr=attinasi
2001-04-28 02:21:25 +00:00
valeski%netscape.com 9e8d80d70f mozilla diffs r=tao, sr=alecf, commercial diffs r=syd, sr=syd/shaver. lower-casing JS calls to createBundle. removing un-used nsILocale param from nsIStringBundle::CreateBundle(). 76332 2001-04-27 21:30:24 +00:00
sfraser%netscape.com 5e35cbdbc0 Backing out valeski 2001-04-27 05:53:22 +00:00
valeski%netscape.com 2029078049 mozilla tree r=tao, sr=alecf. commercial tree r=syd, sr=syd/shaver. lowercasing the first char in JS method calls to createBundle. removing the dead locale parameter in the CreateBundle() method call. 76332 2001-04-27 05:13:10 +00:00
sean%beatnik.com 4db2bbd5ff part of fix for bug 73289 to address string compare problem r=jag sr=attinasi 2001-04-27 00:24:52 +00:00
ccarlen%netscape.com fad24de4ee Bug 46859 - Remove UniversalDialog. r=valeski/sr=rpotts,sfraser/a=blizzard 2001-04-21 00:26:18 +00:00
cls%seawood.org 52aab8136f Reversing previous checkin. This was not meant for the trunk just yet. Broken client.mk on the branch. :-/ 2001-04-19 03:00:55 +00:00
cls%seawood.org 74cdc661b1 Build fixes based upon Ron's original mega-patch. 2001-04-19 01:53:36 +00:00
dr%netscape.com 39003ffb2a 64313 (Implement cmd_copyLink, cmd_copyImageLocation, cmd_copyImageContents). Implement the commands, hook them up in the navigator and mailnews frontends, provide hooks for embedding. r=hyatt, sr=waterson 2001-04-18 06:06:31 +00:00
av%netscape.com 450ed0230f Fixing bug 76384 -- crash in the default plugin, r=serge, sr=attinasi 2001-04-18 00:05:20 +00:00
serge%netscape.com 47a714515c #67879 fix the crash, getting rid of xpm.h to show up a puzzle pixmap; sr=blizzard, r=av 2001-04-17 23:57:26 +00:00
av%netscape.com 555c6d166c Fixing 76356 -- plugin streams don't ask for byte range support, r=gagan, sr=darin 2001-04-17 23:47:01 +00:00
av%netscape.com fc3a2f132f Fixing 75826 -- PostURL not working from files, r=peterl, sr=waterson 2001-04-17 23:30:25 +00:00
gordon%netscape.com 99a7277559 bug 72528, remove old cache from build. sr=darin. 2001-04-17 10:47:22 +00:00
pinkerton%netscape.com 1cdc2a2b8b adjust a define for osx. r=saari/sr=hyatt, bug 75653. 2001-04-17 01:50:50 +00:00
av%netscape.com e32e5d95ac Fixing 76116 -- crash on File->Exit with plugin on page, ra=av, sr=waterson 2001-04-16 21:26:28 +00:00
av%netscape.com 62a094b5cf Fixing 75682 -- file leaf name comparison xp'ed in nsPluginHostImpl.cpp, r=peterl, a=av, sr=attinasi 2001-04-16 21:21:11 +00:00
dbaron%fas.harvard.edu 67e102671b Backing out changes made by serge@netscape.com for bug 67879 because they include X11/xpm.h, which is not a standard part of X11 and therefore breaks builds on machines that don't have it, including the following tinderboxes: speedracer (on Seamonkey), messina, monkeypox, nebiros, palermo, and torino (on SeaMonkey-Ports). Fixes build bustage. 2001-04-15 00:15:35 +00:00
serge%netscape.com a46fac61ea #67879 eliminate crash unix defalt plugin; add puzzle pixmap to unix nullplugin; sr=blizzard, r=av 2001-04-14 21:14:23 +00:00
serge%netscape.com b968ec6460 #67879 eliminate unix default plugin crash; add puzzle pixmap to unix nullplugin; sr=blizzard r=av 2001-04-14 21:07:43 +00:00
markh%activestate.com 645d36ae84 Fix the last checkin which broke this sample. Not part of the build (hence
this error went undetected)
2001-04-12 06:38:28 +00:00
peterlubczynski%netscape.com 918412f073 Fix for full-page plugin keeps playing after leaving page bug 75293 sr=attinasi a=av 2001-04-12 01:08:51 +00:00
av%netscape.com 24c981fc83 Fixing 74485, making shutdown procedures for plugins cleaner, r=sean@beatnik.com, sr=wateson 2001-04-11 23:08:36 +00:00
shaver%mozilla.org e2dc3d6d88 75152: Remove GetVersionNumber stub in favour of upcoming, less-invasive
preloader strategy. r=jag, sr=attinasi.
2001-04-11 14:23:13 +00:00
darin%netscape.com 41efbc6217 Necko API changes, bug 74221. r=valeski, sr=rpotts. 2001-04-10 06:01:08 +00:00
dbaron%fas.harvard.edu e95412b0df Fix build and runtime bustage in xlib port. b=75125 r=blizzard@mozilla.org sr=shaver@mozilla.org 2001-04-09 23:16:19 +00:00
disttsc%bart.nl 748e1ece2f Clean up MODULE/REQUIRES, bug=73353, r=cls 2001-04-08 08:33:11 +00:00
dbaron%fas.harvard.edu 60d5b49964 Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding new header file dependencies to REQUIRES. 2001-04-07 04:29:01 +00:00
danm%netscape.com 378b2f48b9 removing use of nsNetSupportDialog. bug 72112 continued. r=hyatt,morse,mstoltz,various 2001-04-07 03:33:56 +00:00