Closed
Bug 1196372
Opened 8 years ago
Closed 8 years ago
make GetHWNDFor() work with proxied accessibles
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla43
Tracking | Status | |
---|---|---|
firefox43 | --- | fixed |
People
(Reporter: tbsaunde, Assigned: tbsaunde)
Details
Attachments
(1 file)
3.24 KB,
patch
|
surkov
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8650016 -
Flags: review?(surkov.alexander)
Comment 2•8 years ago
|
||
Comment on attachment 8650016 [details] [diff] [review] make GetHWNDFor() work with proxied accessibles Review of attachment 8650016 [details] [diff] [review]: ----------------------------------------------------------------- ::: accessible/windows/msaa/AccessibleWrap.cpp @@ +1343,5 @@ > + return nullptr; > + } > + > + // Accessibles in child processes are said to have the HWND of the window > + // there tab is within. do popups live in the main process?
Assignee | ||
Comment 3•8 years ago
|
||
(In reply to alexander :surkov from comment #2) > Comment on attachment 8650016 [details] [diff] [review] > make GetHWNDFor() work with proxied accessibles > > Review of attachment 8650016 [details] [diff] [review]: > ----------------------------------------------------------------- > > ::: accessible/windows/msaa/AccessibleWrap.cpp > @@ +1343,5 @@ > > + return nullptr; > > + } > > + > > + // Accessibles in child processes are said to have the HWND of the window > > + // there tab is within. > > do popups live in the main process? yes
Comment 4•8 years ago
|
||
(In reply to Trevor Saunders (:tbsaunde) from comment #3) > > do popups live in the main process? > > yes it'd be good to add a comment for that.
Updated•8 years ago
|
Attachment #8650016 -
Flags: review?(surkov.alexander) → review+
Comment 6•8 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/1c0313734ccb
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
Updated•6 years ago
|
Assignee: nobody → tbsaunde+mozbugs
You need to log in
before you can comment on or make changes to this bug.
Description
•