In bug 1838438, we hacked together a sidebar for shopping, where the parent context communicated the product URL down to the sidebar by settings the `src` on its `browser` element. Let's update this to use messaging instead, as usual for internal components.
Bug 1840847 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
In bug 1838438, we hacked together a sidebar for shopping, where the parent context communicated the product URL down to the sidebar by settings the `src` on its `browser` element. Let's update the code that loads the shopping page to pass down the product URL using Actor messaging instead, as usual for internal components. We will file a separate bug to change the init flow from within the page.