Closed
Bug 748716
Opened 13 years ago
Closed 13 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•13 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•13 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•13 years ago
|
||
so just add dependency on platform folders to Makefile.in
Assignee | ||
Comment 4•13 years ago
|
||
Well, this works locall on my WIN7 machine. Gonna autoland it to TRY
Assignee: nobody → markcapella
Status: NEW → ASSIGNED
Assignee | ||
Updated•13 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•13 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•13 years ago
|
Attachment #618979 -
Flags: review?(surkov.alexander)
Reporter | ||
Updated•13 years ago
|
Attachment #618979 -
Flags: review?(surkov.alexander) → review+
Reporter | ||
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
•