Focus Custom Tabs do not show the top level domain +1 in the address bar
Categories
(Focus :: General, enhancement, P3)
Tracking
(firefox142+ fixed)
People
(Reporter: kbrosnan, Assigned: michel)
References
Details
(Keywords: csectype-spoof, sec-low, Whiteboard: [adv-main142+])
Attachments
(1 file)
Comment 1•7 years ago
|
||
Updated•3 years ago
|
| Assignee | ||
Updated•9 months ago
|
| Assignee | ||
Updated•8 months ago
|
| Assignee | ||
Updated•8 months ago
|
| Assignee | ||
Comment 5•8 months ago
|
||
The fix for this bug is actually trivial. We only need to set ToolbarFeature.RenderStyle.RegistrableDomain for Custom Tabs instead of ToolbarFeature.RenderStyle.ColoredUrl like in https://hg-edge.mozilla.org/mozilla-central/rev/64d8dfa544cb when custom tabs are used.
I'm just not sure whether I should pass isCustomTabSession or renderStyle to BrowserToolbarIntegration or if this could be just inferred from customTabId being null.
Comment 6•8 months ago
|
||
For the moment you can infer it from the customTabId value since that is the pattern used in that class.
| Assignee | ||
Comment 7•8 months ago
|
||
| Assignee | ||
Comment 8•8 months ago
|
||
Could you please review the attached revision?
Updated•8 months ago
|
| Assignee | ||
Comment 9•8 months ago
|
||
Could you please look again at the attached revision?
Updated•8 months ago
|
Comment 10•8 months ago
|
||
Comment 11•8 months ago
|
||
Comment 12•8 months ago
|
||
Backed out for causing perma fenix debug failures @ BrowserToolbarIntegrationTest
Backout link: https://hg.mozilla.org/integration/autoland/rev/26c9c225e74d7872acc517fb4359972aa6cb1f9c
| Assignee | ||
Comment 13•8 months ago
|
||
Sorry for that. I added a default renderStyle and run the tests locally.
Comment 14•8 months ago
|
||
Comment 15•8 months ago
|
||
| bugherder | ||
Updated•8 months ago
|
Updated•7 months ago
|
Updated•6 months ago
|
Description
•