Closed
Bug 767757
Opened 12 years ago
Closed 12 years ago
Move nsAccessNode::Init() to Accessible::Init()
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: capella, Assigned: drexler)
Details
(Whiteboard: [mentor=trev.saunders@gmail.com][lang=c++][good first bug])
Attachments
(2 files)
3.12 KB,
patch
|
tbsaunde
:
review+
|
Details | Diff | Splinter Review |
3.09 KB,
patch
|
Details | Diff | Splinter Review |
Streamline nsAccessNode ...
Assignee | ||
Comment 1•12 years ago
|
||
Locally tested; passed all tests.
Assignee: nobody → andrew.quartey
Status: NEW → ASSIGNED
Attachment #639761 -
Flags: review?(trev.saunders)
Comment 2•12 years ago
|
||
Comment on attachment 639761 [details] [diff] [review]
patch
>+ * Initialize the access node object, add it to the cache.
>+ */
>+ virtual bool Init();
update comment, something like "Initialize the accessible." would probably make sense.
Attachment #639761 -
Flags: review?(trev.saunders) → review+
Assignee | ||
Comment 3•12 years ago
|
||
fixed comment and rebased.
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 4•12 years ago
|
||
Keywords: checkin-needed
Comment 5•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla16
You need to log in
before you can comment on or make changes to this bug.
Description
•