Dialog.mjs |
|
4079 |
LoginFormComponent |
|
|
LoginLine.css |
We must give this component a fixed height because it will be used inside a virtual list which requires
to know the height of its content. |
4943 |
LoginLine.mjs |
eslint-disable-next-line mozilla/no-browser-refs-in-toolkit |
6090 |
megalist.css |
Bug 1869845 - Styles in this file are still experimental! |
7037 |
megalist.ftl |
|
12611 |
megalist.html |
|
2907 |
MegalistAlpha.mjs |
|
13375 |
MegalistView.mjs |
Map with limit on how many entries it can have.
When over limit entries are added, oldest one are removed.
|
16223 |
NotificationMessageBar.mjs |
|
5192 |
PasswordCard.css |
|
759 |
PasswordCard.mjs |
eslint-disable-next-line import/no-unassigned-import |
6352 |
PasswordCard.stories.mjs |
|
1613 |
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 |