Closed
Bug 660985
Opened 14 years ago
Closed 6 years ago
describeType() shouldn't show API-versioning metadata
Categories
(Tamarin Graveyard :: Virtual Machine, defect, P3)
Tamarin Graveyard
Virtual Machine
Tracking
(Not tracked)
RESOLVED
WONTFIX
Q1 12 - Brannan
People
(Reporter: stejohns, Assigned: dschaffe)
Details
(Whiteboard: WE:2870741, loose-end)
Attachments
(1 file)
5.13 KB,
patch
|
rreitmai
:
review+
|
Details | Diff | Splinter Review |
for code like
trace(describeType(new Sprite()));
returned XML contains tags such as:
<metadata name="API">
<arg key="" value="670"/>
</metadata>
API versioning is internal data we want to keep hidden, even from describeType.
Reporter | ||
Comment 1•14 years ago
|
||
Assignee: nobody → stejohns
Attachment #536422 -
Flags: review?(rreitmai)
Updated•14 years ago
|
Attachment #536422 -
Flags: review?(rreitmai) → review+
Comment 2•14 years ago
|
||
changeset: 6364:142afb5146d6
user: Steven Johnson <stejohns@adobe.com>
summary: Bug 660985 - describeType() shouldn't show API-versioning metadata (r=rreitmai)
http://hg.mozilla.org/tamarin-redux/rev/142afb5146d6
Reporter | ||
Comment 3•14 years ago
|
||
tr-serrano 6301:44cd84a51c4b
tr 6364:142afb5146d6
This is fixed now but the problem has appeared twice. A test case is required before resolving this bug. Assigning to Dan Schaffer to craft the test case that ensures extraneous values don't creep into the describeType() results.
Assignee: stejohns → dschaffe
Status: NEW → ASSIGNED
Flags: in-testsuite?
Flags: flashplayer-qrb+
Flags: flashplayer-injection+
Flags: flashplayer-bug+
Priority: -- → P3
Whiteboard: WE:2870741 → WE:2870741, loose-end
Target Milestone: --- → Q4 11 - Anza
Comment 5•6 years ago
|
||
Tamarin isn't maintained anymore. WONTFIX remaining bugs.
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•