Sylvain Defresne
Sylvain Defresne
Please provide a side-by-side diff mode. It make reading some change list _much_ easier.
The review tool should provide a single file view to allow reviewing complex files, or change lists. One use case is to have the ability to see a new API...
It would be good to have keyboard navigation to go to the next / previous modified chunk / file in the review tool so that we can easily review a...
Some of my CL (https://codereview.chromium.org/771723002 for example) requires LGTM from more than one OWNERS however, when I check the dashboard view, the status is green (https://codereview.chromium.org/). I can get the...
When reviewing diffs, there are link to provide more context. It would be useful to be able to collapse the context when it is no longer required (otherwise the scrolling...
When using `OCMPartialMock` to mock a `UIView` that has been inserted in the view hierarchy (passed to `-addSubView:` of some other view), then the app crashes in `NSInvocation` `-dealloc`. This...
According to [Manifest V2 support timeline](https://developer.chrome.com/docs/extensions/mv3/mv2-sunset/), the extension will stop working in January 2023 unless it is converted to Manifest V3. The guide [Migrating to Manifest V3](https://developer.chrome.com/docs/extensions/mv3/intro/mv3-migration/) gives information on...