From googleclient/chrome/chromium_gwsq/ipc/config.gwsq:
IPC: kin...@chromium.org
📎 It looks like you’re making a possibly security-sensitive change! 📎 IPC security review isn’t a rubberstamp, so your friendly security reviewer will need a fair amount of context to review your CL effectively. Please review your CL description and code comments to make sure they provide context for someone unfamiliar with your project/area. Pay special attention to where data comes from and which processes it flows between (and their privilege levels). Feel free to point your security reviewer at design docs, bugs, or other links if you can’t reasonably make a self-contained CL description. (Also see https://cbea.ms/git-commit/).
IPC reviewer(s): kin...@chromium.org
Reviewer source(s):
kin...@chromium.org is from context(googleclient/chrome/chromium_gwsq/ipc/config.gwsq)
| 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. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
uint32_t pool_generation_ = 0;A comment explaining what this is would be helpful.
MOCK_METHOD(void, InvalidateBuffers, (), (override));NIT: can you update the other MOCK_METHOD declarations while you are in here to also use the new, integerless format (e.g. MOCK_METHOD instead of MOCK_METHOD0)?
MOCK_METHOD(void, InvalidateBuffers, (), (override));NIT: can you update the other MOCK_METHOD declarations while you are in here to also use the new, integerless format (e.g. MOCK_METHOD instead of MOCK_METHOD0)?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
A comment explaining what this is would be helpful.
Done
NIT: can you update the other MOCK_METHOD declarations while you are in here to also use the new, integerless format (e.g. MOCK_METHOD instead of MOCK_METHOD0)?
Done
NIT: can you update the other MOCK_METHOD declarations while you are in here to also use the new, integerless format (e.g. MOCK_METHOD instead of MOCK_METHOD0)?
| 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. |
4 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
Implement InvalidateBuffers for video capture (cl 2/6)
This CL adds InvalidateBuffers method to FrameSinkVideoCapturer. It adds the method to:
- video capture device on browser side
- mojom interface
- FrameSinkVideoCapturerImpl in viz
- 2 used Frame Buffer Pool implementations and their interface
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |