Name Description Size Coverage
assets -
avatar.css 1178 -
avatar.mjs Element used for displaying an avatar on the about:editprofile and about:newprofile pages. 1395 -
avatarSelectionHelpers.mjs This class is copied from https://searchfox.org/mozilla-central/source/browser/components/screenshots/overlayHelpers.mjs with some slight modifications such as forcing the region to be a square. Bug 1974999: Actually import and use the screenshots Region class. The class holds references to each side the of region. x1 is the left boundary, x2 is the right boundary, y1 is the top boundary, and y2 is the bottom boundary. Sometimes the sides can get switched where x1 > x2 or y1 > y2. To mitigate this, the getters (left, right, top, bottom) will choose to return the "correct" value. For example, the left getter returns the min of x1 and x2. The same goes for the other three getters. 7692 -
delete-profile-card.css 696 -
delete-profile-card.mjs Element used for deleting the currently running profile. 5229 -
delete-profile.html 1290 -
edit-profile-card.css 1590 -
edit-profile-card.mjs Like DeferredTask but usable from content. 15511 -
edit-profile.html 1161 -
new-profile-card.mjs Element used for updating a profile's name, theme, and avatar. 3299 -
new-profile.html 1157 -
profile-avatar-selector.css These z-indexes are used to correctly layer elements in the profiles avatar selection ui 4900 -
profile-avatar-selector.mjs Element used for displaying an avatar on the about:editprofile and about:newprofile pages. 27803 -
profile-card.css 2481 -
profile-card.mjs Element used for displaying a SelectableProfile in the profile selector window 5472 -
profile-selector.css 997 -
profile-selector.mjs The element for display SelectableProfiles in the profile selector window 5814 -
profiles-pages.css 1796 -
profiles-theme-card.css We set the background color here in case the ProfilesThemeCard.theme.contentColor doesn't exist. For example, when the theme card is a theme from AMO and not one of the default themes. 1653 -
profiles-theme-card.mjs Element used for displaying a theme on the about:editprofile and about:newprofile pages. 2548 -
profiles.html 1133 -