Request blocking toolbar button isn't available
Categories
(DevTools :: Netmonitor, defect, P2)
Tracking
(firefox71 verified, firefox72 verified)
People
(Reporter: Honza, Assigned: davidwalsh)
References
Details
Attachments
(2 files)
|
8.90 KB,
image/png
|
Details | |
|
47 bytes,
text/x-phabricator-request
|
pascalc
:
approval-mozilla-beta+
|
Details | Review |
When Request Blocking is enabled (devtools.netmonitor.features.requestBlocking), the Request Blocking button does not appear in the toolbars in two-toolbar mode (e.g. when docked to the side).
Honza
| Reporter | ||
Comment 1•6 years ago
|
||
David, can you please look at this. It's simple to fix, the button should be rendered around this place too:
https://searchfox.org/mozilla-central/rev/d7537a9cd2974efa45141d974e5fc7c727f1a78f/devtools/client/netmonitor/src/components/Toolbar.js#563
Honza
| Reporter | ||
Updated•6 years ago
|
| Assignee | ||
Comment 2•6 years ago
|
||
| Reporter | ||
Updated•6 years ago
|
| Assignee | ||
Updated•6 years ago
|
Comment 4•6 years ago
|
||
| bugherder | ||
Comment 5•6 years ago
|
||
Confirmed issue with 72.0a1 (2019-10-21) on Windows 10 .
Verified fix with 72.0a1 (2019-10-27) on Windows 10, macOS 10.14, Ubuntu 16.04.
Comment 6•6 years ago
|
||
Comment on attachment 9102979 [details]
Bug 1590029 - Show blocking button in multiple row view r=Honza
Beta/Release Uplift Approval Request
- User impact if declined: Request blocking icon disappears in right-docked mode
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): 1-liner fix for the toolbar icon.
- String changes made/needed:
Comment 7•6 years ago
|
||
Comment on attachment 9102979 [details]
Bug 1590029 - Show blocking button in multiple row view r=Honza
Low risk devtools polish fix, uplift approved for 71 beta 8, thanks.
Comment 8•6 years ago
|
||
| bugherder uplift | ||
Comment 9•6 years ago
|
||
Quick check on 71.0b8 as well. Button appears on all above mentioned platforms.
Description
•