| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
mirror persisted CrOS-Prefs verbatim, but declares integer type [3]. This precariously works, as all enum string values happen to be
integer-like & cast-able to integer. VK+IME ext still reads the
value as string 1st then DIY cast back to number. We'll leave this private API intact for now.nit: Wrap to 72 columns.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
mirror persisted CrOS-Prefs verbatim, but declares integer type [3]. This precariously works, as all enum string values happen to be
integer-like & cast-able to integer. VK+IME ext still reads the
value as string 1st then DIY cast back to number. We'll leave this private API intact for now.nit: Wrap to 72 columns.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
private dependentOptionsDisabled_(value: OptionValue|string): boolean {I am surprised this is needed - I think optionvalue should include string (or maybe it only includes the consts?)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
private dependentOptionsDisabled_(value: OptionValue|string): boolean {I am surprised this is needed - I think optionvalue should include string (or maybe it only includes the consts?)
OptionValue is defined as the (union of the) types seen in OPTION_DEFAULT (see line 43), which now only includes those string enums (not general strings) and booleans and numbers. I could've removed "value === '0'" here, but didn't want to disturb stuff, esp. given the mysterious-sounding TODO comments here.
| 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. |