Mozilla stuff

Uhm...

2015-03-31

show active b2g process

ps -o user,pid,ppid,command -ax | grep b2g

2015-03-30

git checkout v2.1 && git fetch origin v2.1 && git rebase origin/v2.1 git rebase --abort to abort a ongoing rebase merge conflict thing

git reset --hard HEAD

git reset --hard HEAD to get back into a clean master

2015-03-19

https://wiki.mozilla.org/B2G/QA/Automation/UI/Integration_suite_criteria related to https://docs.google.com/a/mozilla.com/spreadsheets/d/19Cl5OaLSiynwW5NItjPuOQYpKbEKG_2eneiuwqm3Gew/edit#gid=217858492

Gaia UI tests functionalities vs MJS

Gaia UI tests functionalities vs MJS https://docs.google.com/a/mozilla.com/spreadsheets/d/1L1QAOuKx5pWNizMmotmyauCZ0zl3JrgsGDx0PnWxGd8/edit#gid=0

gaia integration gaia aceptance

https://wiki.mozilla.org/B2G/QA/Automation/UI/Strategy/Integration_vs_Acceptance#Two_different_suites_of_UI_automation

get marionetteJS working again

make clean make really-clean

2015-03-18

For what it's worth, this is how I rebase, and it works pretty well for me. $ git checkout master $ git pull --rebase upstream master $ git checkout feature-branch $ git rebase master This keeps my master updated from upstream, and allows me to just rebase my feature branches from my local master.

2015-03-06

latest emulator nightly builds

https://ftp.mozilla.org/pub/mozilla.org/b2g/nightly/latest-mozilla-central-emulator-kk/

2015-03-05

https://developer.mozilla.org/en-US/docs/Web/API/AudioListener to record stuff