Closed
Bug 1533100
Opened 6 years ago
Closed 6 years ago
Remove win32k calls in child process init
Categories
(Core :: IPC, enhancement, P3)
Core
IPC
Tracking
()
RESOLVED
DUPLICATE
of bug 1381022
Tracking | Status | |
---|---|---|
firefox67 | --- | affected |
People
(Reporter: jimm, Unassigned)
References
Details
Code in xul!XRE_InitChildProcess results in calls to NtUserSetWinEventHook, FindWindowExW, GetWindowThreadProcessId, among others.
Potentialy a dupe of bug 1381022.
Example stack -
3 - win32u!NtUserQueryWindow
win32u!NtUserQueryWindow
user32!GetWindowThreadProcessId+0x83
xul!`anonymous
xul!mozilla::ipc::windows::InitUIThread+0x1b9
xul!XRE_InitChildProcess+0xa13
xul!mozilla::BootstrapImpl::XRE_InitChildProcess+0x2a
firefox!content_process_main+0xe4
firefox!NS_internal_main+0x117
Updated•6 years ago
|
Priority: -- → P3
Reporter | ||
Updated•6 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•