Closed
Bug 1196372
Opened 10 years ago
Closed 10 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•10 years ago
|
||
Attachment #8650016 -
Flags: review?(surkov.alexander)
Comment 2•10 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•10 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•10 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•10 years ago
|
Attachment #8650016 -
Flags: review?(surkov.alexander) → review+
Comment 6•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
Updated•9 years ago
|
Assignee: nobody → tbsaunde+mozbugs
You need to log in
before you can comment on or make changes to this bug.
Description
•