Closed
Bug 763148
Opened 13 years ago
Closed 13 years ago
put Relation into a11y namespace
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: surkov, Assigned: capella)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
7.40 KB,
patch
|
surkov
:
review+
|
Details | Diff | Splinter Review |
file: accessible/src/base/Relation.h, see bug 763146 for the reference
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → markcapella
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•13 years ago
|
||
This was interesting ....
Attachment #631718 -
Flags: review?(surkov.alexander)
Reporter | ||
Comment 2•13 years ago
|
||
Comment on attachment 631718 [details] [diff] [review]
Patch (v1)
Review of attachment 631718 [details] [diff] [review]:
-----------------------------------------------------------------
::: accessible/src/generic/RootAccessible.h
@@ +18,4 @@
> namespace mozilla {
> namespace a11y {
>
> +class Relation;
you don't really need it since it's defined in Accessible.h, right?
::: accessible/src/msaa/ia2AccessibleRelation.h
@@ +14,5 @@
>
> #include "AccessibleRelation.h"
>
> +namespace mozilla {
> +namespace a11y {
thanks
Attachment #631718 -
Flags: review?(surkov.alexander) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Yes, I was able to pull "relation.h". In the second example I assume you suggest I could also pull "accessiblerelatiio.h", but the build failed without it.
Assignee | ||
Comment 4•13 years ago
|
||
Assignee | ||
Comment 5•13 years ago
|
||
Target Milestone: --- → mozilla16
Comment 6•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•