MozillaSecurity / MozillaSecurity/FuzzManager
Don't reload the page when queries timeout
Open
Nobody has claimed this yet.
bug
crashmanager
- Dominant language
- Python
- Stars
- 208
- Forks
- 48
- Avg merge
- 23h 5m
- Merged PRs (30d)
- 2
Description
Queries that timeout will fail silently. Rather than reloading the page, we should just show the error.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with server/frontend/src/components/Crashes/List.vue around lines 430-449 and trace how a timed-out query is handled. Change the behavior so the timeout error is shown without reloading the page, then verify that the page remains loaded and the error is visible when a query times out.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100