Closed
Bug 1685667
Opened 5 years ago
Closed 5 years ago
Move devtools/shared/screenshot/ capture and save file to resp. devtools/server and devtools/client
Categories
(DevTools :: Framework, task)
DevTools
Framework
Tracking
(firefox86 fixed)
RESOLVED
FIXED
86 Branch
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
Details
Attachments
(1 file)
capture
is only used from the server, and save
only from the client.
There's no benefit of having those files in devtools/shared
Assignee | ||
Comment 1•5 years ago
|
||
Since capture.js was only loaded by server files and
save.js by client files, there wasn't any reason to
have them in devtools/shared.
The files are moved and the references are updated.
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5dda014205e4
Move devtools/shared/screenshot files to client/server. r=jdescottes.
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•