This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/bgrins/devtools-patches/blob/master/quick-restart |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./mach run --profile $(mktemp -d) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
XULCOUNT SUMMARY: | |
4356 elements traversed | |
There are 4164 xul elements | |
There are 2846 elements with xbl bindings | |
There are 47 html elements | |
There are 0 unknown elements | |
3 duplicate elements with xbl bindings detected | |
XUL: 98 unique xul elements (4164 total) | |
Sorted list of xul elements: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
608K third_party/rust/chrono | |
376K third_party/rust/itertools | |
340K third_party/rust/rusqlite | |
340K third_party/rust/dbghelp-sys | |
300K third_party/rust/combine | |
196K third_party/rust/num-bigint | |
176K third_party/rust/peg | |
140K third_party/rust/backtrace | |
136K third_party/rust/gcc | |
116K third_party/rust/error-chain |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
third_party/rust/aho-corasick-0.5.3/.cargo-checksum.json | |
third_party/rust/aho-corasick-0.5.3/.cargo-ok | |
third_party/rust/aho-corasick-0.5.3/.gitignore | |
third_party/rust/aho-corasick-0.5.3/.travis.yml | |
third_party/rust/aho-corasick-0.5.3/COPYING | |
third_party/rust/aho-corasick-0.5.3/Cargo.toml | |
third_party/rust/aho-corasick-0.5.3/LICENSE-MIT | |
third_party/rust/aho-corasick-0.5.3/Makefile | |
third_party/rust/aho-corasick-0.5.3/README.md | |
third_party/rust/aho-corasick-0.5.3/UNLICENSE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/Datomic/mbrainz-sample#getting-started | |
bin/datomic restore-db file:///Documents/mbrainz-1968-1973 datomic:free://localhost:4334/mbrainz-1968-1973 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd testing/talos/talos/tests/devtools/addon/ | |
# Make changes | |
# <MODIFY install.rdf version #> | |
zip -r devtools-signed.xpi . | |
jpm sign --api-key <APIKEY> --api-secret <APISECRET> --xpi devtools-signed.xpi | |
mv damp_devtools_at_maximum_performance-0.0.5-fx.xpi devtools-signed.xpi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[paths] | |
default = https://hg.mozilla.org/mozilla-central | |
default-push = /push/to/inbound | |
inbound = ssh://hg.mozilla.org/integration/mozilla-inbound | |
try = ssh://hg.mozilla.org/try | |
central = ssh://hg.mozilla.org/mozilla-central/ | |
review = ssh://reviewboard-hg.mozilla.org/gecko |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"glossary": { | |
"title": "example glossary", | |
"GlossDiv": { | |
"title": "S", | |
"GlossList": { | |
"GlossEntry": { | |
"ID": "SGML", | |
"SortAs": "SGML", | |
"GlossTerm": "Standard Generalized Markup Language", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cu.import("resource://gre/modules/jsdebugger.jsm"); | |
addDebuggerToGlobal(this); | |
var dbg = new Debugger(); | |
var DOwindow = dbg.addDebuggee(content.window); |