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•3 months ago
|
Assignee | ||
Updated•3 months ago
|
Assignee | ||
Updated•3 months ago
|
Assignee | ||
Comment 5•3 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•3 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•3 months ago
|
||
Assignee | ||
Comment 8•2 months ago
|
||
Could you please review the attached revision?
Updated•2 months ago
|
Assignee | ||
Comment 9•2 months ago
|
||
Could you please look again at the attached revision?
Updated•2 months ago
|
Comment 10•2 months ago
|
||
Comment 11•2 months ago
|
||
Comment 12•2 months ago
|
||
Backed out for causing perma fenix debug failures @ BrowserToolbarIntegrationTest
Backout link: https://hg.mozilla.org/integration/autoland/rev/26c9c225e74d7872acc517fb4359972aa6cb1f9c
Assignee | ||
Comment 13•2 months ago
|
||
Sorry for that. I added a default renderStyle
and run the tests locally.
Comment 14•2 months ago
|
||
Comment 15•2 months ago
|
||
bugherder |
Updated•2 months ago
|
Updated•21 days ago
|
Updated•10 days ago
|
Description
•