Closed
Bug 1422394
Opened 7 years ago
Closed 7 years ago
Add a mechanism to safely report DLL load events
Categories
(Core :: mozglue, enhancement)
Tracking
()
RESOLVED
FIXED
mozilla59
Tracking | Status | |
---|---|---|
firefox59 | --- | fixed |
People
(Reporter: bugzilla, Assigned: bugzilla)
References
Details
(Whiteboard: aes+)
Attachments
(1 file, 1 obsolete file)
11.97 KB,
patch
|
bugzilla
:
review+
|
Details | Diff | Splinter Review |
We need this for UIA client detection because we cannot initiate that detection until *after* uiautomationcore.dll has been injected into our address space.
Assignee | ||
Comment 1•7 years ago
|
||
Note that this code is a bit more generic than it needs to be because I anticipate that we'll be enhancing this with additional functionality for InjectEject work.
Attachment #8934360 -
Flags: review?(jmathies)
Updated•7 years ago
|
Attachment #8934360 -
Flags: review?(jmathies) → review+
Assignee | ||
Comment 2•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/96940dc4db4491f6feec04cb19a812a81b94b9e2
Bug 1422394: Add a mechanism to report dll loads to an observer; r=jimm
Assignee | ||
Comment 3•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/8f233446cd06b7c91f66327cb8c8b0866eb68919
Bug 1422394: Follow-up: Add missing include to fix mingw bustage; r=bustage
Comment 4•7 years ago
|
||
Backed out for browser-chrome failure in test_headless_screenshot:
https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&revision=a4d279371d35bd824ca5a854097b92c6b8f9b738&filter-classifiedState=unclassified&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception
https://hg.mozilla.org/integration/mozilla-inbound/rev/ef5dabc27585bdf919419bd8d668a60f40c51ef5
Flags: needinfo?(aklotz)
Assignee | ||
Comment 5•7 years ago
|
||
Naturally I cannot reproduce this locally....
Flags: needinfo?(aklotz)
Assignee | ||
Comment 6•7 years ago
|
||
I was able to reproduce this on an opt build. This updated patch adds the various build fixes.
Attachment #8934360 -
Attachment is obsolete: true
Attachment #8935089 -
Flags: review+
Assignee | ||
Comment 7•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/d9ec1dda6c57b28b460a3e5bc35451519854593b
Bug 1422394: Add a mechanism to report dll loads to an observer; r=jimm
Comment 8•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
You need to log in
before you can comment on or make changes to this bug.
Description
•