mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 15:10:19 +00:00
Documentation: Add one more option for getting started
Using a profiler is another great way to find issues
This commit is contained in:
parent
8409178a11
commit
551b72b018
Notes:
github-actions[bot]
2024-10-27 08:43:56 +00:00
Author: https://github.com/yyny Commit: https://github.com/LadybirdBrowser/ladybird/commit/551b72b0181 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1988
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ Here are some of the ways you can find an issue in Ladybird:
|
|||
* Manually, by using the browser as you normally would.
|
||||
* By finding failing WPT tests on [WPT.fyi](https://wpt.fyi/results/?label=master&product=ladybird). Note that while fixes are welcome, you don't need to submit issue reports for individual tests.
|
||||
* By finding WPT tests on [WPT.fyi](https://wpt.fyi/results/?label=master&product=ladybird) that are [timing out in Ladybird](https://wpt.fyi/results/?product=ladybird&q=status%3Atimeout). For a real-world walk-through of doing that from start to finish with an actual timing-out-in-Ladybird test case, see the [“Fixing a WPT timeout in Window.postMessage()”](https://www.youtube.com/watch?v=X4S9afzRTXs) “browser hacking” video.
|
||||
* By using a profiling tool such as [Callgrind](https://valgrind.org/docs/manual/cl-manual.html) to find code that can be improved.
|
||||
|
||||
If you’re not necessarily already a proficient C++ programmer, beginning by troubleshooting WPT tests may be the very best way to get started contributing to the project — especially if you _do_ already have some proficiency with frontend JavaScript code.
|
||||
|
||||
|
|
Loading…
Reference in a new issue