Confirmed users
439
edits
(→Accumulated personal notes: ./mach run --app=fenix) |
(→Accumulated personal notes: omni.ja) |
||
| Line 133: | Line 133: | ||
* It is possible to create profiles, even when Firefox is unresponsive / stuck: https://profiler.firefox.com/docs/#/./async-posix-signal-control | * It is possible to create profiles, even when Firefox is unresponsive / stuck: https://profiler.firefox.com/docs/#/./async-posix-signal-control | ||
* To run fenix instead of geckoview do <code>./mach run --app=fenix</code> | * To run fenix instead of geckoview do <code>./mach run --app=fenix</code> | ||
* js for platform code (toolkit) is stored in the <code>omni.ja</code> zip archive alongside the binary, browser frontent is in <code>browser/omni.js</code> (android it is in <code>assets/omni.ja</code>, roughly equivalent to the one in the root) and can be replaced if you want to test simple js changes without rebuild. Can be modified with <code>7z a ../omni.ja .</code>. You need to run firefox with <code>./firefox --purgecaches</code> for it to reload the .ja file. | |||
==Bookmarks== | ==Bookmarks== | ||