author | Alexander Surkov <surkov.alexander@gmail.com> |
Tue, 17 Apr 2012 18:56:02 +0900 | |
changeset 91844 | 975341acf9f1f384e4ffe6601566f9daa92ed168 |
parent 91843 | 8a1dc2f6e8108f3ffbf161c61afeff346f79a5e0 |
child 91845 | 52e2737720a568d2b378ee8429d2ce4d326ed67d |
push id | 22480 |
push user | emorley@mozilla.com |
push date | Wed, 18 Apr 2012 00:48:48 +0000 |
treeherder | mozilla-central@93dfd98900ad [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | smaug |
bugs | 743680 |
milestone | 14.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
accessible/src/atk/nsAccessibleWrap.cpp | file | annotate | diff | comparison | revisions | |
accessible/src/atk/nsMaiInterfaceAction.cpp | file | annotate | diff | comparison | revisions |
--- a/accessible/src/atk/nsAccessibleWrap.cpp +++ b/accessible/src/atk/nsAccessibleWrap.cpp @@ -33,21 +33,19 @@ * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -#include "mozilla/Util.h" - -#include "nsAccessible.h" #include "nsAccessibleWrap.h" +#include "Accessible-inl.h" #include "InterfaceInitFuncs.h" #include "nsAccUtils.h" #include "nsApplicationAccessibleWrap.h" #include "nsIAccessibleRelation.h" #include "nsRootAccessible.h" #include "nsDocAccessibleWrap.h" #include "nsIAccessibleValue.h" #include "nsMai.h" @@ -55,16 +53,17 @@ #include "nsString.h" #include "nsAutoPtr.h" #include "prprf.h" #include "nsRoleMap.h" #include "nsStateMap.h" #include "Relation.h" #include "States.h" +#include "mozilla/Util.h" #include "nsXPCOMStrings.h" #include "nsComponentManagerUtils.h" using namespace mozilla; using namespace mozilla::a11y; nsAccessibleWrap::EAvailableAtkSignals nsAccessibleWrap::gAvailableAtkSignals = eUnknown;
--- a/accessible/src/atk/nsMaiInterfaceAction.cpp +++ b/accessible/src/atk/nsMaiInterfaceAction.cpp @@ -34,16 +34,17 @@ * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ #include "InterfaceInitFuncs.h" +#include "Accessible-inl.h" #include "nsMai.h" #include "Role.h" #include "nsString.h" using namespace mozilla::a11y; extern "C" {