Enable sending UI notifications for ETP on mobile
Categories
(Firefox for Android Graveyard :: General, defect, P1)
Tracking
(firefox-esr60 wontfix, firefox-esr6869+ verified, firefox68 wontfix, firefox69 verified, firefox70 verified)
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
Details
(Whiteboard: [fennec68.1])
Attachments
(3 files)
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
RyanVM
:
approval-mozilla-esr68+
|
Details | Review |
|
47 bytes,
text/x-phabricator-request
|
Details | Review |
Similar to bug 1566836, there is another pref which we currently do not enable on mobile, which causes us to not send UI notifications for ETP on mobile. This causes devtools console messages to not work on Fennec. We should just remove this (now useless pref) on trunk and turn it on for branches.
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
| Assignee | ||
Comment 4•6 years ago
|
||
Comment 6•6 years ago
|
||
Ehsan, do we need to uplift your ETP UI notification fix to Fennec? We plan to ship ETP in Fennec ESR 68.1 (September 3).
Comment 7•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/f6e9a663d0ff
https://hg.mozilla.org/mozilla-central/rev/85a61edcb280
| Assignee | ||
Comment 8•6 years ago
|
||
(In reply to Chris Peterson [:cpeterson] from comment #6)
Ehsan, do we need to uplift your ETP UI notification fix to Fennec? We plan to ship ETP in Fennec ESR 68.1 (September 3).
Definitely, that was why I attached a branch patch. :-)
| Assignee | ||
Comment 9•6 years ago
|
||
Comment on attachment 9083721 [details]
Bug 1572139 - Enable sending UI notifications for ETP on mobile;
Beta/Release Uplift Approval Request
- User impact if declined: Devtools web console messages for ETP will not work on mobile.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: STR:
- Ensure the
network.cookie.cookieBehaviorpref is set to4on Fennec. - Connect devtools web console to Fennec using remote debugging.
- Navigate to https://www.cnn.com.
- Ensure you see messages like the below in the web console:
Request to access cookie or storage on “<url>” was blocked because it came from a tracker and content blocking is enabled.
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): The code that gets enabled by this pref has been shipped to users on desktop...
- String changes made/needed: None
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Comment 10•6 years ago
|
||
Comment on attachment 9083721 [details]
Bug 1572139 - Enable sending UI notifications for ETP on mobile;
Moving the release uplift request over to esr68 where fennec lives nowadays.
Updated•6 years ago
|
Comment 11•6 years ago
|
||
Comment on attachment 9083721 [details]
Bug 1572139 - Enable sending UI notifications for ETP on mobile;
Enables UI notifications for ETP on mobile. Approved for Fennec 68.1b6. Note that only this branch patch need to land.
Comment 12•6 years ago
|
||
| bugherder uplift | ||
Updated•6 years ago
|
Comment 13•6 years ago
|
||
| bugherder uplift | ||
Comment 14•6 years ago
|
||
Hi!
I tested this on ESR 68.1b6, Beta 69.0b13, Nightly 70.0a1 (2019-08-13) with Samsung Galaxy S8 (Android 9) following the steps from Comment 9 and messages like "Request to access cookie or storage on “<url>” was blocked because it came from a tracker and content blocking is enabled." are displayed in the web console.
I will mark this as verified on Firefox esr68, Firefox 69 and Firefox 70. Thanks!
Updated•5 years ago
|
Description
•