Closed
Bug 1383131
Opened 7 years ago
Closed 7 years ago
compatiblity.cpp assertion on Windows 7
Categories
(Core :: Disability Access APIs, defect, P2)
Tracking
()
RESOLVED
FIXED
mozilla58
People
(Reporter: bugzilla, Assigned: bugzilla)
References
Details
(Whiteboard: [aes+])
Attachments
(1 file)
3.04 KB,
patch
|
davidb
:
review+
ritu
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
My hack from bug 1310056 has a mistake in that it is looking for combase.dll, which doesn't exist on Windows 7. We probably need ole32.dll in that case.
Updated•7 years ago
|
Priority: -- → P2
Whiteboard: [aes?]
Assignee | ||
Updated•7 years ago
|
Whiteboard: [aes?] → [aes+]
Assignee | ||
Comment 1•7 years ago
|
||
This adds support for Windows 7 and also makes the enabling of this feature more aggressive -- it also kicks in as needed for unknown clients.
Attachment #8920698 -
Flags: review?(dbolter)
Comment 2•7 years ago
|
||
Comment on attachment 8920698 [details] [diff] [review]
Fix
Looks good.
Attachment #8920698 -
Flags: review?(dbolter) → review+
Assignee | ||
Comment 3•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/cea8af673cece90d538a0fc4782aa1b15aa6c020
Bug 1383131: Fall back to ole32.dll if combase.dll is not present; r=davidb
Comment 4•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox58:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
Assignee | ||
Comment 5•7 years ago
|
||
Comment on attachment 8920698 [details] [diff] [review]
Fix
Approval Request Comment
[Feature/Bug causing the regression]: a11y+e10s
[User impact if declined]: Some a11y clients that worked in previous Firefox releases will stop working on Windows 7
[Is this code covered by automated tests?]: Yes
[Has the fix been verified in Nightly?]: Yes
[Needs manual test from QE? If yes, steps to reproduce]: No
[List of other uplifts needed for the feature/fix]: None
[Is the change risky?]: No
[Why is the change risky/not risky?]: Really simple change
[String changes made/needed]: None
Attachment #8920698 -
Flags: approval-mozilla-beta?
Comment on attachment 8920698 [details] [diff] [review]
Fix
e10s+a11y related, Beta57+
Attachment #8920698 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
status-firefox57:
--- → affected
Comment 7•7 years ago
|
||
bugherder uplift |
Comment 8•7 years ago
|
||
(In reply to Aaron Klotz [:aklotz] (a11y work receiving priority right now, please send interceptor reviews to dmajor or handyman) from comment #5)
> [Is this code covered by automated tests?]: Yes
> [Has the fix been verified in Nightly?]: Yes
> [Needs manual test from QE? If yes, steps to reproduce]: No
Setting qe-verify- based on Aaron's assessment on manual testing needs and the fact that this fix has automated coverage.
Flags: qe-verify-
You need to log in
before you can comment on or make changes to this bug.
Description
•