From 0372b08ce92a5b4e6e3fde9d450b2ba7206ace57 Mon Sep 17 00:00:00 2001 From: Birunthan Mohanathas Date: Fri, 25 Jul 2014 14:15:35 -0700 Subject: [PATCH] Bug 946065 - Part 7: Move content/mathml/ to dom/ and flatten subdirectories. r=karlt --HG-- rename : content/mathml/content/crashtests/462929-1.html => dom/mathml/crashtests/462929-1.html rename : content/mathml/content/crashtests/770710-1.html => dom/mathml/crashtests/770710-1.html rename : content/mathml/content/crashtests/crashtests.list => dom/mathml/crashtests/crashtests.list rename : content/mathml/content/src/moz.build => dom/mathml/moz.build rename : content/mathml/content/src/nsMathMLElement.cpp => dom/mathml/nsMathMLElement.cpp rename : content/mathml/content/src/nsMathMLElement.h => dom/mathml/nsMathMLElement.h rename : content/mathml/content/src/nsMathMLElementFactory.cpp => dom/mathml/nsMathMLElementFactory.cpp --- content/moz.build | 1 - {content/mathml/content => dom/mathml}/crashtests/462929-1.html | 0 {content/mathml/content => dom/mathml}/crashtests/770710-1.html | 0 .../mathml/content => dom/mathml}/crashtests/crashtests.list | 0 {content/mathml/content/src => dom/mathml}/moz.build | 0 {content/mathml/content/src => dom/mathml}/nsMathMLElement.cpp | 0 {content/mathml/content/src => dom/mathml}/nsMathMLElement.h | 0 .../content/src => dom/mathml}/nsMathMLElementFactory.cpp | 0 dom/moz.build | 1 + layout/mathml/moz.build | 2 +- testing/crashtest/crashtests.list | 2 +- 11 files changed, 3 insertions(+), 3 deletions(-) rename {content/mathml/content => dom/mathml}/crashtests/462929-1.html (100%) rename {content/mathml/content => dom/mathml}/crashtests/770710-1.html (100%) rename {content/mathml/content => dom/mathml}/crashtests/crashtests.list (100%) rename {content/mathml/content/src => dom/mathml}/moz.build (100%) rename {content/mathml/content/src => dom/mathml}/nsMathMLElement.cpp (100%) rename {content/mathml/content/src => dom/mathml}/nsMathMLElement.h (100%) rename {content/mathml/content/src => dom/mathml}/nsMathMLElementFactory.cpp (100%) diff --git a/content/moz.build b/content/moz.build index 950d8230666d..8abfd58453f5 100644 --- a/content/moz.build +++ b/content/moz.build @@ -7,7 +7,6 @@ PARALLEL_DIRS += [ 'base', 'html', - 'mathml/content/src', 'media', 'svg', 'xul', diff --git a/content/mathml/content/crashtests/462929-1.html b/dom/mathml/crashtests/462929-1.html similarity index 100% rename from content/mathml/content/crashtests/462929-1.html rename to dom/mathml/crashtests/462929-1.html diff --git a/content/mathml/content/crashtests/770710-1.html b/dom/mathml/crashtests/770710-1.html similarity index 100% rename from content/mathml/content/crashtests/770710-1.html rename to dom/mathml/crashtests/770710-1.html diff --git a/content/mathml/content/crashtests/crashtests.list b/dom/mathml/crashtests/crashtests.list similarity index 100% rename from content/mathml/content/crashtests/crashtests.list rename to dom/mathml/crashtests/crashtests.list diff --git a/content/mathml/content/src/moz.build b/dom/mathml/moz.build similarity index 100% rename from content/mathml/content/src/moz.build rename to dom/mathml/moz.build diff --git a/content/mathml/content/src/nsMathMLElement.cpp b/dom/mathml/nsMathMLElement.cpp similarity index 100% rename from content/mathml/content/src/nsMathMLElement.cpp rename to dom/mathml/nsMathMLElement.cpp diff --git a/content/mathml/content/src/nsMathMLElement.h b/dom/mathml/nsMathMLElement.h similarity index 100% rename from content/mathml/content/src/nsMathMLElement.h rename to dom/mathml/nsMathMLElement.h diff --git a/content/mathml/content/src/nsMathMLElementFactory.cpp b/dom/mathml/nsMathMLElementFactory.cpp similarity index 100% rename from content/mathml/content/src/nsMathMLElementFactory.cpp rename to dom/mathml/nsMathMLElementFactory.cpp diff --git a/dom/moz.build b/dom/moz.build index 4646b12b0ce7..99e7472bd4ea 100644 --- a/dom/moz.build +++ b/dom/moz.build @@ -56,6 +56,7 @@ PARALLEL_DIRS += [ 'filesystem', 'fmradio', 'asmjscache', + 'mathml', 'media', 'messages', 'power', diff --git a/layout/mathml/moz.build b/layout/mathml/moz.build index 754f53061ba0..19ddb5adf71e 100644 --- a/layout/mathml/moz.build +++ b/layout/mathml/moz.build @@ -43,7 +43,7 @@ LOCAL_INCLUDES += [ '../tables', '../xul', '/content/base/src', - '/content/mathml/content/src', + '/dom/mathml', ] if CONFIG['ENABLE_TESTS']: diff --git a/testing/crashtest/crashtests.list b/testing/crashtest/crashtests.list index 399866d46b33..f834ef2fbbb8 100644 --- a/testing/crashtest/crashtests.list +++ b/testing/crashtest/crashtests.list @@ -12,7 +12,6 @@ include ../../content/svg/content/src/crashtests/crashtests.list include ../../content/xul/content/crashtests/crashtests.list include ../../content/xul/document/crashtests/crashtests.list include ../../content/xul/templates/src/crashtests/crashtests.list -include ../../content/mathml/content/crashtests/crashtests.list # Bug 868152 - webaudio crash on tegra platform skip-if(Android) include ../../content/media/test/crashtests/crashtests.list @@ -24,6 +23,7 @@ include ../../dom/bindings/crashtests/crashtests.list include ../../dom/canvas/crashtests/crashtests.list include ../../dom/events/crashtests/crashtests.list include ../../dom/indexedDB/crashtests/crashtests.list +include ../../dom/mathml/crashtests/crashtests.list include ../../dom/smil/crashtests/crashtests.list include ../../dom/xbl/crashtests/crashtests.list include ../../dom/xml/crashtests/crashtests.list