Closed
Bug 735781
Opened 13 years ago
Closed 13 years ago
Make sure nsScreen don't call RemoveObserver when it's actually not observing
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla14
People
(Reporter: mounir, Assigned: mounir)
References
Details
Attachments
(1 file)
1.73 KB,
patch
|
justin.lebar+bug
:
review+
|
Details | Diff | Splinter Review |
Follow-up from bug 725951: nsScreen was causing the crash because it can call twice RemoveObserver().
Assignee | ||
Comment 1•13 years ago
|
||
As promised.
Assignee: nobody → mounir
Status: NEW → ASSIGNED
Attachment #605975 -
Flags: review?(justin.lebar+bug)
Comment 2•13 years ago
|
||
Did you forget to qref? I don't see how this changes anything -- we'll still always call UnregisterScreenOrientationObserver.
Assignee | ||
Comment 3•13 years ago
|
||
The issue was that Invalidate() was called then mScreen was set to nsnull so mScreen was finally deleted and the dtor called so Invalidate() was called again. This should fix the issue.
Comment 4•13 years ago
|
||
Comment on attachment 605975 [details] [diff] [review]
Patch v1
Oh, duh.
Attachment #605975 -
Flags: review?(justin.lebar+bug) → review+
Comment 5•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla14
Comment 6•13 years ago
|
||
I backed this out along with all the other patches in the initial push. Something in the push regressed Ts on Android by 20% and I don't know which patch is to blame:
https://hg.mozilla.org/mozilla-central/rev/e94edfdb1f5b
Regression Ts increase 20.6% on Android 2.2 Mozilla-Inbound
--------------------------------------------------------------
Previous: avg 2653.656 stddev 87.856 of 30 runs up to revision 1239bd0779a6
New : avg 3201.178 stddev 110.202 of 5 runs since revision 0d61a0d8dba4
Change : +547.522 (20.6% / z=6.232)
Graph : http://mzl.la/zD3EWy
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 7•13 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•