Closed
Bug 502661
Opened 16 years ago
Closed 16 years ago
flash.trace.Trace should include namespaces for internal classes
Categories
(Tamarin Graveyard :: Virtual Machine, enhancement)
Tamarin Graveyard
Virtual Machine
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: stejohns, Assigned: stejohns)
Details
Attachments
(1 file)
3.13 KB,
patch
|
stejohns
:
review+
edwsmith
:
superreview+
|
Details | Diff | Splinter Review |
currently, the names set to listeners of the Trace class includes namespaces only for public classes; internal classes are undecorated. this makes it impossible to use for certain code-coverage purposes. We should send the fully-qualified name for all classes and methods in this case.
Assignee | ||
Comment 1•16 years ago
|
||
Simple patch to include package namespace for trace callbacks.
Attachment #387479 -
Flags: superreview?(edwsmith)
Attachment #387479 -
Flags: review?
Updated•16 years ago
|
Attachment #387479 -
Flags: superreview?(edwsmith) → superreview+
Assignee | ||
Updated•16 years ago
|
Attachment #387479 -
Flags: review? → review+
Assignee | ||
Comment 2•16 years ago
|
||
pushed to redux as changeset: 2115:50f0554e96f7
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 3•16 years ago
|
||
Resolved fixed engineering / work item that has been pushed. Setting status to verified.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•