Loading devtools/client/memory/app.js +4 −0 Original line number Diff line number Diff line /* 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/. */ const { DOM: dom, createClass, createFactory, PropTypes } = require("devtools/client/shared/vendor/react"); const { connect } = require("devtools/client/shared/vendor/react-redux"); const { selectSnapshotAndRefresh, takeSnapshotAndCensus } = require("./actions/snapshot"); Loading devtools/client/memory/components/heap.js +4 −0 Original line number Diff line number Diff line /* 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/. */ const { DOM: dom, createClass, PropTypes } = require("devtools/client/shared/vendor/react"); const { getSnapshotStatusText } = require("../utils"); const { snapshotState: states } = require("../constants"); Loading devtools/client/memory/components/list.js +4 −0 Original line number Diff line number Diff line /* 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/. */ const { DOM: dom, createClass, PropTypes } = require("devtools/client/shared/vendor/react"); /** Loading devtools/client/memory/components/snapshot-list-item.js +4 −0 Original line number Diff line number Diff line /* 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/. */ const { DOM: dom, createClass, PropTypes } = require("devtools/client/shared/vendor/react"); const { getSnapshotStatusText } = require("../utils"); const { snapshot: snapshotModel } = require("../models"); Loading devtools/client/memory/components/toolbar.js +4 −0 Original line number Diff line number Diff line /* 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/. */ const { DOM, createClass, PropTypes } = require("devtools/client/shared/vendor/react"); const Toolbar = module.exports = createClass({ Loading Loading
devtools/client/memory/app.js +4 −0 Original line number Diff line number Diff line /* 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/. */ const { DOM: dom, createClass, createFactory, PropTypes } = require("devtools/client/shared/vendor/react"); const { connect } = require("devtools/client/shared/vendor/react-redux"); const { selectSnapshotAndRefresh, takeSnapshotAndCensus } = require("./actions/snapshot"); Loading
devtools/client/memory/components/heap.js +4 −0 Original line number Diff line number Diff line /* 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/. */ const { DOM: dom, createClass, PropTypes } = require("devtools/client/shared/vendor/react"); const { getSnapshotStatusText } = require("../utils"); const { snapshotState: states } = require("../constants"); Loading
devtools/client/memory/components/list.js +4 −0 Original line number Diff line number Diff line /* 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/. */ const { DOM: dom, createClass, PropTypes } = require("devtools/client/shared/vendor/react"); /** Loading
devtools/client/memory/components/snapshot-list-item.js +4 −0 Original line number Diff line number Diff line /* 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/. */ const { DOM: dom, createClass, PropTypes } = require("devtools/client/shared/vendor/react"); const { getSnapshotStatusText } = require("../utils"); const { snapshot: snapshotModel } = require("../models"); Loading
devtools/client/memory/components/toolbar.js +4 −0 Original line number Diff line number Diff line /* 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/. */ const { DOM, createClass, PropTypes } = require("devtools/client/shared/vendor/react"); const Toolbar = module.exports = createClass({ Loading