Closed
Bug 702733
Opened 14 years ago
Closed 10 years ago
Fennec does not exit properly if fast startup view has been closed
Categories
(Core Graveyard :: Widget: Qt, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: romaxa, Assigned: romaxa)
Details
Attachments
(1 file, 1 obsolete file)
While fast startup view is shown user can try to close fennec,
current code emits single XUL_CLOSE event, but that fail, because it is not started yet, so as result we have partially started xul, no window, and not possible to start fennec again...
| Assignee | ||
Comment 1•14 years ago
|
||
Comment 2•14 years ago
|
||
Comment on attachment 574657 [details] [diff] [review]
Exit quickly if window close before XUL/layout initialized (while screenshot is shown)
Review of attachment 574657 [details] [diff] [review]:
-----------------------------------------------------------------
::: widget/src/qt/faststartupqt/nsFastStartupQt.cpp
@@ +117,5 @@
> sFastStartup = 0;
> }
>
> void
> +nsFastStartup::CloseRequested()
can't this just call RemoveFakeLayout, then exit()?
Attachment #574657 -
Flags: review?(doug.turner) → review-
| Assignee | ||
Comment 3•14 years ago
|
||
Then I see some warnings in terminal, which complain about not freed resources... but not sure if we really care about it before exit...
| Assignee | ||
Comment 4•14 years ago
|
||
updated version
Attachment #574657 -
Attachment is obsolete: true
Attachment #574965 -
Flags: review?(doug.turner)
Updated•14 years ago
|
Attachment #574965 -
Flags: review?(doug.turner) → review+
Comment 5•10 years ago
|
||
In bug 1282866, I have removed the QT code from the Firefox tree with the approval of the active peer. That code is not currently maintained by any team.
I have looked through the bugs in the Widget: Qt bugzilla component and I believe all of these are no longer relevant because the Qt code has been removed. If you believe that this bug is still valid, please move it to another more appropriate bugzilla component as you reopen it.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → INCOMPLETE
Updated•10 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•