Closed
Bug 616787
Opened 14 years ago
Closed 14 years ago
mEventloopNestingLevel is initialized out of order in nsBaseAppShell::nsBaseAppShell
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
FIXED
mozilla5
People
(Reporter: timeless, Assigned: timeless)
References
Details
(Whiteboard: [build_warning])
Attachments
(1 file)
(deleted),
patch
|
neil
:
review+
benjamin
:
approval2.0-
|
Details | Diff | Splinter Review |
widget/src/xpwidgets/nsBaseAppShell.h:
In constructor ‘nsBaseAppShell::nsBaseAppShell()’:
125: warning: ‘nsBaseAppShell::mNativeEventPending’ will be initialized after
106: warning: ‘PRUint32 nsBaseAppShell::mEventloopNestingLevel’
widget/src/xpwidgets/nsBaseAppShell.cpp:
57: warning: when initialized here
Assignee: nobody → timeless
Status: NEW → ASSIGNED
Attachment #495342 -
Flags: review?(neil)
Attachment #495342 -
Flags: approval2.0?
Updated•14 years ago
|
Attachment #495342 -
Flags: review?(neil) → review+
Updated•14 years ago
|
Whiteboard: [build_warning]
Comment 2•14 years ago
|
||
Comment on attachment 495342 [details] [diff] [review]
patch
Let's keep the tree clean.
Attachment #495342 -
Flags: approval2.0? → approval2.0-
Comment 4•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.2
Comment 5•7 years ago
|
||
Moving to Core:XUL per https://bugzilla.mozilla.org/show_bug.cgi?id=1455336
Component: XP Toolkit/Widgets: XUL → XUL
You need to log in
before you can comment on or make changes to this bug.
Description
•