Closed
Bug 756086
Opened 13 years ago
Closed 10 years ago
"chrome://global/content/bindings/resizer.xml#resizer" is a property on the window object, on Windows
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
FIXED
Firefox 31
People
(Reporter: kuzzcc, Unassigned)
References
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.1132.8 Safari/536.11
Steps to reproduce:
test
====
<n>
<script type="text/javascript">
alert((Object.getOwnPropertyNames(window)+'').match(/chrome[^,]*/g))
</script>
Actual results:
Memory leaks
Expected results:
.
Component: Untriaged → General
QA Contact: untriaged → general
Whiteboard: [MemShrink]
Comment 1•13 years ago
|
||
How can you tell this is a memory leak?
I understand this bug to mean that your window object sometimes has a
chrome://global/content/bindings/resizer.xml#resizer
property on it. That's not necessarily a leak.
Moreover, I can't reproduce that behavior.
I test firefox nightly and Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0
chrome://global/content/bindings/resizer.xml#resizer xxxxxx just like something memory address
Updated•13 years ago
|
Attachment #625452 -
Attachment mime type: text/plain → text/html
Comment 4•13 years ago
|
||
Okay, I see this on a Windows machine. On Linux, the alert reads "null", as expected.
I still don't think this is a memory leak, though. This looks pretty benign, to be honest.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Whiteboard: [MemShrink]
Updated•13 years ago
|
Hardware: x86_64 → x86
Summary: Memory leaks resizer.xml → "chrome://global/content/bindings/resizer.xml#resizer" is a property on the window object, on Windows
Comment 7•12 years ago
|
||
Justin: I see this resizer.xml in the Web Console on Linux as well. Do you know why it show on the window object?
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Target Milestone: --- → Firefox 31
Updated•10 years ago
|
QA Whiteboard: [good first verify]
You need to log in
before you can comment on or make changes to this bug.
Description
•