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)
Core
JavaScript Engine
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.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D43547
Updated•5 years ago
|
Priority: -- → P1
Updated•5 years ago
|
Status: NEW → ASSIGNED
Whiteboard: [debugger-mvp]
Updated•5 years ago
|
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.
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
Comment 5•5 years ago
|
||
Backed out for conflicting with the backout of Bug 1576776
Status: RESOLVED → REOPENED
status-firefox71:
fixed → ---
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.
Comment 7•5 years ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 5 years ago → 5 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
Assignee | ||
Updated•5 years ago
|
Flags: needinfo?(bhackett1024)
You need to log in
before you can comment on or make changes to this bug.
Description
•