From 3ac1838cba725705a96a9d7b65721b15f4ec67b1 Mon Sep 17 00:00:00 2001 From: Einar Egilsson Date: Fri, 26 Aug 2011 14:37:27 +0200 Subject: Moved everything to a js module, removed custom xpcom interfaces --- components/interfaces/rdIRedirect.idl | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 components/interfaces/rdIRedirect.idl (limited to 'components/interfaces/rdIRedirect.idl') diff --git a/components/interfaces/rdIRedirect.idl b/components/interfaces/rdIRedirect.idl deleted file mode 100644 index 0421d8e..0000000 --- a/components/interfaces/rdIRedirect.idl +++ /dev/null @@ -1,29 +0,0 @@ -/* $Id$ */ -#include "nsISupports.idl" -#include "rdIMatchResult.idl" - -[scriptable, uuid(cb69ddf0-bce1-11de-8251-028037ec0200)] -interface rdIRedirect : nsISupports { - - /* Attributes */ - attribute wstring exampleUrl; - attribute wstring includePattern; - attribute wstring excludePattern; - attribute wstring redirectUrl; - attribute wchar patternType; - attribute boolean unescapeMatches; - attribute boolean disabled; - - /* Methods */ - rdIRedirect clone(); - void compile(); - void copyValues(in rdIRedirect other); - void deserialize(in wstring data); - boolean equals(in rdIRedirect other); - rdIMatchResult getMatch(in wstring url); - boolean isRegex(); - boolean isWildcard(); - wstring serialize(); - rdIMatchResult test(in wstring url); -}; - -- cgit v1.2.3-70-g09d2