tag:blogger.com,1999:blog-11300808.post5776355219552294527..comments2026-04-16T00:24:47.622-07:00Comments on The official Google Code blog: Reversing Code Bloat with the JavaScript Knowledge BaseMike Marchakhttp://www.blogger.com/profile/08067736591419106914noreply@blogger.comBlogger4125tag:blogger.com,1999:blog-11300808.post-68921909933399986372010-06-16T19:38:57.097-07:002010-06-16T19:38:57.097-07:00This is especially crucial for mobile, where every...This is especially crucial for mobile, where every byte that comes down the wire really counts. And it doesn&#39;t make sense to include a ton of bugfixes for old desktop browsers!<br /><br />I like this approach, as you can still develop with one code repository and yet have all this &quot;feature branching&quot; occur at compile time.David Calhounhttps://www.blogger.com/profile/07739378062783947943noreply@blogger.comtag:blogger.com,1999:blog-11300808.post-68899826361572207232010-06-16T05:20:40.488-07:002010-06-16T05:20:40.488-07:00This comment has been removed by a blog administrator.Anonymoushttps://www.blogger.com/profile/13401468432693123019noreply@blogger.comtag:blogger.com,1999:blog-11300808.post-68011601571471003692010-06-15T18:05:09.468-07:002010-06-15T18:05:09.468-07:00Russel, I tested the Caja Web Tools minifier with ...Russel, I tested the Caja Web Tools minifier with jquery version 1.4.3pre and all the tests run green with Firefox optimizations on when run on Firefox.<br /><br />I don&#39;t quite understand under what conditions some major components like Sizzle could be optimized out, but if there are some browsers where sizzle is redundant, I could definitely expand the JSKB to include feature tests for native CSS selector support.Mike Samuelhttps://www.blogger.com/profile/16315216210479061685noreply@blogger.comtag:blogger.com,1999:blog-11300808.post-91277806834246781012010-06-15T16:48:12.267-07:002010-06-15T16:48:12.267-07:00Thanks guys, You wrote this just as I was looking ...Thanks guys,<br />You wrote this just as I was looking for a way to strip jQuery down to essentials for webkit-only browsers :DRussellhttps://www.blogger.com/profile/09037374757761979975noreply@blogger.com