Error: Got dlp-request-made message for a browsingContext that already has a busy view! Error when dropping a link from one Firefox window to another
Categories
(Firefox :: Data Loss Prevention, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr128 | --- | unaffected |
firefox131 | --- | unaffected |
firefox132 | --- | disabled |
firefox133 | --- | verified |
People
(Reporter: atrif, Unassigned)
References
(Blocks 2 open bugs, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
59.58 KB,
image/png
|
Details |
Found in
- 133.0a1 (2024-10-03)
Affected versions
- 133.0a1 (2024-10-03)
- 132.0b2
Tested platforms
- Affected platforms: Windows 11, Windows 10
- Unaffected platforms:macOS 12, Ubuntu
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-2.json to it and then rename it to policies.json
- run the DLP agent in CMD using: .\content_analysis_sdk_agent.exe --user --toblock=.\d{3}-?\d{2}-?\d{4}. --towarn=.warn. --delays=10
Steps to reproduce
- Open two Firefox windows.
- Open the browser console and drop a link from one Firefox window to another.
Expected result
- No errors are displayed inside the browser console.
Actual result
Error: Got dlp-request-made message for a browsingContext that already has a busy view!
Error in the browser console each time a link is dropped.
Regression range
- This happens after drag and drop scanning was introduced inside Content Analysis (bug 1910452).
Additional notes
- Attached a screenshot with the error.
- I am not aware of any functionality problem for this error.
Comment 1•1 months ago
|
||
Set release status flags based on info from the regressing bug 1910452
:handyman, since you are the author of the regressor, bug 1910452, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
Comment 2•1 month ago
•
|
||
This is a combination of bug 1918582 and bug 1917334, the latter of which is fixed by the "multiple dialog" part of the patches in bug 1915351. That will remove the console message. Bug 1918582 is still an issue -- dropping links shouldn't cause a CA scan and therefore shouldn't have produced any dialogs at all. That's the broader bug and that remains open but this one is really technically being fixed in bug 1915351.
Reporter | ||
Comment 3•23 days ago
|
||
Thank you, David! Confirming that no console error is displayed when dropping a link from one Firefox window to another with Firefox 133.0a1 (2024-10-24) after bug 1915351 is landed.
Description
•