Closed
Bug 90512
Opened 25 years ago
Closed 24 years ago
2 missing files from embed-win32.zip
Categories
(Core Graveyard :: Embedding: APIs, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.3
People
(Reporter: aaronlev, Assigned: aaronlev)
Details
(Keywords: access)
Attachments
(1 file)
|
681 bytes,
patch
|
Details | Diff | Splinter Review |
In order for screen readers, screen magnifiers and voice dictation packages to
have the proper hooks into Mozilla, we support the Microsoft Active
Accessibility (MSAA) API. We also support our own SimpleDOM API for getting to
actual content from out of process. These API's are documented at
http://www.mozilla.org/projects/ui/accessibility/vendors-win.html
These 2 files must be added in the components directory:
accessibility.dll
accessibility.xpt
Not necessary on other systems except win32.
| Assignee | ||
Comment 1•25 years ago
|
||
| Assignee | ||
Updated•25 years ago
|
Comment 2•25 years ago
|
||
patch looks good to me. r=valeski.
Please run make in the config dir, then goto dist/*/Embed and run mfcEmbed from
there. hit the smoketests please
http://www.mozilla.org/quality/smoketests/embed-basic-test.html
Updated•25 years ago
|
QA Contact: mdunn → dsirnapalli
| Assignee | ||
Comment 3•25 years ago
|
||
I did run into problems with the smoketests on items EM 7 and EM 8.
Filed bug 91160 and bug 91161 for those problems.
However, this appears to be like the scroll bar problem (bug 90707).
They're problems with MFCEMBED, not with my patch.
accessibility.dll has been in the trunk for some time, and it's part of the
Netscape 6 install - so it's known to work.
Jud, does your r= still stand?
Comment 4•25 years ago
|
||
sounds good. thanks for smoketesting. r=valeski
Comment 5•25 years ago
|
||
sr=waterson
| Assignee | ||
Comment 6•25 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 7•24 years ago
|
||
The files are listed in basebrowser-win
but somehow they don't make it into
http://ftp.mozilla.org/pub/mozilla/nightly/latest/embed-win32.zip
What gives?
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 8•24 years ago
|
||
Nevermind, fix wasn't correctly checked in first time.
Status: REOPENED → RESOLVED
Closed: 25 years ago → 24 years ago
Resolution: --- → FIXED
Comment 9•24 years ago
|
||
-- Verified in latest embed.win32.zip.
The two files are added in components folder.
accessibility.dll
accessibility.xpt
Marking the bug as verified.
Status: RESOLVED → VERIFIED
Updated•7 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•