hi Simon, Hidehiko, PTAL
The CQ is failing on presubmit bots, where the "License doesn't list the current year" error comes from a previous CLs in the chain.
| 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. |
| Code-Review | +1 |
EXPECT_EQ(false, content::EvalJs(web_contents, "'chromeos' in window"));nit: `EXPECT_FALSE`
| Commit-Queue | +2 |
Thank you!
Edman Anjosnit: remove newline
Acknowledged, the newline separates this from the `+chrome/` block above. this makes sense IMO and it's common in the codebase
EXPECT_EQ(false, content::EvalJs(web_contents, "'chromeos' in window"));Edman Anjosnit: `EXPECT_FALSE`
iwa: Introduce the enable-chromeos-isolated-web-app-set-shape flag
This is a user visible flag in chrome://flags. When set this enables the
`chromeos.isolatedWebApp.setShape` API for IWAs in ChromeOS.
Enable the API locally with this line in /etc/chrome_dev.conf:
--enable-features=CrosIsolatedWebAppSetShape
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |