Skip to content

Commit

Permalink
Bug 1552495 - Bump debugger and reps to use launchpad 0.0.153 r=jlast
Browse files Browse the repository at this point in the history
Differential Revision: https://phabricator.services.mozilla.com/D31618

--HG--
extra : moz-landing-system : lando
  • Loading branch information
juliandescottes committed May 17, 2019
1 parent 1577398 commit 79650a7
Show file tree
Hide file tree
Showing 12 changed files with 64 additions and 367 deletions.
22 changes: 13 additions & 9 deletions devtools/client/debugger/bin/module-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"byName": {},
"byBlocks": {},
"usedIds": {
"1": 1
"0": 0
}
}
}
Expand All @@ -36,7 +36,7 @@
"byName": {},
"byBlocks": {},
"usedIds": {
"1": 1
"0": 0
}
}
}
Expand All @@ -57,7 +57,7 @@
"byName": {},
"byBlocks": {},
"usedIds": {
"1": 1
"0": 0
}
}
}
Expand All @@ -78,7 +78,7 @@
"byName": {},
"byBlocks": {},
"usedIds": {
"1": 1
"0": 0
}
}
}
Expand All @@ -99,7 +99,7 @@
"byName": {},
"byBlocks": {},
"usedIds": {
"1": 1
"0": 0
}
}
}
Expand All @@ -120,7 +120,7 @@
"byName": {},
"byBlocks": {},
"usedIds": {
"1": 1
"0": 0
}
}
}
Expand All @@ -141,7 +141,7 @@
"byName": {},
"byBlocks": {},
"usedIds": {
"1": 1
"0": 0
}
}
}
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -1129,7 +1131,9 @@
"486": 486,
"487": 487,
"488": 488,
"489": 489
"489": 489,
"490": 490,
"491": 491
}
},
"chunks": {
Expand Down
2 changes: 2 additions & 0 deletions devtools/client/debugger/configs/mozilla-central-mappings.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion devtools/client/debugger/dist/parser-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://mozilla.org/MPL/2.0/>. */

const networkRequest = __webpack_require__(13);
const workerUtils = __webpack_require__(14);
Expand Down
2 changes: 1 addition & 1 deletion devtools/client/debugger/dist/pretty-print-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://mozilla.org/MPL/2.0/>. */

const networkRequest = __webpack_require__(13);
const workerUtils = __webpack_require__(14);
Expand Down
2 changes: 1 addition & 1 deletion devtools/client/debugger/dist/search-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://mozilla.org/MPL/2.0/>. */

const networkRequest = __webpack_require__(13);
const workerUtils = __webpack_require__(14);
Expand Down

0 comments on commit 79650a7

Please sign in to comment.