canmove, Confirmed users
1,584
edits
(→talos: correct results_url path) |
(→Other useful tips and tricks: how to force a refresh of the JS cache) |
||
| Line 648: | Line 648: | ||
== Other useful tips and tricks == | == Other useful tips and tricks == | ||
=== Refresh the JS cache === | |||
XUL and JavaScript files (like browser.js) are cached for fast startup. If you change one of these files in your development build, the new file might not be picked up unless you also touch <code>toolkit/xre/nsAndroidStartup.cpp</code> and rebuild libxul. (See {{bug|695145}} for details.) | |||
=== killer script === | === killer script === | ||