Open Bug 1799862 Opened 2 years ago Updated 2 years ago

Consolidate throttling state in NetworkThrottleManager

Categories

(DevTools :: Netmonitor, task)

task

Tracking

(Not tracked)

People

(Reporter: jdescottes, Unassigned)

References

(Blocks 1 open bug)

Details

Currently the network-parent module stores some state related to network throttling:

  • backs up the initial value
  • avoids updating the throttling data if the new value is the same as the current one
  • resets the initial value on clear

Some of this logic could potentially be handled directly by the NetworkThrottleManager? This might help/be related to Bug 1460872

Blocks: 1800831
You need to log in before you can comment on or make changes to this bug.