Open
Bug 1898459
Opened 1 year ago
Updated 1 year ago
The "RELOAD_BROWSER" action is not supported by the featureCallout template
Categories
(Firefox :: Messaging System, defect, P3)
Firefox
Messaging System
Tracking
()
NEW
People
(Reporter: cmuntean, Unassigned)
References
Details
[Affected versions]:
- Firefox Release 126.0 (Build ID: 20240509170740)
- Firefox Nightly 127.0b4 (Build ID: 20240520091901)
- Firefox Nightly 128.0a1 (Build ID: 20240520214633)
[Affected Platforms]:
- Windows
- macOS
- Linux distro
[Prerequisites]:
- Have following prefs set:
- browser.newtabpage.activity-stream.asrouter.devtoolsEnabled = ture
[Steps to reproduce]:
- Open the browser using the profile from the prerequisites.
- Navigate to about:asrouter.
- Delete the content of any message and paste the JSON config for "RELOAD_BROWSER" featureCallout from here.
- Click the "Modify" button.
- Click the "Primary button".
- Observe the behavior.
[Expected result]:
- The page is reloaded.
[Actual result]:
- Nothing happens.
[ Notes]:
- Here is a screenshot of the browser console with the error displayed after clicking the primary button.
Comment 1•1 year ago
|
||
RELOAD_BROWSER
special action looks unused from any of the messaging surface feature (added initially for cookie banner handling) https://searchfox.org/mozilla-central/search?q=RELOAD_BROWSER&path=&case=false®exp=false.
Marking P3 as we have no immediate usecase Thanks
Updated•1 year ago
|
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•