Closed
Bug 854924
Opened 12 years ago
Closed 12 years ago
Change "can't allocate graphics resources" from NS_ERROR to NS_WARNING
Categories
(Core :: IPC, defect)
Core
IPC
Tracking
()
People
(Reporter: justin.lebar+bug, Assigned: justin.lebar+bug)
References
Details
Attachments
(1 file)
1.07 KB,
patch
|
bent.mozilla
:
review+
|
Details | Diff | Splinter Review |
If a remote iframe tries to Show() itself after it's been removed from the DOM, we print an NS_ERROR and kill the subprocess.
Killing it is OK, but printing an NS_ERROR causes mochitests to fail. The mochitest isn't doing anything wrong, and I don't think the subprocess is either. So I'd like to change this to a warning.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #729589 -
Flags: review?
Assignee | ||
Updated•12 years ago
|
Attachment #729589 -
Flags: review? → review?(bent.mozilla)
Comment on attachment 729589 [details] [diff] [review]
Patch, v1
Review of attachment 729589 [details] [diff] [review]:
-----------------------------------------------------------------
Sounds reasonable to me. (In my opinion all NS_ERROR/NS_ASSERTION should be fatal just like MOZ_ASSERT, so if this condition can actually happen it should be a warning.)
Attachment #729589 -
Flags: review?(bent.mozilla) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Assignee | ||
Comment 4•12 years ago
|
||
tef? because this indirectly blocks a blocker. This simple change is not risky.
blocking-b2g: --- → tef?
Updated•12 years ago
|
Updated•12 years ago
|
Assignee: nobody → justin.lebar+bug
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla22
Comment 6•12 years ago
|
||
https://hg.mozilla.org/releases/mozilla-b2g18/rev/08eeda248760
https://hg.mozilla.org/releases/mozilla-b2g18_v1_0_1/rev/4dfa4d05e3b9
status-b2g18-v1.0.0:
--- → wontfix
status-firefox20:
--- → wontfix
status-firefox21:
--- → wontfix
status-firefox22:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•