Closed Bug 580748 Opened 15 years ago Closed 15 years ago

"timeStamp" -> "timestamp" in the Console

Categories

(DevTools :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Firefox 4.0b3

People

(Reporter: pcwalton, Assigned: pcwalton)

Details

Attachments

(1 file)

Attached patch Patch.Splinter Review
In the Console, there are two paths in constructing message objects: the HUDConsole() constructor and the createLogNode() method of the HUDService object. One of them sets a field called "timeStamp", while the other chooses "timestamp". "timeStamp" is an identifier used nowhere else in the file. It will simplify the header code slightly to use one identifier in all places. The attached patch fixes this. Requesting approval for Fx4.
Attachment #459120 - Flags: review?(dtownsend)
Justification of approval: Headers for the Console are part of the UI for the Console, bug 559481. I am requesting blocking status for Firefox 4 for the Console UI.
blocking2.0: --- → ?
When requesting blocking please provide an explanation of the user impact of the bug.
This bug is not blocking. I can work around it. However, the UI is blocking, so I am requesting approval for this bug to simplify the UI code I'm about to write.
blocking2.0: ? → ---
Attachment #459120 - Flags: review?(dtownsend) → review+
Keywords: checkin-needed
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Keywords: checkin-needed
OS: Mac OS X → All
Hardware: x86 → All
Resolution: --- → FIXED
Target Milestone: --- → Firefox 4.0b3
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: