{"id":592,"date":"2006-01-22T01:32:49","date_gmt":"2006-01-22T09:32:49","guid":{"rendered":"http:\/\/www.squarefree.com\/burningedge\/2006\/01\/22\/2005-01-21-trunk-builds-2\/"},"modified":"2006-01-24T10:46:16","modified_gmt":"2006-01-24T18:46:16","slug":"2005-01-21-trunk-builds-2","status":"publish","type":"post","link":"http:\/\/www.squarefree.com\/burningedge\/2006\/01\/22\/2005-01-21-trunk-builds-2\/","title":{"rendered":"2006-01-21 Trunk builds"},"content":{"rendered":"<div class=\"burningedge\">\r\n\r\n\r\n<p>Fixes:<\/p>\r\n\r\n<ul class=\"good\">\r\n<li><strong>Fixed: <a href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=308396\">308396<\/a> - Tabbed-browsing changes.<\/strong><\/li>\r\n<li>Fixed: <a href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=309550\">309550<\/a> - Clear inside fieldset doesn't work.<\/li>\r\n<li>Fixed: <a href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=304980\">304980<\/a> - nsIXMLHttpRequest throws exception on access of status member when the request failed due to a timeout.<\/li>\r\n<li>Fixed: <a href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=316764\">316764<\/a> - Implement &lt;svg:mask&gt;.<\/li>\r\n<li>Fixed: <a href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=324182\">324182<\/a> - Userdefined tags can lose one of their attributes. (This was one of the <a href=\"http:\/\/ln.hixie.ch\/?start=1137740632&amp;count=1\">amusing HTML-parsing bugs<\/a> Hixie found last week.)<\/li>\r\n<\/ul>\r\n\r\n\r\n<p>The tabbed-browsing changes:<\/p>\r\n\r\n<ul>\r\n<li>Close buttons on tabs, including background tabs (as long as browser.tabs.disableBackgroundClose is true and each tab is at least browser.tabs.tabClipWidth pixels wide).<\/li>\r\n<li>Make it easier to get back to the \"parent tab\" when you click a link that opens in a new window: if a link opens a new tab <em>with<\/em> focus, when that tab is closed, focus returns to its parent tab <em>only if<\/em> you have not manually switched to another tab.<\/li>\r\n<li>Simplify the preferences available for tabs.<\/li>\r\n<li>Improve the visual appearance of keyboard-focused tabs.<\/li>\r\n<\/ul>\r\n\r\n<p>See <a href=\"http:\/\/www.beltzner.ca\/mike\/archives\/2006\/01\/20\/tabbed_browsing_changes_on_trunk.html\">Mike Beltzner's post<\/a> and <a href=\"http:\/\/forums.mozillazine.org\/viewtopic.php?p=2033085\">this thread on MozillaZine<\/a> for more about the tabbed-browsing changes.<\/p>\r\n\r\n\r\n\r\n<p>Fixes for recent regressions:<\/p>\r\n\r\n<ul class=\"good\">\r\n<li>Fixed: <a href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=323549\">323549<\/a> - History autocomplete doesn't autocomplete \"fi\" to \"file:\/\/\" URIs correctly.<\/li>\r\n<\/ul>\r\n\r\n<p>Trunk regressions:<\/p>\r\n\r\n<ul class=\"bad\">\r\n<li>Since ~Jan 3: <a href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=322414\">322414<\/a> - Frequent random crashes [@ _PR_MD_ATOMIC_DECREMENT], especially with adblock.<\/li>\r\n<\/ul>\r\n\r\n\r\n<p><a href=\"http:\/\/bonsai.mozilla.org\/cvsquery.cgi?branch=HEAD&amp;date=explicit&amp;mindate=2006-01-19+06%3A00&amp;maxdate=2006-01-21+06%3A00\">Trunk checkins between 2006-01-19 06:00 and 2006-01-21 06:00<\/a><\/p>\r\n\r\n\r\n<p class=\"windows builds\">\r\n<img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/www.squarefree.com\/burningedge\/winicon.png\" alt=\"Windows builds:\" height=\"18\" width=\"18\" \/>\r\n\r\n<a href=\"http:\/\/ftp.mozilla.org\/pub\/mozilla.org\/firefox\/nightly\/2006-01-21-06-trunk\/\">Windows nightly<\/a>,\r\n<a href=\"http:\/\/ftp.mozilla.org\/pub\/mozilla.org\/firefox\/tinderbox-builds\/pacifica-trunk\/\">Windows hourly<\/a>\r\n\r\n(<a href=\"http:\/\/forums.mozillazine.org\/viewtopic.php?t=370221\">discussion<\/a>)\r\n\r\n<\/p>\r\n\r\n\r\n<p class=\"linux builds\">\r\n\r\n<img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/www.squarefree.com\/burningedge\/linuxicon.gif\" alt=\"Linux builds:\" height=\"18\" width=\"18\" \/>\r\n\r\n<a href=\"http:\/\/ftp.mozilla.org\/pub\/mozilla.org\/firefox\/nightly\/2006-01-21-05-trunk\/\">Linux nightly<\/a>\r\n<a href=\"http:\/\/ftp.mozilla.org\/pub\/mozilla.org\/firefox\/tinderbox-builds\/prometheus-trunk\/\">Linux hourly<\/a>\r\n\r\n<\/p>\r\n\r\n<p class=\"mac builds\">\r\n<img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/www.squarefree.com\/burningedge\/macosx.png\" alt=\"Mac builds:\" height=\"18\" width=\"18\" \/>\r\n\r\n<a href=\"http:\/\/ftp.mozilla.org\/pub\/mozilla.org\/firefox\/nightly\/2006-01-21-05-trunk\/\">Mac nightly<\/a>,\r\n<a href=\"http:\/\/ftp.mozilla.org\/pub\/mozilla.org\/firefox\/tinderbox-builds\/atlantia-trunk\/\">Mac hourly<\/a>\r\n\r\n<\/p>\r\n\r\n\r\n<\/div>","protected":false},"excerpt":{"rendered":"Fixes: Fixed: 308396 - Tabbed-browsing changes. Fixed: 309550 - Clear inside fieldset doesn't work. Fixed: 304980 - nsIXMLHttpRequest throws exception on access of status member when the request failed due to a timeout. Fixed: 316764 - Implement &lt;svg:mask&gt;. Fixed: 324182 - Userdefined tags can lose one of their attributes. (This was one of the amusing [&hellip;]","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"class_list":["post-592","post","type-post","status-publish","format-standard","hentry","category-trunk"],"_links":{"self":[{"href":"http:\/\/www.squarefree.com\/burningedge\/wp-json\/wp\/v2\/posts\/592","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.squarefree.com\/burningedge\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.squarefree.com\/burningedge\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.squarefree.com\/burningedge\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.squarefree.com\/burningedge\/wp-json\/wp\/v2\/comments?post=592"}],"version-history":[{"count":0,"href":"http:\/\/www.squarefree.com\/burningedge\/wp-json\/wp\/v2\/posts\/592\/revisions"}],"wp:attachment":[{"href":"http:\/\/www.squarefree.com\/burningedge\/wp-json\/wp\/v2\/media?parent=592"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.squarefree.com\/burningedge\/wp-json\/wp\/v2\/categories?post=592"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.squarefree.com\/burningedge\/wp-json\/wp\/v2\/tags?post=592"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}