Closed
Bug 762754
Opened 13 years ago
Closed 13 years ago
rename nsXULTextAccessible files to XULEelementAccessibles
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: surkov, Assigned: capella)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
13.43 KB,
patch
|
Details | Diff | Splinter Review |
densify containing classes as you go
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → markcapella
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•13 years ago
|
||
namespacing also?
Reporter | ||
Comment 2•13 years ago
|
||
of course
Assignee | ||
Comment 3•13 years ago
|
||
A little quickie ...
Attachment #631436 -
Flags: review?(surkov.alexander)
Reporter | ||
Comment 4•13 years ago
|
||
Comment on attachment 631436 [details] [diff] [review]
Patch (v1)
Review of attachment 631436 [details] [diff] [review]:
-----------------------------------------------------------------
r=me with class renaming
::: accessible/src/xul/nsXULTextAccessible.cpp
@@ +3,5 @@
> * License, v. 2.0. If a copy of the MPL was not distributed with this
> * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
>
> // NOTE: groups are alphabetically ordered
> +#include "XULElementAccessibles.h"
the comment should be after this include (or get rid it at all)
::: accessible/src/xul/nsXULTextAccessible.h
@@ +15,4 @@
> /**
> * Used for XUL description and label elements.
> */
> +class XULElementAccessibles : public HyperTextAccessibleWrap
name it to XULLabelAccessible
Attachment #631436 -
Flags: review?(surkov.alexander) → review+
Assignee | ||
Comment 5•13 years ago
|
||
Revised for push.
Attachment #631436 -
Attachment is obsolete: true
Assignee | ||
Comment 6•13 years ago
|
||
push to try:
https://tbpl.mozilla.org/?tree=Try&rev=6b0a0f95c64d
Assignee | ||
Comment 7•13 years ago
|
||
Target Milestone: --- → mozilla16
Comment 8•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•