import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo

This commit is contained in:
Roy Tam 2018-01-19 03:59:58 +08:00
commit dcd9973243
150858 changed files with 23884658 additions and 0 deletions

View file

@ -0,0 +1,12 @@
<myRes xmlns:its="http://www.w3.org/2005/11/its">
<head>
<its:rules version="2.0">
<its:allowedCharactersRule allowedCharacters="[^*+]" selector="//content"/>
</its:rules>
</head>
<body>
<content>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam
nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed
diam voluptua.</content>
</body>
</myRes>

View file

@ -0,0 +1,9 @@
<res xmlns:its="http://www.w3.org/2005/11/its">
<head>
<its:rules version="2.0">
<its:allowedCharactersRule selector="//record" allowedCharactersPointer="@set"/>
</its:rules>
</head>
<record id="a1" set="[ &#xFF01;&#xFF5E;]"> </record>
</res>

View file

@ -0,0 +1,10 @@
<myRes xmlns:its="http://www.w3.org/2005/11/its">
<head>
<its:rules xmlns:its="http://www.w3.org/2005/11/its" xmlns:xlink="http://www.w3.org/1999/xlink" version="2.0" xlink:type="simple" xlink:href="allowedcharacters3xmlrules.xml"/>
</head>
<body>
<content>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam
nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed
diam voluptua.</content>
</body>
</myRes>

View file

@ -0,0 +1,3 @@
<its:rules xmlns:its="http://www.w3.org/2005/11/its" version="2.0">
<its:allowedCharactersRule allowedCharacters="[^*+]" selector="//content"/>
</its:rules>

View file

@ -0,0 +1,7 @@
<res xmlns:its="http://www.w3.org/2005/11/its">
<head>
<its:rules xmlns:its="http://www.w3.org/2005/11/its" xmlns:xlink="http://www.w3.org/1999/xlink" version="2.0" xlink:type="simple" xlink:href="allowedcharacters4xmlrules.xml"/>
</head>
<record id="a1" set="[ &#xFF01;&#xFF5E;]"> </record>
</res>

View file

@ -0,0 +1,3 @@
<its:rules xmlns:its="http://www.w3.org/2005/11/its" version="2.0">
<its:allowedCharactersRule selector="//record" allowedCharactersPointer="@set"/>
</its:rules>

View file

@ -0,0 +1,4 @@
<messages xmlns:its="http://www.w3.org/2005/11/its" its:version="2.0">
<msg num="123">Click the <panelmsg its:allowedCharacters="[&#x0020;-&#x00FE;]"
>CONTINUE</panelmsg> Button on the printer panel</msg>
</messages>

View file

@ -0,0 +1,3 @@
<messages xmlns:its="http://www.w3.org/2005/11/its" its:version="2.0">
<msg num="123">Click the <its:span allowedCharacters="[&#x0020;-&#x00FE;]">CONTINUE</its:span> Button on the printer panel</msg>
</messages>

View file

@ -0,0 +1,10 @@
<myRes xmlns:its="http://www.w3.org/2005/11/its">
<head>
<its:rules xmlns:its="http://www.w3.org/2005/11/its" xmlns:xlink="http://www.w3.org/1999/xlink" version="2.0" xlink:type="simple" xlink:href="allowedcharacters7xmlrules.xml"/>
</head>
<body>
<content id="allowedchar">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam
nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed
diam voluptua.</content>
</body>
</myRes>

View file

@ -0,0 +1,4 @@
<its:rules xmlns:its="http://www.w3.org/2005/11/its" version="2.0">
<its:param name="allowedcharParam">allowedchar</its:param>
<its:allowedCharactersRule allowedCharacters="[^*+]" selector="//content[@id=$allowedcharParam]"/>
</its:rules>

View file

@ -0,0 +1,13 @@
<myRes xmlns:its="http://www.w3.org/2005/11/its">
<head>
<its:rules xmlns:its="http://www.w3.org/2005/11/its" version="2.0">
<its:param name="allowedcharParam">allowedchar</its:param>
<its:allowedCharactersRule allowedCharacters="[^*+]" selector="//content[@id=$allowedcharParam]"/>
</its:rules>
</head>
<body>
<content id="allowedchar">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam
nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed
diam voluptua.</content>
</body>
</myRes>