Differential D288519
Bug 2012213 — add hideCheckmark option to ConfirmationHint.show to show or hide checkmark ClosedPublic Authored by kpatenio on Mar 18 2026, 8:29 PM. Referenced Files
Details
Test Plan Ways to test confirmation hints: Pinned! + Right-click the tab to unpin it. // Show hint after 5 seconds
setTimeout(() => {
ConfirmationHint.show(gBrowser.selectedTab, "confirmation-hint-pin-tab", {
descriptionId: "confirmation-hint-pin-tab-description",
});
}, 5000);Saved to bookmarks
VPN is off for this site
Diff Detail
Event Timelinekpatenio planned changes to this revision.Mar 18 2026, 8:29 PM kpatenio created this revision. phab-bot changed the visibility from "Custom Policy" to "Public (No Login Required)".Mar 18 2026, 8:51 PM phab-bot changed the edit policy from "Custom Policy" to "Restricted Project (Project)". phab-bot removed a project: secure-revision. kpatenio requested review of this revision.Mar 18 2026, 9:35 PM kpatenio retitled this revision from WIP: Bug 2012213 — add isCheckmarkVisible option to ConfirmationHint.show to show or hide checkmark to Bug 2012213 — add isCheckmarkVisible option to ConfirmationHint.show to show or hide checkmark. kpatenio edited the test plan for this revision. (Show Details) rking accepted this revision.Mar 20 2026, 4:42 PM Comment ActionsLooks good! Confirmed that the checkmark can now be hidden by passing , making it unnecessary to add styling for our single message id in . Just one question added inline- it seems to be working as-is, so I'm assuming this doesn't need changes, but would like clarity regardless.
kpatenio marked an inline comment as done.Mar 20 2026, 5:02 PM kpatenio added inline comments.
dao requested changes to this revision.Apr 1 2026, 2:12 PM dao added inline comments.
This revision now requires changes to proceed.Apr 1 2026, 2:12 PM kpatenio planned changes to this revision.Apr 8 2026, 10:05 PM kpatenio updated this revision to Diff 1244331. kpatenio retitled this revision from Bug 2012213 — add isCheckmarkVisible option to ConfirmationHint.show to show or hide checkmark to WIP: Bug 2012213 — add hideCheckmark option to ConfirmationHint.show to show or hide checkmark. kpatenio edited the summary of this revision. (Show Details) kpatenio marked 2 inline comments as done. kpatenio added a comment.Apr 8 2026, 10:06 PM Comment ActionsRebased and renamed to . Setting back to WIP to do more testing on a Linux build. kpatenio planned changes to this revision.May 12 2026, 8:27 PM kpatenio updated this revision to Diff 1273118. kpatenio edited the summary of this revision. (Show Details) kpatenio requested review of this revision.May 12 2026, 9:05 PM kpatenio updated this revision to Diff 1273165. kpatenio retitled this revision from WIP: Bug 2012213 — add hideCheckmark option to ConfirmationHint.show to show or hide checkmark to Bug 2012213 — add hideCheckmark option to ConfirmationHint.show to show or hide checkmark. kpatenio added a comment.May 12 2026, 9:09 PM Comment ActionsUpdated to fix a misalignment between the confirmation hint message and description. Apparently occurs on macOS too. Here's a couple screenshots showing the before and after. macOS before: macOS after: linux before: linux after: kpatenio marked an inline comment as done. kpatenio added a comment.May 12 2026, 9:46 PM Comment ActionsUpdated to use a space token. After: After (bidi):
This revision is now accepted and ready to land.May 13 2026, 4:17 PM Comment Actions This revision requires a Testing Policy Project Tag to be set before landing. Please apply one of , , , , . Tip: this Firefox add-on makes it easy! kpatenio edited projects, added testing-exception-ui (Only changes ui styling, images, or localized strings); removed needs-testing-tag.May 13 2026, 4:53 PM kpatenio marked an inline comment as done. This revision was landed with ongoing or failed builds.May 13 2026, 4:56 PM Closed by commit rFIREFOXAUTOLAND5c7cd998557c: Bug 2012213 — add hideCheckmark option to ConfirmationHint.show to show or hide… (authored by kpatenio). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 1274177 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
