Re: Proposal: Stop using Object.freeze/Object.seal on most of our Javascript Objects

2017-11-20 Thread Joe Hildebrand
; revisit the design of the component instead of making it mutable. Refactoring > for testability is A-OK in my book. > ___________ > firefox-dev mailing list > firefox-...@mozilla.org > https://mail.mozilla.org/listinfo/firefox-dev — Joe Hildebrand ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Re: Phabricator Update, July 2017

2017-07-13 Thread Joe Hildebrand
t concern?" is a much more powerful approach than "X!" at this point. — Joe Hildebrand > On Jul 11, 2017, at 2:41 PM, Mark Côté wrote: > > Hi all, here's a brief update on the project to deploy and integrate > Phabricator at Mozilla: > > * Development

Re: Visual Studio Code recommended extensions

2017-02-23 Thread Joe Hildebrand
hemes, please. > // ESLint support. > "dbaeumer.vscode-eslint", > > // C/C++ language support. > "ms-vscode.cpptools", > > // Rust language support. > "saviorisdead.Rusty

Re: Intent to implement: HTML5 element

2016-12-21 Thread Joe Hildebrand
> On Dec 20, 2016, at 6:25 PM, Xidorn Quan wrote: > >> So dialog.showModal() does not need to block script like other >> modal APIs? > > > Definitely not. I think this is designed to replace those blocking API. Why doesn't showModal() retur

Re: W3C Proposed Recommendation: Webmention

2016-11-04 Thread Joe Hildebrand
across double-digit implementations, > and deployed an interoperably in use across tens of thousands of > websites. That's a good enough reason. -- Joe Hildebrand ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Re: W3C Proposed Recommendation: Webmention

2016-11-03 Thread Joe Hildebrand
wall I'd ask to know > What I was walling in or walling out, > And to whom I was like to give offense. > - Robert Frost, Mending Wall (1914) > _______ > dev-