Move VariablesView files to devtools/client/storage
Categories
(DevTools :: Storage Inspector, task, P3)
Tracking
(firefox73 fixed)
Tracking | Status | |
---|---|---|
firefox73 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
Details
Attachments
(1 file)
After Scratchpad removal, the storage inspector will be the last consumer of the VariableView.
Let's move it to the storage inspector folder so it's obvious it does not have any other consumers.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Since the storage inspector is the last consumer of the VariablesView,
it makes sense to move the component directly in the storage inspector
folder.
Since it can't have a controller, the bits where we were checking this
are removed.
Depends on D54733
Comment 3•6 years ago
|
||
Backed out for build bustages on storage/moz.build
Backout link: https://hg.mozilla.org/integration/autoland/rev/ad5a005cee3ed9d6f883dc8312cc8fd24dce28b3
Log link: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=279272756&repo=autoland&lineNumber=1280
Assignee | ||
Comment 4•6 years ago
|
||
sorry, there was something wrong in how I moved the file.
I updated the patch and pushed to TRY to make sure everything is okay
![]() |
||
Comment 6•6 years ago
|
||
Backed out 2 changesets (Bug 1529917, Bug 1591874) for causing bustages in VariablesView.jsm
Backout link: https://hg.mozilla.org/integration/autoland/rev/4cf52729f132bf19c9465044d4f0e14b9cca25de
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=279319506&repo=autoland&lineNumber=1390
[task 2019-12-03T13:23:07.427Z] 13:23:07 INFO - mozbuild.frontend.reader.SandboxValidationError:
[task 2019-12-03T13:23:07.427Z] 13:23:07 INFO - ==============================
[task 2019-12-03T13:23:07.427Z] 13:23:07 INFO - FATAL ERROR PROCESSING MOZBUILD FILE
[task 2019-12-03T13:23:07.427Z] 13:23:07 INFO - ==============================
[task 2019-12-03T13:23:07.427Z] 13:23:07 INFO - The error occurred while processing the following file or one of the files it includes:
[task 2019-12-03T13:23:07.427Z] 13:23:07 INFO - /builds/worker/workspace/build/src/devtools/client/storage/moz.build
[task 2019-12-03T13:23:07.427Z] 13:23:07 INFO - The error occurred when validating the result of the execution. The reported error is:
[task 2019-12-03T13:23:07.427Z] 13:23:07 INFO - File listed in FINAL_TARGET_FILES does not exist: /builds/worker/workspace/build/src/devtools/client/storage/VariablesView.jsm
![]() |
||
Comment 9•6 years ago
|
||
Backed out 2 changesets (Bug 1529917, Bug 1591874) for ESlint failure on VariablesView.jsm.
https://hg.mozilla.org/integration/autoland/rev/15c693744f0c3e65ea3f60831f816e836741b753
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=279364277&repo=autoland&lineNumber=54
Comment 10•6 years ago
|
||
![]() |
||
Comment 11•6 years ago
|
||
bugherder |
Description
•