Closed
Bug 759105
Opened 13 years ago
Closed 13 years ago
stop console spamming by MSAA events
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
mozilla15
People
(Reporter: surkov, Assigned: surkov)
Details
Attachments
(1 file)
2.94 KB,
patch
|
tbsaunde
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Attachment #627698 -
Flags: review?(trev.saunders)
Comment 1•13 years ago
|
||
Comment on attachment 627698 [details] [diff] [review]
patch
Review of attachment 627698 [details] [diff] [review]:
-----------------------------------------------------------------
::: accessible/src/base/Logging.h
@@ +20,5 @@
> namespace mozilla {
> namespace a11y {
> namespace logging {
>
> enum EModules {
Why is this called EModules?
@@ +25,5 @@
> eDocLoad = 1 << 0,
> eDocCreate = 1 << 1,
> eDocDestroy = 1 << 2,
> + eDocLifeCycle = eDocLoad | eDocCreate | eDocDestroy,
> + eMSAA = 1 << 3
Why not ePlatform?
Assignee | ||
Comment 2•13 years ago
|
||
(In reply to David Bolter [:davidb] from comment #1)
> > enum EModules {
>
> Why is this called EModules?
sort of different modules inside a11y
> > + eMSAA = 1 << 3
>
> Why not ePlatform?
fine with me
Comment 3•13 years ago
|
||
OK thanks (f=me).
Comment 4•13 years ago
|
||
Comment on attachment 627698 [details] [diff] [review]
patch
I'm not sure grouping all msaa things or platform things together is the right module / logging group break up, but I don't see what it hurts to do it this way and changing should be easy if we decide to at some point.
Attachment #627698 -
Flags: review?(trev.saunders) → review+
Assignee | ||
Comment 5•13 years ago
|
||
(In reply to Trevor Saunders (:tbsaunde) from comment #4)
> I'm not sure grouping all msaa things or platform things together is the
> right module / logging group break up, but I don't see what it hurts to do
> it this way and changing should be easy if we decide to at some point.
I have the same feeling
Assignee | ||
Comment 6•13 years ago
|
||
Target Milestone: --- → mozilla15
Comment 7•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
•