Make Content Analysis for DND use getURIForBrowsingContext
Categories
(Firefox :: Data Loss Prevention, defect)
Tracking
()
People
(Reporter: handyman, Assigned: handyman)
References
(Blocks 1 open bug, Regressed 1 open bug)
Details
Attachments
(2 files, 1 obsolete file)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-esr128+
|
Details | Review |
In bug 1910452, DND is using the URI for the target frame. Bug 1914068 will introduce GetURIForBrowsingContext
(when it lands) -- that should be used instead.
Assignee | ||
Comment 1•2 months ago
|
||
getURIForDropEvent delegates to getURIForBrowsingContext -- the ground truth for
CA URIs.
This also adds a check that getURIForDropEvent is correctly called in CA tests.
We do not yet test that it returns the right value -- that is future work.
Comment 3•2 months ago
|
||
bugherder |
Comment 4•17 days ago
|
||
getURIForDropEvent delegates to getURIForBrowsingContext -- the ground truth for
CA URIs.
This also adds a check that getURIForDropEvent is correctly called in CA tests.
We do not yet test that it returns the right value -- that is future work.
Original Revision: https://phabricator.services.mozilla.com/D222192
Updated•17 days ago
|
Comment 5•17 days ago
|
||
esr128 Uplift Approval Request
- User impact if declined: DLP URL to check will be wrong if drag/drop inside an iframe
- Code covered by automated testing: yes
- Fix verified in Nightly: yes
- Needs manual QE test: no
- Steps to reproduce for manual QE testing: n/a
- Risk associated with taking this patch: low
- Explanation of risk level: only affects DLP
- String changes made/needed: no
- Is Android affected?: no
Updated•17 days ago
|
Updated•17 days ago
|
Comment 6•17 days ago
|
||
getURIForDropEvent delegates to getURIForBrowsingContext -- the ground truth for
CA URIs.
This also adds a check that getURIForDropEvent is correctly called in CA tests.
We do not yet test that it returns the right value -- that is future work.
Original Revision: https://phabricator.services.mozilla.com/D222192
Updated•17 days ago
|
Comment 7•17 days ago
|
||
esr128 Uplift Approval Request
- User impact if declined: DLP URL to check will be wrong if drag/drop inside an iframe
- Code covered by automated testing: yes
- Fix verified in Nightly: yes
- Needs manual QE test: no
- Steps to reproduce for manual QE testing: n/a
- Risk associated with taking this patch: low
- Explanation of risk level: only affects DLP
- String changes made/needed: no
- Is Android affected?: no
Updated•17 days ago
|
Updated•12 days ago
|
Updated•12 days ago
|
Description
•