Open
Bug 903578
Opened 12 years ago
Updated 3 years ago
Clean up the code for converting to/from value grips
Categories
(DevTools :: Framework, task, P5)
DevTools
Framework
Tracking
(Not tracked)
NEW
People
(Reporter: bbenvie, Unassigned)
References
(Blocks 1 open bug)
Details
There's a number of places code that manipulates value grips exists. The function "createValueGrip" is replicated, with minor variations, in at least three places. These should be merged into one function. It would also be good to have a function that does the opposite, "gripToValue" or something.
Comment 1•12 years ago
|
||
Brandon,
I'll work on this bug. Although I suspect I'll need some help since this is only my second ticket.
| Reporter | ||
Comment 2•12 years ago
|
||
This might not be the best bug to work on as one of your first. While most of it is simple, there's some hairy details at the edge due to needing to create object grips in different ways between the difference implementations of createValueGrip.
Comment 3•12 years ago
|
||
Ok, I'll look around for a bug that's more suitable to my skill level. Thanks.
Updated•12 years ago
|
Priority: -- → P3
Updated•11 years ago
|
Summary: DRY up code for converting to/from Value Grips → Clean up the code for converting to/from value grips
Updated•11 years ago
|
Blocks: dbg-server
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Type: defect → task
Component: Debugger → Framework
Priority: P3 → P5
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•