Closed
Bug 645174
Opened 14 years ago
Closed 14 years ago
Is JSON JS library even needed?
Categories
(Websites Graveyard :: markup.mozilla.org, defect)
Websites Graveyard
markup.mozilla.org
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: wenzel, Assigned: adam)
Details
markApp.js contains the JSON.org JS library (it shouldn't, cf. bug 645170).
Question, is this even necessary? Is there any WebGL-capable browser that doesn't have native JSON parsing?
Feel free to mark this INVALID if there is a legitimate use case that I am missing.
Updated•14 years ago
|
Assignee: nobody → adam
Assignee | ||
Comment 1•14 years ago
|
||
Ditching it, and adding some code to check for the presence of a native JSON library before running the JS.
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•14 years ago
|
||
Ditched. Pushed to github.
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 3•14 years ago
|
||
Is this [qa-] or are there steps I can take to qa this?
Reporter | ||
Comment 4•14 years ago
|
||
Yes, if you can add a mark, then it's working.
Comment 5•14 years ago
|
||
(In reply to comment #4)
> Yes, if you can add a mark, then it's working.
:) QA Verified.
Status: RESOLVED → VERIFIED
Updated•3 years ago
|
Product: Websites → Websites Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•