HistoryView: don't load in commit information in a separate thread anymore
commit0363eea494602e3002f45f1790eaff3435151949
authorPieter de Bie <pdebie@ai.rug.nl>
Thu, 17 Sep 2009 21:29:06 +0000 (17 23:29 +0200)
committerPieter de Bie <pdebie@ai.rug.nl>
Thu, 17 Sep 2009 21:29:06 +0000 (17 23:29 +0200)
tree4dc78d91c525cea28829b15674fd71dd32a3f8a2
parent2cdf2b60f53445cff2ad7225261b6c6d2f8932f5
HistoryView: don't load in commit information in a separate thread anymore

I've seen this hang or crash a few times, so I hope this works better.
Instead of running a task in a separate thread, we just let it go through
the run loop and catch it when the task is done.

This ruins the second subview in the history view, but I don't think
anybody ever used that, so I'm going to remove it.
PBGitCommit.m
PBWebHistoryController.m
html/views/history/history.js