Commit-Queue | +1 |
lucasradaelli: c/b/accessibility
romanarora: c/b/thems
alexmos: content/browser/web_contents
tluk: Rest
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
Nice - lgtm!
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 |
still lgtm (though we may still be missing at least third_party/blink/renderer/core/paint/theme_painter_default.cc)
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
still lgtm (though we may still be missing at least third_party/blink/renderer/core/paint/theme_painter_default.cc)
Oof, we were missing multiple files. I apparently didn't notate that I needed to update GetPreferredContrast().
pmonette: c/b/win
chrishtr: third_party/blink/renderer/core
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Actually chrishtr@ can cover c/b/accessibility also
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
lgtm with nits
bool inverted_colors() const { return inverted_colors_; }
Previous comment applies here too.
bool forced_colors() const { return forced_colors_; }
That reads less like a bool now, especially in juxtaposition with `page_colors` below. Why not keep it as `in_forced_colors_mode`?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
bool inverted_colors() const { return inverted_colors_; }
Previous comment applies here too.
Acknowledged
bool forced_colors() const { return forced_colors_; }
That reads less like a bool now, especially in juxtaposition with `page_colors` below. Why not keep it as `in_forced_colors_mode`?
I agree. But in a followup change I'll be eliminating page_colors() and making this return an enum instead of a bool, so this minimizes the diff to that.
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 |
Auto-Submit | +1 |
Sorry Tom, back to you one more time for missed files :(
Code-Review | +1 |
Sorry Tom, back to you one more time for missed files :(
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |