Closed
Bug 1659434
Opened 5 years ago
Closed 2 months ago
Store exceptions by 'sourceId'
Categories
(DevTools :: Debugger, task, P3)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: stepan, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
As suggested in revision D79108, exceptions should be store by sourceId
rather than by sourceActorId
.
This allows us to handle Bug 1643628 without too many broad changes.
Updated•5 years ago
|
Blocks: dbg-inline-preview
Severity: -- → S3
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P3
Reporter | ||
Comment 1•5 years ago
|
||
As suggested in revision [[ https://phabricator.services.mozilla.com/D79108#2645075| D79108]], exceptions shouldn't be stored by sourceActorId
.
This allows us to handle [[ https://bugzilla.mozilla.org/show_bug.cgi?id=1643628| Bug 1643628 ]] without too many broad changes.
- Stores exceptions by
sourceUrl
- Adds an action for removing exceptions from the store when the exception component unmounts
Updated•5 years ago
|
Assignee: nobody → stepanstava
Status: NEW → ASSIGNED
Comment 2•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months.
:bomsy, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee: stepanstava → nobody
Status: ASSIGNED → NEW
Flags: needinfo?(hmanilla)
Comment 3•2 months ago
|
||
i think this can be closed as Bug 1643628 is already fixed.
Status: NEW → RESOLVED
Closed: 2 months ago
Flags: needinfo?(hmanilla)
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•