Closed Bug 1576781 Opened 5 years ago Closed 5 years ago

Add Debugger API to get offsets of effectful script operations

Categories

(Core :: JavaScript Engine, task, P1)

task

Tracking

()

RESOLVED FIXED
mozilla71
Tracking Status
firefox71 --- fixed

People

(Reporter: bhackett1024, Assigned: bhackett1024)

References

Details

(Whiteboard: [debugger-mvp])

Attachments

(1 file, 1 obsolete file)

In order to execute scripts and still guarantee that no externally-visible side effects can occur, users of the Debugger API need to be able to find the locations within a script which can directly have side effects (setting properties, setting names on an environment object, etc.). See bug 1561424 comment 4 for more about the rationale behind this.

Priority: -- → P1
Blocks: dbg-71
Status: NEW → ASSIGNED
Whiteboard: [debugger-mvp]
Attachment #9088311 - Attachment is obsolete: true
Pushed by bhackett@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e1be19463a59
Part 2 - Add Debugger.Script.getEffectfulOffsets, r=jimb.
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla71

Backed out for conflicting with the backout of Bug 1576776

Status: RESOLVED → REOPENED
Flags: needinfo?(bhackett1024)
Resolution: FIXED → ---
Target Milestone: mozilla71 → ---
Pushed by bhackett@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7f4da9acd057
Part 2 - Add Debugger.Script.getEffectfulOffsets, r=jimb.
Status: REOPENED → RESOLVED
Closed: 5 years ago5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
Flags: needinfo?(bhackett1024)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: