zotero/chrome
Simon Kornblith 7f9b29f751 Fixes #1804, Fix mysterious hang with citeproc-js 1.0.125
Re-merge citeproc-js 1.0.125 and use an alternative, slightly less efficient mechanism for reading from the integration pipe that shouldn't run into problems with garbage collection. Instead of trying to read from the pipe directly, we now spawn sh and cat to read from the pipe and send the output to a temporary file. We then read the temporary file. Because we don't block a JS thread, there are no GC issues. This works for Fx 4 as well, so I'm removing that code. I don't know whether there were potential GC issues in Fx 4, but if there were, I don't want to know about them.
2011-03-20 08:12:39 +00:00
..
content Fixes #1804, Fix mysterious hang with citeproc-js 1.0.125 2011-03-20 08:12:39 +00:00
locale fix quotation mark in Estonian locale 2011-03-18 08:03:32 +00:00
skin/default/zotero tweak appearance on Linux 2011-03-08 05:44:27 +00:00