Commit Graph

8033 Commits

Author SHA1 Message Date
pedemont%us.ibm.com
ca4f551666 Bug 270889 - Change params for initEmbedding() to use java.io.File and custom class. Backout lazy discovery of interface info (no longer needed). Better distribute methods in XPCOM and GeckoEmbed classes. r=darin.
Original committer: pedemont%us.ibm.com
Original revision: 1.2
Original date: 2004/12/17 22:25:12
2006-09-27 15:16:20 +00:00
pedemont%us.ibm.com
39c0f0bbed Bug 270889 - Change params for initEmbedding() to use java.io.File and custom class. Backout lazy discovery of interface info (no longer needed). Better distribute methods in XPCOM and GeckoEmbed classes. r=darin.
This file was copied in CVS from the following location:
mozilla/extensions/java/xpcom/nsAppFileLocProviderProxy.cpp
Original committer: pedemont%us.ibm.com
Original revision: 1.1
Original date: 2004/12/17 22:20:56
2006-09-27 15:16:17 +00:00
pedemont%us.ibm.com
c7c31326f9 Bug 305815 - Better organize Java interfaces. Implement getGREPathWithProperties(). r=bsmedberg, r=lbustelo. Not part of default build.
Original committer: pedemont%us.ibm.com
Original revision: 1.5
Original date: 2005/10/28 01:59:03
2006-09-27 15:16:12 +00:00
pedemont%us.ibm.com
c84d89f0cd Rework XPCOMException
Original committer: pedemont%us.ibm.com
Original revision: 1.4
Original date: 2004/12/22 22:03:50
2006-09-27 15:16:09 +00:00
pedemont%us.ibm.com
ab9d5178aa Bug 275106 - Add JavaDoc comments to non-generated Java files. r=darin
Original committer: pedemont%us.ibm.com
Original revision: 1.3
Original date: 2004/12/21 17:36:55
2006-09-27 15:16:06 +00:00
pedemont%us.ibm.com
854af6ce19 Java 1.3 compatibility
Original committer: pedemont%us.ibm.com
Original revision: 1.2
Original date: 2004/11/23 16:59:12
2006-09-27 15:16:03 +00:00
pedemont%us.ibm.com
018909a569 Create special xpcom exception class. Also, throw exception when we DON'T already have an exception. Not part of default build.
This file was copied in CVS from the following location:
mozilla/extensions/java/xpcom/XPCOMException.java
Original committer: pedemont%us.ibm.com
Original revision: 1.1
Original date: 2004/10/01 23:05:41
2006-09-27 15:16:00 +00:00
pedemont%us.ibm.com
ffb331e679 Bug 279649 - Dynamically create Java proxies. r=darin.
Original committer: pedemont%us.ibm.com
Original revision: 1.3
Original date: 2005/02/23 20:19:55
2006-09-27 15:15:57 +00:00
pedemont%us.ibm.com
1a68feecf7 Merge duplicate code.
Original committer: pedemont%us.ibm.com
Original revision: 1.2
Original date: 2005/01/20 22:07:26
2006-09-27 15:15:54 +00:00
pedemont%us.ibm.com
97f6c1123d Initial drop. Not part of default build.
This file was copied in CVS from the following location:
mozilla/extensions/java/xpcom/nsJavaWrapper.h
Original committer: pedemont%us.ibm.com
Original revision: 1.1
Original date: 2004/09/02 16:34:11
2006-09-27 15:15:52 +00:00
pedemont%us.ibm.com
b870efc81c Cleanup. Not part of default build.
Original committer: pedemont%us.ibm.com
Original revision: 1.6
Original date: 2004/10/06 22:28:50
2006-09-27 15:14:00 +00:00
pedemont%us.ibm.com
6cb1005096 Better logging. Not part of default build.
Original committer: pedemont%us.ibm.com
Original revision: 1.5
Original date: 2004/10/01 16:24:57
2006-09-27 15:13:57 +00:00
pedemont%us.ibm.com
9e4f3e5f00 A weak reference implementation. Not part of default build.
Original committer: pedemont%us.ibm.com
Original revision: 1.4
Original date: 2004/09/15 21:50:41
2006-09-27 15:13:54 +00:00
pedemont%us.ibm.com
6177a70db2 Remove nsJavaXPTCStub from hash table on destruction. Fix ref counting. Clean up logging. Not part of default build.
Original committer: pedemont%us.ibm.com
Original revision: 1.3
Original date: 2004/09/15 19:21:08
2006-09-27 15:13:51 +00:00
pedemont%us.ibm.com
4436d056e6 Properly implement T_VOID in SetRetval. Not part of default build.
Original committer: pedemont%us.ibm.com
Original revision: 1.2
Original date: 2004/09/15 16:57:08
2006-09-27 15:13:48 +00:00
pedemont%us.ibm.com
973a37eab0 Initial drop. Not part of default build.
This file was copied in CVS from the following location:
mozilla/extensions/java/xpcom/nsJavaWrapper.cpp
Original committer: pedemont%us.ibm.com
Original revision: 1.1
Original date: 2004/09/02 16:34:11
2006-09-27 15:13:45 +00:00
pedemont%us.ibm.com
0c224cc651 Bug 329522 - Use RegisterNatives for associating Java native methods with their implementation. r=bsmedberg
This file was copied in CVS from the following location:
mozilla/extensions/java/xpcom/src/JavaXPCOMMethods.java
Original committer: pedemont%us.ibm.com
Original revision: 1.1
Original date: 2006/04/03 21:16:49
2006-09-27 15:13:42 +00:00
pedemont%us.ibm.com
753fcb92f3 Fix crash when calling initEmbedding with an appFileLocProvider. Don't delete the locProvider proxy after having called NS_InitEmbedding. Not part of default build. a=mkaply
Original committer: pedemont%us.ibm.com
Original revision: 1.4
Original date: 2005/07/13 22:15:09
2006-09-27 15:13:40 +00:00
pedemont%us.ibm.com
af2514cca7 Bug 285591 - Do not cache JNIEnv structure. Instead, query from JavaVM. Not part of default build. a=mkaply
Original committer: pedemont%us.ibm.com
Original revision: 1.3
Original date: 2005/05/03 20:15:35
2006-09-27 15:13:38 +00:00
pedemont%us.ibm.com
9c5d1ddbbc Bug 270889 - nsIDirectoryServiceProvider2 impl. r=darin
Original committer: pedemont%us.ibm.com
Original revision: 1.2
Original date: 2005/01/12 18:23:59
2006-09-27 15:13:35 +00:00
pedemont%us.ibm.com
ac1beb5100 Bug 270889 - Change params for initEmbedding() to use java.io.File and custom class. Backout lazy discovery of interface info (no longer needed). Better distribute methods in XPCOM and GeckoEmbed classes. r=darin.
This file was copied in CVS from the following location:
mozilla/extensions/java/xpcom/nsAppFileLocProviderProxy.h
Original committer: pedemont%us.ibm.com
Original revision: 1.1
Original date: 2004/12/17 22:20:56
2006-09-27 15:13:33 +00:00
pedemont%us.ibm.com
3db1dd564d Bug 338896 - isXPCOMJavaProxy throws NullPointerException. r=apeller.
Original committer: pedemont%us.ibm.com
Original revision: 1.5
Original date: 2006/05/30 16:18:10
2006-09-27 15:13:30 +00:00
pedemont%us.ibm.com
81ac92b2dc Bug 311240 - XPCOMJavaProxy 'equals()' method doesn't check actual XPCOM object ptr. r=bsmedberg.
Original committer: pedemont%us.ibm.com
Original revision: 1.4
Original date: 2006/01/05 19:56:51
2006-09-27 15:13:28 +00:00
pedemont%us.ibm.com
0464047fab XPCOMJavaProxyBase belongs in impl jar, not interfaces jar. No bug. Not part of default build
Original committer: pedemont%us.ibm.com
Original revision: 1.3
Original date: 2005/11/22 23:09:08
2006-09-27 15:13:25 +00:00
pedemont%us.ibm.com
c640f3ef93 Bug 305815 - Better organize Java interfaces. Implement getGREPathWithProperties(). r=bsmedberg, r=lbustelo. Not part of default build.
Original committer: pedemont%us.ibm.com
Original revision: 1.2
Original date: 2005/10/28 01:59:03
2006-09-27 15:13:22 +00:00
pedemont%us.ibm.com
2026d88f2f Bug 279649 - Dynamically create Java proxies. r=darin.
This file was copied in CVS from the following location:
mozilla/extensions/java/xpcom/XPCOMJavaProxy.java
Original committer: pedemont%us.ibm.com
Original revision: 1.1
Original date: 2005/02/23 20:19:55
2006-09-27 15:13:19 +00:00
pedemont%us.ibm.com
0ebfdd4534 Bug 323231 - Expose new XRE Profile APIs to Java embedders. r=jhpedemonte/bsmedberg
Original committer: pedemont%us.ibm.com
Original revision: 1.4
Original date: 2006/06/09 13:40:08
2006-09-27 15:13:17 +00:00
pedemont%us.ibm.com
2b51f5790a Bug 329522 - Use RegisterNatives for associating Java native methods with their implementation. r=bsmedberg
Original committer: pedemont%us.ibm.com
Original revision: 1.3
Original date: 2006/04/03 21:16:49
2006-09-27 15:13:14 +00:00
pedemont%us.ibm.com
51ad1103e1 Bug 316090 - GREImpl.loadDependentLibraries hardcodes the list, and turn javaxpcom on by default for XULRunner, patch by jhpedemonte and myself with co-review
Original committer: bsmedberg%covad.net
Original revision: 1.2
Original date: 2005/12/15 14:17:18
2006-09-27 15:13:12 +00:00
pedemont%us.ibm.com
37fa38a2f5 Bug 305815 - Better organize Java interfaces. Implement getGREPathWithProperties(). r=bsmedberg, r=lbustelo. Not part of default build.
This file was copied in CVS from the following location:
mozilla/extensions/java/xpcom/src/GREImpl.java
Original committer: pedemont%us.ibm.com
Original revision: 1.1
Original date: 2005/10/28 01:59:03
2006-09-27 15:13:09 +00:00
pedemont%us.ibm.com
b2676ec0ad Initial drop. Not part of default build.
This file was copied in CVS from the following location:
mozilla/extensions/java/xpcom/nsJavaXPCOMBindingUtils.h
Original committer: pedemont%us.ibm.com
Original revision: 1.1
Original date: 2004/09/02 16:34:11
2006-09-27 15:11:38 +00:00
pedemont%us.ibm.com
f6724c4afd Bug 305815 - Better organize Java interfaces. Implement getGREPathWithProperties(). r=bsmedberg, r=lbustelo. Not part of default build.
This file was copied in CVS from the following location:
mozilla/extensions/java/xpcom/interfaces/VersionComparator.java
Original committer: pedemont%us.ibm.com
Original revision: 1.1
Original date: 2005/10/28 01:59:03
2006-09-27 15:11:35 +00:00
pedemont%us.ibm.com
2643ccca9d Bug 323231 - Expose new XRE Profile APIs to Java embedders. r=jhpedemonte/bsmedberg
Original committer: pedemont%us.ibm.com
Original revision: 1.3
Original date: 2006/06/09 13:40:08
2006-09-27 15:11:33 +00:00
pedemont%us.ibm.com
e2a484d63c 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
Original committer: pedemont%us.ibm.com
Original revision: 1.2
Original date: 2006/03/30 22:31:57
2006-09-27 15:11:32 +00:00
pedemont%us.ibm.com
a7b9fc0c86 Bug 305815 - Better organize Java interfaces. Implement getGREPathWithProperties(). r=bsmedberg, r=lbustelo. Not part of default build.
This file was copied in CVS from the following location:
mozilla/extensions/java/xpcom/interfaces/IAppFileLocProvider.java
Original committer: pedemont%us.ibm.com
Original revision: 1.1
Original date: 2005/10/28 01:59:03
2006-09-27 15:11:28 +00:00
pedemont%us.ibm.com
e0c3c82983 Bug 339947 - Java XPCOM proxies can get used (resurrected) after having been garbage collected causing VM crash. XULRunner only. patch by ttudor/jhpedemonte, r=jhpedemonte.
Original committer: pedemont%us.ibm.com
Original revision: 1.8
Original date: 2006/06/06 17:13:18
2006-09-27 15:11:25 +00:00
pedemont%us.ibm.com
a06c1feba3 Bug 285591 - Do not cache JNIEnv structure. Instead, query from JavaVM. Not part of default build. a=mkaply
Original committer: pedemont%us.ibm.com
Original revision: 1.7
Original date: 2005/05/03 20:15:35
2006-09-27 15:11:22 +00:00
pedemont%us.ibm.com
63edcb95e9 Bug 281102 - Allow many Java proxies per XPCOM object. r=darin
Original committer: pedemont%us.ibm.com
Original revision: 1.6
Original date: 2005/02/24 21:53:46
2006-09-27 15:11:19 +00:00
pedemont%us.ibm.com
6eb1f11dca Reorganize bindings methods. Also, properly check error conditions in those methods.
Original committer: pedemont%us.ibm.com
Original revision: 1.5
Original date: 2005/01/14 00:09:49
2006-09-27 15:11:16 +00:00
pedemont%us.ibm.com
9e3f9b0611 Bug 270889 - Better error handling. r=darin
Original committer: pedemont%us.ibm.com
Original revision: 1.4
Original date: 2005/01/12 17:59:01
2006-09-27 15:11:13 +00:00
pedemont%us.ibm.com
a5fdb5cbb5 Bug 339947 - Java XPCOM proxies can get used (resurrected) after having been garbage collected causing VM crash. XULRunner only. patch by ttudor/jhpedemonte, r=jhpedemonte.
Original committer: pedemont%us.ibm.com
Original revision: 1.6
Original date: 2006/06/06 17:13:18
2006-09-27 15:11:12 +00:00
pedemont%us.ibm.com
2839295824 Bug 285591 - Do not cache JNIEnv structure. Instead, query from JavaVM. Not part of default build. a=mkaply
Original committer: pedemont%us.ibm.com
Original revision: 1.5
Original date: 2005/05/03 20:15:35
2006-09-27 15:11:11 +00:00
pedemont%us.ibm.com
fd94f8c493 Bug 281102 - Allow many Java proxies per XPCOM object. r=darin
Original committer: pedemont%us.ibm.com
Original revision: 1.4
Original date: 2005/02/24 21:53:46
2006-09-27 15:11:10 +00:00
pedemont%us.ibm.com
16e09fb621 Bug 270889 - Various minor code and comment fixes.
Original committer: pedemont%us.ibm.com
Original revision: 1.3
Original date: 2004/12/23 17:09:54
2006-09-27 15:11:09 +00:00
pedemont%us.ibm.com
7c515e82d2 Move assert to the correct place
Original committer: pedemont%us.ibm.com
Original revision: 1.2
Original date: 2004/10/19 23:15:51
2006-09-27 15:11:06 +00:00
pedemont%us.ibm.com
47543f4e32 A weak reference implementation. Not part of default build.
This file was copied in CVS from the following location:
mozilla/extensions/java/xpcom/nsJavaXPTCStubWeakRef.cpp
Original committer: pedemont%us.ibm.com
Original revision: 1.1
Original date: 2004/09/15 21:50:41
2006-09-27 15:11:04 +00:00
pedemont%us.ibm.com
5b05be3d41 Remove nsWriteSegmentFun - no longer needed.
Original committer: pedemont%us.ibm.com
Original revision: 1.10
Original date: 2004/10/27 22:03:45
2006-09-27 15:09:51 +00:00
pedemont%us.ibm.com
df16d8919c Fix memory leaks. Make JavaXPCOMInstance hold ref to XPCOM object.
Original committer: pedemont%us.ibm.com
Original revision: 1.9
Original date: 2004/10/27 17:10:03
2006-09-27 15:09:49 +00:00
pedemont%us.ibm.com
7fc940143d Make GeckoEmbed functions more Java-like. Don't reflect NS_NewArray. Provide generic impl of QI.
Original committer: pedemont%us.ibm.com
Original revision: 1.8
Original date: 2004/10/15 21:50:15
2006-09-27 15:09:47 +00:00
pedemont%us.ibm.com
b23ba75f0e Use NS_ProxyRelease to make sure XPCOM objects are released on the correct thread. Not part of default build.
Original committer: pedemont%us.ibm.com
Original revision: 1.7
Original date: 2004/10/06 22:13:00
2006-09-27 15:09:44 +00:00
pedemont%us.ibm.com
7908a44327 Added NS_NewArray function. Used by testcase. Not part of default build.
Original committer: pedemont%us.ibm.com
Original revision: 1.6
Original date: 2004/10/01 22:59:12
2006-09-27 15:09:42 +00:00
pedemont%us.ibm.com
0a08313724 Split GeckoEmbed.java into two files, so GeckoEmbed just contains embedding functions. Better name for library. Use JAVA_HOME for location of Java includes. Not part of default build.
Original committer: pedemont%us.ibm.com
Original revision: 1.5
Original date: 2004/10/01 16:19:03
2006-09-27 15:09:39 +00:00
pedemont%us.ibm.com
9f80187767 Store a global weak ref to the Java object rather than the 'address' returned by the JVM
Original committer: pedemont%us.ibm.com
Original revision: 1.4
Original date: 2004/09/30 23:34:47
2006-09-27 15:09:38 +00:00
pedemont%us.ibm.com
42d3f6f8fd Make object returned from NS_NewLocalFile lazily resolve its interface info, so we can call NS_NewLocalFile before NS_InitEmbedding. Not part of default build.
Original committer: pedemont%us.ibm.com
Original revision: 1.3
Original date: 2004/09/15 21:06:30
2006-09-27 15:09:35 +00:00
pedemont%us.ibm.com
c17fb369fb QI, don't case! Not part of default build.
Original committer: pedemont%us.ibm.com
Original revision: 1.2
Original date: 2004/09/15 19:47:19
2006-09-27 15:09:33 +00:00
pedemont%us.ibm.com
495bd0db70 Initial drop. Not part of default build.
This file was copied in CVS from the following location:
mozilla/extensions/java/xpcom/nsJavaInterfaces.cpp
Original committer: pedemont%us.ibm.com
Original revision: 1.1
Original date: 2004/09/02 16:34:11
2006-09-27 15:09:31 +00:00
pedemont%us.ibm.com
481deadbf1 Bug 305815 - Better organize Java interfaces. Implement getGREPathWithProperties(). r=bsmedberg, r=lbustelo. Not part of default build.
This file was copied in CVS from the following location:
mozilla/extensions/java/xpcom/interfaces/IXPCOM.java
Original committer: pedemont%us.ibm.com
Original revision: 1.1
Original date: 2005/10/28 01:59:03
2006-09-27 15:09:27 +00:00
pedemont%us.ibm.com
13286c7f34 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
Original committer: pedemont%us.ibm.com
Original revision: 1.4
Original date: 2006/03/30 22:31:56
2006-09-27 15:09:24 +00:00
pedemont%us.ibm.com
07aae11054 Bug 305815 - Better organize Java interfaces. Implement getGREPathWithProperties(). r=bsmedberg, r=lbustelo. Not part of default build.
Original committer: pedemont%us.ibm.com
Original revision: 1.3
Original date: 2005/10/28 01:59:03
2006-09-27 15:09:22 +00:00
pedemont%us.ibm.com
56dd4fe3fd Missing some #defines. Not part of default build. a=mkaply
Original committer: pedemont%us.ibm.com
Original revision: 1.2
Original date: 2005/04/26 22:58:26
2006-09-27 15:09:20 +00:00
pedemont%us.ibm.com
bb5b14720e Generate Java interface from nsError.h. Not part of build. a=mkaply
This file was copied in CVS from the following location:
mozilla/extensions/java/xpcom/gen-nsError.pl
Original committer: pedemont%us.ibm.com
Original revision: 1.1
Original date: 2005/04/13 19:04:57
2006-09-27 15:09:17 +00:00
pedemont%us.ibm.com
4798d87cd6 Bug 305815 - Better organize Java interfaces. Implement getGREPathWithProperties(). r=bsmedberg, r=lbustelo. Not part of default build.
This file was copied in CVS from the following location:
mozilla/extensions/java/xpcom/interfaces/IGRE.java
Original committer: pedemont%us.ibm.com
Original revision: 1.1
Original date: 2005/10/28 01:59:03
2006-09-27 15:09:11 +00:00
pedemont%us.ibm.com
9fabd16879 Bug 348732 - getGREPathWithProperties() fails if temp path has spaces. XULRunner only. Patch by Dominik, r=jhpedemonte.
Original committer: pedemont%us.ibm.com
Original revision: 1.6
Original date: 2006/08/16 16:13:23
2006-09-27 15:09:09 +00:00
pedemont%us.ibm.com
65efe04d7b Bug 323231 - Expose new XRE Profile APIs to Java embedders. r=jhpedemonte/bsmedberg
Original committer: pedemont%us.ibm.com
Original revision: 1.5
Original date: 2006/06/09 13:40:08
2006-09-27 15:09:07 +00:00
pedemont%us.ibm.com
df45682724 Bug 329159 - StringIndexOutOfBoundsException in Mozilla.getGREPathFromRegistryFile. r=mkaply.
Original committer: pedemont%us.ibm.com
Original revision: 1.4
Original date: 2006/03/16 20:59:42
2006-09-27 15:09:05 +00:00
pedemont%us.ibm.com
58f53874d6 Bug 320574 - Use new 'javaxpcom' GRE property for finding appropriate GRE. r=bsmedberg.
Original committer: pedemont%us.ibm.com
Original revision: 1.3
Original date: 2005/12/16 22:30:03
2006-09-27 15:09:03 +00:00
pedemont%us.ibm.com
8f8c874156 Nomenclature change. No bug.
Original committer: pedemont%us.ibm.com
Original revision: 1.2
Original date: 2005/12/16 17:32:44
2006-09-27 15:09:01 +00:00
pedemont%us.ibm.com
825a16304b Bug 305815 - Better organize Java interfaces. Implement getGREPathWithProperties(). r=bsmedberg, r=lbustelo. Not part of default build.
This file was copied in CVS from the following location:
mozilla/extensions/java/xpcom/interfaces/Mozilla.java
Original committer: pedemont%us.ibm.com
Original revision: 1.1
Original date: 2005/10/28 01:59:03
2006-09-27 15:08:59 +00:00
pedemont%us.ibm.com
e702540404 Remove extra semicolon. Not part of default build
Original committer: pedemont%us.ibm.com
Original revision: 1.2
Original date: 2004/09/21 15:46:59
2006-09-27 15:08:49 +00:00
pedemont%us.ibm.com
ba8d925b4e A weak reference implementation. Not part of default build.
This file was copied in CVS from the following location:
mozilla/extensions/java/xpcom/nsJavaXPTCStubWeakRef.h
Original committer: pedemont%us.ibm.com
Original revision: 1.1
Original date: 2004/09/15 21:50:41
2006-09-27 15:08:47 +00:00
pedemont%us.ibm.com
026d090476 Bug 305815 - Better organize Java interfaces. Implement getGREPathWithProperties(). r=bsmedberg, r=lbustelo. Not part of default build.
This file was copied in CVS from the following location:
mozilla/extensions/java/xpcom/interfaces/INIParser.java
Original committer: pedemont%us.ibm.com
Original revision: 1.1
Original date: 2005/10/28 01:59:03
2006-09-27 15:08:44 +00:00
pedemont%us.ibm.com
e7930aa983 Initial drop. Not part of default build.
This file was copied in CVS from the following location:
mozilla/extensions/java/xpcom/nsJavaXPTCStub.h
Original committer: pedemont%us.ibm.com
Original revision: 1.1
Original date: 2004/09/02 16:34:11
2006-09-27 15:08:14 +00:00
pedemont%us.ibm.com
18020ea13b Bug 329522 - Use RegisterNatives for associating Java native methods with their implementation. r=bsmedberg
Original committer: pedemont%us.ibm.com
Original revision: 1.3
Original date: 2006/04/03 21:16:49
2006-09-27 15:08:11 +00:00
pedemont%us.ibm.com
99949e17c3 Bug 316090 - GREImpl.loadDependentLibraries hardcodes the list, and turn javaxpcom on by default for XULRunner, patch by jhpedemonte and myself with co-review
Original committer: bsmedberg%covad.net
Original revision: 1.2
Original date: 2005/12/15 14:17:19
2006-09-27 15:08:08 +00:00
pedemont%us.ibm.com
9047d270c2 Bug 305815 - Better organize Java interfaces. Implement getGREPathWithProperties(). r=bsmedberg, r=lbustelo. Not part of default build.
This file was copied in CVS from the following location:
mozilla/extensions/java/xpcom/src/XPCOMImpl.java
Original committer: pedemont%us.ibm.com
Original revision: 1.1
Original date: 2005/10/28 01:59:03
2006-09-27 15:08:05 +00:00
pedemont%us.ibm.com
f4fa781a79 Fix logging to not use variable arguments (not supported by win32 compiler).
Original committer: pedemont%us.ibm.com
Original revision: 1.15
Original date: 2004/11/23 17:02:21
2006-09-27 15:06:45 +00:00
pedemont%us.ibm.com
2f91883779 Properly handle [inout] string params when calling a Java method from XPCOM. Allocate enough space for PRUnichar string when returning to XPCOM.
Original committer: pedemont%us.ibm.com
Original revision: 1.14
Original date: 2004/10/26 20:30:01
2006-09-27 15:06:41 +00:00
pedemont%us.ibm.com
6050e59c85 Implement IID for nsJavaXPTCStub. Return associated Java object if returning nsJavaXPTCStub.
Original committer: pedemont%us.ibm.com
Original revision: 1.13
Original date: 2004/10/18 17:04:29
2006-09-27 15:06:38 +00:00
pedemont%us.ibm.com
e168bc2b3a Revert to having each nsJavaXPTCStub hold a ref to its Java object.
Original committer: pedemont%us.ibm.com
Original revision: 1.12
Original date: 2004/10/15 22:07:36
2006-09-27 15:06:36 +00:00
pedemont%us.ibm.com
9fb957b27a Only master XPTCStub should hold strong ref to Java object. Not part of default build.
Original committer: pedemont%us.ibm.com
Original revision: 1.11
Original date: 2004/10/07 15:11:34
2006-09-27 15:06:33 +00:00
pedemont%us.ibm.com
6e0bd6ade4 mIInfo check was wrong and unnecessary. Not part of default build.
Original committer: pedemont%us.ibm.com
Original revision: 1.10
Original date: 2004/10/06 22:31:13
2006-09-27 15:06:30 +00:00
pedemont%us.ibm.com
f689bef7b6 Fix crash when nsJavaXPTCStub represents a non-Mozilla class object. Not part of default build.
Original committer: pedemont%us.ibm.com
Original revision: 1.9
Original date: 2004/10/01 23:08:34
2006-09-27 15:06:25 +00:00
pedemont%us.ibm.com
afb65a275c Properly mplement T_VOID. Not part of default build.
Original committer: pedemont%us.ibm.com
Original revision: 1.8
Original date: 2004/09/15 22:59:42
2006-09-27 15:06:23 +00:00
pedemont%us.ibm.com
674bfe2a39 Better implementation of FinalizeJavaParams. Not part of default build.
Original committer: pedemont%us.ibm.com
Original revision: 1.7
Original date: 2004/09/15 22:19:18
2006-09-27 15:06:20 +00:00
pedemont%us.ibm.com
0d81cd2c50 A weak reference implementation. Not part of default build.
Original committer: pedemont%us.ibm.com
Original revision: 1.6
Original date: 2004/09/15 21:50:41
2006-09-27 15:06:19 +00:00
pedemont%us.ibm.com
cf3a9576ac Remove nsJavaXPTCStub from hash table on destruction. Fix ref counting. Clean up logging. Not part of default build.
Original committer: pedemont%us.ibm.com
Original revision: 1.5
Original date: 2004/09/15 19:21:08
2006-09-27 15:06:16 +00:00
pedemont%us.ibm.com
46d60813ef Need to pass FALSE to GetIIDForMethodParam() since we are using mini variants. Not part of default build.
Original committer: pedemont%us.ibm.com
Original revision: 1.4
Original date: 2004/09/15 17:35:36
2006-09-27 15:06:14 +00:00
pedemont%us.ibm.com
27b278dfa8 Properly implement setter and getter functions. Not part of default build.
Original committer: pedemont%us.ibm.com
Original revision: 1.3
Original date: 2004/09/15 17:31:14
2006-09-27 15:06:11 +00:00
pedemont%us.ibm.com
4eee03e092 Bug 256911 - workaround for broken XPCOM usage - bind lifetime of child stubs to master stub. Not part of default build.
Original committer: pedemont%us.ibm.com
Original revision: 1.2
Original date: 2004/09/15 17:26:55
2006-09-27 15:06:09 +00:00
pedemont%us.ibm.com
1003564456 Initial drop. Not part of default build.
This file was copied in CVS from the following location:
mozilla/extensions/java/xpcom/nsJavaXPTCStub.cpp
Original committer: pedemont%us.ibm.com
Original revision: 1.1
Original date: 2004/09/02 16:34:11
2006-09-27 15:06:06 +00:00
pedemont%us.ibm.com
41973e13e3 XPCOMJavaProxyBase belongs in impl jar, not interfaces jar. No bug. Not part of default build
Original committer: pedemont%us.ibm.com
Original revision: 1.2
Original date: 2005/11/22 23:09:08
2006-09-27 15:06:04 +00:00
pedemont%us.ibm.com
6e9479887d Bug 279649 - Dynamically create Java proxies. r=darin.
This file was copied in CVS from the following location:
mozilla/extensions/java/xpcom/XPCOMJavaProxyBase.java
Original committer: pedemont%us.ibm.com
Original revision: 1.1
Original date: 2005/02/23 20:19:55
2006-09-27 15:06:02 +00:00
pedemont%us.ibm.com
e96d27c221 Bug 305815 - Better organize Java interfaces. Implement getGREPathWithProperties(). r=bsmedberg, r=lbustelo. Not part of default build.
This file was copied in CVS from the following location:
mozilla/extensions/java/xpcom/interfaces/GREVersionRange.java
Original committer: pedemont%us.ibm.com
Original revision: 1.1
Original date: 2005/10/28 01:59:03
2006-09-27 14:45:40 +00:00
timeless%mozdev.org
09a3dfe74b Bug 340363 HashMgr::load_tables leaks "rawdict" for various failures, and sometimes even a tableptr
r=mscott sr=neil
2006-09-27 09:58:47 +00:00
aaronr%us.ibm.com
b73745e7a4 [XForms] range doesn't update instance data. Bug 354309, patch by surkov, r=olli+aaronr 2006-09-26 19:28:11 +00:00
gijskruitbosch%gmail.com
d62029775d Bug 294500 - Provide a description in install.rdf
r=silver (James Ross)
2006-09-26 14:37:33 +00:00
mattwillis%gmail.com
9d55b1c7ae bug 351168 - bustage fix 2006-09-25 18:09:22 +00:00
mattwillis%gmail.com
b488e92324 bug 351168 - bustage fix 2006-09-25 17:55:46 +00:00
mattwillis%gmail.com
232772f4a7 bug 351168 - Add WCAP builds. r=lilmatt,dmose 2006-09-25 17:27:32 +00:00
aaronleventhal%moonset.net
cbd3fb6983 Bug 350186. Accessible objects for xforms input controls. Patch by surkov. r=aaronlev, r=aaronr, sr=neil 2006-09-25 15:22:05 +00:00
Olli.Pettay%helsinki.fi
33d2587ed0 Bug 352462, refactor range, p=surkov, r=doronr,me 2006-09-25 09:59:14 +00:00
Olli.Pettay%helsinki.fi
d68074e1f6 Bug 351901, select1 should allow values with spaces, p=surkov, r=me+aaronr 2006-09-25 09:50:54 +00:00
bugzilla%arlen.demon.co.uk
735d5739bf Bug 338318 UI for spellcheck in browser window (form fields)
p=me r=neil sr=jag
2006-09-24 23:38:43 +00:00
ajschult%verizon.net
6a8de45652 Bug 351812: Broken links/redirects in Help. patch by Giacomo Magnini <giacomo.magnini@portalis.it>, r=IanN 2006-09-24 22:06:03 +00:00
gavin%gavinsharp.com
1b674abaff Bug 352990: Improve domi's Evaluate JavaScript, patch by Jason Barnabe <jason_barnabe@fastmail.fm>, r=timeless, sr=neil 2006-09-24 15:05:45 +00:00
gavin%gavinsharp.com
33f9ef4a39 Bug 226819: Javascript Object window should allow sort properties and methods by name, patch by Jason Barnabe <jason_barnabe@fastmail.fm>, r=timeless, sr=neil 2006-09-24 14:55:12 +00:00
cbiesinger%web.de
79738ef491 Bug 265780 make FTP use nsIAuthPrompt2
r=darin
2006-09-22 21:06:57 +00:00
aaronr%us.ibm.com
355f58df2d [XForms] upload control fails to update filename/mediatype (1.8.0 safe version). Bug 353672, r=olli+aaronr 2006-09-22 18:06:08 +00:00
aaronr%us.ibm.com
1860f5a69b [XForms] Bump version number to 0.7. Bug 353715, r=doronr+olli 2006-09-22 17:56:55 +00:00
aaronr%us.ibm.com
35adbb9075 [XForms] should use GetBoundNode instead of mBoundNode in SetMozTypeAttribute. Bug 353699, r=surkov+olli 2006-09-22 17:49:49 +00:00
aaronr%us.ibm.com
8597b6ae53 [XForms] hide input controls if bound to restricted types. Bug 331984, r=surkov+olli 2006-09-21 16:49:13 +00:00
aaronr%us.ibm.com
1de6aee3bd [XForms] item labels of select don't focus select on click. Bug 344387, patch by surkov, r=doronr+olli 2006-09-20 20:01:46 +00:00
aaronr%us.ibm.com
a25cea21dd [XForms] upload control fails to update info if bound to an attribute. Bug 353159, patch by sspeiche, r=doronr+aaronr 2006-09-20 19:38:47 +00:00
doronr%us.ibm.com
1ecddd7c59 xsd:anyURI validation doesn't allow relative urls, patch by sspeiche, r=me 2006-09-19 17:29:41 +00:00
timeless%mozdev.org
5d49ac742b Bug 352773 DOM Inspector node type still shows tooltip of node type in word form
patch by jason_barnabe@fastmail.fm r=timeless sr=neil
2006-09-19 12:14:58 +00:00
timeless%mozdev.org
ff630f3470 Bug 352770 DOMI DOM Node textboxes should not appear editable
patch by jason_barnabe@fastmail.fm r=timeless sr=neil
2006-09-19 12:11:51 +00:00
hwaara%gmail.com
329183e862 implement accessible object for xforms:range. Patch by Alexander Surkov (surkov.alexander@gmail.com). r=aaronr, sr=neil, b=351027 2006-09-19 10:37:27 +00:00
Olli.Pettay%helsinki.fi
14a81e4dd4 Bug 344473, xforms message should be resizeable and showed inside dialog, p=surkov, r=me+aaronr 2006-09-19 07:54:58 +00:00
Olli.Pettay%helsinki.fi
c8ed206dcd Bug 351879, crash calling refresh() during a refresh, r=aaronr+doronr 2006-09-18 17:44:00 +00:00
neil%parkwaycc.co.uk
298042b3a1 Bug 341504 global history toolkit autocomplete interface r=IanN,biesi sr=jag 2006-09-18 13:52:11 +00:00
timeless%mozdev.org
179e52ffef reindenting this file to 2space indentation. no code was otherwise influenced by this change 2006-09-17 13:19:42 +00:00
timeless%mozdev.org
cdd607f732 Bug 352820 String literal converted to char* in formal argument aAttrName in call to static nsP3PUtils::GetAttributeValue
r=darin sr=darin
2006-09-16 23:39:59 +00:00
neil%parkwaycc.co.uk
f205628bba Classic theme icon refresh b=348720 p=MReimer r+sr=me 2006-09-16 20:20:28 +00:00
bmlk%gmx.de
dc8e893186 reenable print regression testing bug 339521 r/sr=dbaron 2006-09-14 05:11:37 +00:00
silver%warwickcompsoc.co.uk
4e6621f679 Bug 347847 - Use 'accesskey' for paired items to aid localisation.
JavaScript Debugger only.
r=silver
p=giacomo.magnini@portalis.it (Giacomo Magnini)
2006-09-13 16:38:52 +00:00
robert%accettura.com
2f6da6a288 Bug 324323 If reporter fails to send report then no way to go back to retry or copy field content. p=me r=gavin.sharp 2006-09-13 02:24:24 +00:00
robert%accettura.com
6d9000acb1 Bug 314933 initial focus should be on the "Problem type" menulist, not the url field p=gavin.sharp r=me. 2006-09-13 02:22:42 +00:00
robert%accettura.com
b36a85b7dc Bug 296271 Remove '>'
r=gavin.sharp a=mtschrep p=me
2006-09-13 01:06:43 +00:00
mozilla.mano%sent.com
395dc9eb8b Bug 351363 - overlays to customizeToolbar.xul should also apply to the sheet implementaion. r=mconnor. 2006-09-12 23:13:33 +00:00
aaronr%us.ibm.com
8b1396cba8 [XForms] refactor range for xhtml to use common range binding. Bug 348439, patch by surkov, r=doronr+olli 2006-09-12 23:06:44 +00:00
Olli.Pettay%helsinki.fi
4c999a44fb Bug 303865, a11y: Should be able to select items in select1 via keypressed (not arrow keys), p=surkov, r=me+aaronr 2006-09-12 14:11:02 +00:00
robert%accettura.com
d203816723 Bug 345413 Reporter preferences not installed. patch=Mike Hommey r=me a=beltzner 2006-09-11 23:34:29 +00:00
alex%croczilla.com
be88ea92d3 Enable JS1.7 features in JSSh. Not part of default builds. 2006-09-11 10:01:37 +00:00
vladimir%pobox.com
edd0f8b4bd Fix build compat with Gecko 1.8 (npotb) 2006-09-10 22:38:21 +00:00
vladimir%pobox.com
7031435c14 Build fixes. TEXTURE_RECTANGLE support, test fixes, start of getParameter impl 2006-09-09 21:37:27 +00:00
bzbarsky%mit.edu
01946a8fe9 Make it possible to give DOMParsers the right principals from C++. Bug 332840,
r=sicking, sr=jst
2006-09-09 04:54:03 +00:00
mnyromyr%tprac.de
c6f8333e79 Bug 343835: redeclaration of const XULAPPINFO_CONTRACTID; p=C�dric "chewey" Menge <bugzilla@mengemail.de>, r=silver 2006-09-08 18:11:05 +00:00
timeless%mozdev.org
554bebcdf0 Bug 205872 domNode viewer should use one dialog for setting new/editing attributes
Fix for disappearing attribute bug
patch by comrade693@gmail.com r=timeless sr=neil
2006-09-08 15:23:15 +00:00
gijskruitbosch%gmail.com
8a4c1438e6 Bug 351215 - instanceof now failing for subscript loader generated objects
p=silver@warwickcompsoc.co.uk (James Ross)
r=ssieb
ChatZilla Only
2006-09-07 23:05:20 +00:00
gijskruitbosch%gmail.com
54117ce149 Bug 350402 - CopyPasteHandler causes assertions
p=rdmsoft@bugs.rdmsoft.com (Robert Marshall)
r=ssieb
ChatZilla Only
2006-09-07 22:58:13 +00:00
gijskruitbosch%gmail.com
69cb8d3b10 Bug 350400 - Talkback munger needs a minimum length
p=rdmsoft@bugs.rdmsoft.com (Robert Marshall)
r=silver
ChatZilla Only
2006-09-07 22:45:18 +00:00
gijskruitbosch%gmail.com
8ed0f8abc6 Bug 343249 - Take advantage of SeaMonkey's autoscroll
p=rdmsoft@rdmsoft.com (Robert Marshall)
r=silver
ChatZilla Only
2006-09-07 22:38:11 +00:00
gijskruitbosch%gmail.com
8a44ff9f8c Bug 331047 - Add support for NAMESX (multiple modes in /names response)
p=rdmsoft@rdmsoft.com (Robert Marshall)
r=silver
ChatZilla Only
2006-09-07 22:26:20 +00:00
vladimir%pobox.com
6a3153a0fc Nothing to see here; move along... (not part of the build) 2006-09-03 04:00:42 +00:00
Olli.Pettay%helsinki.fi
64e491c833 Bug 351036, Combine NS_IMAGE_ERROR and NS_SCRIPT_ERROR, r+sr=jst 2006-09-02 10:00:26 +00:00
aaronleventhal%moonset.net
06e7af27c1 Fix misspelling in comment. Followup to bug 337250. 2006-09-02 02:14:34 +00:00
db48x%yahoo.com
49375ecde7 bug 347358: Fallout from bug 174699: Some PageInfo accesskey conflict in the tabs content/names
patch by Giacomo Magnini <giacomo.magnini@portalis.it>, r=db48x, sr=Neil
2006-09-01 23:31:45 +00:00
silver%warwickcompsoc.co.uk
20822cba63 Bug 347483 - Don't check for usermode prefixes if we don't know of any yet (fixes notices before 001).
ChatZilla only.
r=samuel
2006-09-01 22:47:46 +00:00
mkaply%us.ibm.com
8dfa49a4d7 CCK - not part of build - global extensions does NOT work multipackage XPIs 2006-08-31 17:07:42 +00:00
mkaply%us.ibm.com
5dac5f2684 #347352
CCK only - not part of build
Ignore all the junk in a cert file - just pull out the cert
2006-08-31 16:52:04 +00:00
mkaply%us.ibm.com
32d9b02064 #350708
CCK only - not part of build
Locked startup page not working correctly
2006-08-31 16:50:38 +00:00
Olli.Pettay%helsinki.fi
953736e2f6 Bug 348689, fixes to xf:message, p=surkov, r=me+doron 2006-08-30 15:41:29 +00:00
Olli.Pettay%helsinki.fi
5d48d57e06 Bug 348612, [newwidget] support input[type=xsd:integer] for xul, p=surkov, r=me+doron 2006-08-30 15:16:06 +00:00
Olli.Pettay%helsinki.fi
301bc07795 Bug 339075, xul's ephemeral messages are shown in wrong place, r=me+aaronr, p=surkov 2006-08-30 15:01:43 +00:00
uriber%gmail.com
ca5218736c Allow users of nsFrameTraversal to specify what features they want the iterator to have, and make nsFrame::GetFrameFromDirection() specify "following OOFs". bug=334626 r+sr=roc 2006-08-30 13:38:16 +00:00
bugzilla%arlen.demon.co.uk
c8fbaef0ea Bug 350343 DOM inspector help link 404 error page not found
p=stefanh r=me
2006-08-29 20:15:56 +00:00
timeless%mozdev.org
97d86b0df2 Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
2006-08-28 20:12:37 +00:00
aaronr%us.ibm.com
8695ecb64f [NPOTDB] Add support for missing built-in derived schemas. Bug 345907, patch by sspeiche, r=doronr 2006-08-28 19:50:18 +00:00
pedemont%us.ibm.com
d47f09f9df Bug 333618 - Use xpidl for generating Java interfaces. r=timeless/bsmedberg, sr=bsmedberg. 2006-08-28 15:24:32 +00:00
cbiesinger%web.de
8c59aae763 Bug 265780 part I: Implement nsIAuthPrompt2 and related interfaces per the design at
http://wiki.mozilla.org/Necko:nsIAuthPrompt2
r=darin
2006-08-26 21:42:54 +00:00
mozilla.mano%sent.com
ac5036c596 Bug 250129 - Improve toolbar customization UE on OS X. r=mconnor. 2006-08-26 07:27:54 +00:00
bryner%brianryner.com
988d792046 Set FORCE_PR_LOG for this entire directory, if MOZ_LOGGING is defined (bug 347686) r=marria 2006-08-25 17:38:33 +00:00
benjamin%smedbergs.us
d73c9ee8ab Bug 350092 - webservices should use plarenas instead of xptarenas, r=doron 2006-08-25 13:40:29 +00:00
aaronr%us.ibm.com
0e68307f08 add initial support for accessible objects for xforms. Bug 337690, patch by surkov r=aaronleventhal+aaronr, sr=neil 2006-08-24 21:14:44 +00:00
bryner%brianryner.com
66f6c6967b Log autocomplete textentered events (bug 347686), r=marria 2006-08-24 01:22:10 +00:00
bryner%brianryner.com
2f21caaaf2 add a client data version stamp (bug 348746), r=marria 2006-08-23 22:46:29 +00:00
gavin%gavinsharp.com
457a92ba03 Bug 302054: Report broken website's privacy link is often invisible, patch by Mark Pilgrim <pilgrim@gmail.com>, r=mconnor 2006-08-23 20:16:01 +00:00
aaronr%us.ibm.com
a2ea656205 [XForms] up/down keys behavior corrected for minimal select1 in xhtml. Bug 348867, patch by surkov, r=olli+aaronr 2006-08-21 22:24:28 +00:00
aaronr%us.ibm.com
0192fd3086 [XForms] Implement accessible objects for xforms input controls. Bug 337250, patch by surkov, r=olli+aaronr 2006-08-21 21:24:08 +00:00
aaronr%us.ibm.com
624c51dbe1 [XForms] label click doesn't focus select and select1 properly. Bug 344379, patch by surkov, r=olli+aaronr 2006-08-21 20:15:44 +00:00
aaronr%us.ibm.com
90a5206b33 [XForms] Implement mediatype file filters in upload. Bug 313768, patch by msterlin, r=olli+aaronr 2006-08-21 18:51:05 +00:00
aaronr%us.ibm.com
88acd5541d [XForms] XPath expression errors when expr spans mult instances. Bug 348993, r=doronr+olli 2006-08-20 20:46:15 +00:00
gijskruitbosch%gmail.com
f90256d447 Bug 349066 - Venkman's Open Windows view misconstructs base URL for urls like http://foo.com/#bar
r=silver (James Ross)
Venkman/SeaMonkey Only
2006-08-20 15:24:04 +00:00
ajschult%verizon.net
52090324db Bug 312285: Wallet forces NSS initialization on profile-before-change, patch by Vidar Haarr <vhaarr+bmo@gmail.com>, r=dveditz. 2006-08-19 20:23:53 +00:00
ajschult%verizon.net
45c4a686ae Bug 337475: Add confirm dialog for removing all passwords, patch by Peter Weilbacher <mozilla@Weilbacher.org>, r=Kairo for locale, r=CTho for content and sr=Neil. 2006-08-19 19:31:13 +00:00
brettw%gmail.com
a7a2cb6e16 Bug 348981 r=pkasting a=dbaron Typo in range setting 2006-08-18 17:45:02 +00:00
kairo%kairo.at
0fb6374896 bug 344893 - Align (c) lines between branch and trunk (and minor cleanups), p=giacomo.magnini@portalis.it r=IanN 2006-08-18 16:23:06 +00:00
kairo%kairo.at
2ffe172c38 bug 347110 - Beautify mail_help, p=giacomo.magnini@portalis.it r=IanN 2006-08-18 16:20:40 +00:00
pedemont%us.ibm.com
69e2287551 Bug 349074 - Mac/Intel: GenerateJavaInterfaces doesn't write constants for ifaces with no parent. XULRunner only. r=bsmedberg. 2006-08-18 15:31:00 +00:00
gavin%gavinsharp.com
d7c3fe2fd4 Fix typo in patch for bug 205872 2006-08-18 03:37:59 +00:00
kairo%kairo.at
e5d364eab5 bug 340716 - dead link in help-index1.rdf and help-toc.rdf, p=opitz.michael@inode.at r=IanN 2006-08-17 23:37:38 +00:00
gijskruitbosch%gmail.com
2b0a8d94a3 Bug 341758 - Venkman doesn't need to make linemaps of toplevel scripts on startup (aka "make it start faster")
r=silver (James Ross)
Venkman/SeaMonkey Only
2006-08-17 20:49:05 +00:00
doronr%us.ibm.com
edab531626 xsd:Name atom is defined with the wrong case, part 2. patch by sspeiche, r=me 2006-08-17 20:08:49 +00:00
pedemont%us.ibm.com
a1100c07f7 Bug 348884 - Don't generate Java interfaces when cross compiling. Fix for Mac/Universal builds. r=bsmedberg. 2006-08-17 19:42:39 +00:00
doronr%us.ibm.com
4c10b4e22b Bug 348889 - xsd:Name atom is in the wrong case. Patch by sspeiche@us.ibm.com, r=me 2006-08-17 13:36:21 +00:00
Olli.Pettay%helsinki.fi
e6270ff676 Bug 347327, [XForms] mediatype for output, p=surkov, r=aaronr+doronr 2006-08-16 18:12:19 +00:00
pedemont%us.ibm.com
a1d77a1b40 Bug 348732 - getGREPathWithProperties() fails if temp path has spaces. XULRunner only. Patch by Dominik, r=jhpedemonte. 2006-08-16 16:13:23 +00:00
pkasting%google.com
9e49c079b9 Bug 348668: Split nodeName into prefix and localName.
patch by sdwilsh (comrade693@gmail.com)
r=timeless
sr=neil
2006-08-16 02:21:10 +00:00
jminta%gmail.com
68eeed0630 Bug 337790 Unable to view events on calDAV calendars, patch by browning@uwalumni.com, r+2r=dmose 2006-08-16 00:14:54 +00:00
brettw%gmail.com
ec389a0d15 Bug 348171 r=bryner Backspace key is very slow 2006-08-14 17:57:53 +00:00
mnyromyr%tprac.de
6960805494 Bug 342560: tag help; r=IanN 2006-08-12 23:12:25 +00:00
silver%warwickcompsoc.co.uk
c75378f378 Bug 344641 - Shut up stupid warning.
ChatZilla only.
r=samuel
2006-08-12 13:50:20 +00:00
silver%warwickcompsoc.co.uk
a207ecc6d0 Bug 207195 - Remind user when joining a channel with conf. mode enabled.
ChatZilla only.
r=samuel
2006-08-12 13:47:18 +00:00
gavin%gavinsharp.com
fabdb4edc3 Forgot this change when landing the patch for bug 205872. Original patch by Shawn Wilsher <comrade693@gmail.com>, r=timeless, sr=neil 2006-08-11 18:28:37 +00:00
neil%parkwaycc.co.uk
50334b1133 Bug 133117 Allow context search results to open in new tab r=IanN sr=me 2006-08-11 11:19:03 +00:00
aaronr%us.ibm.com
aafadbbada [XForms] Implement typeList attr and hide upload and inputs based on it. Bug 313313, r=doronr+surkov+olli 2006-08-10 21:41:25 +00:00
gijskruitbosch%gmail.com
6d28bfe523 Bug 347888 - Profiler doesn't guess at function names without some user help.
r=silver (James Ross)
Venkman/SeaMonkey only.
2006-08-10 10:48:57 +00:00
gavin%gavinsharp.com
e79ffa817f Bug 205872: domNode viewer should use one dialog for setting new/editing attributes, patch by Shawn Wilsher <comrade693@gmail.com>, r=timeless, sr=neil 2006-08-10 00:30:12 +00:00
mhammond%skippinet.com.au
f27078442b Fix bug 347865 (PyXPCOM fails to build on alpha) on trunk.
Not part of the default build.
2006-08-09 13:37:38 +00:00
bryner%brianryner.com
4b41ac84eb Fix trunk Places build (branch Places build is unsupported) 2006-08-08 17:57:42 +00:00
brettw%gmail.com
ce01e2a4b6 Bug 347804 r=bryner Crash due to not NULL checking 2006-08-08 17:12:19 +00:00
brettw%gmail.com
051031b8c5 Bug 347819 r=bryner Change assersions hit in normal usage to non-assertions & return failure 2006-08-08 16:57:50 +00:00
kairo%kairo.at
ffa95dbed8 bug 344893 - Align (c) lines between branch and trunk (and minor cleanups), p=giacomo.magnini@portalis.it r=IanN 2006-08-08 13:16:20 +00:00
smontagu%smontagu.org
3e78aa2e92 Add a minimum data threshold to CharDistributionAnalysis::GetConfidence() to reduce false positives. Bug 306272, r=jshin, sr=rbs 2006-08-08 10:35:30 +00:00
aaronr%us.ibm.com
bf17db2a13 [XForms] datepicker a11y issues. Bug 345224, patch by surkov, r=doronr+olli 2006-08-08 01:51:35 +00:00
aaronr%us.ibm.com
bfd35352a0 [XForms] give select1 keyboard shortcuts. Bug 316614, patch by surkov, r=doronr+olli 2006-08-08 01:39:57 +00:00
aaronleventhal%moonset.net
083e28aa17 Bug 337674. Make it possible to inspect accessibles (nsIAccessible) objects. Patch thanks to Alexander Surkov. r=timeless, sr=neil 2006-08-07 19:54:35 +00:00
bryner%brianryner.com
6243e5a2a0 Factor out subframe check and add it for window events (bug 347305) r=brettw 2006-08-07 18:46:24 +00:00
brettw%gmail.com
fb0b89f3bf Bug 347561 r+sr=bryner Spellchecker crashes when causing destroy notifications to be flushed 2006-08-07 18:10:28 +00:00
bryner%brianryner.com
1320edb8d4 Add a subframe attribute for document events (bug 347305) r=darin 2006-08-04 19:24:07 +00:00
brettw%gmail.com
9e975d32c3 Bug 344560 forgotten part of previous commit 2006-08-04 01:17:59 +00:00
brettw%gmail.com
d2f7a6a5db Bug 344560 r=bryner Make the spellchecker asynchronously check everything to avoid crashing when called from frame code. We cause DOM notifications to flush which are not allowed from frame code. 2006-08-04 01:02:42 +00:00
mkaply%us.ibm.com
5c03e24238 #346089
CCK only - Not handling autodetect proxies option
2006-08-03 16:26:07 +00:00
mkaply%us.ibm.com
0b95aed211 #346106
CCK only - Bogus search engine entries in cck.properties and JS file
2006-08-03 16:23:40 +00:00
silver%warwickcompsoc.co.uk
ff468f1a60 Bug 332879 - Drop repeated away messages on the floor.
ChatZilla only.
r=samuel
2006-08-02 19:03:38 +00:00
silver%warwickcompsoc.co.uk
0ee54c5087 Bug 331653 - Use nickname for ident when username empty.
ChatZilla only.
r=samuel
2006-08-02 18:56:59 +00:00
aaronr%us.ibm.com
fd2413a675 [XForms] refactor xbl messages. Bug 345729, patch by surkov, r=olli+aaronr 2006-08-02 18:29:37 +00:00
brettw%gmail.com
a0d0d747fb Bug 345112 r+sr=bryner Make the spellchecker work incrementally 2006-08-02 16:17:06 +00:00
mattwillis%gmail.com
23b6c96964 bug 346796 - Syncs DOMi install.rdf text with NSIS. patch by reed, r=timeless, a181=beltzner 2006-08-02 04:50:57 +00:00
cbiesinger%web.de
68efed5537 bug 346151 Add nsIProxiedChannel to allow querying the proxy info a channel
was created with
r=darin sr=bz
2006-08-01 21:28:31 +00:00
aaronr%us.ibm.com
461d5b4ce2 [XForms] Performance fix for the control list on models. Bug 346325, r=doronr+olli 2006-08-01 21:21:27 +00:00
gijskruitbosch%gmail.com
773e5d238b Bug 87394 - Fix strict warning in connection-xpcom.js
r=silver (James Ross)
ChatZilla Only
2006-08-01 14:04:13 +00:00
gijskruitbosch%gmail.com
e0cdedc3d0 Bug 346793 - "You need to be an operator" error after joining channel (except list request)
r=silver
p=rdmsoft@bugs.rdmsoft.com (Robert Marshall)
ChatZilla Only
2006-08-01 11:42:52 +00:00
bryner%brianryner.com
aa2cebba1d Collect better data about bookmark usage (bug 346609) r=marria 2006-08-01 02:26:30 +00:00
benjamin%smedbergs.us
1427ece273 Bug 339106 - integrate spellcheck into libxul, r=mento 2006-07-31 18:11:38 +00:00
brettw%gmail.com
8e93d081bd Bug 339123 r=mscott Add Mozilla-related words to the dictinary 2006-07-31 18:08:29 +00:00
gavin%gavinsharp.com
233fb74755 Bug 343253: Improve unknown cert issuer dialog, r=kaie, sr=neil, ui-r=beltzner 2006-07-31 17:37:50 +00:00
bugzilla%standard8.demon.co.uk
203f000d26 Bug 343317 Some Privacy & Security Preference sections missing in suiterunner builds (jar.mn fix for wallet) r=neil,sr=jag 2006-07-31 16:24:27 +00:00
timeless%mozdev.org
02a01dec32 Bug 270023 DOM Node view should show namespace uri of attributes
patch by vhaarr+bmo@gmail.com r=caillon sr=neil
2006-07-31 14:51:14 +00:00
silver%warwickcompsoc.co.uk
4d20f3d2a9 Adjusting install.rdf versions to allow for SM 1.1 and work around AMO lameness.
ChatZIlla only.
NPOB
2006-07-31 10:58:33 +00:00
silver%warwickcompsoc.co.uk
01b86b4eda Bumping version numbers as needed. 0.9.75 is done.
ChatZilla only.
2006-07-30 00:42:37 +00:00
silver%warwickcompsoc.co.uk
371592dfd1 Bug 323786 - Show connection attempt delay in minutes/hours as appropriate. Also show delay with the error message, not with previous start-of-attempt message.
Go for 0.9.75.
ChatZilla only.
p=rdmsoft@bugs.rdmsoft.com (Robert Marshall)
r=silver
2006-07-30 00:28:31 +00:00
silver%warwickcompsoc.co.uk
04d7969ba0 Bug 87394 - Initial HTTP "connect" proxy support for IRC.
ChatZilla only.
r=samuel
2006-07-29 23:36:11 +00:00
brettw%gmail.com
860cc1d9cc Bug 346200 r=bryner Spellchecker doesn't like curly quotes and other non-ASCII punctuation 2006-07-28 17:57:53 +00:00
kairo%kairo.at
b7c80c717d fixing static build bustage from bug 344243 (seen on Camino/maya), r=mento 2006-07-28 13:13:55 +00:00
brettw%gmail.com
44816e2961 Bug 234936 r=bryner Don't spellcheck URLs 2006-07-27 22:09:07 +00:00
brettw%gmail.com
03c9fca767 Bug 345751 r+sr=roc Use new sorted range feature for the spellchecker 2006-07-27 21:57:45 +00:00
kairo%kairo.at
e428d1be1d bug 344243 - first part: rename old typeaheadfind component to suitetypeaheadfind to be able to use it in parallel to toolkit, r=bsmedberg on the actual renaming, r=Neil on the installer package files, r=mento on the Camino project file change, sr=Neil 2006-07-27 20:09:44 +00:00
brettw%gmail.com
6682f75979 Bug 340050 r+sr=roc a=schrep Crash in spellchecker checking absurdly long word 2006-07-27 18:11:08 +00:00
neil%parkwaycc.co.uk
2f096f2c9e Bug 221995 Followup fix for bug revealed by fixing jsObject.js r=timeless 2006-07-27 14:27:15 +00:00
gavin%gavinsharp.com
e2cd410be6 Bug 339054: JavaScript object subject should be expanded when the view is loaded, patch by Jason Barnabe <jason_barnabe@fastmail.fm>, r=timeless, sr=neil 2006-07-27 14:27:14 +00:00
neil%parkwaycc.co.uk
27be36a7f8 Fix coding error (kids = document.createElement ...) r=timeless,caillon 2006-07-27 14:27:13 +00:00
timeless%mozdev.org
d1dd95b6b2 Bug 318204 don't use ===, properties might be undefined
Ok, use === carefully :)
r=bz sr=neil
2006-07-27 14:27:12 +00:00
bzbarsky%mit.edu
876497f5c0 Fix up some issues in Inspector (including mis-spelled identifier). Bug
281165, patch by Frank Wein <bugzilla@mcsmurf.de>, r=timeless, sr=bzbarsky
2006-07-27 14:27:11 +00:00
gerv%gerv.net
e32b64b19e Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-07-27 14:27:10 +00:00
bzbarsky%mit.edu
d41f5da2d5 Make nsXULElement::GetChildNodes use the same (live) node list that
nsGenericElement uses.  Bug 240633, r+sr=jst on the C++ changes, r=neil, sr=jst
on the JS changes.
2006-07-27 14:27:09 +00:00
caillon%returnzero.com
474688325f Bug 107812
Copying from inspector should also copy to primary on platforms that support it.
r=akkana sr=bzbarsky
2006-07-27 14:27:08 +00:00
bzbarsky%mit.edu
a2d7014f95 Fix JS object display in Inspector. Bug 160254, r=timeless, sr=hewitt. 2006-07-27 14:27:07 +00:00
hewitt%netscape.com
b1feb4fe5f bugs 110156, 110155
Removing support for <outliner> tags
Removing <tree> layout code and moving <tree> tags to outliner layout
Convert all usage of <outliner> to tree tags
Convert all usage of <tree> tags to new <tree> syntax or <listbox>
r=cmanske,varga sr=hyatt,sspitzer a=asa

