summaryrefslogtreecommitdiff
path: root/parser
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2021-10-26 16:46:27 -0400
committerMoonchild <moonchild@palemoon.org>2022-04-01 17:33:23 +0200
commit4a7af0d90fd6521047fb57c37be455b1e8887e79 (patch)
tree148486650ecac3dfd74c7da2d68714c86aa46dd8 /parser
parent0f52679d2e0445503869382943076d7733b56522 (diff)
downloaduxp-4a7af0d90fd6521047fb57c37be455b1e8887e79.tar.gz
Issue #1835 - Part 2: Remove config and most mentions of XULRunner
Resolves #1835
Diffstat (limited to 'parser')
-rw-r--r--parser/html/nsIParserUtils.idl2
-rw-r--r--parser/htmlparser/nsIParser.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/parser/html/nsIParserUtils.idl b/parser/html/nsIParserUtils.idl
index a982cb2de7..27306df253 100644
--- a/parser/html/nsIParserUtils.idl
+++ b/parser/html/nsIParserUtils.idl
@@ -9,7 +9,7 @@ interface nsIDOMDocumentFragment;
interface nsIURI;
/**
- * Non-Web HTML parser functionality to Firefox extensions and XULRunner apps.
+ * Non-Web HTML parser functionality to extensions and applications.
* Don't use this from within Gecko--use nsContentUtils, nsTreeSanitizer, etc.
* directly instead.
*/
diff --git a/parser/htmlparser/nsIParser.h b/parser/htmlparser/nsIParser.h
index 897b1d0d8f..4bf0b33704 100644
--- a/parser/htmlparser/nsIParser.h
+++ b/parser/htmlparser/nsIParser.h
@@ -10,7 +10,7 @@
* This GECKO-INTERNAL interface is on track to being REMOVED (or refactored
* to the point of being near-unrecognizable).
*
- * Please DO NOT #include this file in comm-central code, in your XULRunner
+ * Please DO NOT #include this file in comm-central code, in your XUL
* app or binary extensions.
*
* Please DO NOT #include this into new files even inside Gecko. It is more
@@ -61,7 +61,7 @@ enum eStreamState {eNone,eOnStart,eOnDataAvail,eOnStop};
* This GECKO-INTERNAL interface is on track to being REMOVED (or refactored
* to the point of being near-unrecognizable).
*
- * Please DO NOT #include this file in comm-central code, in your XULRunner
+ * Please DO NOT #include this file in comm-central code, in your XUL
* app or binary extensions.
*
* Please DO NOT #include this into new files even inside Gecko. It is more