darin%netscape.com
b26d5adb54
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
db195a6c81
Adding code I accidentally removed in last check-in
2001-05-11 09:43:13 +00:00
peterlubczynski%netscape.com
138a87293a
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
32c43cb5ef
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
ea706038cf
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
ac8ff4c8ea
Bug 78745 - nsIPromptService::ConfirmEx needs to be more flexible. r=valeski, sr=sfraser
2001-05-06 15:03:55 +00:00
kandrot%netscape.com
afdac97c93
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
af5c64a49e
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
2bbd5e07b9
Removing extra reference to nsIJVMPlugin.h
2001-05-03 08:51:23 +00:00
peterlubczynski%netscape.com
a0870bf36f
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
551fc247b0
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
39bb61b899
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
a37a84b566
#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
9ac35d4459
Fix for 76495. r=danm, sr=rpotts
2001-05-01 22:54:11 +00:00
cls%seawood.org
00f28396a9
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
f6803dcd01
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
87a2130326
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
1749eac3b1
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
00bca056ef
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
245d4eb76f
Backing out valeski
2001-04-27 05:53:22 +00:00
valeski%netscape.com
1d2fe07528
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
400a9f802f
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
c8128a5765
Bug 46859 - Remove UniversalDialog. r=valeski/sr=rpotts,sfraser/a=blizzard
2001-04-21 00:26:18 +00:00
cls%seawood.org
b3b1aa739c
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
3b8374aa75
Build fixes based upon Ron's original mega-patch.
2001-04-19 01:53:36 +00:00
dr%netscape.com
2e8fbd1253
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
e9fe7004bd
Fixing bug 76384 -- crash in the default plugin, r=serge, sr=attinasi
2001-04-18 00:05:20 +00:00
serge%netscape.com
a9d6f87537
#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
b4bfce2250
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
8dd38b5042
Fixing 75826 -- PostURL not working from files, r=peterl, sr=waterson
2001-04-17 23:30:25 +00:00
gordon%netscape.com
89b0c9362b
bug 72528, remove old cache from build. sr=darin.
2001-04-17 10:47:22 +00:00
pinkerton%netscape.com
2664b017e0
adjust a define for osx. r=saari/sr=hyatt, bug 75653.
2001-04-17 01:50:50 +00:00
av%netscape.com
1a251e82a3
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
505552ebf2
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
96e1422d5e
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
25122ada8c
#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
5a70dbb536
#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
ba7f979400
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
8ee9b2c078
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
fe2e788d6e
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
a0daa1645d
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
00a7e27ee6
Necko API changes, bug 74221. r=valeski, sr=rpotts.
2001-04-10 06:01:08 +00:00
dbaron%fas.harvard.edu
30295f72b6
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
72cea9bb38
Clean up MODULE/REQUIRES, bug=73353, r=cls
2001-04-08 08:33:11 +00:00
dbaron%fas.harvard.edu
f332609125
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
33594c68ff
removing use of nsNetSupportDialog. bug 72112 continued. r=hyatt,morse,mstoltz,various
2001-04-07 03:33:56 +00:00
johng%corel.com
66e732e208
Fix for Qt port from Bugzilla #74743
2001-04-06 20:06:33 +00:00
dprice%netscape.com
8c0b9eaf97
65845 - new order files
2001-04-05 06:02:32 +00:00
peterlubczynski%netscape.com
d2614be8ea
Fix for null pointer in full page plugins on Mac. bug 74789 a=av sr=shaver
2001-04-04 23:46:27 +00:00
disttsc%bart.nl
4546a077c2
Fix senna bustage, add "timer" to REQUIRES line
2001-04-04 02:09:28 +00:00