Closed
Bug 401079
Opened 17 years ago
Closed 17 years ago
Building accessible without XUL fails
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9beta2
People
(Reporter: romaxa, Assigned: romaxa)
References
Details
Attachments
(1 file, 1 obsolete file)
946 bytes,
patch
|
aaronlev
:
review+
damons
:
approval1.9+
|
Details | Diff | Splinter Review |
Small ifdef in nsAccessibleEventData.cpp required to
Comment 1•17 years ago
|
||
Dare I ask why you need to build accessible for a phone?
Assignee: nobody → aaronleventhal
Component: Build Config → Disability Access APIs
Product: Toolkit → Core
QA Contact: build-config → accessibility-apis
Assignee | ||
Comment 2•17 years ago
|
||
Assignee | ||
Comment 3•17 years ago
|
||
This is not about phone, this is about minimal build, which contain by default enabled ACCESSIBILITY ... and which fails to build because there are no ifdef.
Probably we can disable ACCESSIBILITY from minimal build...
Assignee | ||
Updated•17 years ago
|
Attachment #286154 -
Flags: review?(surkov.alexander)
Comment 4•17 years ago
|
||
I think that's preferable, unless there's a reason to keep it.
Comment 5•17 years ago
|
||
Disabling XUL used to work. We've put effort into making it build with XUL disabled, and we should maintain that.
Comment 6•17 years ago
|
||
Comment on attachment 286154 [details] [diff] [review]
Missing patch for bugreport
What was the error message? We should still be able to use the text interface when XUL is not being built.
Attachment #286154 -
Flags: review?(surkov.alexander) → review-
Assignee | ||
Comment 7•17 years ago
|
||
Oh, yep, there are was just not defined nsIAccessibleText
This should be better...
Attachment #286154 -
Attachment is obsolete: true
Assignee | ||
Updated•17 years ago
|
Attachment #286296 -
Flags: review?(aaronleventhal)
Updated•17 years ago
|
Attachment #286296 -
Flags: review?(aaronleventhal) → review+
Assignee | ||
Updated•17 years ago
|
Keywords: checkin-needed
Comment 8•17 years ago
|
||
Please do not add checkin-needed to bugs that do not have approval for the patches.
Assignee: aaronleventhal → romaxa
Keywords: checkin-needed
Updated•17 years ago
|
Attachment #286296 -
Flags: approval1.9?
Updated•17 years ago
|
Attachment #286296 -
Flags: approval1.9? → approval1.9+
Updated•17 years ago
|
Keywords: checkin-needed
Comment 9•17 years ago
|
||
Checking in accessible/src/base/nsAccessibleEventData.cpp;
/cvsroot/mozilla/accessible/src/base/nsAccessibleEventData.cpp,v <-- nsAccessibleEventData.cpp
new revision: 1.23; previous revision: 1.22
done
Status: NEW → RESOLVED
Closed: 17 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Summary: Building accessible without XUL fails. → Building accessible without XUL fails
Target Milestone: --- → mozilla1.9 M10
Comment 10•17 years ago
|
||
for the record, disabling it in general isn't a good idea, even maemo is probably likely to use atk (and does for testing).
You need to log in
before you can comment on or make changes to this bug.
Description
•