Much more efficient unfilterJSON() implementation.
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 23 Dec 2009 04:56:05 +0000 (21:56 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 23 Dec 2009 05:13:19 +0000 (22:13 -0700)
commit78a4fb386b8c11d09d4a3ed764cf8edf183bef62
tree13c3fb0223fa54b776dea5d1d56aa058acdd09f3
parent6366fac6254efdb8580ef71e29f6100a16123a73
Much more efficient unfilterJSON() implementation.

Large text messages (e.g. 900 KB message for the horde cvs -> git
import) was crashing on FF 3 due to a stack size issue.  The prototypejs
code is using a matching regex to store the entire data part of the JSON
payload. No reason to do that - much more efficient to use string-based
functions to match the front and rear of the string.
imp/js/DimpCore.js