##// END OF EJS Templates
Fix race condition in javascript kernel message processing...
Fix race condition in javascript kernel message processing Because the binary messages are now deserialized using the asynchronous FileReader API, we need to have some way to force the messages to still be processed in the order they are received. This patch implements a simple processing queue using promises.

File last commit:

r16912:30744239
r20441:834cd9c4
Show More
quickhelp.less
15 lines | 221 B | text/x-less | LessCssLexer
MinRK
use box-flex to layout quickhelp
r15899 .quickhelp {
.hbox();
}
Brian E. Granger
Splitting notebook.less into separate files.
r10730 .shortcut_key {
display: inline-block;
MinRK
use box-flex to layout quickhelp
r15899 width: 20ex;
Brian E. Granger
Splitting notebook.less into separate files.
r10730 text-align: right;
Jonathan Frederic
Get notebook running with Bootstrap3
r16912 font-family: @font-family-monospace;
Brian E. Granger
Splitting notebook.less into separate files.
r10730 }
.shortcut_descr {
Paul Ivanov
two column quickhelp dialog, closes #3895...
r11981 display: inline-block;
MinRK
use box-flex to layout quickhelp
r15899 .box-flex1();
Paul Ivanov
two column quickhelp dialog, closes #3895...
r11981 }