##// 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:

r19666:482edf5b
r20441:834cd9c4
Show More
kernelselector.less
10 lines | 185 B | text/x-less | LessCssLexer
Min RK
remove kernel selector from header...
r19596 #kernel_logo_widget {
.pull-right();
Thomas Kluyver
Use double resolution logo to support hires displays
r19378
Min RK
add text placeholder for kernels with no logo...
r19597 .current_kernel_logo {
display: none;
Min RK
remove kernel selector from header...
r19596 .navbar-vertical-align(32px);
Thomas Kluyver
Use double resolution logo to support hires displays
r19378 width: 32px;
height: 32px;
}
Thomas Kluyver
Style kernel name
r17372 }