Closed
Bug 258667
Opened 21 years ago
Closed 21 years ago
leak when opening a tab group that's on the personal toolbar
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Core
DOM: UI Events & Focus Handling
Tracking
()
RESOLVED
FIXED
People
(Reporter: dbaron, Assigned: dbaron)
Details
(Keywords: fixed-aviary1.0, fixed1.7.5, memory-leak, Whiteboard: [patch])
Attachments
(1 file, 1 obsolete file)
10.05 KB,
patch
|
jst
:
review+
jst
:
superreview+
asa
:
approval-aviary+
asa
:
approval1.7.5+
|
Details | Diff | Splinter Review |
I leak when I open a tab group that's on the personal toolbar in Firefox. Patch
to be attached.
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Comment 2•21 years ago
|
||
I've fixed too many leaks in this code not to do this (convert to nsCOMPtr /
nsCOMArray).
Assignee | ||
Updated•21 years ago
|
Attachment #158381 -
Attachment is obsolete: true
Assignee | ||
Updated•21 years ago
|
Attachment #158678 -
Flags: superreview?(jst)
Attachment #158678 -
Flags: review?(jst)
Assignee | ||
Updated•21 years ago
|
Whiteboard: [patch]
Comment 3•21 years ago
|
||
Comment on attachment 158678 [details] [diff] [review]
patch
Yeah, I'm all for doing this, thanks dbaron! r+sr=jst
Attachment #158678 -
Flags: superreview?(jst)
Attachment #158678 -
Flags: superreview+
Attachment #158678 -
Flags: review?(jst)
Attachment #158678 -
Flags: review+
Assignee | ||
Comment 4•21 years ago
|
||
Fix checked in to trunk, 2004-09-12 20:22 -0700.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•21 years ago
|
||
Comment on attachment 158678 [details] [diff] [review]
patch
Making approval requests for after Firefox 1.0PR.
Attachment #158678 -
Flags: approval1.7.x?
Attachment #158678 -
Flags: approval-aviary?
Comment 6•21 years ago
|
||
Seems to kill compilation under VC++ .Net 2003 (using free toolkit) with this
error :
"c:\logs\moz\mozilla\dist\include\layout\nsPresCOMPtr.h(200) : error C2873:
'AddRef' : symbol cannot be used in a using-declaration
c:\logs\moz\mozilla\dist\include\layout\nsPresCOMPtr.h(200) : error C2027: use
of undefined type 'imgIRequest'
../../dist\include\layout\nsPresContext.h(64) : see declaration of 'imgIRequest'
c:\logs\moz\mozilla\dist\include\xpcom\nsCOMPtr.h(201) : error C2873: 'Release'
: symbol cannot be used in a using-declaration
make[5]: ** [nsNativeTheme.obj] Error 2
And then build process is killed :[
Assignee | ||
Comment 7•21 years ago
|
||
Unrelated to this bug, and there's no file called nsPresCOMPtr.h.
Comment 8•21 years ago
|
||
Well, so my computer is guilty there. Strange point is that I can build without
problem firefox or thunderbird (branch based code).
Sorry for spamming the bug.
Comment 9•21 years ago
|
||
Comment on attachment 158678 [details] [diff] [review]
patch
a=asa for checkin to the branches.
Attachment #158678 -
Flags: approval1.7.x?
Attachment #158678 -
Flags: approval1.7.x+
Attachment #158678 -
Flags: approval-aviary?
Attachment #158678 -
Flags: approval-aviary+
Assignee | ||
Comment 10•21 years ago
|
||
Fix checked in to MOZILLA_1_7_BRANCH, 2004-09-14 13:38 -0700.
Fix checked in to AVIARY_1_0_20040515_BRANCH, 2004-09-14 13:39 -0700.
Keywords: fixed-aviary1.0,
fixed1.7.x
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•