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.
|
7239 |
delete-profile-card.css |
|
701 |
delete-profile-card.mjs |
eslint-env mozilla/remote-page |
4995 |
delete-profile.html |
|
1290 |
edit-profile-card.css |
|
1812 |
edit-profile-card.mjs |
eslint-env mozilla/remote-page |
13178 |
edit-profile.html |
|
1161 |
new-profile-card.mjs |
eslint-env mozilla/remote-page |
2819 |
new-profile.html |
|
1157 |
profile-avatar-selector.css |
These z-indexes are used to correctly layer elements in the profiles
avatar selection ui |
4880 |
profile-avatar-selector.mjs |
Element used for displaying an avatar on the about:editprofile and about:newprofile pages.
|
26594 |
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
|
5801 |
profiles-pages.css |
|
1716 |
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.
|
1656 |
profiles-theme-card.mjs |
Element used for displaying a theme on the about:editprofile and about:newprofile pages.
|
2473 |
profiles.html |
|
1133 |