From 79650a7e03744198d47520266a7205eb8fb4eeea Mon Sep 17 00:00:00 2001 From: Julian Descottes Date: Fri, 17 May 2019 16:55:07 +0000 Subject: [PATCH] Bug 1552495 - Bump debugger and reps to use launchpad 0.0.153 r=jlast Differential Revision: https://phabricator.services.mozilla.com/D31618 --HG-- extra : moz-landing-system : lando --- .../client/debugger/bin/module-manifest.json | 22 +- .../configs/mozilla-central-mappings.js | 2 + .../client/debugger/dist/parser-worker.js | 2 +- .../debugger/dist/pretty-print-worker.js | 2 +- .../client/debugger/dist/search-worker.js | 2 +- devtools/client/debugger/dist/vendors.js | 361 ++---------------- devtools/client/debugger/package.json | 2 +- .../packages/devtools-reps/package.json | 2 +- devtools/client/debugger/yarn.lock | 30 +- .../client/shared/components/reps/reps.js | 2 +- devtools/client/shared/source-map/index.js | 2 +- devtools/client/shared/source-map/worker.js | 2 +- 12 files changed, 64 insertions(+), 367 deletions(-) diff --git a/devtools/client/debugger/bin/module-manifest.json b/devtools/client/debugger/bin/module-manifest.json index ca68be21115e..39a0b8fb65e2 100644 --- a/devtools/client/debugger/bin/module-manifest.json +++ b/devtools/client/debugger/bin/module-manifest.json @@ -15,7 +15,7 @@ "byName": {}, "byBlocks": {}, "usedIds": { - "1": 1 + "0": 0 } } } @@ -36,7 +36,7 @@ "byName": {}, "byBlocks": {}, "usedIds": { - "1": 1 + "0": 0 } } } @@ -57,7 +57,7 @@ "byName": {}, "byBlocks": {}, "usedIds": { - "1": 1 + "0": 0 } } } @@ -78,7 +78,7 @@ "byName": {}, "byBlocks": {}, "usedIds": { - "1": 1 + "0": 0 } } } @@ -99,7 +99,7 @@ "byName": {}, "byBlocks": {}, "usedIds": { - "1": 1 + "0": 0 } } } @@ -120,7 +120,7 @@ "byName": {}, "byBlocks": {}, "usedIds": { - "1": 1 + "0": 0 } } } @@ -141,7 +141,7 @@ "byName": {}, "byBlocks": {}, "usedIds": { - "1": 1 + "0": 0 } } } @@ -637,7 +637,9 @@ "../../extract-text-webpack-plugin/dist/loader.js??ref--3-0!../../css-loader/index.js??ref--3-1!../../postcss-loader/lib/index.js!../../../packages/devtools-reps/src/object-inspector/components/ObjectInspector.css": 486, "../../babel-loader/lib/index.js?ignore=src/lib!../../../packages/devtools-reps/src/object-inspector/components/ObjectInspectorItem.js": 487, "../../babel-loader/lib/index.js?ignore=src/lib!../../../packages/devtools-reps/src/object-inspector/utils/selection.js": 488, - "../../css-loader/lib/css-base.js": 489 + "../../css-loader/lib/css-base.js": 489, + "external \"devtools/client/framework/menu\"": 490, + "external \"devtools/client/framework/menu-item\"": 491 }, "usedIds": { "0": 0, @@ -1129,7 +1131,9 @@ "486": 486, "487": 487, "488": 488, - "489": 489 + "489": 489, + "490": 490, + "491": 491 } }, "chunks": { diff --git a/devtools/client/debugger/configs/mozilla-central-mappings.js b/devtools/client/debugger/configs/mozilla-central-mappings.js index 92e9f9701b0b..65f2272e1145 100644 --- a/devtools/client/debugger/configs/mozilla-central-mappings.js +++ b/devtools/client/debugger/configs/mozilla-central-mappings.js @@ -25,6 +25,8 @@ module.exports = Object.assign( "react-redux": "devtools/client/shared/vendor/react-redux", redux: "devtools/client/shared/vendor/redux", "prop-types": "devtools/client/shared/vendor/react-prop-types", + "devtools-modules/src/menu": "devtools/client/framework/menu", + "devtools-modules/src/menu-item": "devtools/client/framework/menu-item", "devtools-services": "Services", "wasmparser/dist/WasmParser": "devtools/client/shared/vendor/WasmParser", "wasmparser/dist/WasmDis": "devtools/client/shared/vendor/WasmDis" diff --git a/devtools/client/debugger/dist/parser-worker.js b/devtools/client/debugger/dist/parser-worker.js index 96b824b141a0..e00e309008ec 100644 --- a/devtools/client/debugger/dist/parser-worker.js +++ b/devtools/client/debugger/dist/parser-worker.js @@ -4823,7 +4823,7 @@ function isSpreadProperty(node, opts) { /* 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/. */ + * file, You can obtain one at . */ const networkRequest = __webpack_require__(13); const workerUtils = __webpack_require__(14); diff --git a/devtools/client/debugger/dist/pretty-print-worker.js b/devtools/client/debugger/dist/pretty-print-worker.js index baf21bdd1642..d2ba965ba120 100644 --- a/devtools/client/debugger/dist/pretty-print-worker.js +++ b/devtools/client/debugger/dist/pretty-print-worker.js @@ -6083,7 +6083,7 @@ Object.defineProperty(exports, '__esModule', { value: true }); /* 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/. */ + * file, You can obtain one at . */ const networkRequest = __webpack_require__(13); const workerUtils = __webpack_require__(14); diff --git a/devtools/client/debugger/dist/search-worker.js b/devtools/client/debugger/dist/search-worker.js index 4041753fbc04..ea0d7b2c10f6 100644 --- a/devtools/client/debugger/dist/search-worker.js +++ b/devtools/client/debugger/dist/search-worker.js @@ -999,7 +999,7 @@ module.exports = toString; /* 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/. */ + * file, You can obtain one at . */ const networkRequest = __webpack_require__(13); const workerUtils = __webpack_require__(14); diff --git a/devtools/client/debugger/dist/vendors.js b/devtools/client/debugger/dist/vendors.js index c198812a8a8f..fc96f55bb475 100644 --- a/devtools/client/debugger/dist/vendors.js +++ b/devtools/client/debugger/dist/vendors.js @@ -1,13 +1,13 @@ (function webpackUniversalModuleDefinition(root, factory) { if(typeof exports === 'object' && typeof module === 'object') - module.exports = factory(require("devtools/client/shared/vendor/react-prop-types"), require("devtools/client/shared/vendor/react-dom-factories"), require("devtools/client/shared/vendor/react"), require("Services"), require("devtools/shared/flags"), require("devtools/client/shared/vendor/react-dom"), require("devtools/client/shared/vendor/lodash")); + module.exports = factory(require("devtools/client/shared/vendor/react-prop-types"), require("devtools/client/shared/vendor/react-dom-factories"), require("devtools/client/shared/vendor/react"), require("Services"), require("devtools/shared/flags"), require("devtools/client/shared/vendor/react-dom"), require("devtools/client/shared/vendor/lodash"), require("devtools/client/framework/menu"), require("devtools/client/framework/menu-item")); else if(typeof define === 'function' && define.amd) - define(["devtools/client/shared/vendor/react-prop-types", "devtools/client/shared/vendor/react-dom-factories", "devtools/client/shared/vendor/react", "Services", "devtools/shared/flags", "devtools/client/shared/vendor/react-dom", "devtools/client/shared/vendor/lodash"], factory); + define(["devtools/client/shared/vendor/react-prop-types", "devtools/client/shared/vendor/react-dom-factories", "devtools/client/shared/vendor/react", "Services", "devtools/shared/flags", "devtools/client/shared/vendor/react-dom", "devtools/client/shared/vendor/lodash", "devtools/client/framework/menu", "devtools/client/framework/menu-item"], factory); else { - var a = typeof exports === 'object' ? factory(require("devtools/client/shared/vendor/react-prop-types"), require("devtools/client/shared/vendor/react-dom-factories"), require("devtools/client/shared/vendor/react"), require("Services"), require("devtools/shared/flags"), require("devtools/client/shared/vendor/react-dom"), require("devtools/client/shared/vendor/lodash")) : factory(root["devtools/client/shared/vendor/react-prop-types"], root["devtools/client/shared/vendor/react-dom-factories"], root["devtools/client/shared/vendor/react"], root["Services"], root["devtools/shared/flags"], root["devtools/client/shared/vendor/react-dom"], root["devtools/client/shared/vendor/lodash"]); + var a = typeof exports === 'object' ? factory(require("devtools/client/shared/vendor/react-prop-types"), require("devtools/client/shared/vendor/react-dom-factories"), require("devtools/client/shared/vendor/react"), require("Services"), require("devtools/shared/flags"), require("devtools/client/shared/vendor/react-dom"), require("devtools/client/shared/vendor/lodash"), require("devtools/client/framework/menu"), require("devtools/client/framework/menu-item")) : factory(root["devtools/client/shared/vendor/react-prop-types"], root["devtools/client/shared/vendor/react-dom-factories"], root["devtools/client/shared/vendor/react"], root["Services"], root["devtools/shared/flags"], root["devtools/client/shared/vendor/react-dom"], root["devtools/client/shared/vendor/lodash"], root["devtools/client/framework/menu"], root["devtools/client/framework/menu-item"]); for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i]; } -})(typeof self !== 'undefined' ? self : this, function(__WEBPACK_EXTERNAL_MODULE_0__, __WEBPACK_EXTERNAL_MODULE_1__, __WEBPACK_EXTERNAL_MODULE_6__, __WEBPACK_EXTERNAL_MODULE_37__, __WEBPACK_EXTERNAL_MODULE_103__, __WEBPACK_EXTERNAL_MODULE_112__, __WEBPACK_EXTERNAL_MODULE_417__) { +})(typeof self !== 'undefined' ? self : this, function(__WEBPACK_EXTERNAL_MODULE_0__, __WEBPACK_EXTERNAL_MODULE_1__, __WEBPACK_EXTERNAL_MODULE_6__, __WEBPACK_EXTERNAL_MODULE_37__, __WEBPACK_EXTERNAL_MODULE_103__, __WEBPACK_EXTERNAL_MODULE_112__, __WEBPACK_EXTERNAL_MODULE_417__, __WEBPACK_EXTERNAL_MODULE_490__, __WEBPACK_EXTERNAL_MODULE_491__) { return /******/ (function(modules) { // webpackBootstrap /******/ // The module cache /******/ var installedModules = {}; @@ -164,7 +164,7 @@ module.exports = { Tree: _tree2.default }; /* 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/. */ + * file, You can obtain one at . */ /***/ }), @@ -1476,8 +1476,6 @@ module.exports = g; * 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 Menu = __webpack_require__(421); -const MenuItem = __webpack_require__(423); const { PrefsHelper } = __webpack_require__(424); const KeyShortcuts = __webpack_require__(425); const { ZoomKeys } = __webpack_require__(426); @@ -1489,8 +1487,6 @@ const { getUnicodeHostname, getUnicodeUrlPath, getUnicodeUrl } = __webpack_requi module.exports = { KeyShortcuts, - Menu, - MenuItem, PrefsHelper, ZoomKeys, asyncStorage, @@ -2529,7 +2525,8 @@ var substr = 'ab'.substr(-1) === 'b' * 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 { Menu, MenuItem } = __webpack_require__(183); +const Menu = __webpack_require__(490); +const MenuItem = __webpack_require__(491); function inToolbox() { try { @@ -2671,257 +2668,6 @@ module.exports = { /***/ }), -/***/ 421: -/***/ (function(module, exports, __webpack_require__) { - -"use strict"; - - -var _devtoolsServices = __webpack_require__(37); - -var _devtoolsServices2 = _interopRequireDefault(_devtoolsServices); - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } - -const { appinfo } = _devtoolsServices2.default; /* 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 isMacOS = appinfo.OS === "Darwin"; - -const EventEmitter = __webpack_require__(65); - -/** - * Formats key for use in tooltips - * For macOS we use the following unicode - * - * cmd ⌘ = \u2318 - * shift ⇧ – \u21E7 - * option (alt) ⌥ \u2325 - * - * For Win/Lin this replaces CommandOrControl or CmdOrCtrl with Ctrl - * - * @static - */ -function formatKeyShortcut(shortcut) { - if (isMacOS) { - return shortcut.replace(/Shift\+/g, "\u21E7").replace(/Command\+|Cmd\+/g, "\u2318").replace(/CommandOrControl\+|CmdOrCtrl\+/g, "\u2318").replace(/Alt\+/g, "\u2325"); - } - return shortcut.replace(/CommandOrControl\+|CmdOrCtrl\+/g, `${L10N.getStr("ctrl")}+`).replace(/Shift\+/g, "Shift+"); -} - -function inToolbox() { - try { - return window.parent.document.documentURI.startsWith("about:devtools-toolbox"); - } catch (e) { - // If `window` is not available, it's very likely that we are in the toolbox. - return true; - } -} - -/** - * A partial implementation of the Menu API provided by electron: - * https://github.com/electron/electron/blob/master/docs/api/menu.md. - * - * Extra features: - * - Emits an 'open' and 'close' event when the menu is opened/closed - - * @param String id (non standard) - * Needed so tests can confirm the XUL implementation is working - */ -function Menu({ id = null } = {}) { - this.menuitems = []; - this.id = id; - - Object.defineProperty(this, "items", { - get() { - return this.menuitems; - } - }); - - EventEmitter.decorate(this); -} - -/** - * Add an item to the end of the Menu - * - * @param {MenuItem} menuItem - */ -Menu.prototype.append = function (menuItem) { - this.menuitems.push(menuItem); -}; - -/** - * Add an item to a specified position in the menu - * - * @param {int} pos - * @param {MenuItem} menuItem - */ -Menu.prototype.insert = function (pos, menuItem) { - throw Error("Not implemented"); -}; - -// Copied from m-c DevToolsUtils. -function getTopWindow(win) { - return win.windowRoot ? win.windowRoot.ownerGlobal : win.top; -} - -/** - * Show the Menu at a specified location on the screen - * - * Missing features: - * - browserWindow - BrowserWindow (optional) - Default is null. - * - positioningItem Number - (optional) OS X - * - * @param {int} screenX - * @param {int} screenY - * @param Toolbox toolbox (non standard) - * Needed so we in which window to inject XUL - */ -Menu.prototype.popup = function (screenX, screenY, doc) { - const win = doc.defaultView; - doc = getTopWindow(doc.defaultView).document; - let popupset = doc.querySelector("popupset"); - if (!popupset) { - popupset = doc.createXULElement("popupset"); - doc.documentElement.appendChild(popupset); - } - // See bug 1285229, on Windows, opening the same popup multiple times in a - // row ends up duplicating the popup. The newly inserted popup doesn't - // dismiss the old one. So remove any previously displayed popup before - // opening a new one. - let popup = popupset.querySelector("menupopup[menu-api=\"true\"]"); - if (popup) { - popup.hidePopup(); - } - - popup = this.createPopup(doc); - popup.setAttribute("menu-api", "true"); - - if (this.id) { - popup.id = this.id; - } - this._createMenuItems(popup); - // The context menu will be created in the topmost chrome window. Hide it manually when - // the owner document is unloaded. - const onWindowUnload = () => popup.hidePopup(); - win.addEventListener("unload", onWindowUnload); - - // Remove the menu from the DOM once it's hidden. - popup.addEventListener("popuphidden", e => { - if (e.target === popup) { - win.removeEventListener("unload", onWindowUnload); - popup.remove(); - this.emit("close", popup); - } - }); - - popup.addEventListener("popupshown", e => { - if (e.target === popup) { - this.emit("open", popup); - } - }); - - popupset.appendChild(popup); - popup.openPopupAtScreen(screenX, screenY, true); -}; - -Menu.prototype.createPopup = function (doc) { - const popup = doc.createXULElement("menupopup"); - popup.setAttribute("menu-api", "true"); - popup.setAttribute("consumeoutsideclicks", "false"); - popup.setAttribute("incontentshell", "false"); - return popup; -}; - -Menu.prototype._createMenuItems = function (parent) { - let doc = parent.ownerDocument; - this.menuitems.forEach(item => { - if (!item.visible) { - return; - } - - if (item.submenu) { - let menupopup = doc.createXULElement("menupopup"); - item.submenu._createMenuItems(menupopup); - - let menuitem = doc.createXULElement("menuitem"); - menuitem.setAttribute("label", item.label); - if (!inToolbox()) { - menuitem.textContent = item.label; - } - - let menu = doc.createXULElement("menu"); - menu.appendChild(menuitem); - menu.appendChild(menupopup); - if (item.disabled) { - menu.setAttribute("disabled", "true"); - } - if (item.accesskey) { - menu.setAttribute("accesskey", item.accesskey); - } - if (item.id) { - menu.id = item.id; - } - if (item.accelerator) { - menuitem.setAttribute("acceltext", formatKeyShortcut(item.accelerator)); - } - parent.appendChild(menu); - } else if (item.type === "separator") { - let menusep = doc.createXULElement("menuseparator"); - parent.appendChild(menusep); - } else { - let menuitem = doc.createXULElement("menuitem"); - menuitem.setAttribute("label", item.label); - - if (!inToolbox()) { - menuitem.textContent = item.label; - } - - menuitem.addEventListener("command", () => item.click()); - - if (item.type === "checkbox") { - menuitem.setAttribute("type", "checkbox"); - } - if (item.type === "radio") { - menuitem.setAttribute("type", "radio"); - } - if (item.disabled) { - menuitem.setAttribute("disabled", "true"); - } - if (item.checked) { - menuitem.setAttribute("checked", "true"); - } - if (item.accesskey) { - menuitem.setAttribute("accesskey", item.accesskey); - } - if (item.id) { - menuitem.id = item.id; - } - if (item.accelerator) { - menuitem.setAttribute("acceltext", formatKeyShortcut(item.accelerator)); - } - parent.appendChild(menuitem); - } - }); -}; - -Menu.setApplicationMenu = () => { - throw Error("Not implemented"); -}; - -Menu.sendActionToFirstResponder = () => { - throw Error("Not implemented"); -}; - -Menu.buildFromTemplate = () => { - throw Error("Not implemented"); -}; - -module.exports = Menu; - -/***/ }), - /***/ 422: /***/ (function(module, exports, __webpack_require__) { @@ -2960,79 +2706,6 @@ module.exports = p; /***/ }), -/***/ 423: -/***/ (function(module, exports, __webpack_require__) { - -"use strict"; - - -/* 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/. */ - -/** - * A partial implementation of the MenuItem API provided by electron: - * https://github.com/electron/electron/blob/master/docs/api/menu-item.md. - * - * Missing features: - * - id String - Unique within a single menu. If defined then it can be used - * as a reference to this item by the position attribute. - * - role String - Define the action of the menu item; when specified the - * click property will be ignored - * - sublabel String - * - icon NativeImage - * - position String - This field allows fine-grained definition of the - * specific location within a given menu. - * - * Implemented features: - * @param Object options - * Function click - * Will be called with click(menuItem, browserWindow) when the menu item - * is clicked - * String type - * Can be normal, separator, submenu, checkbox or radio - * String label - * Boolean enabled - * If false, the menu item will be greyed out and unclickable. - * Boolean checked - * Should only be specified for checkbox or radio type menu items. - * Menu submenu - * Should be specified for submenu type menu items. If submenu is specified, - * the type: 'submenu' can be omitted. If the value is not a Menu then it - * will be automatically converted to one using Menu.buildFromTemplate. - * Boolean visible - * If false, the menu item will be entirely hidden. - * String accelerator - * If specified, will be used as accelerator text for MenuItem - */ -function MenuItem({ - accesskey = null, - checked = false, - click = () => {}, - disabled = false, - label = "", - id = null, - submenu = null, - type = "normal", - visible = true, - accelerator = "" -} = {}) { - this.accesskey = accesskey; - this.checked = checked; - this.click = click; - this.disabled = disabled; - this.id = id; - this.label = label; - this.submenu = submenu; - this.type = type; - this.visible = visible; - this.accelerator = accelerator; -} - -module.exports = MenuItem; - -/***/ }), - /***/ 424: /***/ (function(module, exports, __webpack_require__) { @@ -6037,6 +5710,10 @@ function createStructuredSelector(selectors) { /***/ 445: /***/ (function(module, exports, __webpack_require__) { +/* 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 . */ + const SplitBox = __webpack_require__(446); module.exports = SplitBox; @@ -6419,6 +6096,20 @@ function move(array, moveIndex, toIndex) { /***/ }), +/***/ 490: +/***/ (function(module, exports) { + +module.exports = __WEBPACK_EXTERNAL_MODULE_490__; + +/***/ }), + +/***/ 491: +/***/ (function(module, exports) { + +module.exports = __WEBPACK_EXTERNAL_MODULE_491__; + +/***/ }), + /***/ 6: /***/ (function(module, exports) { @@ -7497,7 +7188,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*! /* 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/. */ + * file, You can obtain one at . */ const networkRequest = __webpack_require__(13); const workerUtils = __webpack_require__(14); diff --git a/devtools/client/debugger/package.json b/devtools/client/debugger/package.json index 86b876901479..290bd163c132 100644 --- a/devtools/client/debugger/package.json +++ b/devtools/client/debugger/package.json @@ -53,7 +53,7 @@ "babel-plugin-transform-imports": "^1.5.0", "codemirror": "^5.28.0", "devtools-environment": "^0.0.6", - "devtools-launchpad": "^0.0.152", + "devtools-launchpad": "^0.0.153", "devtools-linters": "^0.0.4", "devtools-reps": "0.23.0", "devtools-source-map": "0.16.0", diff --git a/devtools/client/debugger/packages/devtools-reps/package.json b/devtools/client/debugger/packages/devtools-reps/package.json index cc8197377e1c..07075b8bfd9f 100644 --- a/devtools/client/debugger/packages/devtools-reps/package.json +++ b/devtools/client/debugger/packages/devtools-reps/package.json @@ -38,7 +38,7 @@ "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0", "babel-preset-react": "^6.24.1", "devtools-config": "^0.0.16", - "devtools-launchpad": "^0.0.152", + "devtools-launchpad": "^0.0.153", "devtools-license-check": "^0.7.0", "devtools-modules": "~1.1.0", "devtools-services": "^0.0.1", diff --git a/devtools/client/debugger/yarn.lock b/devtools/client/debugger/yarn.lock index 532559d11744..fd1618edab52 100644 --- a/devtools/client/debugger/yarn.lock +++ b/devtools/client/debugger/yarn.lock @@ -3275,12 +3275,12 @@ devtools-connection@^1.0.7: resolved "https://registry.yarnpkg.com/devtools-connection/-/devtools-connection-1.0.7.tgz#16f23256f842dce339038cdc273c49c473ef83e0" integrity sha512-SrBHnM4nVhTrSfI4WnqcmppDOwB5iQvoEjqVNpwv63puGdKGtcdfWqv4+4gqfRYKHrdGB8tJfWJV2n+EyXb1Xw== -devtools-contextmenu@~1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/devtools-contextmenu/-/devtools-contextmenu-1.0.5.tgz#b9f9687ada3030b5813d947c4288d7e976c9578a" - integrity sha512-e5QPL/P6vIkpdI3KU9G7OoTqoMF7joERZhq97ZKU0qgqczsbZh/OeM9scR1cQ4vrckN75WUzw+/Ucmly+kn2lw== +devtools-contextmenu@~1.0.6: + version "1.0.6" + resolved "https://registry.yarnpkg.com/devtools-contextmenu/-/devtools-contextmenu-1.0.6.tgz#db31a6e5c90a7efeeb84fd156bd312633e642006" + integrity sha512-5hYcY0RHkFeStvpA+Kyg1K5n0KuCuAntzHGID0xmwJsSjNrU5fs4gEEVk6BAOtW92IMSpdJ8qA8LIi+s6LkQXQ== dependencies: - devtools-modules "~1.1.2" + devtools-modules "~1.1.3" devtools-environment@^0.0.5: version "0.0.5" @@ -3290,10 +3290,10 @@ devtools-environment@^0.0.6: version "0.0.6" resolved "https://registry.yarnpkg.com/devtools-environment/-/devtools-environment-0.0.6.tgz#11584f5b1ead784c2356d8da647a630fed591a4e" -devtools-launchpad@^0.0.152: - version "0.0.152" - resolved "https://registry.yarnpkg.com/devtools-launchpad/-/devtools-launchpad-0.0.152.tgz#bbd9526c0933adb3d61baa9bb5d56231adc1e318" - integrity sha512-OX/c1LmYLV4BDlTGqTe/zMJvtLdp0vn9WXuTkRXmbSBELMT3ojNv1CAvX3r90iMEeE8PO20bF0IQMUAE/OqjMw== +devtools-launchpad@^0.0.153: + version "0.0.153" + resolved "https://registry.yarnpkg.com/devtools-launchpad/-/devtools-launchpad-0.0.153.tgz#e310d4dfd67206b1ad2f59aabd2cffe885ae97ef" + integrity sha512-i4v+Wf0ia9eGAryEKKMGvPfGvdj4WMLsNYxMmWUnfMNqGitlgyFxD3f5oZO7yNQgY6iX7P5vczxceJILsag57g== dependencies: amd-loader "0.0.8" autoprefixer "^7.1.2" @@ -3319,11 +3319,11 @@ devtools-launchpad@^0.0.152: debug "^3.1.0" devtools-config "^0.0.16" devtools-connection "^1.0.7" - devtools-contextmenu "~1.0.5" + devtools-contextmenu "~1.0.6" devtools-environment "^0.0.5" devtools-license-check "^0.7.0" devtools-mc-assets "^0.0.7" - devtools-modules "~1.1.2" + devtools-modules "~1.1.3" devtools-sprintf-js "^1.0.3" express "^4.13.4" express-static "^1.2.5" @@ -3411,10 +3411,10 @@ devtools-modules@~1.1.0: devtools-services "0.0.1" punycode "^2.1.0" -devtools-modules@~1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/devtools-modules/-/devtools-modules-1.1.2.tgz#3a1f2134469858330461a62ede80fe361dd2174f" - integrity sha512-RW1AVqQOXkrBCxHQcIUR5dn7oeECoCzFhdQlGQ+fTRZYVGkdmDv2GEmR3P/s+31ae4khxjKs6g9I7is7vFynWg== +devtools-modules@~1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/devtools-modules/-/devtools-modules-1.1.3.tgz#4fbeee232263794bd3dd5b314c1a0ae28d76ea6f" + integrity sha512-2bwfU72vwDcPCzLgXcK/rdtsmi9oWV764vxKttQdY43a7euwo94oCWOKfTOEXJG6HVgxMlYk87+/8QN9ELz9jQ== dependencies: devtools-services "0.0.1" punycode "^2.1.0" diff --git a/devtools/client/shared/components/reps/reps.js b/devtools/client/shared/components/reps/reps.js index 47148909b2ee..27e6aba7bb0b 100644 --- a/devtools/client/shared/components/reps/reps.js +++ b/devtools/client/shared/components/reps/reps.js @@ -105,7 +105,7 @@ module.exports = { Tree: _tree2.default }; /* 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/. */ + * file, You can obtain one at . */ /***/ }), diff --git a/devtools/client/shared/source-map/index.js b/devtools/client/shared/source-map/index.js index a8d778072d4a..8846b3650e80 100644 --- a/devtools/client/shared/source-map/index.js +++ b/devtools/client/shared/source-map/index.js @@ -799,7 +799,7 @@ module.exports = { /* 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/. */ + * file, You can obtain one at . */ const networkRequest = __webpack_require__(13); const workerUtils = __webpack_require__(14); diff --git a/devtools/client/shared/source-map/worker.js b/devtools/client/shared/source-map/worker.js index 8e0c4609d2d7..6445df44653f 100644 --- a/devtools/client/shared/source-map/worker.js +++ b/devtools/client/shared/source-map/worker.js @@ -13281,7 +13281,7 @@ module.exports = { /* 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/. */ + * file, You can obtain one at . */ const networkRequest = __webpack_require__(13); const workerUtils = __webpack_require__(14);