Commit Graph

155817 Commits

Author SHA1 Message Date
edburns%acm.org
ef22aa3aa0 This change-bundle starts the process of re-activating pluglets.
Next step is to figure out the best way to fix these unresolved symbols
at link time when building pluglet.dll

/cygdrive/d/Projects/mozilla/MOZILLA_NIH/FIREFOX_1_5_0_1/mozilla/./build/cygwin-wrapper link -NOLOGO -DLL -OUT:pluglet.dll -PDB:pluglet.pdb -SUBSYSTEM:WINDOWS  List.obj Pluglet.obj PlugletEngine.obj PlugletFactory.obj PlugletInputStream.obj PlugletLoader.obj PlugletManager.obj PlugletPeer.obj PlugletStreamInfo.obj PlugletStreamListener.obj PlugletsDir.obj Registry.obj PlugletViewFactory.obj   ./module.res   -DEBUG -DEBUGTYPE:CV         kernel32.lib user32.lib gdi32.lib winmm.lib wsock32.lib advapi32.lib D:\Files_2k\j2sdk1.4.2_03/lib/jvm.lib ../../../dist/lib/xpcom.lib ../../../dist/lib/xpcom_core.lib ../../../dist/lib/nspr4.lib ../../../dist/lib/plc4.lib ../../../dist/lib/plds4.lib
   Creating library pluglet.lib and object pluglet.exp
PlugletsDir.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall nsFileSpec::~nsFileSpec(void)" (__imp_??1nsFileSpec@@UAE@XZ)
PlugletsDir.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall nsDirectoryIterator::~nsDirectoryIterator(void)" (__imp_??1nsDirectoryIterator@@UAE@XZ)
PlugletsDir.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class nsDirectoryIterator & __thiscall nsDirectoryIterator::operator++(void)" (__imp_??EnsDirectoryIterator@@QAEAAV0@XZ)
PlugletsDir.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall nsDirectoryIterator::nsDirectoryIterator(class nsFileSpec const &,int)" (__imp_??0nsDirectoryIterator@@QAE@ABVnsFileSpec@@H@Z)
PlugletsDir.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall nsFileSpec::nsFileSpec(char const *,int)" (__imp_??0nsFileSpec@@QAE@PBDH@Z)
PlugletsDir.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall nsSpecialSystemDirectory::~nsSpecialSystemDirectory(void)" (__imp_??1nsSpecialSystemDirectory@@UAE@XZ)
PlugletsDir.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall nsFileSpec::operator+=(char const *)" (__imp_??YnsFileSpec@@QAEXPBD@Z)
PlugletsDir.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall nsSpecialSystemDirectory::nsSpecialSystemDirectory(enum nsSpecialSystemDirectory::SystemDirectories)" (__imp_??0nsSpecialSystemDirectory@@QAE@W4SystemDirectories@0@@Z)
PlugletsDir.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: char const * __thiscall nsFileSpec::GetCString(void)const " (__imp_?GetCString@nsFileSpec@@QBEPBDXZ)
PlugletViewFactory.obj : error LNK2001: unresolved external symbol "public: __thiscall PlugletViewWindows::PlugletViewWindows(void)" (??0PlugletViewWindows@@QAE@XZ)
pluglet.dll : fatal error LNK1120: 10 unresolved externals

M makefiles

+java/plugins/Makefile
+java/plugins/src/Makefile

Add generation of these Makefiles

M plugins/src/Makefile.in

- copy some content from webclient

M plugins/src/Pluglet.cpp
M plugins/src/PlugletEngine.cpp
M plugins/src/PlugletStreamListener.cpp

