notebook/IPython/html/static
Jason Grout e1a6dbd4be Handle kernel messages synchronously
A problem can happen when two messages come in for different
comms, where the second depends on the first (for example, the
first might be a message setting the state of a widget, and the
second triggering a view creation for the widget).  Since comm
message queues are independent of each other, the second message
could be executed before the first message.

This exposes a more fundamental assumption users are likely to
have that messages from python are processed synchronously.

Thanks to @dmadeka for reporting an error that led to discovering this issue.
2015-03-03 16:01:23 +00:00
..
auth
base Merge pull request #7889 from Carreau/after-one-year 2015-03-01 21:19:03 -08:00
custom
edit Merge pull request #7756 from Carreau/common_conf 2015-02-12 16:32:03 -08:00
notebook Merge pull request #7889 from Carreau/after-one-year 2015-03-01 21:19:03 -08:00
services Handle kernel messages synchronously 2015-03-03 16:01:23 +00:00
style invoke css 2015-03-02 14:27:53 -08:00
terminal disable screenKeys in term.js 2015-02-11 14:10:12 -08:00
tree Fix empty running table background 2015-02-15 16:26:51 -05:00
widgets Merge pull request #7902 from gertingold/radio 2015-03-02 14:25:06 -08:00