Howard Chang abandoned this change.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
assertTrue(subpage.getPref('skills.enabled').value as boolean);`getPref<boolean>`
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
assertTrue(subpage.getPref('skills.enabled').value as boolean);Howard Chang`getPref<boolean>`
Done
| 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. |
| 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. |
}is there any reason for not adding these rules to a CSS file?
This seems unrelated to the description of the change, lets add some extra details.
MAX_VALUE = 9,shouldnt the max value be 8 here?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
is there any reason for not adding these rules to a CSS file?
This seems unrelated to the description of the change, lets add some extra details.
Polymer components declare their local styles inside a <style> block in the component's HTML template. This keeps style rules encapsulated within the element's shadow root. You can also find similar pattern for other html files.
MAX_VALUE = 9,shouldnt the max value be 8 here?
No, the MAX_VALUE in WebUI enums serves as the exclusive boundary value. You can also find similar pattern in other enums in this file as well.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
settings: Add dedicated Skills subpage and toggle
original
cl:https://chromium-review.git.corp.google.com/c/chromium/src/+/7868856
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |