Closed
Bug 748716
Opened 14 years ago
Closed 14 years ago
don't export ApplicationAccessibleWrap.h
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla15
People
(Reporter: surkov, Assigned: capella)
References
(Blocks 1 open bug)
Details
(Whiteboard: [good first bug][mentor=hub@mozilla.com][lang=c++])
Attachments
(1 file)
|
2.61 KB,
patch
|
surkov
:
review+
|
Details | Diff | Splinter Review |
1) Remove ApplicationAccessibleWrap.h from EXPORTS section of Makefile.in in msaa/mac/other folders.
2) Add dependency to base/Makefile.in for msaa/mac/other folders similar to how it's done for atk folder
| Assignee | ||
Comment 1•14 years ago
|
||
Following up / cleanup from 745740 comment#13 ...
When I remove the exports I get base/nsAccessibilityService.cpp(43) : fatal error C1083: Cannot open include file: 'ApplicationAccessibleWrap.h', which exists in atk/mac/msaa/other folders but not in base, so which version does it (and whoever else) need to #include?
I don't follow item 2) above ...
| Assignee | ||
Comment 2•14 years ago
|
||
Oh ... base/nsAccessNode.cpp(41) : fatal error C1083: Cannot open include file: 'ApplicationAccessibleWrap.h' also occurs (as mentioned in the original bug745740) ...
| Reporter | ||
Comment 3•14 years ago
|
||
so just add dependency on platform folders to Makefile.in
| Assignee | ||
Comment 4•14 years ago
|
||
Well, this works locall on my WIN7 machine. Gonna autoland it to TRY
Assignee: nobody → markcapella
Status: NEW → ASSIGNED
| Assignee | ||
Updated•14 years ago
|
Whiteboard: [good first bug][mentor=hub@mozilla.com][lang=c++] → [autoland:-b do -p all -u all -t none][good first bug][mentor=hub@mozilla.com][lang=c++]
| Assignee | ||
Comment 5•14 years ago
|
||
Whiteboard: [autoland:-b do -p all -u all -t none][good first bug][mentor=hub@mozilla.com][lang=c++] → [good first bug][mentor=hub@mozilla.com][lang=c++]
| Assignee | ||
Updated•14 years ago
|
Attachment #618979 -
Flags: review?(surkov.alexander)
| Reporter | ||
Updated•14 years ago
|
Attachment #618979 -
Flags: review?(surkov.alexander) → review+
| Reporter | ||
Comment 6•14 years ago
|
||
Target Milestone: --- → mozilla15
Comment 7•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•