robcee.net

The enbloggening.

Devtools Resolved Bugs: 2013-09-17 – 2013-09-24

ID Summary 911678 Inspector – inline style rules do not populate the CSSRul… 915910 [markup view] UI updates following refactor in Bug 855523 916995 browser_webconsole_view_source.js just assumes the event … 905226 Response tab in Network inspector shows base64 encoded re… 917706 Browser Debugger shouldn’t require a restart / new window 917844 Add a keyboard accesskey […]

Devtools Resolved Bugs, 2013-09-10 – 2013-09-17

ID Summary 893677 [markup view] we should limit the size of an attribute 912543 [rule view] Alignment for warning icon is bad (below line… 913509 [rule view] Papercuts – Inconsistent behavior when modify… 909121 Inspector breaks when navigating backwards 912929 [app manager] UI polish 910830 TypeError: e is undefined: callback@chrome://mochitests/c… 892268 Ctrl/Cmd+0/+/- should change the […]

Fat Arrow Functions in JavaScript

Hard to beat C# and CoffeeScript here – Brendan Eich, Arrow Function Syntax Rationale Since sometime back in the heady days of Firefox 22, Firefox gained the ability to use Fat Arrow Functions in JavaScript. Users of CoffeeScript (or, I guess, C#) will be familiar with the syntax. We’ve been using these in Firefox DevTools […]