Open
Bug 667463
Opened 14 years ago
Updated 3 years ago
mozItems bugged
Categories
(Firefox :: General, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: gmoulin.dev, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; rv:7.0a1) Gecko/20110626 Firefox/7.0a1
Build ID: 20110626030756
Steps to reproduce:
Mozilla/5.0 (Windows NT 6.1; rv:7.0a1) Gecko/20110626 Firefox/7.0a1 ID:20110626030756
console.log(window.applicationCache);
console.log(window.applicationCache.mozItems);
The page have a manifest (see #667457 for code).
Actual results:
0 items in offline cache
DOMStringList { length=0}
Expected results:
In "Options > Advanced > Network" my site is listed with 272kb of data.
So i should have some entries in window.applicationCache.mozItems.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•