Closed
Bug 544017
Opened 16 years ago
Closed 16 years ago
Fix DEBUG_A11Y compile path and move TestChildCache to DEBUG
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
People
(Reporter: davidb, Assigned: davidb)
Details
Attachments
(1 file, 2 obsolete files)
|
4.46 KB,
patch
|
surkov
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Updated•16 years ago
|
Attachment #425007 -
Attachment is patch: true
Attachment #425007 -
Attachment mime type: application/octet-stream → text/plain
Attachment #425007 -
Flags: review?(surkov.alexander)
Attachment #425007 -
Flags: review?(marco.zehe)
Comment 1•16 years ago
|
||
Comment on attachment 425007 [details] [diff] [review]
easy fix
change the uuid and make this under DEBUG not DEBUG_A11Y.
Comment 2•16 years ago
|
||
Comment on attachment 425007 [details] [diff] [review]
easy fix
I'd like to look at next patch
Attachment #425007 -
Flags: review?(surkov.alexander)
| Assignee | ||
Comment 3•16 years ago
|
||
(In reply to comment #1)
> (From update of attachment 425007 [details] [diff] [review])
> change the uuid and make this under DEBUG not DEBUG_A11Y.
Did you mean the component ID?
The uuid defines the interface nsIAccessible which hasn't changed. Enn tells me we never need to change the component ID (NS_ACCESSIBLE_IMPL_CID).
I'm actually unsure how the nsAccessible component ID is used. (Maybe I slept wrong last night)
I really don't want to use DEBUG, because I would like to keep the information separate. I'd like to be able to make -B -CXXFLAGS="-DDEBUG_A11Y" because "-DDEBUG" would pick up all kinds of spew/noise.
| Assignee | ||
Updated•16 years ago
|
Summary: Compile errors when DEBUG_A11Y is defined. → Fix DEBUG_A11Y compile path and move TestChildCache to DEBUG
| Assignee | ||
Comment 4•16 years ago
|
||
Better I think :)
Assignee: nobody → bolterbugz
Attachment #425007 -
Attachment is obsolete: true
Status: NEW → ASSIGNED
Attachment #425027 -
Flags: review?(surkov.alexander)
Attachment #425007 -
Flags: review?(marco.zehe)
| Assignee | ||
Comment 5•16 years ago
|
||
Attachment #425027 -
Attachment is obsolete: true
Attachment #425033 -
Flags: review?(surkov.alexander)
Attachment #425027 -
Flags: review?(surkov.alexander)
Updated•16 years ago
|
Attachment #425033 -
Flags: review?(surkov.alexander) → review+
| Assignee | ||
Comment 6•16 years ago
|
||
Landed on trunk as http://hg.mozilla.org/mozilla-central/rev/d0d115297349
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•