jaggernaut%netscape.com
6ab111155d
Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf
2001-12-16 11:58:03 +00:00
ccarlen%netscape.com
5be3015148
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 05:25:50 +00:00
ccarlen%netscape.com
eec09f1b7d
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 21:02:40 +00:00
bzbarsky%mit.edu
0b19fcf775
Use <> for system headers, not "". This should help prevent Sun WSU2
...
compiler bustage. Bug 111574, patch from Roland Mainz
(<Roland.Mainz@informatik.med.uni-giessen.de>), r=bzbarsky, sr=bienvenu
2001-11-23 22:36:54 +00:00
beard%netscape.com
565e45dfb7
fix for bug #100151 , r=peterl, sr=waterson
2001-11-16 02:52:22 +00:00
alecf%netscape.com
52cd89e71b
win32 REQUIRES cleanup
2001-11-15 03:49:13 +00:00
dbaron%fas.harvard.edu
261f76a8ba
Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052
2001-11-07 06:24:10 +00:00
seawood%netscape.com
c79715ed1b
Backing out fix for remote mach-o builds as it left mach-o builds fragile.
...
Add TK_CFLAGS back to default CFLAGS/CXXFLAGS.
Bug #107696
2001-11-03 03:29:05 +00:00
seawood%netscape.com
6daf60f372
Since '-framework Carbon' causes binaries to require console access to run, do not link using that flag by default. Otherwise, remote builds & non-console tinderboxes will break. Mac OSX Mach-O only.
...
Bug #107696 r=mozbot
2001-11-01 00:54:48 +00:00
dbaron%fas.harvard.edu
f56bfe4127
Fix member initializer re-ordered warnings by re-ordering member initializers. r=jag rs=waterson b=105974
2001-10-25 03:21:53 +00:00
alecf%netscape.com
9a8ef3ebf4
bug 101761 - MODULE= cleanup on windows: gkplugin is really just plugin, r=cls
2001-10-16 20:56:51 +00:00
jaggernaut%netscape.com
fdc4078bc4
Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc
2001-09-29 08:28:41 +00:00
gerv%gerv.net
f385eb981a
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
2001-09-28 20:14:13 +00:00
gerv%gerv.net
2a80f3fea9
Oops.
2001-09-20 00:02:59 +00:00
scc%mozilla.org
63e86dc84f
bug #98089 : ripped new license
2001-09-19 20:09:47 +00:00
jaggernaut%netscape.com
e25262c61f
One module per line for REQUIRES. r=/sr=alecf
2001-09-18 22:01:13 +00:00
jaggernaut%netscape.com
3826eb9902
Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf
2001-09-18 13:41:47 +00:00
alecf%netscape.com
cf9912aa80
Final REQUIRES changes for bug 98371, adding support for MOZ_TRACK_MODULE_DEPS to win32. r=cls (and tested by cls!)
2001-09-17 19:06:35 +00:00
jaggernaut%netscape.com
efc8c209fb
Bug 73353: move gfx from module layout to module gfx and fix up REQUIRES lines. r=cls
2001-09-14 05:37:29 +00:00
dbaron%fas.harvard.edu
f12b6c260e
Removing commented-out remnant of old hand-crafted nsIFactory implementation. b=97491 r=edburns sr=waterson
2001-09-11 00:42:52 +00:00
alecf%netscape.com
fed01025f6
add REQUIRES support to jpeg, sun-java, db, etc.. b=98371 r=cls
2001-09-10 20:48:38 +00:00
dbaron%fas.harvard.edu
e5077ef0df
Replace uses of deprecated NS_IMPL_ISUPPORTS and NS_IMPL_QUERYINTERFACE macros with NS_IMPL_{ISUPPORTS,QUERYINTERFACE}{1,0}. r=jag sr=alecf b=45797
2001-09-10 19:54:27 +00:00
jaggernaut%netscape.com
a0b891b40a
Bug 73353: clean up REQUIRES. r=cls
2001-09-09 13:36:07 +00:00
valeski%netscape.com
ac33036169
r=dbaron, sr=dougt. 97667. nsIInterfaceRequestor is now frozen. nsIInterfaceRequestorUtils.h is now required if you want to use do_GetInterface() for convenience. The two were split because the stuff that is now in nsIInterfaceRequestorUtils.h wasn't ready for freezing. Also, .idl files should just contain interface defs anyway.
2001-09-05 21:28:38 +00:00
cls%seawood.org
04fecacf57
Updating module dependencies caused by checkin for bug 97380
2001-09-05 06:37:42 +00:00
edburns%acm.org
988c747a4f
r=peterl
...
sr=waterson
a=asa
modules/plugin/base/src/nsIPluginInstanceOwner.h
modules/plugin/base/src/nsPluginHostImpl.cpp
modules/plugin/base/src/nsPluginHostImpl.h
modules/plugin/base/src/nsPluginViewer.cpp
modules/oji/src/nsJVMManager.cpp
modules/oji/src/nsJVMManager.h
layout/html/base/src/nsObjectFrame.cpp
xpfe/global/resources/locale/en-US/region.properties
Here's what I did to fix this bug.
I pestered Rick Potts about the problem of
nsIWebBrowserChrome->SetStatus() not being synchronous. He fixed that
under bug 97227.
Taking advantage of Rick's fix to 97227, I modified
nsIPluginInstanceOwner to have new method, ShowStatus(const PRUnichar
*aStatusMsg). This is necessary to allow for localized messages to be
posted from the plugin, such as "Starting plugin for type
application/x-java-vm" or "Beginnen steckbar f�r Art
application/x-java-vm".
I modified all the implementations of nsIPluginInstanceOwner:
layout/html/base/src/nsObjectFrame.cpp
modules/plugin/base/src/nsPluginViewer.cpp
I inserted a call to nsIPluginInstanceOwner->ShowStatus() at the part
just before the big "whole damn app freezes when starting java" thing
happens.
I also modifed nsJVMManager.cpp ShowJavaConsole() to do the same. These
are the two places I know of now that can start java.
2001-09-05 03:58:34 +00:00
sspitzer%netscape.com
b81610d1e5
more mac bustage fixage. sr=waterson
2001-08-21 05:56:48 +00:00
waterson%netscape.com
9bf2595272
Fix Mac build bustage.
2001-08-21 04:26:03 +00:00
waterson%netscape.com
59aa7cc294
Attempt to fix build bustage.
2001-08-21 03:30:03 +00:00
Xiaobin.Lu%eng.Sun.com
e44abc81c6
Fix for 77194 (liveconnect does not work for non-applet case)
...
r=edburns & beard sr=brendan
2001-08-21 02:23:24 +00:00
Xiaobin.Lu%eng.Sun.com
7cbd0c30c7
Fix for 77194 (liveconnect does not work for non-applet case)
...
r=edburns&beard sr=brendan
2001-08-21 02:11:10 +00:00
Xiaobin.Lu%eng.Sun.com
ea10ecd092
Fix for 77194 (liveconnect does not work for non-applet case)
...
r=edburns & beard sr=brendan
2001-08-21 02:04:12 +00:00
Xiaobin.Lu%eng.Sun.com
fcdc835346
Fix for 77194 (liveconnect does not work for non applet case)
...
r=edburns & beard sr= brendan
2001-08-21 01:57:48 +00:00
dbaron%fas.harvard.edu
716f9f4695
Replace uses of deprecated NS_IMPL_ISUPPORTS and NS_IMPL_QUERYINTERFACE macros with NS_IMPL_{ISUPPORTS,QUERYINTERFACE}{1,0}. r=jag rs=brendan b=45797
2001-08-21 01:48:11 +00:00
cls%seawood.org
8405a1984e
Use NS_PTR_TO_INT32 macros to do 64-bit safe pointer conversions.
...
Bug #20860 r=Roland.Mainz@informatik.med.uni-giessen.de sr=brendan@mozilla.org
2001-08-14 07:59:59 +00:00
jaggernaut%netscape.com
c14d9c09a1
Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa
2001-07-25 07:54:28 +00:00
jaggernaut%netscape.com
4d73a251ab
Bug 73353: clean up the REQUIRES lines in Makefiles.
2001-07-23 22:36:12 +00:00
dbaron%fas.harvard.edu
bf82abfd11
Header include dependency cleanup. b=64023 r=jag rs=brendan
2001-07-16 02:40:48 +00:00
waterson%netscape.com
0877b1a573
Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs.
2001-06-20 20:21:49 +00:00
dbaron%fas.harvard.edu
688519fb0c
Fix bad getters on nsIDocument and nsIScriptContext to use out params rather than return |AddRef|ed pointers. b=81289 r=jaggernaut sr=jst a=asa
2001-06-20 03:27:48 +00:00
joe.chou%eng.sun.com
4a312e9442
Bug 83698 - make sure browser creates proxy JNI before Java plugin doing it
...
which broke LiveConnect. a=dbaron, sr=jband, r=beard.
2001-06-15 02:59:56 +00:00
Xiaobin.Lu%eng.Sun.com
e95583d1e3
Fix for bug 74482(Calling top.window.close() doe not work)
...
Work done by Nikolay Igotti and me
r=beard, sr=brendan, a =asa
2001-06-13 01:01:59 +00:00
mkaply%us.ibm.com
3774c5c3fc
#76908
...
r/a=edburns, sr=jst, a=chofmann (for drivers)
Change PR_*_CALLBACK to JS_*_CALLBACK
2001-06-04 22:26:35 +00:00
beard%netscape.com
992ee6a7d7
[not part of build] cleaning up copyrights, comments.
2001-05-17 01:22:05 +00:00
beard%netscape.com
b6a96c891c
[not part of build] experimental mechanism to load Java classes from same location as the referring document.
2001-05-17 00:32:20 +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
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
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
Xiaobin.Lu%eng.Sun.com
b9da4d03a1
bug 5403 r=edburns sr=beard
...
remove the Get_JVMMgr and use do_GetService instead
2001-04-27 01:54:22 +00:00
beard%netscape.com
d80d6c5a2d
Fix for bug #76677 . r=beard, sr=brendan, a=asa.
2001-04-20 06:20:42 +00:00
beard%netscape.com
3fac50687a
partial fix (fixes refcount leak) for bug #60018 , sr=brendan, ra=edburns
2001-04-18 03:16:19 +00:00
edburns%acm.org
d882e9480b
I've checked the diffs, they are as expected.
...
r=dbaron
a=edburns
sr=waterson
bug=71644
Files in this fix:
lcglue.cpp
nsCSecurityContext.cpp
- nsCOMPtr<nsIScriptGlobalObject> global = scriptContext->GetGlobalObject();
+ nsCOMPtr<nsIScriptGlobalObject> global(dont_AddRef(scriptContext->GetGlobalObject()));
All the changes are like this.
2001-04-18 02:20:32 +00:00
cls%seawood.org
d521f82fce
Removing extranous use of NSPR_INCLUDE_DIR
2001-04-08 21:26:19 +00:00
leaf%mozilla.org
f37bae8ddd
backing out inadvertent checkin
2001-04-05 20:30:01 +00:00
blakeross%telocity.com
6573419a09
Use more efficient command structure, refactor commands, broadcasters and keys, remove unused attributes, do some other optimization (72923). Landing navigator part only; this should help new window opening and some other areas. r=ben sr=hyatt
2001-04-05 19:53:13 +00:00
dprice%netscape.com
3e31ab9946
65845 - new order files
2001-04-05 06:02:32 +00:00
Xiaobin.Lu%eng.Sun.com
d5a4518246
Bug 68933 r=Ed Burns sr=Mike Shaver
...
Get rid of the duplication function of JavaEnabled & IsJavaEnabled
2001-04-04 22:16:52 +00:00
Xiaobin.Lu%eng.Sun.com
6f268c170b
Bug 68933 r=Ed Burns and Mike Shaver sr=Mike Shaver
...
Function name changed due to idl convention
2001-04-04 22:14:43 +00:00
edburns%acm.org
5163e99b2b
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
joe.chou%eng.sun.com
d8d7c20254
After converting nsIJVMPluginInstance.h to nsIJVMPluginInstance.idl (64296, already checked in), theoriginal nsIJVMPluginInstance.h is no longer needed.
2001-04-03 19:04:22 +00:00
joe.chou%eng.sun.com
5ab82eb45c
Re-checkin fix of bug 64296 after updating the Mac file, build/mac/build_scripts
...
/MozillaBuildList.pm.
bug=64296
r=edburns
sr=waterson
This checkin idlifies some files in the plugin hierarchy.
The following files are in this checkin.
build/mac/build_scripts/MozillaBuildList.pm
modules/oji/public/MANIFEST
modules/oji/public/MANIFEST_IDL
modules/oji/macbuild/ojiIDL.mcp
modules/plugin/public/MANIFEST
modules/plugin/public/MANIFEST_IDL
modules/plugin/macbuild/pluginIDL.mcp
modules/oji/public/Makefile.in
modules/oji/public/makefile.win
modules/oji/public/nsIJVMPluginInstance.idl
modules/plugin/public/Makefile.in
modules/plugin/public/makefile.win
modules/plugin/public/nsIPluginManager.idl
2001-03-30 05:00:56 +00:00
bryner%uiuc.edu
181ee38b92
Backing out joe.chou@eng.sun.com's changes, they broke the Mac. r=sdagley.
2001-03-27 03:49:31 +00:00
joe.chou%eng.sun.com
dd64608bc3
bug=64296
...
r=edburns
sr=waterson
This checkin idlifies some files in the plugin hierarchy.
The following files are in this checkin.
build/mac/build_scripts/MozillaBuildList.pm
modules/oji/public/MANIFEST
modules/oji/public/MANIFEST_IDL
modules/oji/macbuild/ojiIDL.mcp
modules/plugin/public/MANIFEST
modules/plugin/public/MANIFEST_IDL
modules/plugin/macbuild/pluginIDL.mcp
modules/oji/public/Makefile.in
modules/oji/public/makefile.win
modules/oji/public/nsIJVMPluginInstance.idl
modules/plugin/public/Makefile.in
modules/plugin/public/makefile.win
modules/plugin/public/nsIPluginManager.idl
2001-03-27 00:37:58 +00:00
timeless%mac.com
d44332bdf7
fix Bug 70989 Clean up lots of "shadows" and other common warnings
...
r=peterv, jst, ducarroz, edburns. sr=jst, shaver
2001-03-21 05:32:22 +00:00
dprice%netscape.com
1b42d68e45
71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD
2001-03-13 10:47:37 +00:00
dprice%netscape.com
5184a7104b
# 65845 sr=waterson, new order files will greatly reduce the number of link warnings.
2001-02-27 04:38:19 +00:00
disttsc%bart.nl
744785129a
Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls
2001-02-22 09:35:51 +00:00
dprice%netscape.com
fc5a7ddbf1
65845 first cut of the order files
2001-02-13 02:48:02 +00:00
beard%netscape.com
234eb9d4b5
fix for bug #63466 , r=mstoltz, sr=brendan, a=leaf
2001-02-12 07:47:28 +00:00
dbaron%fas.harvard.edu
7a97a55d82
Remove trailing semicolons after all uses of MOZ_DECL_CTOR_COUNTER to quiet build warnings on Mac. b=60415 a=brendan@mozilla.org
2001-01-27 23:06:33 +00:00
blakeross%telocity.com
4d90cbffd4
Fix 61474: disable Java Console item in Tasks menu when Java plugin isn't installed. patch mostly by Xiaobin Lu (xiaobin.lu@eng.sun.com). r=blake a=ben
2001-01-09 21:49:02 +00:00
bryner%uiuc.edu
4af3ef85e0
Removing dead references to old header files that will be going away for bug 38061. r=blake, sr=cls.
2000-12-29 22:32:55 +00:00
cls%seawood.org
fc9c54cb3d
Oops. Fixing bustage introduced by previous checkin. I forgot that XPIDL_MODULE is sometimes set by MODULE. r=blizzard Bug 59454
2000-11-21 00:18:46 +00:00
cls%seawood.org
8bd122b3d5
Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org
2000-11-20 07:16:06 +00:00
rpallath%eng.sun.com
79d23a4a67
r=a=edburns
...
Updates
build/Makefile.win (create dir. bin/classes)
build/Makefile (create dir. bin/classes)
build/compile.mk (DEBUG support)
build/rules.mk (Changed order of LIBS and add MOZ_DEBUG flag)
build/test.html (updated test.html)
build/README (updated README)
src/JNI/Makefile (Changed JAR action)
src/JNI/Makefile.win (Changed JAR action)
src/include/ojiapitests.h (Resolve bug 52340)
src/JNI/ClassOperation/Makefile (Add FindClass_8 Test)
New files
README (Updated README)
FAQ (Frequently asked questions)
script/test.html (Default test.html to be loaded for all test cases)
script/OJIValidTests.lst (List of Tests Cases that have to PASS)
src/Killer/kill.bat (compilation script for killer.exe)
src/Killer/killer.cpp.win98 (for killing VC++ debug window for win98)
2000-11-03 20:05:16 +00:00
jeff.dyer%compilercompany.com
14e9b625f8
Fix redness by removing incorrect conversion.
2000-10-19 12:17:54 +00:00
jeff.dyer%compilercompany.com
feccfe330f
b=53849, r=mstoltz@netscape.com,edburns@acm.org, a=brendan@mozilla.org.
...
This fix makes Liveconnect smarter about getting a security principal
when verifying that call from an applet to JS should be allowed.
2000-10-19 11:51:22 +00:00
valeski%netscape.com
b28c3688ca
54508. r=edburns@acm.org, a=brendan@mozilla.org. we were installing the oji.dll in the bin dir *and* the bin/components dir which was redundant. oji.dll is a component and doesn't need to be in the bin dir.
2000-09-28 22:47:48 +00:00
jeff.dyer%compilercompany.com
20ddff8a16
#45692:r=edburns,a=brendan. Backing out latest change.
2000-09-22 15:01:29 +00:00
jeff.dyer%compilercompany.com
f7e8335cf3
#45692:r=edburns,a=brendan. Followup fixes for oji liveconnect security. Second attempt.
2000-09-22 14:17:46 +00:00
jeff.dyer%compilercompany.com
d5d760afb0
#45692:r=edburns,a=brendan. Followup fixes for oji liveconnect security.
2000-09-22 13:48:20 +00:00
rayw%netscape.com
6cc70ebd6c
Bug 37275, Changing value of all progids, and changing everywhere a progid
...
is mentioned to mention a contractid, including in identifiers.
r=warren
2000-09-13 23:57:52 +00:00
jeff.dyer%compilercompany.com
14f8ce0457
FALSE -> PR_FALSE
2000-09-12 12:44:48 +00:00
jeff.dyer%compilercompany.com
f4f222ef74
FALSE -> PR_FALSE
2000-09-12 12:22:52 +00:00
jeff.dyer%compilercompany.com
0442ab814b
b=45692 r=edburns a=brendan: Enable liveconnect security.
2000-09-12 11:47:42 +00:00
rpallath%eng.sun.com
7cd64f256c
Reviewed by Ed Burns
...
Added MOZ_DEBUG flags and include stmts. to copy dll's to bin/components
dir.
2000-09-05 20:58:42 +00:00
rpallath%eng.sun.com
e59cd26532
Reviewed by Ed Burns
...
Check for OS type and accordingly reflect mozilla executable name
2000-09-05 20:57:20 +00:00
beard%netscape.com
17ab38c4bf
bug 39050, fixing usage of va_arg to use proper type promotion
2000-08-19 17:59:02 +00:00
jgaunt%netscape.com
256a676860
r=jdunn@netscape.com r=edburns@acm.org r=cls@netscape.com
...
a=leaf@netscape.com a=drapeau@eng.sun.com
bug=#43090
fix for hpux java plugin, generalized through configure.in for anyone.
2000-08-14 23:32:14 +00:00
jeff.dyer%compilercompany.com
7475962de3
Bug#34746,34853,40077: Implementation for new method for checking permission to run java.
2000-08-13 14:05:18 +00:00
jeff.dyer%compilercompany.com
2cbba46c80
Bug#16438: Wire up use of new unwrap api.
2000-08-13 14:04:32 +00:00
jeff.dyer%compilercompany.com
e9ecd91862
Bug#16438: New method for unwrapping wrapped java objects for liveconnect.
2000-08-13 14:02:53 +00:00
jeff.dyer%compilercompany.com
1c4fcc047e
Bug#34746,34853,40077: New method for checking permission to run java.
2000-08-13 14:01:23 +00:00
warren%netscape.com
4af572e4c1
Bug 46711. Removed nsAutoString travisty from nsStringKey. Introduced nsCStringKey. Made them both share the underlying string when possible. r=waterson
2000-08-10 06:19:37 +00:00
cls%seawood.org
062c8bd937
Start tedious process of removing obsolete mozilla/include files from build. This patch should take us down to 19 of 101. Bug #38061
2000-07-10 07:13:31 +00:00
cls%seawood.org
e1e6c5760f
Removed obsolete REQUIRES variable from every Makefile.in/makefile.win
2000-06-30 08:08:04 +00:00
drapeau%eng.sun.com
72597d4d70
Two main things:
...
1) Fix for 23775 (three files changed for this)
2) Many OJI unit tests added.
2000-06-23 02:28:31 +00:00
rpallath%eng.sun.com
61ae6946be
Changed some filenames to set it size to 31 ( MacOS restriction)
...
AlteredMakefiles
Changed Test File List
changed test cases to reflect status as described in bug 39050
2000-05-15 21:49:21 +00:00
cls%seawood.org
772286e0af
More OS/2 Makefile changes. Bug #34106 Batch 12
2000-05-04 11:00:47 +00:00
rpallath%eng.sun.com
fd56fac159
New API Tests for OJI.
2000-05-03 01:03:55 +00:00