Closed
Bug 1303133
Opened 8 years ago
Closed 8 years ago
Implement ia2AccessibleValue methods in ProxyAccessible for Windows
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla52
Tracking | Status | |
---|---|---|
firefox52 | --- | fixed |
People
(Reporter: michael.li11702, Assigned: michael.li11702)
References
Details
Attachments
(1 file, 2 obsolete files)
6.20 KB,
patch
|
bugzilla
:
review+
|
Details | Diff | Splinter Review |
MozReview-Commit-ID: 5nM9Q9Adtir
Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8791750 -
Flags: review?(tbsaunde+mozbugs)
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → mili
Comment 2•8 years ago
|
||
Comment on attachment 8791750 [details] [diff] [review]
Implement ia2AccessibleValue methods in ProxyAccessible for Windows
This needs to be rebased on top of the shared header and QueryInterface wrapper patches, but it seems fine otherwise.
Attachment #8791750 -
Flags: review?(tbsaunde+mozbugs)
Comment 3•8 years ago
|
||
oh, and you need to check the varient is actually holding a double before getting it out of the varient.
Assignee | ||
Comment 4•8 years ago
|
||
Attachment #8792125 -
Flags: review?(tbsaunde+mozbugs)
Assignee | ||
Updated•8 years ago
|
Attachment #8791750 -
Attachment is obsolete: true
Comment 5•8 years ago
|
||
Attachment #8801862 -
Flags: review?(aklotz)
Updated•8 years ago
|
Attachment #8792125 -
Attachment is obsolete: true
Attachment #8792125 -
Flags: review?(tbsaunde+mozbugs)
Comment 6•8 years ago
|
||
Comment on attachment 8801862 [details] [diff] [review]
implement the value related methods in the windows ProxyAccessible r?aklotz
Review of attachment 8801862 [details] [diff] [review]:
-----------------------------------------------------------------
::: accessible/ipc/win/ProxyAccessible.cpp
@@ +335,5 @@
> + VariantInit(¤tValue);
> + currentValue.vt = VT_R8;
> + currentValue.dblVal = aValue;
> + HRESULT hr = acc->setCurrentValue(currentValue);
> + return !FAILED(hr);
s/!FAILED/SUCCEEDED/
Attachment #8801862 -
Flags: review?(aklotz) → review+
Pushed by tsaunders@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/81a257aa9c4e
Implement ia2AccessibleValue methods in ProxyAccessible for Windows. r=aklotz
Comment 8•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
You need to log in
before you can comment on or make changes to this bug.
Description
•