summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIRequest.java
diff options
context:
space:
mode:
authorGrant Gayed <grant_gayed@ca.ibm.com>2011-12-19 10:30:39 -0500
committerGrant Gayed <grant_gayed@ca.ibm.com>2012-03-06 16:45:19 -0500
commit3cdae47da159662ce7eb57e9a6b0f13f94eaec5c (patch)
tree034bca590f4ae22ed6ffe590072d73e2acdcd174 /bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIRequest.java
parent852f17f3e885ddde267886a8be3483ac6f27465d (diff)
downloadeclipse.platform.swt-3cdae47da159662ce7eb57e9a6b0f13f94eaec5c.tar.gz
eclipse.platform.swt-3cdae47da159662ce7eb57e9a6b0f13f94eaec5c.tar.xz
eclipse.platform.swt-3cdae47da159662ce7eb57e9a6b0f13f94eaec5c.zip
interface classes updated
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIRequest.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIRequest.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIRequest.java b/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIRequest.java
index 909ad0de0c..65b548ec28 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIRequest.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIRequest.java
@@ -82,20 +82,12 @@ public class nsIRequest extends nsISupports {
}
public static final int LOAD_NORMAL = 0;
-
public static final int LOAD_BACKGROUND = 1;
-
public static final int INHIBIT_CACHING = 128;
-
public static final int INHIBIT_PERSISTENT_CACHING = 256;
-
public static final int LOAD_BYPASS_CACHE = 512;
-
public static final int LOAD_FROM_CACHE = 1024;
-
public static final int VALIDATE_ALWAYS = 2048;
-
public static final int VALIDATE_NEVER = 4096;
-
public static final int VALIDATE_ONCE_PER_SESSION = 8192;
}