Open Bug 1725358 Opened 3 years ago Updated 2 years ago

Handle "allow downloads" and "block downloads" buttons being pressed on a blocked download.

Categories

(Firefox :: Downloads Panel, task, P3)

Desktop
Unspecified
task

Tracking

()

People

(Reporter: ava8katushka, Unassigned)

References

(Depends on 1 open bug, Blocks 1 open bug)

Details

(Whiteboard: [fidefe-Outreachy2021])

“Allow downloads” was pressed

  • Download panel is closed.
  • The “Downloads blocked” item is removed from the panel.
  • ALLOW_ACTION permission for the website is stored.
  • Requests are cleared from counter in Downloads Panel ( “website” : [request1, request2...] )
  • On each request object “OnStartRequest” function is called to resume the execution in the order they had arrived.

“Block downloads” was pressed

  • Download panel is closed.
  • The “Downloads blocked” item is removed from the panel.
  • BLOCKED_ACTION permission for the website is stored.
  • Requests are cleared from counter in Downloads Panel ( “website” : [request1, request2...] )
Blocks: 1711049
Depends on: 1725355
Status: UNCONFIRMED → NEW
Ever confirmed: true
Severity: -- → S3
Priority: -- → P3
Whiteboard: [fidefe-Outreachy2021]
Assignee: nobody → ava8katushka
Status: NEW → ASSIGNED
Assignee: ava8katushka → nobody
Status: ASSIGNED → NEW
You need to log in before you can comment on or make changes to this bug.