~robcee/ more than just sandwiches

Posts Tagged Firefox

Scratchpad to get Current Visible Tabs

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’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, [...]


Scratchpad hotkey is now Shift-F4

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 [...]


Scratchpad (née Workspace), Web Developer Menu landed

First of all, I feel obliged to ask you to use Aurora. It’s pretty. It has a nice icon. You’ll enjoy the early glimpse of features and smooth visuals. You can get it here: http://www.mozilla.com/en-US/firefox/channel/. With that out of the way, I can talk about the landing of Scratchpad (formerly Workspace) into mozilla-central. It landed [...]


Workspace [fixed-in-devtools][l10n?]

Good news, everyone! This morning we landed the Workspace feature in our devtools project repository. This is exciting stuff for practitioners of JavaScript and we’ll have more to write about it very soon. hint, it’s probably a lot simpler and more powerful than you think it is. Many thanks to Mihai Sucan for taking the [...]


Oh no, Pinchy!

Sometime early this week, we disabled the pinch-zoom controls on trackpads in OS X (and maybe elsewhere, I’m unclear on how well-supported these gestures are on other platforms, but certainly present on mobile). You can read the gory details over in bug 613909. I use pinch-zoom All the Time. It’s a feature I can’t live [...]


Workspace 0.3

This weekend, I did a bit more work on the Workspace to get it closer to a releasable state. I also had some help in the form of some community contribution via the prolific Erik Vold on github. Download: workspace.xpi * added the relevant .htaccess bits so you can install directly from the link. Just [...]


The Best Development Tools 1983 Had To Offer

I went looking through my library for the classic Smalltalk-80 books to lookup the definition for the original consoleworkspace. When I realized I didn’t have the “orange book” on my shelf, I searched for it and found all of the original Smalltalk-80 books in PDF: http://www.world.st/books. From Smalltalk-80: The Interactive Programming Environment (p. 106, How [...]


JavaScript Workspaces

One feature I wanted in Firefox 4 was a JavaScript Workspace. I know I’ve talked about it to a bunch of people. Most of the time, people looked at me like I had a chicken on my head. The concept is so simple yet hard to really convey how useful it is. Conversations inevitably go [...]


Mozilla AllHands 2010 + Wikifytabs update

Every year we bring in Mozillians from around the globe to have a focused get-together. It’s a time when we can do some heavy planning, and brainstorm in one place. Often, some of the hallway conversations and parties generate good ideas. One conversation I had last night with Dietrich, Dolske and Mak was, how do [...]


console.foo() and you

For years, the world has been able to rely on Firebug and its console for debugging web sites. It has been a convenient and productive tool and we’d probably still be languishing in the window.dump() mines without it. A side-effect of this availability has made some patterns appear that don’t play nicely with consoles that [...]


← Before After →