Closed
Bug 894796
Opened 12 years ago
Closed 12 years ago
Ignore about:blank loads for gfx recording to prevent prematurely closing the window
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla25
People
(Reporter: MattN, Assigned: MattN)
References
Details
Attachments
(1 file)
2.12 KB,
patch
|
bas.schouten
:
review+
|
Details | Diff | Splinter Review |
The window closes prematurely when the about:blank load from the <browser> is caught by OnDocumentLoad.
Some cleanup:
* Removed dead code
* Added missing \n
* Fixed mode line
Attachment #776949 -
Flags: review?(bas)
Comment 1•12 years ago
|
||
Comment on attachment 776949 [details] [diff] [review]
v.1 Ignore the initial about:blank load from the <browser> and with some cleanup
Review of attachment 776949 [details] [diff] [review]:
-----------------------------------------------------------------
r+! I love it, did we verify if it fixed the problem?
Attachment #776949 -
Flags: review?(bas) → review+
Assignee | ||
Comment 2•12 years ago
|
||
I verified it works for me a few weeks ago. I haven't got confirmation from anyone else that it works for them.
Assignee | ||
Comment 3•12 years ago
|
||
Flags: in-testsuite-
Comment 4•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla25
You need to log in
before you can comment on or make changes to this bug.
Description
•