Closed Bug 1297733 Opened 8 years ago Closed 4 years ago

devtools html localization: investigate usage of properties & dtds outside of devtools folder

Categories

(DevTools :: General, defect, P3)

defect

Tracking

(firefox51 affected)

RESOLVED INVALID
Tracking Status
firefox51 --- affected

People

(Reporter: jdescottes, Unassigned)

References

Details

(Whiteboard: [reserve-html])

Devtools are using several localization files which are not in the devtools folder: 

- chrome://global/locale/globalKeys.dtd, used in:
  - devtools/client/framework/toolbox.xul
- chrome://global/locale/layout_errors.properties, used in:
  - devtools/client/animationinspector/test/browser_animation_animated_properties_displayed.js
- chrome://global/locale/global.dtd, used in:
  - devtools/client/memory/memory.xhtml
- chrome://pippki/locale/certManager.dtd, used in:
  - used devtools/client/netmonitor/netmonitor.xul
- chrome://global/locale/editMenuOverlay.dtd, used in:
  - devtools/client/framework/toolbox.xul
  - devtools/client/projecteditor/chrome/content/projecteditor.xul
  - devtools/client/scratchpad/scratchpad.xul
  - devtools/client/styleeditor/styleeditor.xul
- chrome://branding/locale/brand.properties, used in: 
  - devtools/client/responsivedesign/resize-commands.js
  - devtools/shared/gcli/commands/addon.js
  - devtools/shared/gcli/commands/listen.js
  - devtools/shared/gcli/commands/restart.js
  - devtools/shared/gcli/commands/screenshot.js
  - devtools/shared/system.js

For each of those files we should decide what to do:
- keep using the original file in chrome, and use a fallback value in content
- keep using the original file in chrome, and package it with webpack
- copy the values to an existing or new devtools file
- find an alternative to stop using the file
Flags: qe-verify-
Whiteboard: [devtools-html] [triage]
Priority: -- → P2
Whiteboard: [devtools-html] [triage] → [devtools-html]
None of the localization files mentioned in the summary are used by the inspector, removing this bug from the MVP.
Priority: P2 → --
Priority: -- → P3
Whiteboard: [devtools-html] → [reserve-html]
Product: Firefox → DevTools

Bug summary is outdated and using devtools in content is no longer something we are trying to achieve.

Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.