383
edits
(→Development: restartless) |
|||
Line 43: | Line 43: | ||
The html and javascript files are in '''browser/base/content/tabcandy'''. The images and CSS file are in '''browser/themes/pinstripe/browser/tabcandy''' (for Mac; other platforms coming soon). | The html and javascript files are in '''browser/base/content/tabcandy'''. The images and CSS file are in '''browser/themes/pinstripe/browser/tabcandy''' (for Mac; other platforms coming soon). | ||
== Restart-less Development == | |||
If you set your .mozconfig to have ac_add_options <tt>--enable-chrome-format=symlink</tt>, you can just hit the reset link in tabcandy to get the updated edits without needing to restart the browser assuming you've run the build command (e.g., <tt>make -C browser</tt>) | If you set your .mozconfig to have ac_add_options <tt>--enable-chrome-format=symlink</tt>, you can just hit the reset link in tabcandy to get the updated edits without needing to restart the browser assuming you've run the build command (e.g., <tt>make -C browser</tt>) |
edits