зеркало из https://github.com/mozilla/pjs.git
179822: Flash4 / Flash5 / Shockwave and other plugins crash.
Give an unicode option when SubClassing the widget window. /r=peterl, /sr=kin
This commit is contained in:
Родитель
20758874cb
Коммит
347e9cb1bc
|
@ -218,7 +218,8 @@ struct nsWidgetInitData {
|
|||
mListenForResizes(PR_FALSE),
|
||||
mWindowType(eWindowType_child),
|
||||
mBorderStyle(eBorderStyle_default),
|
||||
mContentType(1) // nsIDocShellTreeItem::typeContent
|
||||
mContentType(1), // nsIDocShellTreeItem::typeContent
|
||||
mUnicode(PR_TRUE)
|
||||
{
|
||||
}
|
||||
|
||||
|
@ -228,6 +229,7 @@ struct nsWidgetInitData {
|
|||
nsWindowType mWindowType;
|
||||
nsBorderStyle mBorderStyle;
|
||||
PRUint32 mContentType; // from nsIDocShellTreeItem.idl content types - typeChrome, typeContent, etc.
|
||||
PRPackedBool mUnicode;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче