Closed Bug 1577409 Opened 5 years ago Closed 5 years ago

Storage inspector is not working when debugging Firefox For Android

Categories

(DevTools :: about:debugging, defect, P2)

defect

Tracking

(firefox70 fixed)

RESOLVED FIXED
Firefox 70
Tracking Status
firefox70 --- fixed

People

(Reporter: jdescottes, Assigned: jdescottes)

Details

Attachments

(1 file)

The Storage actor imports a file from "devtools/client", which is missing when remote debugging Firefox for android:

https://searchfox.org/mozilla-central/rev/8ea946dcf51f0d6400362cc1d49c8d4808eeacf1/devtools/server/actors/storage.js#36-41

loader.lazyRequireGetter(
  this,
  "naturalSortCaseInsensitive",
  "devtools/client/shared/natural-sort",
  true
);

We should move devtools/client/shared/natural-sort to devtools/shared/natural-sort

Sadly we don't have any way to fix this for older servers.
So even with the fix, this will only work when connecting to Firefox for Android 70 or newer...

Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/784dbdeddcb3
Move natural-sort helper to fix Storage panel in remote debugging r=daisuke
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 70
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: