1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-01 16:30:46 +00:00
TiddlyWiki5/core/modules
natecain aef8e63cf8 Use Blob api to generate data links in download saver
This should fix crashing on large wikis under chrome
  see chrome bug: https://code.google.com/p/chromium/issues/detail?id=103234
This should also speed up generating the download html by a couple of seconds
  it avoids repeatedly marshalling the base64 encoded href string across the sandbox boundary
  it avoids some time and memory consumed by "large" dom manipulation
  major remaining delay is in encodeURIComponent
    TODO: consider using iconv on the server
    TODO: consider async invocation of regular expressions to avoid client "lockup"

Conflicts:
	core/modules/savers/download.js
2013-10-01 17:35:47 -04:00
..
commands Allow username to be set for the built-in server 2013-08-21 09:53:45 +01:00
filters Remove incorrect slice parameter. 2013-10-01 10:50:13 +01:00
parsers Update TW2 wikitext content type to text/x-tiddlywiki 2013-08-25 22:06:28 +01:00
rendertree Fix crash on processing anonymous macro parameters 2013-09-10 22:08:09 +01:00
savers Use Blob api to generate data links in download saver 2013-10-01 17:35:47 -04:00
utils Improve docs for $tw.utils.addEventListeners() 2013-09-14 13:47:51 +01:00
widgets Add confirmation when overwriting an existing tiddler 2013-09-14 21:57:23 +01:00
commander.js Refactoring module mechanism 2012-11-14 11:23:43 +00:00
config.js Move the animation duration into a tiddler so that we can easily let it be adjusted in the control panel 2013-08-28 15:15:56 +01:00
deserializers.js Fix broken regexps 2013-09-18 19:09:54 +01:00
filters.js Extend the filter mechanism to allow operands to be indirected through a tiddler text reference 2013-05-27 17:57:37 +01:00
startup.js Get rid of the modal popup for empty wikis 2013-09-01 22:33:23 +01:00
syncer.js Ignore shadow tiddlers in the syncer 2013-04-30 22:55:06 +01:00
themes.js Remove early bail on switching to a non-existent theme 2013-05-10 20:24:40 +01:00
tiddler.js Remove plugin field now that we've got the plugin-type field 2013-08-23 18:37:54 +01:00
wiki.js Ensure getTiddlerList() returns a copy of the tiddler list 2013-09-18 12:12:29 +01:00