| Reorganising modules for e10s support - *things WILL be temporarily broken*. |
|
More...
|
over 1 year ago
|
| Note to self, wake up more before committing... |
|
More...
|
almost 2 years ago
|
| Emulation of Services.jsm lazy-loading in older Geckos was triggering the lazy-loading in newer Geckos... |
|
More...
|
almost 2 years ago
|
| Fixes #20 - slow network connections cause data loss in received JSON. |
|
More...
|
almost 2 years ago
|
| Fixed logging of Error objects so the error console links us to the line that caused the error rather than the logging code. |
|
More...
|
almost 2 years ago
|
| Fixed module loader leaking all declared variables in a JSM style module into the returned object (should only contain the exported symbols). |
|
More...
|
almost 2 years ago
|
| Final tweaks for new release. |
|
More...
|
almost 2 years ago
|
| Improved JSON rendering performance by only registering a single click handler and delegating. |
|
More...
|
almost 2 years ago
|
| Addresses severe startup performance drop introduced recently by the tighter checks in converter and mapping registration. |
|
More...
|
almost 2 years ago
|
| Debug preference listener is now deferred from main startup on a timer because it's non-essential, added more startup instrumentation. |
|
More...
|
almost 2 years ago
|
| Reinstate empty install/uninstall functions in bootstrap to avoid warnings. |
|
More...
|
almost 2 years ago
|
| Don't allow registration of converter if browser already handles MIME type internally, remove invalid entries from our preference. |
|
More...
|
almost 2 years ago
|
| Fix last commit after testing... |
|
More...
|
almost 2 years ago
|
| Don't allow registration of ext-to-type mapping if we don't deal with the target MIME type, remove invalid entries again. |
|
More...
|
almost 2 years ago
|
| Don't allow registration of ext-to-type mapping if it's already handled by something else, remove invalid entries from our preference. |
|
More...
|
almost 2 years ago
|
| Added some instrumentation to stream converter. |
|
More...
|
almost 2 years ago
|
| Added a bit of instrumentation to the bootstrap scripts to allow monitoring for any performance problems. |
|
More...
|
almost 2 years ago
|
| Fixed preferences listener failing to unregister on addon disable and callbacks became duplicated on re-enable. |
|
More...
|
almost 2 years ago
|
| Some more modularisation. |
|
More...
|
almost 2 years ago
|
| License boilerplate was occupying about 1 in 4 non-empty lines overall in JavaScript files, move to license.txt where possible to reduce download size. |
|
More...
|
almost 2 years ago
|