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.
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
/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
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
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)