Name Description Size
Dialog.mjs Setup dismiss and command handling logic for the dialog overlay. @param {Element} overlay - The overlay element containing the dialog @param {Function} messageHandler - Function to send message back to view model. 3965
megalist.css Bug 1869845 - Styles in this file are still experimental! 6427
megalist.ftl 6339
megalist.html 7844
MegalistView.mjs Map with limit on how many entries it can have. When over limit entries are added, oldest one are removed. 16223
tests
VirtualizedList.mjs Virtualized List can efficiently show billions of lines provided that all of them have the same height. Caller is responsible for setting createLineElement(index) function to create elements as they are scrolled into the view. 4478