aboutsummaryrefslogtreecommitdiff
path: root/javascript/olm_pre.js
AgeCommit message (Collapse)Author
2016-12-14Let apps override emscripten settingsRichard van der Hoff
Read settings from OLM_OPTIONS to allow apps to configure some options. In particular, this is useful for setting the heap size.
2016-12-12Better handling of exceptions during loadingRichard van der Hoff
If we get an exception during load, don't define half of window.Olm (which confuses apps). This is a partial fix to https://github.com/vector-im/riot-web/issues/2726.
2015-12-02Fix a console error when importing in a browserRichard van der Hoff
something about 'global' not defined
2015-07-21Add more workarounds for closure compiler in javascript bindingsMark Haines
2015-07-20More fixes to the javascript bindings to get them to behave with browserifyMark Haines
2015-07-14Tweak the javascript bindings so that they will work with Node.jsMark Haines
2015-06-27Rename axolotlpp as olm to avoid confusion with Axolotl-the-spec and ↵Matthew Hodgson
Axolotl-the-OWS-libraries at moxie's request