{"id":1788,"date":"2010-08-17T17:11:45","date_gmt":"2010-08-18T00:11:45","guid":{"rendered":"http:\/\/blog.mozilla.org\/addons\/?p=1788"},"modified":"2010-08-17T17:11:42","modified_gmt":"2010-08-18T00:11:42","slug":"add-ons-review-update-15","status":"publish","type":"post","link":"https:\/\/blog.mozilla.org\/addons\/2010\/08\/17\/add-ons-review-update-15\/","title":{"rendered":"Add-ons Review Update \u2013 Week of 2010\/08\/17"},"content":{"rendered":"<h2>Summary<\/h2>\n<ul>\n<li>These bi-weekly posts explain the current state of add-on reviews         and        other information relevant to add-on developers. There\u2019s  a        lengthy <a href=\"http:\/\/blog.mozilla.org\/addons\/2010\/02\/15\/the-add-on-review-process-and-you\/\">overview             of the Add-on Review Process<\/a> posted in this blog that     should  be read as a general guide about the review process.<\/li>\n<li>Most nominations are being reviewed within 2 weeks.<\/li>\n<li>Almost every update is being reviewed within 1 week.<\/li>\n<li>The Mozilla Summit and the Firefox 4 beta launches have delayed  reviews noticeably, but we&#8217;re catching up.<\/li>\n<\/ul>\n<h2>The Review Queues<\/h2>\n<ul>\n<li>The stats are taken from the <a href=\"https:\/\/forums.addons.mozilla.org\/viewtopic.php?f=21&amp;t=1557\">latest             queue report<\/a> from last Friday.<\/li>\n<li>42 new nominations that week. 128 nominations in the queue awaiting             review.<\/li>\n<li>60 updates that week. 80 updates in the queue awaiting review.<\/li>\n<li>256 reviews performed by AMO Editors this month.  There were 13          editors performing reviews last  week.<\/li>\n<\/ul>\n<p>See the <a href=\"http:\/\/blog.mozilla.org\/addons\/2010\/02\/15\/the-add-on-review-process-and-you\/\">Add-on              Review Process and You<\/a> for information on how to check      your\u00a0  add-on status.<\/p>\n<h2>Firefox 4 Compatibility<\/h2>\n<p>Firefox 4 is coming later this year, and beta 3 is currently  available for download. This will likely be the most difficult upgrade  path for add-on developers in the history of Firefox, so everybody  should keep an eye on beta updates and all the documentation that will  be published around them. At the moment these are the most useful  documentation resources:<\/p>\n<ul>\n<li><a href=\"https:\/\/developer.mozilla.org\/en\/Firefox_4_for_developers\">Firefox 4 for developers at MDC<\/a>.<\/li>\n<li><a href=\"http:\/\/blog.mozilla.org\/addons\/2010\/07\/21\/compatibility-for-firefox-4-time-to-get-started\/\">Firefox 4 Compatibility blog post<\/a>.<\/li>\n<li><a href=\"https:\/\/forums.addons.mozilla.org\/viewtopic.php?f=7&amp;t=1437\">Firefox 4 Compatibility discussion<\/a> in the Add-ons Forum. This is the best place to post any feedback, bugs  or insight surrounding Firefox 4 and add-on development.<\/li>\n<\/ul>\n<p>I&#8217;ll do my best to keep everybody up to date with breaking changes in  Firefox 4, but I don&#8217;t want to bombard you with information. I will  post a new extensive update after beta 4 is out later this month. In the  interim I&#8217;ll use these reports to post all the new (sometimes  unconfirmed) feedback I&#8217;ve received, with as much information I have at  hand. Here are the notes I have so far:<\/p>\n<ul>\n<li>Toolbar buttons have different dimensions. Toolbar buttons now  have a different look and a different size at least on Mac and Windows,  but it is unclear if they will remain this way. Michael Kaply filed a  bug about it and there&#8217;s <a href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=583231\">an ongoing discussion happening<\/a> over there. Like I mention in the Firefox 4 Compatibility blog post,  the UI is the most volatile part in the 4.0 update, so it is not a good  idea to rely on how it is in its current state. If you want your toolbar  icons to look right in current betas without spending too much time,  you&#8217;ll need some CSS trickery. <a href=\"https:\/\/developer.mozilla.org\/en\/Chrome_Registration#Manifest_Flags\">Chrome manifest flags<\/a> are very useful for these kinds of hack.<\/li>\n<li>Toolbar customization. There&#8217;s a <a href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=554279\">bug in toolbar customization<\/a> that can revert changes performed by users. There&#8217;s also an empty bar  that appears under the toolbars after customization at least on Mac OS.  Note that the bug can be triggered by add-ons that access certain  browser features before the onload event is fired. If this is the case  for your add-on, please read the comments on the linked bug carefully.<\/li>\n<li><a href=\"http:\/\/blog.mozilla.org\/mrbkap\/2010\/02\/11\/xpcnativewrappersno-going-away\/\">xpcnativewrappers=no going away<\/a>. This practice has always been considered unsafe, and there are safer alternatives for it. The post doesn&#8217;t mention that this will happen for Firefox 4, but the bug has a patch that is already approved, so it&#8217;s likely to happen soon.<\/li>\n<li><a href=\"http:\/\/blog.mozilla.org\/faaborg\/2010\/07\/18\/details-about-the-firefox-button\/\">Details on the App button<\/a>. If you have an add-on that relies on the main menu, keep in mind that the classic menu can still be toggled with the Alt key, but most of the time you&#8217;ll only see the App button (on Windows, at least). I&#8217;ve been told that the new place to overlay your menus in this menu will be under the Exit menu item. This is still changing, so don&#8217;t take my word for it.<\/li>\n<li>From Mook: <em>How do I override a contract ID dynamically, and  forwarding things to  the old implementation (essentially wrapping it)  so only behaviour I  specifically care about get modified?<\/em> Is this something that the new XPCOM registration method won&#8217;t support?<\/li>\n<li>From Christopher Finke: app tabs can be toggled using <em>gBrowser.pinTab(tab);<\/em><\/li>\n<li>The new Gecko SDK is still not available in the <a href=\"https:\/\/developer.mozilla.org\/en\/Gecko_SDK\">MDC page<\/a>. Developers that use binary XPCOM have to build it themselves from source. The source code for beta releases is available on the <a href=\"ftp:\/\/ftp.mozilla.org\/pub\/mozilla.org\/firefox\/releases\/\">FTP site<\/a>.<\/li>\n<li>From Matthew Wilson: <cite><\/cite>after being deprecated for a while, the nsIPref interface has been removed.<\/li>\n<li>From Jason Barnabe: command line options on the new XPCOM registration system are currently undocumented.<\/li>\n<li>From Raphael: the content context menu is broken.<\/li>\n<\/ul>\n<h2>Notes for Developers<\/h2>\n<ul>\n<li><a href=\"http:\/\/blog.mozilla.org\/addons\/2010\/06\/14\/improve-extension-startup-performance\/\"><strong>How to Improve Extension Startup Performance<\/strong><\/a>.    All extension developers should read this blog post. It explains how    extensions can have a significant impact in startup performance and,    some very simple steps you can follow to minimize this impact. There&#8217;s    also a link to some tools that can be used to easily measure startup.<\/li>\n<li><a href=\"https:\/\/forums.addons.mozilla.org\/viewtopic.php?f=19&amp;t=1134\">New   Proposal for Review Process and Delightful Add-ons<\/a>.    This is a new   and different approach to resolve the issue of add-on    safety in the   sandbox and code reviews. All add-on developers  should   read this and   give feedback. It&#8217;s been a long process to try  to find   the right balance   of the many elements involved, and we  think this is   it.<\/li>\n<li><a href=\"https:\/\/wiki.mozilla.org\/AMO:Editors\/EditorGuide\">The AMO  Editor Guide<\/a>.    This new page in the wiki is a comprehensive guide to  the work    performed by AMO Editors. It will serve as an introductory  guide for    new editors, and is a step forward in being as transparent as  possible    with our review process.<\/li>\n<li><a href=\"https:\/\/wiki.mozilla.org\/AMO:Editors\/InfoAuthors\">Useful             Information for Add-on Authors<\/a>. How to improve review times  for         your    add-on, information about the review process, etc.<\/li>\n<\/ul>\n<p><em>Jorge Villalobos<\/em><\/p>\n<p><em>Add-ons Developer Relations Lead, Mozilla<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Summary These bi-weekly posts explain the current state of add-on reviews and other information relevant to add-on developers. There\u2019s a lengthy overview of the Add-on Review Process posted in this &hellip; <a class=\"go\" href=\"https:\/\/blog.mozilla.org\/addons\/2010\/08\/17\/add-ons-review-update-15\/\">Read more<\/a><\/p>\n","protected":false},"author":173,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[388,44,295,574,227],"tags":[580,805,278877,278873,278876,579,888,121,278879,278875,459,577],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Add-ons Review Update \u2013 Week of 2010\/08\/17 - Mozilla Add-ons Community Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blog.mozilla.org\/addons\/2010\/08\/17\/add-ons-review-update-15\/\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jorge Villalobos\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/blog.mozilla.org\/addons\/2010\/08\/17\/add-ons-review-update-15\/\",\"url\":\"https:\/\/blog.mozilla.org\/addons\/2010\/08\/17\/add-ons-review-update-15\/\",\"name\":\"Add-ons Review Update \u2013 Week of 2010\/08\/17 - Mozilla Add-ons Community Blog\",\"isPartOf\":{\"@id\":\"https:\/\/blog.mozilla.org\/addons\/#website\"},\"datePublished\":\"2010-08-18T00:11:45+00:00\",\"dateModified\":\"2010-08-18T00:11:42+00:00\",\"author\":{\"@id\":\"https:\/\/blog.mozilla.org\/addons\/#\/schema\/person\/a098261b4b5510d408ff31f492606925\"},\"breadcrumb\":{\"@id\":\"https:\/\/blog.mozilla.org\/addons\/2010\/08\/17\/add-ons-review-update-15\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/blog.mozilla.org\/addons\/2010\/08\/17\/add-ons-review-update-15\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/blog.mozilla.org\/addons\/2010\/08\/17\/add-ons-review-update-15\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/blog.mozilla.org\/addons\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Add-ons Review Update \u2013 Week of 2010\/08\/17\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/blog.mozilla.org\/addons\/#website\",\"url\":\"https:\/\/blog.mozilla.org\/addons\/\",\"name\":\"Mozilla Add-ons Community Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/blog.mozilla.org\/addons\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/blog.mozilla.org\/addons\/#\/schema\/person\/a098261b4b5510d408ff31f492606925\",\"name\":\"Jorge Villalobos\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/blog.mozilla.org\/addons\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/6d1966118f16e4b99a6e3ad07883be33?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/6d1966118f16e4b99a6e3ad07883be33?s=96&d=mm&r=g\",\"caption\":\"Jorge Villalobos\"},\"description\":\"Jorge is the Product Manager for addons.mozilla.org\",\"url\":\"https:\/\/blog.mozilla.org\/addons\/author\/jvillalobosmozilla-com\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Add-ons Review Update \u2013 Week of 2010\/08\/17 - Mozilla Add-ons Community Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/blog.mozilla.org\/addons\/2010\/08\/17\/add-ons-review-update-15\/","twitter_misc":{"Written by":"Jorge Villalobos","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/blog.mozilla.org\/addons\/2010\/08\/17\/add-ons-review-update-15\/","url":"https:\/\/blog.mozilla.org\/addons\/2010\/08\/17\/add-ons-review-update-15\/","name":"Add-ons Review Update \u2013 Week of 2010\/08\/17 - Mozilla Add-ons Community Blog","isPartOf":{"@id":"https:\/\/blog.mozilla.org\/addons\/#website"},"datePublished":"2010-08-18T00:11:45+00:00","dateModified":"2010-08-18T00:11:42+00:00","author":{"@id":"https:\/\/blog.mozilla.org\/addons\/#\/schema\/person\/a098261b4b5510d408ff31f492606925"},"breadcrumb":{"@id":"https:\/\/blog.mozilla.org\/addons\/2010\/08\/17\/add-ons-review-update-15\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blog.mozilla.org\/addons\/2010\/08\/17\/add-ons-review-update-15\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/blog.mozilla.org\/addons\/2010\/08\/17\/add-ons-review-update-15\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/blog.mozilla.org\/addons\/"},{"@type":"ListItem","position":2,"name":"Add-ons Review Update \u2013 Week of 2010\/08\/17"}]},{"@type":"WebSite","@id":"https:\/\/blog.mozilla.org\/addons\/#website","url":"https:\/\/blog.mozilla.org\/addons\/","name":"Mozilla Add-ons Community Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blog.mozilla.org\/addons\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/blog.mozilla.org\/addons\/#\/schema\/person\/a098261b4b5510d408ff31f492606925","name":"Jorge Villalobos","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blog.mozilla.org\/addons\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/6d1966118f16e4b99a6e3ad07883be33?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6d1966118f16e4b99a6e3ad07883be33?s=96&d=mm&r=g","caption":"Jorge Villalobos"},"description":"Jorge is the Product Manager for addons.mozilla.org","url":"https:\/\/blog.mozilla.org\/addons\/author\/jvillalobosmozilla-com\/"}]}},"_links":{"self":[{"href":"https:\/\/blog.mozilla.org\/addons\/wp-json\/wp\/v2\/posts\/1788"}],"collection":[{"href":"https:\/\/blog.mozilla.org\/addons\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.mozilla.org\/addons\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.mozilla.org\/addons\/wp-json\/wp\/v2\/users\/173"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.mozilla.org\/addons\/wp-json\/wp\/v2\/comments?post=1788"}],"version-history":[{"count":0,"href":"https:\/\/blog.mozilla.org\/addons\/wp-json\/wp\/v2\/posts\/1788\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.mozilla.org\/addons\/wp-json\/wp\/v2\/media?parent=1788"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.mozilla.org\/addons\/wp-json\/wp\/v2\/categories?post=1788"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.mozilla.org\/addons\/wp-json\/wp\/v2\/tags?post=1788"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}