Auto-Submit | +1 |
Code-Review | +1 |
Commit-Queue | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
void SetPseudoElement(PseudoId,
Vladimir LevinThe parameter name `view_transition_name` is misleading in the context of `OverscrollPseudoElementData`. To improve clarity, please rename it to `overscroll_area_name` in these function declarations to match the name used in the implementations. (Blink Style Guide: Naming - May leave obvious parameter names out of function declarations)
_To keep this interaction as brief and non-intrusive as possible, please consider responding with one of following options:
**Done** | **Won't fix**: reason | **b/<bug_id>** | **Invalid:** reasonThis comment was generated by [Experimental Blink C++ Code Review Agent](http://go/blink-c++-code-review-agent).AI reviews can sometimes be inaccurate; We appreciate your 🙏 feedback 🙏 to help us improve.[File a bug](http://go/blink-c++-code-review-agent-feedback) | [Provide feedback on chat](https://chat.google.com/room/AAQA0zhQHe0?cls=4) | [Opt-out](https://ganpati2.corp.google.com/group/peep-genai-blink-agent-optout.prod)_
Won't fix: prototyping stage
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Auto-Submit | +1 |
Code-Review | +1 |
Commit-Queue | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Rune, please take a look. This is adding some of the pseudo elements that I think we will need. It's hard to land a lot more code than this since it becomes complicated, so for now this should just be handling pseudo element processing without actually creating them in any path. That will come in future CLs.