- Changes from John Sublet.
2006-03-21 03:25:34 +00:00
masayuki%d-toybox.com
f2afdb24cd b=331103 fix typo in comment 2006-03-21 03:12:53 +00:00
cls%seawood.org
0828b79df3 Fix mingw cross-compile bustage.
Bug #322578 r=mark sr=bsmedberg
2006-03-21 03:04:54 +00:00
edburns%acm.org
53684b3fb8 remove_checked_in_makefiles 2006-03-21 02:28:54 +00:00
rrelyea%redhat.com
c385e5088d Bug 273637 3 locks in softoken have unsafe initialization
r=alexi r=julien
2006-03-21 02:28:48 +00:00
mrbkap%gmail.com
6eab81632d Use JS_DefineProperty instead of JS_SetProperty for the additional control over the property we're setting. bug 330773, r+sr=jst 2006-03-21 02:16:31 +00:00
pinkerton%aol.net
b9fe408d31 always bring dl window to the front when a dl starts (user_pref to disable) 2006-03-21 01:46:04 +00:00
zach%zachlipton.com
06ff61321a Add 'make cache' target. 2006-03-21 00:38:56 +00:00
neil%parkwaycc.co.uk
b10c50fb7d Bug 330124 Fix 5 read-only variable warnings p=gautheri@noos.fr r+sr=me 2006-03-21 00:06:03 +00:00
brettw%gmail.com
c189db3cf0 Bug 320181 r=annie.sullivan Rewrite autocomplete code for places. 2006-03-20 23:13:01 +00:00
mark%moxienet.com
c382dd4353 331131 fix typot 2006-03-20 22:37:52 +00:00
preed%mozilla.com
25b39aec10 Bug 329573: Cleanup to the "cvs update" patch: restore ALRM handlers and handle fork() bogosity more correctly. r=mento 2006-03-20 21:51:41 +00:00
mnyromyr%tprac.de
24468da038 Bug 329959: Dialog Origin Spoofing fix on Mac for SeaMonkey; p=<stefanh@bluebottle.com>, r=me, sr=Neil 2006-03-20 21:35:11 +00:00
cltbld
cc8d86617c Automated update from host egg 2006-03-20 21:20:48 +00:00
tor%cs.brown.edu
d1cc8a96a4 Bug 330516 - remove depreciated and unmaintained SVG renderer backends.
r=bsmedberg, sr=roc
2006-03-20 21:16:45 +00:00
pinkerton%aol.net
99d836634d make blocked popup view color less objectionable, add close button, fix leaking of view. 2006-03-20 21:01:46 +00:00
mrbkap%gmail.com
5c696de243 Don't forget to throw syntax errors for missing parentheses or brackets. bug 331127, r=brendan 2006-03-20 20:57:51 +00:00
dougt%meer.net
07a7aade27 Updating the values the softkeys generate to f9 and f10. NPODB. WINCE ONLY. I believe this is a regression caused by my backout of 325298 2006-03-20 20:27:27 +00:00
mrbkap%gmail.com
f60971fc05 Don't pollute String.prototype. bug 330976, r=brendan 2006-03-20 20:15:15 +00:00
bclary%bclary.com
410c7162e5 Regression test for bug 329530, by Erik Fabert 2006-03-20 19:55:22 +00:00
doronr%us.ibm.com
d587034c2f XForms bug 330671 - multiple message dialogs don't always show. r=aaronr,allan 2006-03-20 19:17:14 +00:00
bclary%bclary.com
0e5f054b05 Regression test for bug 330976, by Blake Kaplan 2006-03-20 19:05:49 +00:00
gavin%gavinsharp.com
e6e265e6b7 Bug 330887: Ts fix attempt #3, re-add timeout for search bar init, r+a=mconnor 2006-03-20 19:01:01 +00:00
tor%cs.brown.edu
e74933beab Bug 328527 - make all SVG content special for frame constructor, use
leaf frame for filter leaves.  r=bzbarsky, sr=dbaron
2006-03-20 17:39:08 +00:00
mkaply%us.ibm.com
45c9e57899 #283316
r=mkaply, sr=mkaply (OS/2 only)
Patch from Peter Weilbacher - more OS/2 only SQLite fixes
2006-03-20 16:07:36 +00:00
jminta%gmail.com
b6fcc81258 Bug 330103 Add new file that didn't get committed the first time around. r=mvl 2006-03-20 14:29:12 +00:00
jminta%gmail.com
032e5d18ed Bug 327805 Use calendar name as initial filename during calendar export. patch by ssitter, r=jminta 2006-03-20 13:31:27 +00:00
jminta%gmail.com
39272c9371 Bug 330103 Remove hardcoded strings. Also removes extra debug code and fixes a strict warning about sharp variables. r=mvl 2006-03-20 13:28:00 +00:00
jminta%gmail.com
7ce2bbd1b9 Bug 321693 (part 2) Listen for changes to the prefs for multiweek weeks in view. r=mvl 2006-03-20 13:23:52 +00:00
gerv%gerv.net
7909fdc9cb Bug 327089: Capitalise the M in SeaMonkey. 2006-03-20 12:32:53 +00:00
allan%beaufour.dk
9abfee0cc3 [XForms] Fix submit issue for XUL. Bug 323006, r=smaug+me, patch by surkov@dc.baikal.ru 2006-03-20 11:04:57 +00:00
gerv%gerv.net
dfa727db65 Bug 327089 - new product names. 2006-03-20 11:02:23 +00:00
allan%beaufour.dk
55ef40139b [XForms] Pick out calendar widget. Bug 329204, r=doronr+me, patch by surkov@dc.baikal.ru 2006-03-20 11:00:10 +00:00
allan%beaufour.dk
a3361a75f4 [XForms] Fix excessive refreshing for delegate controls. Bug 327985, r=aaronr+me, patch by surkov@dc.baikal.ru 2006-03-20 10:47:06 +00:00
uriber%gmail.com
a52c79e7ad Bug 330881: Crash when double-clicking in empty area inside isindex with position:absolute;direction:rtl;. r+sr=roc 2006-03-20 09:20:49 +00:00
bclary%bclary.com
4b20c14c15 Regression test for bug 330951, by Pawel Chmielowski 2006-03-20 00:40:45 +00:00
enndeakin%sympatico.ca
78d577766c bug 318208, fix case of readOnly property, r+sr=neil 2006-03-20 00:34:41 +00:00
pinkerton%aol.net
51811724c1 Remove popup blocking ui from the status bar, display it inline in the
browser wrapper.
2006-03-19 23:28:25 +00:00
neil%parkwaycc.co.uk
38355b47f6 Switch the way the component bar is updated from a push to a notification system so as to work with the cached compose window r=Mnyromyr sr=bienvenu 2006-03-19 20:42:46 +00:00
pinkerton%aol.net
1657a3fa02 open viewsource in chromeless window, creating new user_pref for opening in tab (bug 188604, r=sfraser, sr=pink) 2006-03-19 16:40:38 +00:00
pinkerton%aol.net
7f41e8c52f opt-return or opt-enter in url bar downloads link (bug 187650, r=smorgan sr=pink) 2006-03-19 16:25:18 +00:00
pinkerton%aol.net
39777c2757 make google search resizable. this will reset everyone's toolbar defaults (bug 244099) 2006-03-19 16:13:44 +00:00
mvl%exedo.nl
6353a823d4 Bug 330140: Disable going back after the calendar was really created. patch by robin.edrenius@gmail.com, r=mvl 2006-03-19 13:34:35 +00:00
mvl%exedo.nl
e77ada00a9 Bug 329654: calDateTimeFormatter always uses selfmade long formatted date string hack. patch by ssitter, r=mvl 2006-03-19 13:27:38 +00:00
jag%tty.nl
fb9313e95b nsresult -> NS_IMETHODIMP on some of the nsIDOMAttr methods. r=sicking 2006-03-19 10:26:58 +00:00
neil%parkwaycc.co.uk
dc4d9d09d9 Don't dismiss the context menu so eagerly for subframe loads b=329521 r+sr=jag 2006-03-19 09:17:07 +00:00
smontagu%smontagu.org
0169a01e79 Remove compiler warning. Bug 330589, r=biesi, sr=roc 2006-03-19 07:08:11 +00:00
gavin%gavinsharp.com
198a9bebce Revert previous change to re-enable the search service (bug 330887) 2006-03-19 06:54:29 +00:00
nelson%bolyard.com
6c95b75b6a Avoid stack overflow while generating primes. Bug 310145. r=wtchang 2006-03-19 05:09:30 +00:00
gavin%gavinsharp.com
cf4bb6b5d6 Bug 330887: second try at disabling the search service to see impact on Ts 2006-03-19 04:46:26 +00:00