diff options
author | Einar Egilsson | 2011-08-26 14:37:27 +0200 |
---|---|---|
committer | Einar Egilsson | 2011-08-26 14:37:27 +0200 |
commit | 3ac1838cba725705a96a9d7b65721b15f4ec67b1 (patch) | |
tree | 6eea260d1e5882ba1031c5bb78bd2b9ac0884fb9 /components/interfaces/rdIMatchResult.idl | |
parent | 5aefd85d7975c8934b32a30a1dec68aa421cdee3 (diff) |
Moved everything to a js module, removed custom xpcom interfaces
Diffstat (limited to 'components/interfaces/rdIMatchResult.idl')
-rw-r--r-- | components/interfaces/rdIMatchResult.idl | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/components/interfaces/rdIMatchResult.idl b/components/interfaces/rdIMatchResult.idl deleted file mode 100644 index 371a7d7..0000000 --- a/components/interfaces/rdIMatchResult.idl +++ /dev/null @@ -1,13 +0,0 @@ -/* $Id$ */
-#include "nsISupports.idl"
-
-[scriptable, uuid(cf89b480-bce3-11de-a0dd-028037ec0200)]
-interface rdIMatchResult : nsISupports {
-
- /* Attributes */
- readonly attribute wstring redirectTo;
- readonly attribute boolean isMatch;
- readonly attribute boolean isExcludeMatch;
- readonly attribute boolean isDisabledMatch;
-};
-
|