Closed
Bug 1512437
Opened 6 years ago
Closed 6 years ago
Remove remaining sourcemap-specific server logic
Categories
(DevTools :: Debugger, enhancement, P2)
DevTools
Debugger
Tracking
(firefox66 fixed)
RESOLVED
FIXED
Firefox 66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: jlast, Assigned: loganfsmyth)
References
Details
Attachments
(3 files, 1 obsolete file)
Now that are no longer using sourcemaps in the server we should stop using getOriginalLocation
const newLocation = thread.unsafeSynchronize(
thread.sources.getOriginalLocation(generatedLocation)
);
Reporter | ||
Comment 1•6 years ago
|
||
Reporter | ||
Updated•6 years ago
|
Priority: -- → P2
Updated•6 years ago
|
Attachment #9029811 -
Attachment is obsolete: true
Assignee | ||
Updated•6 years ago
|
Depends on: 1513655
Summary: Stop using getOriginalLocation in the server → Remove remaining sourcemap-specific server logic
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → lsmyth
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Depends on D14627
Assignee | ||
Comment 4•6 years ago
|
||
Depends on D14628
Assignee | ||
Comment 5•6 years ago
|
||
Updated•6 years ago
|
Attachment #9031594 -
Attachment description: Bug 1512437 - Part 3: Convert all OriginalLocation instances to GeneratedLocations. → Bug 1512437 - Part 3: Convert all OriginalLocation instances to GeneratedLocations. r=jlast
Pushed by lsmyth@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4f56dfffb759
Part 1: Remove more sourcemap-specific codepaths that no longer apply. r=jlast
https://hg.mozilla.org/integration/autoland/rev/df34d5c8f55e
Part 2: Convert breakpoint APIs to be synchronous now that there are no sourcemaps. r=jlast
https://hg.mozilla.org/integration/autoland/rev/b1e417f2b451
Part 3: Convert all OriginalLocation instances to GeneratedLocations. r=jlast
Comment 7•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/4f56dfffb759
https://hg.mozilla.org/mozilla-central/rev/df34d5c8f55e
https://hg.mozilla.org/mozilla-central/rev/b1e417f2b451
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 66
You need to log in
before you can comment on or make changes to this bug.
Description
•