Closed
Bug 825228
Opened 12 years ago
Closed 12 years ago
remove nsAccessNode::IsElement()
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla20
People
(Reporter: tbsaunde, Assigned: tbsaunde)
References
Details
Attachments
(1 file)
9.28 KB,
patch
|
surkov
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #696317 -
Flags: review?(surkov.alexander)
Comment 2•12 years ago
|
||
Comment on attachment 696317 [details] [diff] [review]
patch
Review of attachment 696317 [details] [diff] [review]:
-----------------------------------------------------------------
::: accessible/src/generic/DocAccessible.cpp
@@ +1569,5 @@
> nsEventShell::FireEvent(stateEvent);
> }
>
> void
> +DocAccessible::AddDependentIDsFor(dom::Element* aRelProvider,
pls rename it to aRelProviderElm
@@ +1630,5 @@
> }
> }
>
> void
> +DocAccessible::RemoveDependentIDsFor(dom::Element* aRelProvider,
same here
@@ +1949,5 @@
> DocAccessible::UncacheChildrenInSubtree(Accessible* aRoot)
> {
> aRoot->mStateFlags |= eIsNotInDocument;
>
> + nsIContent* content = aRoot->GetContent();
I'd name it as rootContent
::: accessible/src/generic/DocAccessible.h
@@ +361,5 @@
> *
> * @param aRelProvider [in] accessible that element has relation attribute
> * @param aRelAttr [in, optional] relation attribute
> */
> + void AddDependentIDsFor(dom::Element* aRelProvider,
add 'Elm'
@@ +372,5 @@
> *
> * @param aRelProvider [in] accessible that element has relation attribute
> * @param aRelAttr [in, optional] relation attribute
> */
> + void RemoveDependentIDsFor(dom::Element* aRelProvider,
same
Attachment #696317 -
Flags: review?(surkov.alexander) → review+
Updated•12 years ago
|
Assignee: nobody → trev.saunders
Assignee | ||
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
You need to log in
before you can comment on or make changes to this bug.
Description
•