<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>~robcee/ &#187; Firefox</title>
	<atom:link href="http://antennasoft.net/robcee/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://antennasoft.net/robcee</link>
	<description>more than just sandwiches</description>
	<lastBuildDate>Fri, 20 Apr 2012 18:26:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Firefox Devtools Team in London</title>
		<link>http://antennasoft.net/robcee/2012/03/26/firefox-devtools-team-in-london/</link>
		<comments>http://antennasoft.net/robcee/2012/03/26/firefox-devtools-team-in-london/#comments</comments>
		<pubDate>Mon, 26 Mar 2012 17:51:53 +0000</pubDate>
		<dc:creator>robcee</dc:creator>
				<category><![CDATA[devtools]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[debugger]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[prototype]]></category>

		<guid isPermaLink="false">http://antennasoft.net/robcee/?p=673</guid>
		<description><![CDATA[Last week we got the whole DevTools group together in beautiful, sunny London England to hang out and hack on a few things. Sunny? Yeah, unexpected, but made for some great picture taking. At the risk of saturating Planet with developer tools-related updates, there was some pretty magical stuff happening. Our own Debugger task force [...]]]></description>
			<content:encoded><![CDATA[<p><a title="group by robceemoz, on Flickr" href="http://www.flickr.com/photos/robceemoz/6860765358/"><img src="http://farm8.staticflickr.com/7272/6860765358_82ef0b6a6c.jpg" alt="group" width="500" height="394" /></a></p>
<p>Last week we got the whole DevTools group together in beautiful, sunny London England to hang out and hack on a few things. Sunny? Yeah, unexpected, but made for some great picture taking.</p>
<p>At the risk of saturating Planet with developer tools-related updates, there was some pretty <a href="https://vimeo.com/39209659">magical</a> <a href="https://blog.mozilla.com/jorendorff/2012/03/26/loupe/">stuff</a> happening.</p>
<p>Our own Debugger task force put together the start of something wonderful. It&#8217;s a very early prototype at the moment, but with a bit of bug filing and polish, I think we&#8217;ll be able to get it into something that&#8217;s functional and not hard to look at in the next few weeks.</p>
<p>&nbsp;</p>
<p>stay tuned…</p>
]]></content:encoded>
			<wfw:commentRss>http://antennasoft.net/robcee/2012/03/26/firefox-devtools-team-in-london/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TextArea Fallback for SourceEditor going away</title>
		<link>http://antennasoft.net/robcee/2012/02/08/textarea-fallback-for-sourceeditor-going-away/</link>
		<comments>http://antennasoft.net/robcee/2012/02/08/textarea-fallback-for-sourceeditor-going-away/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 16:58:19 +0000</pubDate>
		<dc:creator>robcee</dc:creator>
				<category><![CDATA[devtools]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[scratchpad]]></category>

		<guid isPermaLink="false">http://antennasoft.net/robcee/?p=662</guid>
		<description><![CDATA[Some time ago, way back in the heady days of Firefox 7, Mihai Șucan began work to incorporate the Orion text editor into our codebase and landed it in Firefox 8. At the time, we had some concerns around accessibility and localization: would Orion be up to the task of being an in-browser editor for the [...]]]></description>
			<content:encoded><![CDATA[<p>Some time ago, way back in the heady days of Firefox 7, <a href="http://www.robodesign.ro/mihai/blog">Mihai Șucan</a> began work to incorporate the Orion text editor into our <a href="http://mxr.mozilla.org/mozilla-central/source/browser/devtools/sourceeditor/">codebase</a> and landed it in Firefox 8. At the time, we had some concerns around accessibility and localization: would Orion be up to the task of being an in-browser editor for the Scratchpad?</p>
<p>We discussed some possible ways to mitigate this and settled on including a TextArea-based fallback. Mihai&#8217;s done a tremendous job of providing a SourceEditor API in the browser that abstracts a lot of Orion&#8217;s own interface into a more general-purpose editor widget. In Firefox 10, we&#8217;ve enabled Orion by default in the Scratchpad for the first time. Cedric Vivier used the SourceEditor API for the Style Editor and it&#8217;s worth noting that it does not support the TextArea fallback at all in Firefox 11.</p>
<p>Now we&#8217;re trying to add some important new features to the SourceEditor component. Things like &#8220;Find in File&#8221;, &#8220;Incremental Search&#8221;, &#8220;Context Menus&#8221;… Y&#8217;know, things you&#8217;d expect from any normal text editor. The TextArea fallback has made that increasingly difficult to do and in some cases, impossible. The cost of maintaining this API has become untenable for future work.</p>
<p>So we&#8217;ve <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=717373">removed</a> the TextArea fallback for Firefox 13.</p>
<p>This may have some unforeseen implications for us. We discovered earlier this week that at least one popular addon was using the SourceEditor and I wanted to broadcast this here just in case there are other developers or users who rely on the TextArea fallback. If you are one of these people and this is going to cause pain, please post here, to dev.apps.firefox or file a <a href="https://bugzilla.mozilla.org/enter_bug.cgi?alias=&amp;assigned_to=nobody%40mozilla.org&amp;blocked=&amp;bug_file_loc=http%3A%2F%2F&amp;bug_severity=normal&amp;bug_status=NEW&amp;cf_blocking_191=---&amp;cf_blocking_192=---&amp;cf_blocking_193=---&amp;cf_status_191=---&amp;cf_status_192=---&amp;cf_status_193=---&amp;comment=&amp;component=Developer%20Tools&amp;contenttypeentry=&amp;contenttypemethod=autodetect&amp;contenttypeselection=text%2Fplain&amp;data=&amp;dependson=&amp;description=&amp;flag_type-203=X&amp;flag_type-270=X&amp;flag_type-271=X&amp;flag_type-325=X&amp;flag_type-369=X&amp;flag_type-37=X&amp;flag_type-370=X&amp;flag_type-385=X&amp;flag_type-4=X&amp;flag_type-485=X&amp;flag_type-486=X&amp;flag_type-5=X&amp;flag_type-589=X&amp;flag_type-590=X&amp;flag_type-604=X&amp;flag_type-605=X&amp;flag_type-607=X&amp;flag_type-617=X&amp;flag_type-619=X&amp;form_name=enter_bug&amp;keywords=&amp;maketemplate=Remember%20values%20as%20bookmarkable%20template&amp;op_sys=All&amp;priority=--&amp;product=Firefox&amp;qa_contact=developer.tools%40firefox.bugs&amp;rep_platform=All&amp;short_desc=&amp;status_whiteboard=&amp;target_milestone=---&amp;version=unspecified">bug</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://antennasoft.net/robcee/2012/02/08/textarea-fallback-for-sourceeditor-going-away/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 11 Devtools Additions</title>
		<link>http://antennasoft.net/robcee/2012/01/04/firefox-11-devtools-additions/</link>
		<comments>http://antennasoft.net/robcee/2012/01/04/firefox-11-devtools-additions/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 15:59:00 +0000</pubDate>
		<dc:creator>robcee</dc:creator>
				<category><![CDATA[devtools]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[highlighter]]></category>
		<category><![CDATA[inspector]]></category>
		<category><![CDATA[styleeditor]]></category>
		<category><![CDATA[tilt]]></category>

		<guid isPermaLink="false">http://antennasoft.net/robcee/?p=657</guid>
		<description><![CDATA[With the Page Inspector landed for Firefox 10 (currently in Beta), we&#8217;re adding to it with a couple of exciting new features for Firefox 11 (now on Aurora). The first of these features is somewhat complementary to the Page Inspector and lives in its own window. The Style Editor is the hard work of Cedric [...]]]></description>
			<content:encoded><![CDATA[<p>With the Page Inspector landed for <a href="http://hacks.mozilla.org/2011/11/developer-tools-in-firefox-aurora-10/">Firefox 10</a> (currently in <a href="http://www.mozilla.org/en-US/firefox/channel/">Beta</a>), we&#8217;re adding to it with a couple of exciting new features for <a href="http://hacks.mozilla.org/2011/12/new-developer-tools-in-firefox-11-aurora/">Firefox 11</a> (now on <a href="http://www.mozilla.org/en-US/firefox/channel/">Aurora</a>).</p>
<p>The first of these features is somewhat complementary to the Page Inspector and lives in its own window. The Style Editor is the hard work of Cedric Vivier and is a unique tool for editing CSS in the Web Browser. You can edit styles in a web page and immediately see the results. When you have something you like, you can save the CSS to disk and incorporate the changes on your website.</p>
<p>To access it, use Shift-F7.</p>
<p>It would be grossly unfair to not thank Paul Rouget, Dão Gottwald and Stephen Horlander for their great work reskinning the Style Editor for this release. Paul did a fantastic job on the styling while Dão kept the reviews flowing, none of which would have been possible without Stephen&#8217;s brilliant colors and design tweaks.</p>
<p>Another major feature we&#8217;ve landed in Firefox 11 is Tilt – a 3D View of the page&#8217;s DOM. Last year around this time, I suggested this as a possible alternative to the standard highlighter view most inspectors give developers. That became a <a href="http://blog.mozilla.com/tilt/">Google Summer of Code</a> project implemented by the more-than-capable Victor Porof who later managed the port to Firefox itself with reviews from Cedric Vivier and Benoit Jacob.</p>
<p>We have yet to see what kind of impact this sort of visualization has for developers, but I think as more people get used to having it, it&#8217;s going to become an invaluable tool for acquiring a high-level overview of the structure of a web-page and eventually, become a useful playground for manipulating and interacting with the structure of the page itself.</p>
<p>I&#8217;m really interested to see what people can do with this. We&#8217;re already seeing some <a href="http://webscenery.tumblr.com/">strange</a> and interesting applications of it on the web, but I think having a 3D library capable of rendering these types of meshes in Firefox itself is going to be an interesting area for exploration.</p>
<p>Happy 2012!</p>
]]></content:encoded>
			<wfw:commentRss>http://antennasoft.net/robcee/2012/01/04/firefox-11-devtools-additions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Inspector Scratchpad and Web Console Power Tips</title>
		<link>http://antennasoft.net/robcee/2011/11/18/inspector-scratchpad-and-web-console-power-tips/</link>
		<comments>http://antennasoft.net/robcee/2011/11/18/inspector-scratchpad-and-web-console-power-tips/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 21:48:19 +0000</pubDate>
		<dc:creator>robcee</dc:creator>
				<category><![CDATA[devtools]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[highlighter]]></category>
		<category><![CDATA[inspector]]></category>
		<category><![CDATA[protips]]></category>
		<category><![CDATA[scratchpad]]></category>

		<guid isPermaLink="false">http://antennasoft.net/robcee/?p=640</guid>
		<description><![CDATA[We landed a new feature in Aurora(10) this past week. It&#8217;s kind of a big deal. It represents the culmination of nearly 2 years of evolution and iteration and eventually became the focus of most of the Firefox Developer Tools team. I believe there are contributions to the Inspector (or Highlighter as we call it [...]]]></description>
			<content:encoded><![CDATA[<p>We landed a new feature in <a href="http://www.mozilla.org/en-US/firefox/aurora/">Aurora</a>(10) this past week. It&#8217;s kind of a big deal. It represents the culmination of nearly 2 years of evolution and iteration and eventually became the focus of most of the Firefox Developer Tools team. I believe there are contributions to the Inspector (or Highlighter as we call it around here) from over a dozen people contributing code, UI design, interaction and behavior, CSS and review feedback. Not bad considering it started out rather humbly with one active developer (<a href="http://antennasoft.net/robcee/2010/05/14/inspector-landing/">me</a>) before being cut from Firefox 4 so we could better focus on shipping the Web Console.</p>
<p>What we&#8217;ve landed is in some ways just a beginning. We have a bunch of great features planned for it that will include multiple selection by selector, annotated selected nodes, richer editing of HTML and CSS and a whole bunch of things that&#8230; well, you&#8217;ll just have to see what&#8217;s coming in the next version. I am seriously excited about what we&#8217;re doing with this.</p>
<p>That said, there are some things that the Highlighter could do better. I have a few tips for you:</p>
<p><strong>The Web Console and the Selected DOM node</strong></p>
<p>Open the Inspector on a web page, use this one if you want, and highlight a node (click it to &#8220;lock&#8221; the inspector in place). Next, open the Web Console. On the command line, type, <tt>inspect($0)</tt>.</p>
<p>This will open an Object Inspector on the selected node. $0 can be used to inspect and modify that node via the console with JavaScript.</p>
<p><strong>The Scratchpad and Highlighter</strong></p>
<p>What if you want to do more with your nodes? Maybe you want to select something but only know it by a selector?</p>
<p>Open a Scratchpad and <strong></strong>set it to the <a href="http://antennasoft.net/robcee/2011/05/10/scratchpad-nee-workspace-web-developer-menu-landed/">Browser Environment</a> (if you haven&#8217;t already, set <strong>devtools.chrome.enabled</strong> to <strong>true</strong> in <tt>about:config</tt> and then select &#8220;Browser&#8221; from the Environment menu in your Scratchpad).</p>
<p>Enter and run the following:</p>
<pre>function $(aString) {
    InspectorUI.inspectNode(gBrowser.contentDocument.querySelector(aString));
}</pre>
<p>now when you execute $(&#8220;body&#8221;) (or any other selector in that function), the Inspector will highlight the first node that matches that selector.</p>
<p><strong>$0 in Scratchpad</strong></p>
<p>Enter and run the following:</p>
<pre>this.__defineGetter__("$0", function() { return InspectorUI.selection; });</pre>
<p>Now with a selected element in the Highlighter, you can evaluate $0 and use it to reference the selected element.</p>
<p>$0.click() will click the element, for example.</p>
<p>Save this Scratchpad as something like &#8220;Inspector.js&#8221; (I called mine &#8220;dolla-0&#8243;) and load it up when you want to do some playing around with the inspector. Add to it and dig around. Keep in mind that the InspectorUI object is a chrome object and you can potentially break things. Hopefully you find some cool tricks along the way. Make sure to share them!</p>
]]></content:encoded>
			<wfw:commentRss>http://antennasoft.net/robcee/2011/11/18/inspector-scratchpad-and-web-console-power-tips/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Orion is now on by Default in Nightlies</title>
		<link>http://antennasoft.net/robcee/2011/08/18/orion-is-now-on-by-default-in-nightlies/</link>
		<comments>http://antennasoft.net/robcee/2011/08/18/orion-is-now-on-by-default-in-nightlies/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 14:10:25 +0000</pubDate>
		<dc:creator>robcee</dc:creator>
				<category><![CDATA[devtools]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[mozilla. scratchpad]]></category>
		<category><![CDATA[orion]]></category>

		<guid isPermaLink="false">http://antennasoft.net/robcee/?p=633</guid>
		<description><![CDATA[Orion is now the default editor in Scratchpad in Nightlies (as of today, August 18, 2011). You can revert to the textarea-based editor by changing devtools.editor.component to textarea. If you do, please tell us why you did that! Thanks. &#160;]]></description>
			<content:encoded><![CDATA[<p>Orion is now the default editor in Scratchpad in Nightlies (as of today, August 18, 2011).</p>
<p>You can revert to the textarea-based editor by changing <strong>devtools.editor.component</strong> to <strong>textarea</strong>.</p>
<p>If you do, please tell us why you did that! Thanks.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://antennasoft.net/robcee/2011/08/18/orion-is-now-on-by-default-in-nightlies/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Scratchpad can haz Orion</title>
		<link>http://antennasoft.net/robcee/2011/08/15/scratchpad-can-haz-orion/</link>
		<comments>http://antennasoft.net/robcee/2011/08/15/scratchpad-can-haz-orion/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 15:35:02 +0000</pubDate>
		<dc:creator>robcee</dc:creator>
				<category><![CDATA[devtools]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[nightly]]></category>
		<category><![CDATA[orion]]></category>
		<category><![CDATA[scratchpad]]></category>

		<guid isPermaLink="false">http://antennasoft.net/robcee/?p=628</guid>
		<description><![CDATA[This weekend, the incomparable Mihai Sucan put the finishing touches on the Orion Source Code editor integration pieces and attached it to the Scratchpad. Orion is an open source code editor project that IBM is building. See Mihai&#8217;s blog post for some details and a link to an earlier demo video. It&#8217;s currently turned off [...]]]></description>
			<content:encoded><![CDATA[<p>This weekend, the incomparable <a href="https://twitter.com/#!/robodesign">Mihai Sucan</a> put the finishing touches on the <a href="http://www.eclipse.org/orion/">Orion</a> Source Code editor integration pieces and attached it to the Scratchpad. Orion is an open source code editor project that IBM is building. See Mihai&#8217;s <a href="http://www.robodesign.ro/mihai/blog/orion-in-firefox">blog post</a> for some details and a link to an earlier demo video. It&#8217;s currently turned off via preferences, but if you&#8217;d like to play with it in Firefox <a href="http://nightly.mozilla.org/">Nightlies</a>, (or later this week, <a href="http://www.mozilla.com/en-US/firefox/channel/">Aurora</a>) set:</p>
<p><strong>devtools.editor.component</strong> to <strong>orion</strong> in <strong>about:config</strong>.</p>
<p>… and then open a Scratchpad (with Shift-F4 or via the menu item in the Web Developer submenu).</p>
<p><em>Update! John via the comments mentioned that if you have already opened a Scratchpad, you will need to restart your browser for this change to take effect. Thanks for the note!</em></p>
<p>It&#8217;s currently disabled because there are some outstanding issues for RTL locales and some accessibility concerns. We hope to address those issues with upstream contributions wherever possible — Mihai&#8217;s an Orion contributor now. Eventually, this preference will become the default.</p>
<p>What do you get with this preference? Nice JavaScript syntax highlighting for starters. You also get other conveniences like bracket matching and (semi-)smart indentation.</p>
<p>This feature&#8217;s an important first-step towards making the Scratchpad a really comfortable editor for writing and testing bits of JavaScript. It gives us a solid foundation to add more interesting features to the Scratchpad in the future, and gives us a Source Editor component that we can drop into other elements.</p>
]]></content:encoded>
			<wfw:commentRss>http://antennasoft.net/robcee/2011/08/15/scratchpad-can-haz-orion/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Highlighter Integration Build, August 7, 2011</title>
		<link>http://antennasoft.net/robcee/2011/08/08/highlighter-integration-build-august-7-2011/</link>
		<comments>http://antennasoft.net/robcee/2011/08/08/highlighter-integration-build-august-7-2011/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 16:15:21 +0000</pubDate>
		<dc:creator>robcee</dc:creator>
				<category><![CDATA[devtools]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Build]]></category>
		<category><![CDATA[highlighter]]></category>
		<category><![CDATA[inspector]]></category>

		<guid isPermaLink="false">http://antennasoft.net/robcee/?p=621</guid>
		<description><![CDATA[I put together another build this weekend with some of our in-progress patches. I left out a few features that weren&#8217;t specifically for the Highlighter that were in the previous version (Orion in Scratchpad, the Style Editor to name two). You can download the build for your platform here: http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-devtools/. For this build, we wanted [...]]]></description>
			<content:encoded><![CDATA[<p>I put together another build this weekend with some of our in-progress patches. I left out a few features that weren&#8217;t specifically for the Highlighter that were in the previous version (Orion in Scratchpad, the Style Editor to name two). You can download the build for your platform here: <a href="http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-devtools/">http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-devtools/</a>.</p>
<div class="wp-caption aligncenter" style="width: 510px"><a href="http://www.flickr.com/photos/robceemoz/6022417772/"><img title="Devtools Highlighter Integration Build, August 7, 2011" src="http://farm7.static.flickr.com/6181/6022417772_516a45306b.jpg" alt="" width="500" height="363" /></a><p class="wp-caption-text">Devtools Highlighter Integration Build, August 7, 2011, click to view on flickr.</p></div>
<p>For this build, we wanted to get some feedback on the Highlighter and Style Inspector pieces themselves. Specifically, the attribute editing in the HTML panel (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=575234">bug 575234</a>), the layout of the Style Inspector&#8217;s contents (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=672748">bug 672748</a>), the breadcrumbs in the highlighter toolbar (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=672006">bug 672006</a>) and the selected node&#8217;s &#8220;infobar&#8221; (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=663833">bug 663833</a>).</p>
<p>A couple of points about this build: The HTML panel and Style panels are not enabled by default. To access them, you have to press the Style and HTML buttons on the highlighter&#8217;s toolbar at the bottom of the screen. The toolbar itself and buttons are not styled yet and will be taken care of in bugs <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=676253">676253</a> and <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=676255">676255</a>.</p>
<p>Note that there are bound to be bugs in this build. The unittests haven&#8217;t been completely written for each of these features yet and for some of them, it&#8217;s the first time they&#8217;ve lived together. Nevertheless, if you find bugs, feel free to file them in <a href="https://bugzilla.mozilla.org/enter_bug.cgi?alias=&amp;assigned_to=nobody%40mozilla.org&amp;blocked=&amp;bug_file_loc=http%3A%2F%2F&amp;bug_severity=normal&amp;bug_status=NEW&amp;cf_blocking_191=---&amp;cf_blocking_192=---&amp;cf_blocking_193=---&amp;cf_status_191=---&amp;cf_status_192=---&amp;cf_status_193=---&amp;comment=&amp;component=Developer Tools&amp;contenttypeentry=&amp;contenttypemethod=autodetect&amp;contenttypeselection=text%2Fplain&amp;data=&amp;dependson=&amp;description=&amp;flag_type-203=X&amp;flag_type-270=X&amp;flag_type-271=X&amp;flag_type-325=X&amp;flag_type-369=X&amp;flag_type-37=X&amp;flag_type-370=X&amp;flag_type-385=X&amp;flag_type-4=X&amp;flag_type-485=X&amp;flag_type-486=X&amp;flag_type-5=X&amp;flag_type-589=X&amp;flag_type-590=X&amp;flag_type-604=X&amp;flag_type-605=X&amp;flag_type-607=X&amp;flag_type-617=X&amp;flag_type-619=X&amp;form_name=enter_bug&amp;keywords=&amp;maketemplate=Remember values as bookmarkable template&amp;op_sys=All&amp;priority=--&amp;product=Firefox&amp;qa_contact=developer.tools%40firefox.bugs&amp;rep_platform=All&amp;short_desc=&amp;status_whiteboard=&amp;target_milestone=---&amp;version=unspecified">Firefox::Developer Tools</a>. We&#8217;ll either dupe[1] them or use them to create more tests.</p>
<p>Thanks for testing! Comments in bugs are preferred to blog comments, but we&#8217;ll what we can get.</p>
<p>1 &#8211; Duplicate. In a Bugzilla context, mark it as RESOLVED DUPLICATE of another, pre-existing bug.</p>
]]></content:encoded>
			<wfw:commentRss>http://antennasoft.net/robcee/2011/08/08/highlighter-integration-build-august-7-2011/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>DevTools Integration Build</title>
		<link>http://antennasoft.net/robcee/2011/07/21/devtools-integration-build/</link>
		<comments>http://antennasoft.net/robcee/2011/07/21/devtools-integration-build/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 22:05:15 +0000</pubDate>
		<dc:creator>robcee</dc:creator>
				<category><![CDATA[devtools]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[highlighter]]></category>
		<category><![CDATA[inspector]]></category>
		<category><![CDATA[scratchpad]]></category>

		<guid isPermaLink="false">http://antennasoft.net/robcee/?p=613</guid>
		<description><![CDATA[(Crossposted to dev.apps.firefox and the DevTools blog) Hi, I have a present for you. http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-devtools/ If you go there and download the version for your operating system, you can get a sneak preview of what we&#8217;ve been working on in the Developer Tools group. It is a little rough around the edges still as it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><em>(Crossposted to <a href="https://groups.google.com/forum/#!forum/mozilla.dev.apps.firefox" target="_blank">dev.apps.firefox</a> and the <a href="http://blog.mozilla.com/devtools/" target="_blank">DevTools blog</a>)</em></p>
<p>Hi,</p>
<p>I have a present for you.</p>
<p><a href="http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-devtools/">http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-devtools/</a></p>
<p>If you go there and download the version for your operating system, you can get a sneak preview of what we&#8217;ve been working on in the Developer Tools group. It is a little rough around the edges still as it&#8217;s all a work in progress, but it gives you an idea of what we&#8217;re working towards.</p>
<p>The features can be found in the Web Developer submenu in the app menu on Windows (aero) and Linux or under the Tools&gt;Web Developer menu on Mac and WinXP or Linux Firefoxes without the AppMenu.</p>
<p>The big feature in this build is the Highlighter available through the Inspect menu item (subject to change). It&#8217;s still using a panel for the HTML display, but that is going to be docked and de-emphasized soon enough. There&#8217;s a Style panel available through the toolbar at the bottom of the screen. The layout of this panel is going to change very shortly as well to provide more immediate access to the information you&#8217;re looking for.</p>
<p>The other cool easter egg in this build is the Orion editor in Scratchpad. I&#8217;m kind of ruining the surprise by telling you about it, but I just couldn&#8217;t help myself.</p>
<p>I&#8217;ll kick off another build in a week or two including the Style Editor and some improvements to the Web Console as well as ongoing additions to the Highlighter. Note that the updater will download the latest Nightly from mozilla-central, so if you let it update, you&#8217;ll lose this build.</p>
<p>Please let us know what you think. Here on this blog, on <a href="https://groups.google.com/forum/#!forum/mozilla.dev.apps.firefox" target="_blank">d.a.f</a>, or file bugs against the <a href="https://bugzilla.mozilla.org/enter_bug.cgi?alias=&amp;assigned_to=nobody%40mozilla.org&amp;blocked=&amp;bug_file_loc=http%3A%2F%2F&amp;bug_severity=normal&amp;bug_status=NEW&amp;cf_blocking_191=---&amp;cf_blocking_192=---&amp;cf_blocking_193=---&amp;cf_status_191=---&amp;cf_status_192=---&amp;cf_status_193=---&amp;comment=&amp;component=Developer%20Tools&amp;contenttypeentry=&amp;contenttypemethod=autodetect&amp;contenttypeselection=text%2Fplain&amp;data=&amp;dependson=&amp;description=&amp;flag_type-203=X&amp;flag_type-270=X&amp;flag_type-271=X&amp;flag_type-325=X&amp;flag_type-369=X&amp;flag_type-37=X&amp;flag_type-370=X&amp;flag_type-385=X&amp;flag_type-4=X&amp;flag_type-485=X&amp;flag_type-486=X&amp;flag_type-5=X&amp;flag_type-589=X&amp;flag_type-590=X&amp;flag_type-604=X&amp;flag_type-605=X&amp;flag_type-607=X&amp;flag_type-617=X&amp;flag_type-619=X&amp;form_name=enter_bug&amp;keywords=&amp;maketemplate=Remember%20values%20as%20bookmarkable%20template&amp;op_sys=All&amp;priority=--&amp;product=Firefox&amp;qa_contact=developer.tools%40firefox.bugs&amp;rep_platform=All&amp;short_desc=&amp;status_whiteboard=&amp;target_milestone=---&amp;version=unspecified" target="_blank">Firefox::Developer Tools</a> component.</p>
<p>I hope you like it.<br />
Rob</p>
]]></content:encoded>
			<wfw:commentRss>http://antennasoft.net/robcee/2011/07/21/devtools-integration-build/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scratchpad to get Current Visible Tabs</title>
		<link>http://antennasoft.net/robcee/2011/07/19/scratchpad-to-get-current-visible-tabs/</link>
		<comments>http://antennasoft.net/robcee/2011/07/19/scratchpad-to-get-current-visible-tabs/#comments</comments>
		<pubDate>Tue, 19 Jul 2011 12:32:01 +0000</pubDate>
		<dc:creator>robcee</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[devtools]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[scratchpad]]></category>

		<guid isPermaLink="false">http://antennasoft.net/robcee/?p=604</guid>
		<description><![CDATA[If you use Panorama (aka, TabView) in Firefox (6 and up) and want to get a list of the currently visible tabs (i.e., the tabs in your currently-selected group), here&#8217;s the code to run in a Scratchpad (set to Environment:Browser*): let group = gBrowser.visibleTabs; // current group group.map(function (c) c.linkedBrowser.currentURI.spec).join("\n"); Just select these two lines, [...]]]></description>
			<content:encoded><![CDATA[<p>If you use Panorama (aka, TabView) in Firefox (6 and up) and want to get a list of the currently visible tabs (i.e., the tabs in your currently-selected group), here&#8217;s the code to run in a Scratchpad (set to Environment:Browser*):</p>
<p><code style="font-size: small;">let group = gBrowser.visibleTabs; // current group<br />
group.map(function (c) c.linkedBrowser.currentURI.spec).join("\n");</code></p>
<p>Just select these two lines, right click and select &#8220;Display&#8221; and it&#8217;ll dump the currently visible URLs right into the Scratchpad. Nice.</p>
<p>Useful for adding links to a wiki or wherever else you might like to add links.</p>
<p>* &#8211; if you want to run code against the <strong>Browser Environment</strong> in Firefox, you&#8217;ll need to set <tt>devtools.chrome.enabled</tt> to <tt>true</tt> in <tt>about:config</tt>.</p>
<p>ps, thanks to @ttaubert for the code snippet!</p>
]]></content:encoded>
			<wfw:commentRss>http://antennasoft.net/robcee/2011/07/19/scratchpad-to-get-current-visible-tabs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scratchpad hotkey is now Shift-F4</title>
		<link>http://antennasoft.net/robcee/2011/06/24/scratchpad-hotkey-is-now-shift-f4/</link>
		<comments>http://antennasoft.net/robcee/2011/06/24/scratchpad-hotkey-is-now-shift-f4/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 19:29:26 +0000</pubDate>
		<dc:creator>robcee</dc:creator>
				<category><![CDATA[devtools]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[scratchpad]]></category>

		<guid isPermaLink="false">http://antennasoft.net/robcee/?p=598</guid>
		<description><![CDATA[When you put a key next to another key, there seems to be a strong chance* that some of the time, you will hit the wrong key. It so happens that the Scratchpad, landed recently on nightlies and now over in Aurora is right next to another key, F5. Which, you may know, is also [...]]]></description>
			<content:encoded><![CDATA[<p>When you put a key next to another key, there seems to be a strong chance* that some of the time, you will hit the wrong key. It so happens that the Scratchpad, landed recently on nightlies and now over in Aurora is right next to another key, F5. Which, you may know, is also Refresh.</p>
<p>So people have been opening the Scratchpad by accident and being annoyed by it.</p>
<p>To help mitigate this, we&#8217;ve added a Shift key modifier to the shortcut. It is now Shift-F4 on all systems.</p>
<p>For deets, see: <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=663746">bug 664746</a>.</p>
<p>Just landed on Aurora, so if you&#8217;re on that channel, you should get an update shortly.</p>
]]></content:encoded>
			<wfw:commentRss>http://antennasoft.net/robcee/2011/06/24/scratchpad-hotkey-is-now-shift-f4/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

