mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-23 19:09:49 +00:00
Fix misspellings of 'pseudo' in comments. Bug 106386. Patch by Alex Vincent <ajvincent@gmail.com>. r=timeless sr=peterv
This commit is contained in:
parent
4c24732e99
commit
1a43dc79c0
@ -236,7 +236,7 @@ txStandaloneXSLTProcessor::transform(txXPathNode& aSource,
|
||||
/**
|
||||
* Parses the XML Stylesheet PIs associated with the
|
||||
* given XML document. If a stylesheet PIs is found with type="text/xsl"
|
||||
* or type="text/xml" the href psuedo attribute value will be appended to
|
||||
* or type="text/xml" the href pseudo attribute value will be appended to
|
||||
* the given href argument. If multiple text/xsl stylesheet PIs
|
||||
* are found, the first one is used.
|
||||
*/
|
||||
|
@ -139,14 +139,14 @@ protected:
|
||||
/**
|
||||
* Parses all XML Stylesheet PIs associated with the
|
||||
* given XML document. If any stylesheet PIs are found with
|
||||
* type="text/xsl" the href psuedo attribute value will be
|
||||
* type="text/xsl" the href pseudo attribute value will be
|
||||
* added to the given href argument. If multiple text/xsl stylesheet PIs
|
||||
* are found, the one closest to the end of the document is used.
|
||||
*/
|
||||
static void getHrefFromStylesheetPI(Document& xmlDocument, nsAString& href);
|
||||
|
||||
/**
|
||||
* Parses the contents of data, returns the type and href psuedo attributes
|
||||
* Parses the contents of data, returns the type and href pseudo attributes
|
||||
*/
|
||||
static void parseStylesheetPI(const nsAFlatString& data,
|
||||
nsAString& type,
|
||||
|
@ -3100,7 +3100,7 @@ js_ExecuteRegExp(JSContext *cx, JSRegExp *re, JSString *str, size_t *indexp,
|
||||
/*
|
||||
* JS1.2 emulated Perl4.0.1.8 (patch level 36) for global regexps used
|
||||
* in scalar contexts, and unintentionally for the string.match "list"
|
||||
* psuedo-context. On "hi there bye", the following would result:
|
||||
* pseudo-context. On "hi there bye", the following would result:
|
||||
*
|
||||
* Language while(/ /g){print("$`");} s/ /$`/g
|
||||
* perl4.036 "hi", "there" "hihitherehi therebye"
|
||||
|
@ -3634,7 +3634,7 @@ nsCSSFrameConstructor::TableProcessChild(nsIPresShell* aPresShell,
|
||||
{
|
||||
|
||||
// if <form>'s parent is <tr>/<table>/<tbody>/<thead>/<tfoot> in html,
|
||||
// NOT create psuedoframe for it.
|
||||
// NOT create pseudoframe for it.
|
||||
// see bug 159359
|
||||
nsINodeInfo *childNodeInfo = aChildContent->GetNodeInfo();
|
||||
// Sometimes aChildContent is a #text node. In those cases it
|
||||
@ -4596,7 +4596,7 @@ nsCSSFrameConstructor::ConstructSelectFrame(nsIPresShell* aPresShell,
|
||||
// Notify combobox that it should use the listbox as it's popup
|
||||
comboBox->SetDropDown(listFrame);
|
||||
|
||||
// Resolve psuedo element style for the dropdown list
|
||||
// Resolve pseudo element style for the dropdown list
|
||||
nsRefPtr<nsStyleContext> listStyle;
|
||||
listStyle = aPresShell->StyleSet()->ResolvePseudoStyleFor(aContent,
|
||||
nsCSSAnonBoxes::dropDownList,
|
||||
|
@ -109,7 +109,7 @@
|
||||
// The drop-down list does not explicitly set capture when it is in the drop-down mode.
|
||||
|
||||
|
||||
//XXX: This is temporary. It simulates psuedo states by using a attribute selector on
|
||||
//XXX: This is temporary. It simulates pseudo states by using a attribute selector on
|
||||
|
||||
const PRInt32 kSizeNotSet = -1;
|
||||
|
||||
|
@ -69,7 +69,7 @@ protected:
|
||||
/**
|
||||
* main frame for an nsTable content object,
|
||||
* the nsTableOuterFrame contains 0 or one caption frame, and a nsTableFrame
|
||||
* psuedo-frame (referred to as the "inner frame').
|
||||
* pseudo-frame (referred to as the "inner frame').
|
||||
*/
|
||||
class nsTableOuterFrame : public nsHTMLContainerFrame, public nsITableLayout
|
||||
{
|
||||
|
@ -3210,7 +3210,7 @@ nsImapProtocol::PostLineDownLoadEvent(msg_line_info *downloadLineDontDelete)
|
||||
downloadLineDontDelete->uidOfMessage);
|
||||
}
|
||||
}
|
||||
// ***** We need to handle the psuedo interrupt here *****
|
||||
// ***** We need to handle the pseudo interrupt here *****
|
||||
}
|
||||
|
||||
// well, this is what the old code used to look like to handle a line seen by the parser.
|
||||
|
@ -2073,7 +2073,7 @@ nsFastLoadFileWriter::Close()
|
||||
return mOutputStream->Close();
|
||||
}
|
||||
|
||||
// Psuedo-tag used as flag between WriteSingleRefObject and WriteObjectCommon.
|
||||
// Pseudo-tag used as flag between WriteSingleRefObject and WriteObjectCommon.
|
||||
#define MFL_SINGLE_REF_PSEUDO_TAG PR_BIT(MFL_OBJECT_TAG_BITS)
|
||||
|
||||
nsresult
|
||||
|
Loading…
x
Reference in New Issue
Block a user