• 
      

    Add IDs for the confirm and utility dialogs and their actions.

    Review Request #14689 — Created Nov. 14, 2025 and submitted

    Information

    Ink
    master

    Reviewers

    This allows callers to set an explicit ID when calling
    showConfirmDialog or showErrorDialog. If not provided, a unique ID
    will be computed.

    That ID will also be the prefix for all actions. This makes it easier to
    reference particular actions in these dialogs.

    Verified the IDs in both dialogs.

    Made use of this in Review Board's unit tests to trigger actions in
    dialogs.

    Summary ID
    Add IDs for the confirm and utility dialogs and their actions.
    This allows callers to set an explicit ID when calling `showConfirmDialog` or `showErrorDialog`. If not provided, a unique ID will be computed. That ID will also be the prefix for all actions. This makes it easier to reference particular actions in these dialogs.
    58f1e47424c34f1abe303a44ee59ae037634c8fa
    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to master (e37dec9)