Closed Bug 825228 Opened 12 years ago Closed 12 years ago

remove nsAccessNode::IsElement()

Categories

(Core :: Disability Access APIs, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla20

People

(Reporter: tbsaunde, Assigned: tbsaunde)

References

Details

Attachments

(1 file)

No description provided.
Attached patch patchSplinter Review
Attachment #696317 - Flags: review?(surkov.alexander)
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+
Assignee: nobody → trev.saunders
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.

Attachment

General

Created:
Updated:
Size: