Duck-themed multi-user virtual spaces in WebVR. Built with A-Frame.
Firefox Profiler — Web app for Firefox performance analysis
delete branch mozilla-spidermonkey/mozilla-spidermonkey.github.io
delete branch : newsletter-7
delete time in 2 days
push eventmozilla-spidermonkey/mozilla-spidermonkey.github.io
commit sha d8df0e04985810d0a78ba869b7d45f500b65db09
Add newsletter 7
push time in 2 days
PR merged mozilla-spidermonkey/mozilla-spidermonkey.github.io
pr closed time in 2 days
issue commentcarolinecullen/cacheirhealthreport
Give a tip about IONFILTER in docs
(mgaudet is probably the one to ask about this..)
comment created time in a month
issue openedcarolinecullen/cacheirhealthreport
Give a tip about IONFILTER in docs
The IONFILTER environment variable can let people target specific files and functions.
created time in a month
issue openedcarolinecullen/cacheirhealthreport
Include a sample file in the repo
This makes it super easy for people to get started without figuring out builds, etc.
created time in a month
issue openedcarolinecullen/cacheirhealthreport
Update build instructions to point to correct ones
We now recommend these steps https://firefox-source-docs.mozilla.org/js/build.html
created time in a month
issue openedcarolinecullen/cacheirhealthreport
Help should mention --enable-jitspew build option
The SPEW env variable isn't used in optimized builds. We should mention that ac_add_options --enable-jitspew can be added to mozconfig to support it in opt builds.
created time in a month
issue commentmozilla-spidermonkey/spidermonkey-embedding-examples
I've landed the modules examples now, but as Philip point out, we should have a bit more documentation about ES modules themselves. There are frequent questions about why one must know a-priori that code is a module, and what "linking" means in modules.
comment created time in a month
delete branch mozilla-spidermonkey/spidermonkey-embedding-examples
delete branch : example_modules
delete time in a month
push eventmozilla-spidermonkey/spidermonkey-embedding-examples
commit sha b27cd35ffadd31e1de4325518847fba06c172eda
examples: Move ReportAndClearException to boilerplate This is a useful helper for quickly debugging embedding mistakes so more it to the boilerplate code.
commit sha 7bdcc609880a183af8a0aecd2c2d402cc66ee802
examples: Add module embedding example This closes Issue #22.
commit sha 04056e642fe13d289b2923ffda631af2556dbba8
Merge pull request #32 from mozilla-spidermonkey/example_modules Example modules
push time in a month
PR merged mozilla-spidermonkey/spidermonkey-embedding-examples
Add an example using ES modules. Using modules requires defining a resolve-hook that returns consistent results for the same specifier and calling the Instantiate method.
pr closed time in a month
pull request commentmozilla-spidermonkey/spidermonkey-embedding-examples
Thanks for review. I'm going to land as is and open a follow-up issue.
comment created time in a month
issue commentmozilla/fxa
Looking up 2FA codes (mobile) restarts Fenix pair workflow
This is still a problem. Adding mobile devices to FxA still has a lot hurdles if 2FA is enabled.
comment created time in 2 months
PR opened mozilla-spidermonkey/spidermonkey-embedding-examples
Add an example using ES modules. Using modules requires defining a resolve-hook that returns consistent results for the same specifier and calling the Instantiate method.
pr created time in 2 months
create barnchmozilla-spidermonkey/spidermonkey-embedding-examples
created branch time in 2 months
delete branch mozilla-spidermonkey/mozilla-spidermonkey.github.io
delete branch : sfink-newsletter-81
delete time in 2 months
push eventmozilla-spidermonkey/mozilla-spidermonkey.github.io
commit sha 00968941a149ab64162f0e1e6db2b05a92f80c3b
Add in a couple of tooling things I did
push time in 2 months
PR merged mozilla-spidermonkey/mozilla-spidermonkey.github.io
pr closed time in 2 months
Pull request review commentmozilla-spidermonkey/spidermonkey-embedding-examples
static void die(const char* why) { exit(1); } -// The PrintError functions are modified versions of private SpiderMonkey API:-// js/src/vm/JSContext.cpp, js::PrintError()--enum class PrintErrorKind { Error, Warning, StrictWarning, Note };--static void PrintErrorLine(const std::string& prefix, JSErrorReport* report) {
:)
comment created time in 3 months