summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed <grant_gayed@ca.ibm.com>2013-06-25 14:37:15 -0400
committerGrant Gayed <grant_gayed@ca.ibm.com>2013-06-25 14:37:15 -0400
commitc382785b38604b18661801d181233e121d03ddd4 (patch)
treea3749beaa4e47463d6dd080e212d92cda46dfa02
parenta59b6fabc99a8df2b83df5400ce5a7fa2acc24a3 (diff)
downloadeclipse.platform.swt-c382785b38604b18661801d181233e121d03ddd4.tar.gz
eclipse.platform.swt-c382785b38604b18661801d181233e121d03ddd4.tar.xz
eclipse.platform.swt-c382785b38604b18661801d181233e121d03ddd4.zip
Bug 178918 (rename MOZ_PROFILE_PATH property)
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java b/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java
index e881e49088..099c7f036a 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java
@@ -90,7 +90,6 @@ class Mozilla extends WebBrowser {
static final String HEADER_CONTENTTYPE = "content-type"; //$NON-NLS-1
static final String MIMETYPE_FORMURLENCODED = "application/x-www-form-urlencoded"; //$NON-NLS-1$
static final String MOZILLA_FIVE_HOME = "MOZILLA_FIVE_HOME"; //$NON-NLS-1$
- static final String MOZILLA_PROFILE_PATH = "MOZ_PROFILE_PATH"; //$NON-NLS-1$
static final String PREFIX_JAVASCRIPT = "javascript:"; //$NON-NLS-1$
static final String PREFERENCE_CHARSET = "intl.charset.default"; //$NON-NLS-1$
static final String PREFERENCE_DISABLEOPENDURINGLOAD = "dom.disable_open_during_load"; //$NON-NLS-1$
@@ -117,6 +116,7 @@ class Mozilla extends WebBrowser {
static final String TOKENIZER_LOCALE = ","; //$NON-NLS-1$
static final String TRUE = "true"; //$NON-NLS-1$
static final String URI_FILEROOT = "file:///"; //$NON-NLS-1$
+ static final String MOZILLA_PROFILE_PATH = "org.eclipse.swt.browser.MOZ_PROFILE_PATH"; //$NON-NLS-1$
static final String XULRUNNER_PATH = "org.eclipse.swt.browser.XULRunnerPath"; //$NON-NLS-1$
// TEMPORARY CODE