Also includes fixes by Jan Varga (varga@utcruk.sk) for bugs 132020, 133451, 131393, 115894, and 129327
2006-07-27 14:27:06 +00:00
bzbarsky%mit.edu
9cda54d0a7 Human-readable tooltips for nodetype in inspector. Bug 113793, patch by
Christopher Aillon <caillon@returnzero.com>, r=bzbarsky, sr=hewitt
2006-07-27 14:27:05 +00:00
hewitt%netscape.com
153018863b DOM Inspector update - tons of crash fixes, js error fixes, performance and usability improvements, r=jag, sr=hyatt 2006-07-27 14:27:04 +00:00
gerv%gerv.net
11eb178d21 License changes, take 2. Bug 98089. mozilla/extensions/. 2006-07-27 14:27:03 +00:00
gerv%gerv.net
448b6d8627 Oops. 2006-07-27 14:27:02 +00:00
scc%mozilla.org
8853f2071c bug #98089: ripped new license 2006-07-27 14:27:01 +00:00
hewitt%netscape.com
d87a779927 84230 - DOM Inspector revival, rs=hyatt 2006-07-27 14:27:00 +00:00
hewitt%netscape.com
88c6a1b941 84230 - DOM Inspector revival, rs=hyatt 2006-07-27 14:26:59 +00:00
hewitt%netscape.com
2c6a80d44a (NOT PART OF BUILD) Document Inspector 2006-07-27 14:26:58 +00:00
aaronr%us.ibm.com
4353ee3101 [XForms] boolean input missing xf-value class. Bug 345506, patch by sspeiche r=doronr+olli 2006-07-26 23:38:33 +00:00
aaronr%us.ibm.com
228eb789e9 [XForms] Submission is leaving off document level pi and comments. Bug 344621, patch by sspeiche, r=doronr+olli 2006-07-26 23:25:20 +00:00
aaronr%us.ibm.com
3de3debe4a [XForms] Fixed regression of upload, filename and mediatype. Bug 345865, r=doronr+allan 2006-07-26 22:09:25 +00:00
gavin%gavinsharp.com
b311d9b102 Bug 345670: fix crash in nsTypeAheadFind::RangeStartsInsideLink, patch by Adam Guthrie <ispiked@gmail.com>, r+sr=sicking 2006-07-26 22:02:23 +00:00
aaronr%us.ibm.com
649db7fc36 [XForms] Fix boolean input regression. Bug 343905, r=doronr+olli 2006-07-26 21:51:50 +00:00
mkaply%us.ibm.com
8b65ce02b5 Bring CCK current on the trunk since development was happening on the 1.8.0 branch 2006-07-26 19:36:06 +00:00
bugzilla%standard8.demon.co.uk
88d6518af0 Bug 344510 DOMI appears twice in SeaMonkey's mailnews tools menu when MOZ_XUL_APP=1 is set. r=timeless,sr=Neil 2006-07-25 16:35:55 +00:00
bzbarsky%mit.edu
83f73addbf Fix build bustage. Caused by bug 342062, but I put the patch in bug 344050 for
some reason.  r=bryner, sr=sicking
2006-07-25 02:26:30 +00:00
mnyromyr%tprac.de
cd8da08375 Bug 260362: Roaming window has a placeholder title; p=Frank Wein <bugzilla@mcsmurf.de>, r/sr=Neil 2006-07-24 19:53:40 +00:00
aaronleventhal%moonset.net
a4f04d4c1f bug 310568. Add 'disability access' problem type to reporter. r=robert.accetura 2006-07-24 19:34:06 +00:00
martijn.martijn%gmail.com
0309477f81 Bug 344172 - Spellchecker doesn't display suggestion list for misspelled words and doesn't underline them if Russian, Ukrainian or Bulgarian Spell dictionary is installed, patch by roc, r+sr=mscott 2006-07-24 06:45:47 +00:00
silver%warwickcompsoc.co.uk
2338f23a33 Bug 330990 - Send notices and privmsgs to the right channel even when using STATUSMSG prefixes on the target.
ChatZilla only.
r=samuel
2006-07-23 14:17:54 +00:00
benjamin%smedbergs.us
c9125873ca Bug 339144 - Expose a custom factory type for simple nsIUnicharInputStream instances, r=darin 2006-07-21 16:28:51 +00:00
silver%warwickcompsoc.co.uk
d6f309ad90 Bug 338710 - Show server mode changes.
ChatZilla only.
p=rdmsoft@bugs.rdmsoft.com (Robert Marshall)
r=silver
2006-07-21 16:14:38 +00:00
kairo%kairo.at
42e6379952 bug 344893 - Align (c) lines between branch and trunk (and minor cleanups), p=giacomo.magnini@portalis.it r=IanN 2006-07-21 16:04:36 +00:00
benjamin%smedbergs.us
8f9a426c47 Removing obsolete files, unused after checkin of bug 325100 2006-07-21 13:45:27 +00:00
pamg.bugs%gmail.com
60b733da5b Bug 339434: Crash trying to spellcheck in a closed window. Patch by pkasting@google.com. r=brettw, sr=bzbarsky 2006-07-21 01:15:57 +00:00
silver%warwickcompsoc.co.uk
24473192e2 Bug 342852 - Display an error if only "/" entered, instead of throwing a JS exception.
ChatZilla only.
r=samuel
2006-07-20 14:48:06 +00:00
brettw%gmail.com
80e92cacd5 Bug 345054 r+sr=roc Don't flush pending notifications in the spellchecker 2006-07-20 00:15:07 +00:00
brettw%gmail.com
4ab8ca8b02 Bug 345059 r+sr=roc Adding a word to the dictionary is slow for large textarea 2006-07-20 00:12:41 +00:00
aaronr%us.ibm.com
b03574e78b [XForms] Datepicker control not available for XUL. Bug 334503, patch by surkov, r=doronr+aaronr 2006-07-19 22:24:20 +00:00
silver%warwickcompsoc.co.uk
1a657208e4 Bug 343195 - Only prompt for password for servers, networks don't care. Also don't add the network/server URL to pending list, as that causes multiple prompts.
ChatZilla only.
p=rdmsoft@bugs.rdmsoft.com (Robert Marshall)
r=silver
2006-07-19 20:14:37 +00:00
martijn.martijn%gmail.com
b4ce183f8f Bug 344895 - Spellchecker hangs Firefox when dealing with a largish textarea, patch by brettw, r+sr=roc 2006-07-19 19:57:34 +00:00
martijn.martijn%gmail.com
cb925ad299 Bug 344184 - Crash [@ FindNextNode] with this testcase in designMode, patch by roc, r+sr=mscott 2006-07-19 18:13:45 +00:00
aaronr%us.ibm.com
dfe4cb158b [XForms] label containing output does not display. Bug 344180, r=doronr+olli 2006-07-19 18:11:01 +00:00
cvshook%sicking.cc
77228a99dc Fix build bustage 2006-07-19 05:06:39 +00:00
cvshook%sicking.cc
3a9a287253 Bug 344050: Kill nsITextContent and move the methods to nsIContent. r/sr=jst 2006-07-19 04:36:36 +00:00
mhammond%skippinet.com.au
ca11f368e4 Bug 341915: can we move nsIScriptContext(Owner) from dom to xpconnect
r=timeless, sr=jst
2006-07-19 04:15:50 +00:00
aaronr%us.ibm.com
d533e90ec7 [XForms] accessiblity change for binding exception dialog. Bug 316609, patch by surkov, r=doronr+aaronr 2006-07-18 21:16:05 +00:00
aaronr%us.ibm.com
b6bd2833c5 [XForms] clicking on xf:label should focus the containing control. Bug 284068, patch by surkov, r=doronr+aaronr 2006-07-18 20:36:22 +00:00
aaronr%us.ibm.com
f78f9e5856 [XForms] bind elements have stopped working. Bug 344981, r=doronr+olli 2006-07-18 19:57:02 +00:00
silver%warwickcompsoc.co.uk
8f605f57a7 Bug 333097 - Allow Ctrl-Enter in single-line input to sent commands as literal text.
ChatZilla only.
r=samuel
2006-07-18 17:03:49 +00:00
silver%warwickcompsoc.co.uk
a0a02fe0e0 Bug 269739 - Limit command recursion to 10 levels.
ChatZilla only.
r=samuel
2006-07-18 17:01:10 +00:00
rob_strong%exchangecode.com
9aab7b5b89 Bug 343182 - Password Manager asks multiple times to save a password. patch=mwu, r=jst, sr=bzbarsky 2006-07-18 00:18:32 +00:00
silver%warwickcompsoc.co.uk
889b1142f2 Bug 343902 - Replace usage of Date.now() with 1.0-compatible code. Long live Mozilla 1.0!
ChatZilla only.
p=rdmsoft@bugs.rdmsoft.com (Robert Marshall)
r=silver
2006-07-14 12:02:17 +00:00
bugzilla%standard8.demon.co.uk
6561bbcbf8 Bug 343395 Help buttons not displayed on SeaMonkey when build as an xul application (MOZ_XUL_APP=1). r=kaie,sr=Neil 2006-07-13 18:59:37 +00:00
bugzilla%standard8.demon.co.uk
24daa39ae4 Bug 344088 Update link to mozilla.org document inside ssl_help.xhtml. r=iann_bugzilla 2006-07-13 16:33:57 +00:00
peterv%propagandism.org
a9c63c4a75 Fix for bug 278981 (Extension mechanism for XPath extension functions). r=sicking, sr=jst. 2006-07-13 14:21:53 +00:00
roc+%cs.cmu.edu
8fb0339e37 Bug 343741. Don't pass Unicode characters to isspace etc libc methods, they die on Windows. r+sr=mscott 2006-07-13 08:10:30 +00:00
aaronr%us.ibm.com
072c7152dd [XForms] Misspelled js function name in select.xml. Bug 344246, patch by surkov, r=doronr+aaronr 2006-07-12 17:24:57 +00:00
bryner%brianryner.com
b5bb524f37 Stop collection and clean up when the metrics.upload.enable pref is set to false (bug 344366) r=marria 2006-07-12 16:54:18 +00:00
neil%parkwaycc.co.uk
457b3880e8 Bug 310403 merge formatting.css from communicator into global p=surkov.alexander@gmail.com r=me sr=jag 2006-07-12 15:43:17 +00:00
mhammond%skippinet.com.au
e14e195ea5 SetTimeoutOrInterval now takes an integer. Not part of the default build. 2006-07-12 12:00:10 +00:00