1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)C#10,221 stars (10,221 stars)2,940 forks (2,940 forks)batch import
Help Wantedfeature-requestup-for-grabs
Description
Contributor guide
- Tech stack
- csharp
- Domain
- apidesktop
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- C# programmingfamiliarity with Chromium Embedded Framework
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 40
- Research direction
- This issue requests adding a new method OnMediaAccessChange to the IDisplayHandler interface, mirroring a recent CEF commit. Start by studying the linked CEF commit to understand the expected behavior. Then locate the IDisplayHandler interface in the CefSharp source code (likely in CefSharp/Handler/IDisplayHandler.cs). Add the new method signature. Next, update all implementations of IDisplayHandler (e.g., the default handler) with a default implementation (probably returning true or forwarding). Ensure the method is called from the CEF wrapper layer. Check existing similar methods for patterns. The single comment on the issue might contain additional guidance or questions from the maintainer.