Labs/Jetpack/Release Notes/1.0b5: Difference between revisions

 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{draft|}}


__NOTOC__
__NOTOC__
Line 56: Line 55:
   <tr>
   <tr>
     <td><pre>
     <td><pre>
  onMessage(function(aMessage) {
  onMessage = function(aMessage) {
   //
   //
  });
  };
     </pre></td>
     </pre></td>


Line 162: Line 161:


Note that add-ons which use the old names will still work perfectly well.
Note that add-ons which use the old names will still work perfectly well.
=== [https://bugzilla.mozilla.org/show_bug.cgi?id=654588 Bug 654588]: Remove cryptographic JIDs ===
The ID values generated for new addons are no longer based upon cryptographic signing keys; now they're just random strings starting with "jid1-". The ~/.jetpack/ directory created by earlier versions can be safely removed, and you should no longer see "cfx xpi" complain about a missing private key.


== Known Issues ==
== Known Issues ==


=== Firefox 4.0 bug may affect Page-Mods ===
=== {{bug|647527}}: private browsing activation races tab closure ===
Page-mod may be matched multiple times if <code>contentScriptWhen</code> is set to 'start': see [https://bugzilla.mozilla.org/show_bug.cgi?id=641457 bug 641457]. This is caused by [https://bugzilla.mozilla.org/show_bug.cgi?id=642145 platform bug 642145], which is fixed in Firefox 4.0.1.
 
If an add-on closes a tab and then immediately activates private browsing, the private browsing activation may take effect before the tab closure is recorded in session history, causing the tab to reopen when private browsing is deactivated; alternately, the add-on script may become unresponsive.
 
=== {{bug|556562}}: mozrunner installation may break <code>cfx test</code> ===
 
If you have copy of mozrunner installed on your system, the <code>cfx test</code> command may not work correctly.
 
=== {{bug|633854}}: HTML <select> menus don't work in panels ===
 
HTML <code>&lt;select&gt;</code> menus don't work properly in panels.
 
=== {{bug|641396}}: first Firefox tab doesn't emit "ready" event ===
 
The first Firefox tab in a window doesn't emit the "ready" event when the content in the tab is ready.
 
=== {{bug|641396}}: tab activated by window activation doesn't emit "activate" event ===
 
A tab activated by window activation (i.e. the user switches from one window to another) doesn't emit the "activate" event.
 
=== {{bug|652548}}: panel text color doesn't contrast with background on Mac OS X ===
 
On Mac OS X, the default color of text in panels doesn't contrast sufficiently with the panel background, making text in panels difficult to read.


=== Outstanding Bugs ===
=== Outstanding Bugs ===
canmove, Confirmed users
737

edits