Closed
Bug 615829
Opened 15 years ago
Closed 14 years ago
mCachedKeysCount/mExposeCacheUpdateStatus are initialized out of order in nsDOMOfflineResourceList::nsDOMOfflineResourceList
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla5
People
(Reporter: timeless, Assigned: timeless)
References
Details
Attachments
(1 file)
879 bytes,
patch
|
mayhemer
:
review+
Biesinger
:
review+
jst
:
approval2.0-
|
Details | Diff | Splinter Review |
dom/src/offline/nsDOMOfflineResourceList.h:
In constructor ‘nsDOMOfflineResourceList::nsDOMOfflineResourceList(nsIURI*, nsIURI*, nsPIDOMWindow*, nsIScriptContext*)’:
120: warning: ‘nsDOMOfflineResourceList::mCachedKeysCount’ will be initialized after
115: warning: ‘bool nsDOMOfflineResourceList::mExposeCacheUpdateStatus’
dom/src/offline/nsDOMOfflineResourceList.cpp:143: warning: when initialized here
Assignee: nobody → timeless
Status: NEW → ASSIGNED
Attachment #494343 -
Flags: review?(cbiesinger)
Attachment #494343 -
Flags: approval2.0?
![]() |
||
Updated•15 years ago
|
Attachment #494343 -
Flags: review?(cbiesinger) → review+
Updated•15 years ago
|
Attachment #494343 -
Flags: review+
Comment 2•15 years ago
|
||
Comment on attachment 494343 [details] [diff] [review]
patch
Mass minusing patch approval that don't have high return. Please renominate if this is more important for 2.0 than it appears.
Attachment #494343 -
Flags: approval2.0? → approval2.0-
Comment 3•14 years ago
|
||
Whiteboard: fixed-in-cedar
Comment 4•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: fixed-in-cedar
Target Milestone: --- → mozilla2.2
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
•