bump maxVersion to 12.0a1

This commit is contained in:
foudfou 2012-01-28 15:52:52 +01:00
parent 2cbe738398
commit 80e8f8caba
2 changed files with 3 additions and 2 deletions

View File

@ -19,7 +19,7 @@
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- Firefox -->
<em:minVersion>4.0</em:minVersion>
<em:maxVersion>11.*</em:maxVersion>
<em:maxVersion>12.0a1</em:maxVersion>
</Description>
</em:targetApplication>
@ -27,7 +27,7 @@
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>3.3a1pre</em:minVersion>
<em:maxVersion>11.*</em:maxVersion>
<em:maxVersion>12.0a1</em:maxVersion>
</Description>
</em:targetApplication>

View File

@ -315,6 +315,7 @@ firetray.Window = {
ERROR("unsupported format: "+actual_format.value);
}
LOG("format OK");
// FIXME: how about https://developer.mozilla.org/en/JavaScript_typed_arrays
var props = ctypes.cast(prop_value, ctypes.unsigned_long.array(nitems.value).ptr);
LOG("props="+props+", size="+props.constructor.size);