Closed
Bug 656460
Opened 14 years ago
Closed 13 years ago
Skip dummy frames for function.caller
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: mrbkap, Assigned: mrbkap)
References
Details
(Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file)
(deleted),
patch
|
luke
:
review+
asa
:
approval-mozilla-beta-
|
Details | Diff | Splinter Review |
Normally this isn't necessary, but for an upcoming patch, I need to have a dummy frame in the same compartment as the current compartment. The dummy frame isn't really a "caller", so we should skip it.
Attachment #531764 -
Flags: review?(luke)
Assignee | ||
Comment 1•14 years ago
|
||
Please pretend that I named the new StackFrame* variable "callerframe" so it doesn't conflict with the JSObject "caller" inside the if statement.
I also made a getCompartment -> compartment renaming while I was there.
Updated•14 years ago
|
Attachment #531764 -
Flags: review?(luke) → review+
Assignee | ||
Comment 2•14 years ago
|
||
Whiteboard: fixed-in-tracemonkey
Assignee | ||
Comment 3•14 years ago
|
||
Note that the patch that landed was slightly different than the patch attached here...
Asking for tracking-firefox5 as this is a prerequisite for bug 650273.
tracking-firefox5:
--- → ?
Updated•14 years ago
|
Comment 4•13 years ago
|
||
cdleary-bot mozilla-central merge info:
http://hg.mozilla.org/mozilla-central/rev/2453a6adb500
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 5•13 years ago
|
||
Comment on attachment 531764 [details] [diff] [review]
Patch
Please land this patch to mozilla-beta.
Attachment #531764 -
Flags: approval-mozilla-beta+
Comment 6•13 years ago
|
||
I don't see this in mozilla-beta yet and we're starting to run out of runway. Please land ASAP. Thanks.
Comment 7•13 years ago
|
||
Comment on attachment 531764 [details] [diff] [review]
Patch
pulling back approval and not going to try to fix for Firefox 5.
Attachment #531764 -
Flags: approval-mozilla-beta+ → approval-mozilla-beta-
Updated•13 years ago
|
status-firefox5:
--- → wontfix
You need to log in
before you can comment on or make changes to this bug.
Description
•