Closed
Bug 1722515
Opened 5 years ago
Closed 5 years ago
"ipc/mscom/ActivationContext.cpp(7,10): fatal error: 'mozilla/mscom/ActivationContext.h' file not found" bustage with --disable-accessibility
Categories
(Core :: IPC: MSCOM, defect)
Core
IPC: MSCOM
Tracking
()
RESOLVED
FIXED
92 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr78 | --- | unaffected |
| firefox-esr91 | --- | unaffected |
| firefox90 | --- | unaffected |
| firefox91 | --- | unaffected |
| firefox92 | --- | fixed |
People
(Reporter: RyanVM, Assigned: alexical)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
Looks like a regression from the changes in bug 1719849.
ipc/mscom/ActivationContext.cpp(7,10): fatal error: 'mozilla/mscom/ActivationContext.h' file not found
#include "mozilla/mscom/ActivationContext.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Flags: needinfo?(dothayer)
Updated•5 years ago
|
Keywords: regression
| Assignee | ||
Updated•5 years ago
|
Assignee: nobody → dothayer
Flags: needinfo?(dothayer)
| Assignee | ||
Comment 1•5 years ago
|
||
Pushed by dothayer@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2d2c5e6b61ff
Only build ActivationContext.cpp in mozglue if a11y r=Jamie
| Reporter | ||
Comment 3•5 years ago
|
||
https://treeherder.mozilla.org/logviewer?job_id=347269232&repo=try&lineNumber=18377 says this is still broken
Flags: needinfo?(dothayer)
Keywords: leave-open
| Assignee | ||
Comment 4•5 years ago
|
||
(In reply to Ryan VanderMeulen [:RyanVM] from comment #3)
https://treeherder.mozilla.org/logviewer?job_id=347269232&repo=try&lineNumber=18377 says this is still broken
I don't mind putting up a fix for this, as it looks obvious what's wrong. However, just so I'm certain I understand the history of this bug, it looks like that should have been broken prior to my changes in bug 1719849?
Flags: needinfo?(dothayer) → needinfo?(ryanvm)
| Reporter | ||
Comment 5•5 years ago
|
||
I'm not sure. I've been building locally with bug 1719849 and bug 1714212 backed out without issue up to today, so it's not something I've been seeing with the "other" bustage resolved.
Flags: needinfo?(ryanvm)
| Assignee | ||
Comment 6•5 years ago
|
||
Comment 7•5 years ago
|
||
| bugherder | ||
| Reporter | ||
Updated•5 years ago
|
status-firefox-esr91:
--- → unaffected
Keywords: leave-open
Pushed by rvandermeulen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/654a8320a95f
Fix WindowsMessageLoop no-a11y breakage r=Jamie
Comment 9•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → 92 Branch
Updated•5 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•