зеркало из https://github.com/mozilla/pjs.git
Bug 123090, give Mozilla the capability to be registered as the default handler for XHTML documents on Windows. r=law, sr=alecf.
This commit is contained in:
Родитель
ec0047e32d
Коммит
82a9048442
|
@ -43,6 +43,7 @@ if ( !( "winHooks" in parent ) ) {
|
|||
"isHandlingBMP",
|
||||
"isHandlingICO",
|
||||
"isHandlingXML",
|
||||
"isHandlingXHTML",
|
||||
"isHandlingXUL",
|
||||
"isHandlingHTTP",
|
||||
"isHandlingHTTPS",
|
||||
|
|
|
@ -99,6 +99,13 @@
|
|||
</treecell>
|
||||
</treerow>
|
||||
</treeitem>
|
||||
<treeitem>
|
||||
<treerow>
|
||||
<treecell>
|
||||
<checkbox id="isHandlingXHTML" label="&xhtml.label;" accesskey="&xhtml.accesskey;" allowevents="true"/>
|
||||
</treecell>
|
||||
</treerow>
|
||||
</treeitem>
|
||||
<treeitem>
|
||||
<treerow>
|
||||
<treecell>
|
||||
|
|
|
@ -21,6 +21,8 @@
|
|||
<!ENTITY ico.accesskey "I">
|
||||
<!ENTITY xml.label "XML documents">
|
||||
<!ENTITY xml.accesskey "X">
|
||||
<!ENTITY xhtml.label "XHTML documents">
|
||||
<!ENTITY xhtml.accesskey "T">
|
||||
<!ENTITY xul.label "XUL documents">
|
||||
<!ENTITY xul.accesskey "U">
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче