This website requires JavaScript.
Explore
Help
Sign In
Bommels05
/
Mozilla
Watch
1
Star
0
Fork
0
You've already forked Mozilla
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Mozilla
/
mozilla
/
extensions
/
java
/
xpcom
History
pedemont%us.ibm.com
df834855b7
Bug 333420 - Fix build break when building with gcj.
...
git-svn-id: svn://10.0.0.236/trunk@194260 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-12 21:33:03 +00:00
..
build
…
glue
Bug 329522 - Use RegisterNatives for associating Java native methods with their implementation. r=bsmedberg
2006-04-03 21:16:49 +00:00
interfaces
Bug 327846 - Method names conflicting with Java keywords should have underscore prepended, not appended. Expand list of Java keywords. General cleanup. r=bsmedberg. xulrunner only
2006-03-30 22:31:58 +00:00
package
…
src
Bug 329522 - Use RegisterNatives for associating Java native methods with their implementation. r=bsmedberg
2006-04-03 21:16:49 +00:00
tests
Update testcases to work with new MozillaInterfaces.jar. No bug.
2006-04-12 21:24:03 +00:00
tools
Bug 327846 - Method names conflicting with Java keywords should have underscore prepended, not appended. Expand list of Java keywords. General cleanup. r=bsmedberg. xulrunner only
2006-03-30 22:31:58 +00:00
gen-nsError.pl
Bug 327846 - Method names conflicting with Java keywords should have underscore prepended, not appended. Expand list of Java keywords. General cleanup. r=bsmedberg. xulrunner only
2006-03-30 22:31:58 +00:00
Makefile.in
Bug 327654 - Make sure to generate MozillaInterfaces.jar after all the IDL files have been processed. r=bsmedberg
2006-02-23 22:22:54 +00:00
nsAppFileLocProviderProxy.cpp
…
nsAppFileLocProviderProxy.h
…
nsJavaInterfaces.cpp
Fix leftover #include, bustage from bug 270893
2006-04-12 17:09:04 +00:00
nsJavaWrapper.cpp
Bug 327846 - Method names conflicting with Java keywords should have underscore prepended, not appended. Expand list of Java keywords. General cleanup. r=bsmedberg. xulrunner only
2006-03-30 22:31:58 +00:00
nsJavaWrapper.h
…
nsJavaXPCOMBindingUtils.cpp
Bug 333420 - Fix build break when building with gcj.
2006-04-12 21:33:03 +00:00
nsJavaXPCOMBindingUtils.h
Bug 327846 - Method names conflicting with Java keywords should have underscore prepended, not appended. Expand list of Java keywords. General cleanup. r=bsmedberg. xulrunner only
2006-03-30 22:31:58 +00:00
nsJavaXPTCStub.cpp
Bug 327846 - Method names conflicting with Java keywords should have underscore prepended, not appended. Expand list of Java keywords. General cleanup. r=bsmedberg. xulrunner only
2006-03-30 22:31:58 +00:00
nsJavaXPTCStub.h
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
2005-11-11 14:36:26 +00:00
nsJavaXPTCStubWeakRef.cpp
…
nsJavaXPTCStubWeakRef.h
…
XPCOMException.java
…
XPCOMJavaProxy.java
Bug 311240 - XPCOMJavaProxy 'equals()' method doesn't check actual XPCOM object ptr. r=bsmedberg.
2006-01-05 19:56:53 +00:00
XPCOMJavaProxyBase.java
XPCOMJavaProxyBase belongs in impl jar, not interfaces jar. No bug. Not part of default build
2005-11-22 23:09:09 +00:00
XPCOMPrivate.java
…