summaryrefslogtreecommitdiff
path: root/xpcom
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2021-10-26 16:46:27 -0400
committerMatt A. Tobin <email@mattatobin.com>2021-10-26 16:46:27 -0400
commit7fc7b318389d3a61f6498cb693ee9d653b648ea7 (patch)
treebe38f65068c5040d63329438e496d248a38ca52b /xpcom
parent2f208c1685f48e2287ea981c40a391e2234c71c3 (diff)
downloadaura-central-7fc7b318389d3a61f6498cb693ee9d653b648ea7.tar.gz
Issue %3028 - Part 2: Remove config and blatant (but not all) mentions of XULRunner
Diffstat (limited to 'xpcom')
-rw-r--r--xpcom/base/nsIDebug2.idl3
-rw-r--r--xpcom/build/nsXREAppData.h2
-rw-r--r--xpcom/system/nsIXULAppInfo.idl4
3 files changed, 4 insertions, 5 deletions
diff --git a/xpcom/base/nsIDebug2.idl b/xpcom/base/nsIDebug2.idl
index 7adac2cdf..b2b6ccfb6 100644
--- a/xpcom/base/nsIDebug2.idl
+++ b/xpcom/base/nsIDebug2.idl
@@ -21,8 +21,7 @@ interface nsIDebug2 : nsISupports
{
/**
* Whether XPCOM was compiled with DEBUG defined. This often
- * correlates to whether other code (e.g., Firefox, XULRunner) was
- * compiled with DEBUG defined.
+ * correlates to whether other code was compiled with DEBUG defined.
*/
readonly attribute boolean isDebugBuild;
diff --git a/xpcom/build/nsXREAppData.h b/xpcom/build/nsXREAppData.h
index 3c9f226b0..c3aae3557 100644
--- a/xpcom/build/nsXREAppData.h
+++ b/xpcom/build/nsXREAppData.h
@@ -29,7 +29,7 @@ struct nsXREAppData
/**
* The directory of the application to be run. May be null if the
- * xulrunner and the app are installed into the same directory.
+ * xre and the app are installed into the same directory.
*/
nsIFile* MOZ_NON_OWNING_REF directory;
diff --git a/xpcom/system/nsIXULAppInfo.idl b/xpcom/system/nsIXULAppInfo.idl
index 1ea9208a3..12a5fc688 100644
--- a/xpcom/system/nsIXULAppInfo.idl
+++ b/xpcom/system/nsIXULAppInfo.idl
@@ -31,7 +31,7 @@ interface nsIXULAppInfo : nsIPlatformInfo
/**
* The version of the XUL application. It is different than the
- * version of the XULRunner platform. Be careful about which one you want.
+ * version of the XUL platform. Be careful about which one you want.
*
* @see nsXREAppData.version
* @returns an empty string if nsXREAppData.version is not set.
@@ -39,7 +39,7 @@ interface nsIXULAppInfo : nsIPlatformInfo
readonly attribute ACString version;
/**
- * The build ID/date of the application. For xulrunner applications,
+ * The build ID/date of the application. For -app applications,
* this will be different than the build ID of the platform. Be careful
* about which one you want.
*/