Closed
Bug 752834
Opened 13 years ago
Closed 12 years ago
UI tweaks for the property view
Categories
(DevTools :: Debugger, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 15
People
(Reporter: vporof, Assigned: vporof)
References
Details
(Whiteboard: [fixed-in-fx-team])
Attachments
(1 file, 5 obsolete files)
(deleted),
patch
|
past
:
review+
|
Details | Diff | Splinter Review |
It's bad to assume someone is interested in EVERYTHING that's shown in the property view. For example, we probably never really need to look at __proto__, but now it's the first element shown and it even has the same colors.
Let's reduce visual clutter, by playing with ordering and css a bit.
Assignee | ||
Updated•13 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•13 years ago
|
||
Also, we're displaying [object Constructor] for everything except primitives (or strings and null). Again, clutter. I think the Constructor information is more than enough.
Assignee | ||
Comment 2•13 years ago
|
||
We should also have nicer property name displays for Arguments, Array and Object types, like Firebug does. Followup bug for this.
Assignee | ||
Updated•13 years ago
|
Priority: -- → P2
Assignee | ||
Comment 3•13 years ago
|
||
Filed bug 753332 addressing comment #1 and #2.
Assignee | ||
Updated•13 years ago
|
Assignee | ||
Updated•13 years ago
|
Assignee | ||
Comment 4•13 years ago
|
||
Also fixed some bad indents in DVF_updateState from the debugger xulification.
Attachment #622800 -
Flags: review?(rcampbell)
Assignee | ||
Comment 5•13 years ago
|
||
Had to rebase, since bug 753313 is trending right now.
Attachment #622800 -
Attachment is obsolete: true
Attachment #622800 -
Flags: review?(rcampbell)
Attachment #622824 -
Flags: review?(rcampbell)
Assignee | ||
Comment 6•13 years ago
|
||
Somewhat dependent on bug 752770. Please postpone review until that settles.
Comment 7•13 years ago
|
||
Comment on attachment 622824 [details] [diff] [review]
v1
+ aCallback && aCallback(prop, value);
are we doing this now? I guess that's ok.
Comment 8•13 years ago
|
||
I'd like to try this out, I would. But the patch depth is too deep.
Assignee | ||
Updated•13 years ago
|
Assignee | ||
Updated•13 years ago
|
Assignee | ||
Comment 9•13 years ago
|
||
Rebased.
Attachment #622824 -
Attachment is obsolete: true
Attachment #622824 -
Flags: review?(rcampbell)
Attachment #625517 -
Flags: review?(rcampbell)
Assignee | ||
Comment 10•12 years ago
|
||
Rebased.
Attachment #625517 -
Attachment is obsolete: true
Attachment #625517 -
Flags: review?(rcampbell)
Attachment #627727 -
Flags: review?(rcampbell)
Assignee | ||
Comment 11•12 years ago
|
||
Achievement unlocked: forgot to qref.
Attachment #627727 -
Attachment is obsolete: true
Attachment #627727 -
Flags: review?(rcampbell)
Attachment #627728 -
Flags: review?(rcampbell)
Assignee | ||
Comment 12•12 years ago
|
||
Bug 755346 generated a lot of fuzz, qrefreshed.
Comment 13•12 years ago
|
||
Comment on attachment 627935 [details] [diff] [review]
v3
ok. Let me try this.
Updated•12 years ago
|
Attachment #627728 -
Flags: review?(rcampbell)
Updated•12 years ago
|
Attachment #627728 -
Attachment is obsolete: true
Comment 14•12 years ago
|
||
Comment on attachment 627935 [details] [diff] [review]
v3
Review of attachment 627935 [details] [diff] [review]:
-----------------------------------------------------------------
Got a call from the Homeowners Association that I should help the homeless, so I'm stealing this.
Looks good.
Attachment #627935 -
Flags: review+
Updated•12 years ago
|
Whiteboard: [land-in-fx-team]
Comment 15•12 years ago
|
||
Whiteboard: [land-in-fx-team] → [fixed-in-fx-team]
Comment 16•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 15
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•