{"id":654,"date":"2007-03-17T20:21:40","date_gmt":"2007-03-18T04:21:40","guid":{"rendered":"http:\/\/www.squarefree.com\/burningedge\/2007\/03\/17\/2007-03-17-trunk-builds\/"},"modified":"2007-03-24T13:52:51","modified_gmt":"2007-03-24T21:52:51","slug":"2007-03-17-trunk-builds","status":"publish","type":"post","link":"http:\/\/www.squarefree.com\/burningedge\/2007\/03\/17\/2007-03-17-trunk-builds\/","title":{"rendered":"2007-03-17 Trunk builds"},"content":{"rendered":"<div class=\"burningedge\">\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=178993\">178993<\/a> - MSIE-extension: HttpOnly cookie attribute for cross-site scripting vulnerability prevention.<\/strong><\/li>\r\n<li><strong>Fixed: <a href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=371932\">371932<\/a> - Implement ES4's \/y option on regular expressions (\"sticky\" -- start at lastIndex).<\/strong><\/li>\r\n<li><strong>Fixed: <a href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=367447\">367447<\/a> - Add an API for putting resources in an offline cache.<\/strong>  (<a href=\"http:\/\/starkravingfinkle.org\/blog\/2007\/03\/offline-cache-support-in-firefox\/\">Mark Finkle's blog entry<\/a>)<\/li>\r\n<li>Fixed: <a href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=336682\">336682<\/a> - Need to sort out behavior of WHATWG online\/offline events.<\/li>\r\n<li>Fixed: <a href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=111207\">111207<\/a> - Implement clientLeft and clientTop.<\/li>\r\n<li>Fixed: <a href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=366616\">366616<\/a> - Canvas in XUL is not rendered.<\/li>\r\n<li>Fixed: <a href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=371256\">371256<\/a> - Combining SVG &lt;a&gt; and &lt;text&gt; leads to validation problems.<\/li>\r\n<li>Fixed: <a href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=373089\">373089<\/a> - Provide nsIMutationObserver with notification of bind\/unbind.<\/li>\r\n<li>Fixed: <a href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=267833\">267833<\/a> - Fire XBL constructors from EndUpdate(), not before.<\/li>\r\n<li>Fixed: <a href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=335394\">335394<\/a> - Remove support for the 'invert' value ifdef MOZ_CAIRO_GFX.<\/li>\r\n<\/ul>\r\n\r\n\r\n<p>Fixes for recent regressions:<\/p>\r\n\r\n<ul class=\"good\">\r\n<li><strong>Fixed: <a href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=374096\">374096<\/a> - Cycle collector doesn't collect all the cycles it could.<\/strong><\/li>\r\n<li>Fixed: <a href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=372960\">372960<\/a> - Make XPConnect traverse more JS edges, to cut down on leaks.<\/li>\r\n<\/ul>\r\n\r\n\r\n<p>Trunk regressions:<\/p>\r\n\r\n<ul class=\"bad\">\r\n<li>Since Nov 22: <a href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=361523\">361523<\/a> - [Mac] Form borders are too thick.<\/li>\r\n<li>Since Nov 22: <a href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=361600\">361600<\/a> - [Mac] Flashing when switching tabs, opening the find bar, etc.<\/li>\r\n<li>Since Jan 26, 2006 (FDL): <a href=\"https:\/\/bugzilla.mozilla.org\/show_bug.cgi?id=324819\">324819<\/a> - Fixed positioned elements now lag\/flicker when scrolling.<\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<p><a href=\"http:\/\/bonsai.mozilla.org\/cvsquery.cgi?module=PhoenixTinderbox&amp;branch=HEAD&amp;date=explicit&amp;mindate=2007-03-08+04%3A00&amp;maxdate=2007-03-17+04%3A00\">Trunk checkins between 2007-03-08 04:00 and 2007-03-17 04: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=\"https:\/\/ftp.mozilla.org\/pub\/mozilla.org\/firefox\/nightly\/2007-03-17-04-trunk\/\">Windows nightly<\/a>\r\n\r\n(<a href=\"http:\/\/forums.mozillazine.org\/viewtopic.php?t=531154\">discussion<\/a>)<\/p>\r\n\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=\"https:\/\/ftp.mozilla.org\/pub\/mozilla.org\/firefox\/nightly\/2007-03-17-04-trunk\/\">Linux nightly<\/a>\r\n\r\n<\/p>\r\n\r\n\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=\"https:\/\/ftp.mozilla.org\/pub\/mozilla.org\/firefox\/nightly\/2007-03-17-04-trunk\/\">Mac nightly<\/a>\r\n\r\n<\/p>\r\n\r\n\r\n<\/div>\r\n","protected":false},"excerpt":{"rendered":"Fixes: Fixed: 178993 - MSIE-extension: HttpOnly cookie attribute for cross-site scripting vulnerability prevention. Fixed: 371932 - Implement ES4's \/y option on regular expressions (\"sticky\" -- start at lastIndex). Fixed: 367447 - Add an API for putting resources in an offline cache. (Mark Finkle's blog entry) Fixed: 336682 - Need to sort out behavior of WHATWG [&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-654","post","type-post","status-publish","format-standard","hentry","category-trunk"],"_links":{"self":[{"href":"http:\/\/www.squarefree.com\/burningedge\/wp-json\/wp\/v2\/posts\/654","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=654"}],"version-history":[{"count":0,"href":"http:\/\/www.squarefree.com\/burningedge\/wp-json\/wp\/v2\/posts\/654\/revisions"}],"wp:attachment":[{"href":"http:\/\/www.squarefree.com\/burningedge\/wp-json\/wp\/v2\/media?parent=654"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.squarefree.com\/burningedge\/wp-json\/wp\/v2\/categories?post=654"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.squarefree.com\/burningedge\/wp-json\/wp\/v2\/tags?post=654"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}