Skip to content

Commit

Permalink
bugreport/contributing - Add --use-alloy-style to cefclient tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amaitland committed Sep 27, 2024
1 parent bafde73 commit fd27f81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ body:
2. Extract tar.bz2 file
3. Execute cefclient.exe using the **command line args below**:
For WPF/OffScreen `cefclient.exe --multi-threaded-message-loop --no-sandbox --off-screen-rendering-enabled --enable-gpu`
For WinForms `cefclient.exe --multi-threaded-message-loop --no-sandbox`
For WPF/OffScreen `cefclient.exe --multi-threaded-message-loop --no-sandbox --off-screen-rendering-enabled --enable-gpu --use-alloy-style`
For WinForms `cefclient.exe --multi-threaded-message-loop --no-sandbox --use-alloy-style`
- type: dropdown
id: cefclient-testing
attributes:
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ It maybe helpful to run the `cefclient` application and compare output with `Cef
- Extract and run cefclient.exe
- If you are using WPF/OffScreen run
```
cefclient.exe --multi-threaded-message-loop --no-sandbox --off-screen-rendering-enabled --enable-gpu
cefclient.exe --multi-threaded-message-loop --no-sandbox --off-screen-rendering-enabled --enable-gpu --use-alloy-style
```
- If you are using WinForms run
```
cefclient.exe --multi-threaded-message-loop --no-sandbox
cefclient.exe --multi-threaded-message-loop --no-sandbox --use-alloy-style
```
- **MAKE SURE TO TEST WITH THE COMMAND LINE ARGS LISTED ABOVE**
- If you can reproduce the problem with `cefclient` then you'll need to report the bug on https://github.com/chromiumembedded/cef there is no point opening an issue here. (Make sure you search before opening an issue)
Expand Down

0 comments on commit fd27f81

Please sign in to comment.