Closed
Bug 809671
Opened 13 years ago
Closed 13 years ago
"Assertion failure: count.numLocks >= count.numHidden" switching tabs in full-screen mode
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
People
(Reporter: jruderman, Assigned: kanru)
References
Details
(Keywords: regression, testcase, Whiteboard: [battery])
Attachments
(2 files)
|
6.10 KB,
text/html
|
Details | |
|
1019 bytes,
patch
|
justin.lebar+bug
:
review+
|
Details | Diff | Splinter Review |
In a debug build of Firefox for Mac:
1. Full screen a page (Cmd+Shift+F)
2. Open a new tab (Cmd+T)
3. Close that tab (Cmd+W) or switch back to the first tab
Assertion failure: count.numLocks >= count.numHidden, at hal/HalWakeLock.cpp:118
Based on when I started seeing this, I'm guessing it's a regression from bug 805017.
| Assignee | ||
Comment 1•13 years ago
|
||
We assumed that when visibility change event occurs, the visibility state is different. I should have asserted that. I don't know how could this happen though.
Assignee: nobody → kchen
Attachment #679538 -
Flags: review?(justin.lebar+bug)
| Assignee | ||
Updated•13 years ago
|
OS: Mac OS X → All
Comment 2•13 years ago
|
||
Comment on attachment 679538 [details] [diff] [review]
Don't change wake lock state if visibility doesn't change. v1
Okay!
Attachment #679538 -
Flags: review?(justin.lebar+bug) → review+
| Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
Comment 4•13 years ago
|
||
Keywords: checkin-needed
Comment 5•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
| Assignee | ||
Updated•12 years ago
|
blocking-b2g: --- → tef?
status-b2g18:
--- → affected
status-b2g18-v1.0.0:
--- → wontfix
status-b2g18-v1.0.1:
--- → affected
status-b2g-v1.1hd:
--- → affected
| Assignee | ||
Comment 7•12 years ago
|
||
Nominated because this will cause wrong wakelock count which will affect power usage.
Comment 8•12 years ago
|
||
+1. Power consumption is a big issue. We need to prevent our phones from exhausting the battery quickly.
| Reporter | ||
Updated•12 years ago
|
Whiteboard: [battery]
Comment 9•12 years ago
|
||
I can confirm that this missed the b2g18 train.
I doubt we can take this on tef now. That's a bummer, but missing bugs like this is the risk we knew we were taking when we adopted a many-branches model.
Updated•12 years ago
|
blocking-b2g: tef? → leo+
Comment 10•12 years ago
|
||
Comment 11•12 years ago
|
||
Updated•12 years ago
|
Flags: in-moztrap-
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•