Closed
Bug 1957039
Opened 7 months ago
Closed 7 months ago
No notification is displayed when the connection to the agent cannot be established
Categories
(Firefox :: Data Loss Prevention, defect)
Tracking
()
VERIFIED
FIXED
138 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr115 | --- | unaffected |
| firefox-esr128 | --- | unaffected |
| firefox136 | --- | unaffected |
| firefox137 | --- | unaffected |
| firefox138 | --- | verified |
People
(Reporter: atrif, Assigned: handyman)
References
(Blocks 2 open bugs, Regression)
Details
(Keywords: regression)
Attachments
(2 files)
Found in
- 138.0a1 (2025-03-27)
Affected versions
- 138.0a1 (2025-03-27)
Tested platforms
- Affected platforms: Windows 10x64, Windows 11
- Unaffected platforms: Ubuntu 24, macOS
Preconditions
- Download the DLP test assets from https://drive.google.com/file/d/1yjqVRuxdKV3WnO7D2wzMgDXBuYBxUgVw/view
- Create a distribution folder inside the Firefox folder and paste the policies-1.json to it and then rename it to policies.json
- DLP Agent is running:
.\content_analysis_sdk_agent.exe --user --toblock=.*\d{3}-?\d{2}-?\d{4}.* --towarn=.*warn.* --delays=10
Steps to reproduce
- Perform a DLP action
Expected result
- The Notification that the agent connection could not be established is displayed.
Actual result
- No notification.
Regression range
- This is most likely after bug 1952508 because I cannot reproduce the issue with 138.0a1 (2025-03-25)
Additional notes
- Attached a screen recording.
Comment 1•7 months ago
|
||
:handyman, since you are the author of the regressor, bug 1952508, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
Flags: needinfo?(davidp99)
| Assignee | ||
Comment 2•7 months ago
|
||
The busy dialog had already been removed, so this was throwing an exception
as busyDialogInfo was null.
Updated•7 months ago
|
Assignee: nobody → davidp99
Status: NEW → ASSIGNED
| Assignee | ||
Updated•7 months ago
|
Severity: -- → S3
Flags: needinfo?(davidp99)
Pushed by daparks@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b110b0c284c9
Show CA response dialog even if the user action was canceled r=dlp-reviewers,gstoll
Comment 4•7 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 months ago
Resolution: --- → FIXED
Target Milestone: --- → 138 Branch
| Reporter | ||
Comment 5•7 months ago
|
||
Verified fixed with Firefox 138.0a1 (2025-03-30) on Windows 10x64. The notification is displayed when the connection to the agent is not established.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•