Closed
Bug 1084430
Opened 9 years ago
Closed 7 years ago
Objects with properties named "<return>" or "<exception>" get styled like actual returns/exceptions do in the debugger
Categories
(DevTools :: Debugger, defect)
Tracking
(firefox45 fixed)
RESOLVED
FIXED
Firefox 45
Tracking | Status | |
---|---|---|
firefox45 | --- | fixed |
People
(Reporter: fitzgen, Assigned: tromey)
References
(Blocks 1 open bug)
Details
(Whiteboard: [polish-backlog])
Attachments
(1 file, 2 obsolete files)
19.22 KB,
patch
|
tromey
:
review+
|
Details | Diff | Splinter Review |
STR: In the console, or in some variable that is in scope when the debugger is paused: > obj = { "<return>": 5 } ER: The <return> key is black, like regular property keys (or like it is if you have a "<foo>" property key. AR: It is highlighted the color we use to distinguish returns and exceptions from properties and variables in the debugger.
Updated•8 years ago
|
Blocks: dbg-frontend
Reporter | ||
Updated•8 years ago
|
Whiteboard: [polish-backlog]
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → ttromey
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•8 years ago
|
||
Assignee | ||
Comment 2•8 years ago
|
||
Now with updated doc comments.
Attachment #8689051 -
Attachment is obsolete: true
Assignee | ||
Updated•8 years ago
|
Attachment #8689065 -
Flags: review?(vporof)
Updated•8 years ago
|
Attachment #8689065 -
Flags: review?(vporof) → review+
Assignee | ||
Comment 3•8 years ago
|
||
Rebased, added r=.
Attachment #8689065 -
Attachment is obsolete: true
Assignee | ||
Updated•8 years ago
|
Attachment #8689563 -
Flags: review+
Assignee | ||
Comment 4•8 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=666ebd43d299
Assignee | ||
Comment 5•8 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=5aa5ee04f7c5
Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
Comment 7•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/c6d9dafc91a1
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox45:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 45
Updated•5 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•