Closed
Bug 762754
Opened 11 years ago
Closed 11 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•11 years ago
|
Assignee: nobody → markcapella
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•11 years ago
|
||
namespacing also?
Reporter | ||
Comment 2•11 years ago
|
||
of course
Assignee | ||
Comment 3•11 years ago
|
||
A little quickie ...
Attachment #631436 -
Flags: review?(surkov.alexander)
Reporter | ||
Comment 4•11 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•11 years ago
|
||
Revised for push.
Attachment #631436 -
Attachment is obsolete: true
Assignee | ||
Comment 6•11 years ago
|
||
push to try: https://tbpl.mozilla.org/?tree=Try&rev=6b0a0f95c64d
Assignee | ||
Comment 7•11 years ago
|
||
https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=8ca3fe220709
Target Milestone: --- → mozilla16
Comment 8•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/e6dedc30b9c3
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•