Devtools properties-db.js.in (template) and properties-db.js (generated file) have the wrong path to their script
Categories
(DevTools :: Shared Components, task)
Tracking
(firefox77 fixed)
| Tracking | Status | |
|---|---|---|
| firefox77 | --- | fixed |
People
(Reporter: dholbert, Assigned: dholbert)
Details
Attachments
(2 files)
properties-db.js.in and properties-db.js have a code-comment saying:
- [...] The actual script
- to generate these files can be found at devtools/shared/css/generate-properties-db.js.
However, no such file exists at that location in the tree.
There's just a missing subdirectory -- the script lives in the generated/ subdirectory within the referenced css directory. We should fix the code comment to match reality.
| Assignee | ||
Comment 1•5 years ago
|
||
Comment 2•5 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
| Assignee | ||
Comment 3•5 years ago
|
||
This patch's changes were automatically generated by the following command:
./mach devtools-css-db
Depends on D72097
Updated•5 years ago
|
| Assignee | ||
Comment 4•5 years ago
|
||
Perhaps it's overkill, but for maximal purity/cleanliness, I split this into two parts -- editing the template in "part 1", and regenerating the generated file in "part 2" (so that changes to manually-written files vs. auto-generated files are in separate commits).
Comment 6•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/a72b3f178ca3
https://hg.mozilla.org/mozilla-central/rev/cbc332a9c91d
Description
•