| Commit-Queue | +1 |
Bryant ChandlerDo we need to also focus the text box inside Bluebird when this happens?
Wei GuoIf that's a requirement, then it would need to call show. There's no guarantee that the panel is showing on the selected tab.
Sounds like a good QoL improvement, but I am not aware of a PRD for this feature yet. I imagine we can follow up when the requirement is there.
base::UmaHistogramCounts100("Glic.ActivateTab.CandidateTabCount",Wei GuoThis is a bit ambiguous. maybe better to Use ActivateTabWithConversation
Done
base::UmaHistogramCounts100("Glic.ActivateTab.CandidateTabCount",
target_tabs.size());Wei GuoPlease put this in GlicInstanceCoordinatorMetrics.
Done
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
{.load_as_component = true}))I wonder if this is actually the offending part here, since the comment claims to load the test in a non-extension page. Maybe this belongs in GlicMessagingBrowserTest?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
{.load_as_component = true}))I wonder if this is actually the offending part here, since the comment claims to load the test in a non-extension page. Maybe this belongs in GlicMessagingBrowserTest?
Can you clarify what 'offending' mean here? Does it mean this is the only test that requires "serviceworker" as the custom_arg?
{.load_as_component = true}))Wei GuoI wonder if this is actually the offending part here, since the comment claims to load the test in a non-extension page. Maybe this belongs in GlicMessagingBrowserTest?
Can you clarify what 'offending' mean here? Does it mean this is the only test that requires "serviceworker" as the custom_arg?
yeah, I'm still not clear on how the tests are invoked twice, so was thinking that a test that loads both the component extension and a test page would cause this. If this is the only test that requires the multiple contexts then moving it out could simplify this code.