Closed Bug 1539316 Opened 6 years ago Closed 6 years ago

Hangs in local storage when using iframes from file:///

Categories

(Core :: Storage: localStorage & sessionStorage, defect, P2)

x86_64
Linux
defect

Tracking

()

RESOLVED DUPLICATE of bug 1534431
Tracking Status
firefox68 --- affected

People

(Reporter: birtles, Unassigned)

References

(Blocks 1 open bug)

Details

Possibly a dupe of bug 1534431 but this reproduces 100% of the time for me.

  1. git clone https://github.com/birtles/cssconf2019.git test
  2. cd test
  3. git reset --hard 6b511e4 (Possibly not necessary, but who knows what else I'll add to this repo in future)
  4. Run Nightly (debug or opt build, it doesn't matter)
  5. Open index.html from test and go to the css-transitions-overlay-intro slide. e.g. ./mach run file:///home/user/test/index.html#/css-transitions-overlay-intro

Expected results:

It loads.

Actual results:

It hangs while loading the iframe. Attaching a debugger and breaking reveals we're in local storage land (removeItem from memory).

If I flip dom.storage.next_gen to false it works. Loading the same URL over HTTPS is also fine.

Probably the same issue as in bug 1534431.

No longer blocks: 1517090
Blocks: 1540402

The priority flag is not set for this bug.
:overholt, could you have a look please?

Flags: needinfo?(overholt)

P2 for now.

Flags: needinfo?(overholt)
Priority: -- → P2
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.