zotero/chrome
Dan Stillman 5a2ec43de1 Add Notifier.queue()
Notifier.trigger() needs to be async, since if it actually runs it waits for
promises returned from observers. But the vast majority of trigger() calls are
in transactions where they just queue and can therefore be synchronous. This
replaces all such calls with Notifier.queue().

This should fix a race condition that was causing the emptyTrash() test to fail
intermittently.
2015-05-29 05:03:05 -04:00
..
content Add Notifier.queue() 2015-05-29 05:03:05 -04:00
locale Merge 4.0 up to 28301ea45f 2015-05-26 17:48:22 -04:00
skin/default/zotero Rename error/warning icons 2015-05-19 22:42:43 -04:00