summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-02-23 10:38:36 -0500
committerMatt A. Tobin <email@mattatobin.com>2020-02-23 10:38:36 -0500
commite9ee12c988d80f847f8163c0873db9639b3fa8f4 (patch)
treebfdafa6113c70bfa2afe0f56bcde0953f69ebbe2
parente9360fae1307575a255bb354efb807eb71e9369a (diff)
downloadUXP-e9ee12c988d80f847f8163c0873db9639b3fa8f4.tar
UXP-e9ee12c988d80f847f8163c0873db9639b3fa8f4.tar.gz
UXP-e9ee12c988d80f847f8163c0873db9639b3fa8f4.tar.lz
UXP-e9ee12c988d80f847f8163c0873db9639b3fa8f4.tar.xz
UXP-e9ee12c988d80f847f8163c0873db9639b3fa8f4.zip
Follow-up to 4e2e9be6a - Move HeapSnapshot DevTools-only Modules back to DevTools
I am so done with this. Resolves #316
-rw-r--r--devtools/shared/heapsnapshot/CensusUtils.js (renamed from dom/heapsnapshot/CensusUtils.js)0
-rw-r--r--devtools/shared/heapsnapshot/DominatorTreeNode.js (renamed from dom/heapsnapshot/DominatorTreeNode.js)0
-rw-r--r--devtools/shared/heapsnapshot/HeapAnalysesClient.js (renamed from dom/heapsnapshot/HeapAnalysesClient.js)0
-rw-r--r--devtools/shared/heapsnapshot/HeapAnalysesWorker.js (renamed from dom/heapsnapshot/HeapAnalysesWorker.js)0
-rw-r--r--devtools/shared/heapsnapshot/HeapSnapshotFileUtils.js (renamed from dom/heapsnapshot/HeapSnapshotFileUtils.js)0
-rw-r--r--devtools/shared/heapsnapshot/census-tree-node.js (renamed from dom/heapsnapshot/census-tree-node.js)0
-rw-r--r--devtools/shared/heapsnapshot/moz.build15
-rw-r--r--devtools/shared/heapsnapshot/shortest-paths.js (renamed from dom/heapsnapshot/shortest-paths.js)0
-rw-r--r--devtools/shared/moz.build1
-rw-r--r--dom/heapsnapshot/moz.build11
10 files changed, 16 insertions, 11 deletions
diff --git a/dom/heapsnapshot/CensusUtils.js b/devtools/shared/heapsnapshot/CensusUtils.js
index 36bdd2d82..36bdd2d82 100644
--- a/dom/heapsnapshot/CensusUtils.js
+++ b/devtools/shared/heapsnapshot/CensusUtils.js
diff --git a/dom/heapsnapshot/DominatorTreeNode.js b/devtools/shared/heapsnapshot/DominatorTreeNode.js
index 13a847fd0..13a847fd0 100644
--- a/dom/heapsnapshot/DominatorTreeNode.js
+++ b/devtools/shared/heapsnapshot/DominatorTreeNode.js
diff --git a/dom/heapsnapshot/HeapAnalysesClient.js b/devtools/shared/heapsnapshot/HeapAnalysesClient.js
index 98601a2b1..98601a2b1 100644
--- a/dom/heapsnapshot/HeapAnalysesClient.js
+++ b/devtools/shared/heapsnapshot/HeapAnalysesClient.js
diff --git a/dom/heapsnapshot/HeapAnalysesWorker.js b/devtools/shared/heapsnapshot/HeapAnalysesWorker.js
index d07d67f80..d07d67f80 100644
--- a/dom/heapsnapshot/HeapAnalysesWorker.js
+++ b/devtools/shared/heapsnapshot/HeapAnalysesWorker.js
diff --git a/dom/heapsnapshot/HeapSnapshotFileUtils.js b/devtools/shared/heapsnapshot/HeapSnapshotFileUtils.js
index abd44fc30..abd44fc30 100644
--- a/dom/heapsnapshot/HeapSnapshotFileUtils.js
+++ b/devtools/shared/heapsnapshot/HeapSnapshotFileUtils.js
diff --git a/dom/heapsnapshot/census-tree-node.js b/devtools/shared/heapsnapshot/census-tree-node.js
index b041e77f9..b041e77f9 100644
--- a/dom/heapsnapshot/census-tree-node.js
+++ b/devtools/shared/heapsnapshot/census-tree-node.js
diff --git a/devtools/shared/heapsnapshot/moz.build b/devtools/shared/heapsnapshot/moz.build
new file mode 100644
index 000000000..9a915e426
--- /dev/null
+++ b/devtools/shared/heapsnapshot/moz.build
@@ -0,0 +1,15 @@
+# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
+# vim: set filetype=python:
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+DevToolsModules(
+ 'census-tree-node.js',
+ 'CensusUtils.js',
+ 'DominatorTreeNode.js',
+ 'HeapAnalysesClient.js',
+ 'HeapAnalysesWorker.js',
+ 'HeapSnapshotFileUtils.js',
+ 'shortest-paths.js',
+)
diff --git a/dom/heapsnapshot/shortest-paths.js b/devtools/shared/heapsnapshot/shortest-paths.js
index 2d97b7de9..2d97b7de9 100644
--- a/dom/heapsnapshot/shortest-paths.js
+++ b/devtools/shared/heapsnapshot/shortest-paths.js
diff --git a/devtools/shared/moz.build b/devtools/shared/moz.build
index 9dd4a20d6..e4de1d84a 100644
--- a/devtools/shared/moz.build
+++ b/devtools/shared/moz.build
@@ -14,6 +14,7 @@ DIRS += [
'discovery',
'fronts',
'gcli',
+ 'heapsnapshot',
'inspector',
'jsbeautify',
'layout',
diff --git a/dom/heapsnapshot/moz.build b/dom/heapsnapshot/moz.build
index fa9ef3915..3fb6b0552 100644
--- a/dom/heapsnapshot/moz.build
+++ b/dom/heapsnapshot/moz.build
@@ -48,16 +48,5 @@ DEFINES['GOOGLE_PROTOBUF_NO_RTTI'] = True
FINAL_LIBRARY = 'xul'
-if CONFIG['MOZ_DEVTOOLS_SERVER']:
- DevToolsModules(
- 'census-tree-node.js',
- 'CensusUtils.js',
- 'DominatorTreeNode.js',
- 'HeapAnalysesClient.js',
- 'HeapAnalysesWorker.js',
- 'HeapSnapshotFileUtils.js',
- 'shortest-paths.js',
- )
-
if CONFIG['GNU_CXX']:
CXXFLAGS += ['-Wno-error=shadow']