Closed
Bug 432055
Opened 17 years ago
Closed 17 years ago
applicationCache.status is 0 through the update process
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla1.9
People
(Reporter: nanto, Assigned: dcamp)
References
()
Details
Attachments
(1 file)
(deleted),
patch
|
jst
:
review+
jst
:
superreview+
mtschrep
:
approval1.9+
|
Details | Diff | Splinter Review |
applicationCache.status should return 2 (CHECKING) or 3 (DOWNLOADING) while the update process is running. But Gecko instead returns 0 (UNCACHED).
http://lxr.mozilla.org/seamonkey/source/uriloader/prefetch/nsOfflineCacheUpdate.cpp#1231
In nsOfflineCacheUpdate::GetStatus, aStatus is not used.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9pre) Gecko/2008050206 Minefield/3.0pre
Assignee | ||
Comment 1•17 years ago
|
||
Assignee: nobody → dcamp
Status: NEW → ASSIGNED
Attachment #320000 -
Flags: superreview?(jst)
Attachment #320000 -
Flags: review?(jst)
Updated•17 years ago
|
Attachment #320000 -
Flags: superreview?(jst)
Attachment #320000 -
Flags: superreview+
Attachment #320000 -
Flags: review?(jst)
Attachment #320000 -
Flags: review+
Updated•17 years ago
|
Attachment #320000 -
Flags: approval1.9+
Assignee | ||
Updated•17 years ago
|
Keywords: checkin-needed
Comment 2•17 years ago
|
||
mozilla/uriloader/prefetch/nsOfflineCacheUpdate.cpp 1.8
mozilla/dom/tests/mochitest/ajax/offline/test_simpleManifest.html 1.2
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Keywords: checkin-needed
OS: Windows XP → All
Hardware: PC → All
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9
Version: unspecified → Trunk
Updated•17 years ago
|
Flags: in-testsuite+
Comment 3•12 years ago
|
||
Why is this closed? This is still a problem in 2012...regression, or did this patch never land?
Updated•12 years ago
|
Component: DOM: Mozilla Extensions → DOM
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•