Closed
Bug 760755
Opened 13 years ago
Closed 13 years ago
de-ns-ify nsHTMLImageMapAccessible
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: surkov, Assigned: capella)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
18.15 KB,
patch
|
surkov
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → markcapella
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•13 years ago
|
||
Renamed files to html/HTMLImageMapAccessible, renamed two classes, tweaked header guards, added to namespace, changed mozilla::a11y::role, tweaked include / makefile order, nits ...
Attachment #629572 -
Flags: review?(surkov.alexander)
Reporter | ||
Comment 2•13 years ago
|
||
Comment on attachment 629572 [details] [diff] [review]
Patch (v1)
Review of attachment 629572 [details] [diff] [review]:
-----------------------------------------------------------------
::: accessible/src/html/nsHTMLImageMapAccessible.h
@@ +15,5 @@
>
> /**
> * Used for HTML image maps.
> */
> +class HTMLImageMapAccessible : public mozilla::a11y::ImageAccessibleWrap
you don't need mozilla::a11y
Attachment #629572 -
Flags: review?(surkov.alexander) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Assignee | ||
Comment 4•13 years ago
|
||
Target Milestone: --- → mozilla15
Updated•13 years ago
|
Target Milestone: mozilla15 → mozilla16
Comment 5•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•