Closed
Bug 1423644
Opened 8 years ago
Closed 8 years ago
Don't create the nsAppShell hidden message window, when not using native event processing.
Categories
(Core :: DOM: Content Processes, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla59
| Tracking | Status | |
|---|---|---|
| firefox59 | --- | fixed |
People
(Reporter: bobowen, Assigned: bobowen)
References
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8935044 -
Flags: review?(jmathies)
Comment 2•8 years ago
|
||
Comment on attachment 8935044 [details] [diff] [review]
Don't create the nsAppShell hidden message window, when not using native event processing
Review of attachment 8935044 [details] [diff] [review]:
-----------------------------------------------------------------
::: widget/windows/nsAppShell.cpp
@@ +172,5 @@
> NS_ASSERTION(sTaskbarButtonCreatedMsg, "Could not register taskbar button creation message");
>
> + // The hidden message window is used for interrupting the processing of native
> + // events, so that we can process gecko events.
> + // Therefore, we only need it if we are processing native events.
nit - odd wrapping here, tighten this comment up please.
Attachment #8935044 -
Flags: review?(jmathies) → review+
| Assignee | ||
Comment 3•8 years ago
|
||
Thanks Jim, I'll remove the break on the full stop then.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=1f0d236c8a9a473184bef516edb62e1ff74f3870
Pushed by bobowencode@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/56b0acc6e0af
Don't create the nsAppShell hidden message window, when not using native event processing. r=jimm
Comment 5•8 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
You need to log in
before you can comment on or make changes to this bug.
Description
•