Closed
Bug 653888
Opened 14 years ago
Closed 14 years ago
JSON Walk algorithm should be able to delete properties from parsed arrays
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla6
People
(Reporter: Waldo, Assigned: Waldo)
References
()
Details
(Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file)
10.52 KB,
patch
|
paul.biggar
:
review+
|
Details | Diff | Splinter Review |
Was doing a last bit of cleanup here since most of the rest of the code is well-examined for spec compliance issues, turns out there's a little bit to go still -- good thing I looked.
Attachment #529258 -
Flags: review?(pbiggar)
Comment 1•14 years ago
|
||
Comment on attachment 529258 [details] [diff] [review]
Patch with test
Review of attachment 529258 [details] [diff] [review]:
The only comment I'd have here is that it would be good to use variable names from the spec, like 'val' and 'keys'.
Attachment #529258 -
Flags: review?(pbiggar) → review+
Comment 2•14 years ago
|
||
Oh, and I forgot to say, this didn't apply for me, so I havent checked that this works.
Assignee | ||
Comment 3•14 years ago
|
||
Nope, it's atop a bunch of other patches locally (some of which you just reviewed). That's not uncommon; in general, if you want something to test and the patch doesn't work, ping me on IRC for a patch bundle.
Comment 4•14 years ago
|
||
cdleary-bot mozilla-central merge info:
http://hg.mozilla.org/mozilla-central/rev/83ae6e7c572e
http://hg.mozilla.org/mozilla-central/rev/50fe7f87c01a (backout)
Note: not marking as fixed because last changeset is a backout.
Assignee | ||
Comment 5•14 years ago
|
||
Whiteboard: fixed-in-tracemonkey
Comment 6•14 years ago
|
||
cdleary-bot mozilla-central merge info:
http://hg.mozilla.org/mozilla-central/rev/3ba391aa3130
Assignee | ||
Comment 7•14 years ago
|
||
Per comment 6 (bot bug?).
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•