zotero/chrome
Simon Kornblith 4607239fa9 Add a function to pump a generator until it yields false, allowing other events to be processed in between. This is useful because we can then call
yield true;

in place of Zotero.wait() to allow UI events to be processed without exiting the function, thus avoiding the hassle of setting up a large number of callbacks.

This is still painful compared to Zotero.wait(), since the yield has to be present in the generator passed to Zotero.pumpGenerator() and not a child function. However, it's less painful than using a bunch of nested setTimeout() calls.
2011-09-21 00:32:25 +00:00
..
content Add a function to pump a generator until it yields false, allowing other events to be processed in between. This is useful because we can then call 2011-09-21 00:32:25 +00:00
locale Use asynchronous APIs for collecting fields. This currently has the side effect of breaking the editor. 2011-09-15 07:57:06 +00:00
skin/default/zotero Closes #1464, Limit number of creators in metadata pane 2011-09-06 06:13:26 +00:00