| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
nit: screencast of general behavior would be nice since this CL makes substantial UI changes.
<div style="display: flex; align-items: center; gap: 8px;">nit: instead of inlining the styles I think it'll be better to give the div an id selector and style the selector instead.
animation: none !important;Is there a way to use these styles without `!important`?. Here and the one below as well.
set(path: string, value: unknown): void;Why is this needed?
this.set('showNewBadge_', isNew);nit: can't you just do `this.showNewBadge_ = isNew`?
LOG(ERROR) << "BSS Migration Debug - profile is null!";Think you left the log statement here by accident.
LOG(ERROR) << "BSS Migration Debug - starting checks."Same as above^
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
nit: screencast of general behavior would be nice since this CL makes substantial UI changes.
Done
<div style="display: flex; align-items: center; gap: 8px;">nit: instead of inlining the styles I think it'll be better to give the div an id selector and style the selector instead.
Done
Is there a way to use these styles without `!important`?. Here and the one below as well.
Done
set(path: string, value: unknown): void;Zack HanWhy is this needed?
Done
nit: can't you just do `this.showNewBadge_ = isNew`?
Done
Think you left the log statement here by accident.
Done
LOG(ERROR) << "BSS Migration Debug - starting checks."Zack HanSame as above^
Done
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Hi Chris, can you take a look at the c/b/s/https_first_mode... related changes? Thanks!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
LGTM % pending failing tests get resolved
securityStandardBundleSafeBrowsingDefault: SafeBrowsingSetting.STANDARD,What are these variables used for? Here and in the HATS suite below.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
// Migrates existing Enhanced bundle users to Balanced HFM and schedules the
// upgrade Toast if they haven't manually customized HFM.
void MigrateEnhancedBundleUsersAndMaybeShowToast();Unintended removal of the logic added in the parent CL?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |