Bug 1607639 - Part 1: Remove the unused 'introductionType' value from Source objects. r=jlast

Differential Revision: https://phabricator.services.mozilla.com/D72105
This commit is contained in:
Logan Smyth 2020-04-27 02:15:23 +00:00
Родитель fa172288ef
Коммит 63446c94da
14 изменённых файлов: 0 добавлений и 135 удалений

Просмотреть файл

@ -37,7 +37,6 @@ Array [
"source": Object {
"extensionName": null,
"id": "a",
"introductionType": null,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -120,7 +119,6 @@ Array [
"source": Object {
"extensionName": null,
"id": "a",
"introductionType": null,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,

Просмотреть файл

@ -282,7 +282,6 @@ export function newOriginalSources(sourceInfo: Array<OriginalSourceData>) {
isWasm: false,
isBlackBoxed: false,
introductionUrl: null,
introductionType: undefined,
isExtension: false,
extensionName: null,
isOriginal: true,
@ -329,7 +328,6 @@ export function newGeneratedSources(sourceInfo: Array<GeneratedSourceData>) {
isPrettyPrinted: false,
extensionName: source.extensionName,
introductionUrl: source.introductionUrl,
introductionType: source.introductionType,
isBlackBoxed: false,
isWasm:
!!supportsWasm(getState()) && source.introductionType === "wasm",

Просмотреть файл

@ -81,7 +81,6 @@ export function createPrettySource(cx: Context, sourceId: SourceId) {
isPrettyPrinted: true,
isWasm: false,
introductionUrl: null,
introductionType: undefined,
isExtension: false,
extensionName: null,
isOriginal: true,

Просмотреть файл

@ -4,7 +4,6 @@ exports[`sources - pretty print returns a pretty source for a minified file 1`]
Object {
"extensionName": null,
"id": "base.js/originalSource-36c718d4bde9a75edb388ff7733efe7f",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,

Просмотреть файл

@ -181,7 +181,6 @@ exports[`ConditionalPanel it should render at location of selected breakpoint 1`
Object {
"extensionName": null,
"id": "source",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -380,7 +379,6 @@ exports[`ConditionalPanel it should render with condition at selected breakpoint
Object {
"extensionName": null,
"id": "source",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -579,7 +577,6 @@ exports[`ConditionalPanel it should render with logpoint at selected breakpoint
Object {
"extensionName": null,
"id": "source",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,

Просмотреть файл

@ -137,7 +137,6 @@ exports[`SourcesTree on receiving new props updates highlighted items updates hi
"contents": Object {
"extensionName": null,
"id": "server1.conn13.child1/41",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -157,7 +156,6 @@ exports[`SourcesTree on receiving new props updates highlighted items updates hi
"contents": Object {
"extensionName": null,
"id": "server1.conn13.child1/42",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -175,7 +173,6 @@ exports[`SourcesTree on receiving new props updates highlighted items updates hi
"contents": Object {
"extensionName": null,
"id": "server1.conn13.child1/42/originalSource-sha",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -193,7 +190,6 @@ exports[`SourcesTree on receiving new props updates highlighted items updates hi
"contents": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -211,7 +207,6 @@ exports[`SourcesTree on receiving new props updates highlighted items updates hi
"contents": Object {
"extensionName": null,
"id": "server1.conn13.child1/41",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -229,7 +224,6 @@ exports[`SourcesTree on receiving new props updates highlighted items updates hi
"contents": Object {
"extensionName": null,
"id": "server1.conn13.child1/40",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -256,7 +250,6 @@ exports[`SourcesTree on receiving new props updates highlighted items updates hi
"contents": Object {
"extensionName": null,
"id": "server1.conn13.child1/42",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -274,7 +267,6 @@ exports[`SourcesTree on receiving new props updates highlighted items updates hi
"contents": Object {
"extensionName": null,
"id": "server1.conn13.child1/42/originalSource-sha",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -292,7 +284,6 @@ exports[`SourcesTree on receiving new props updates highlighted items updates hi
"contents": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -310,7 +301,6 @@ exports[`SourcesTree on receiving new props updates highlighted items updates hi
"contents": Object {
"extensionName": null,
"id": "server1.conn13.child1/41",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -328,7 +318,6 @@ exports[`SourcesTree on receiving new props updates highlighted items updates hi
"contents": Object {
"extensionName": null,
"id": "server1.conn13.child1/40",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,

Просмотреть файл

@ -18,7 +18,6 @@ Object {
Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -56,7 +55,6 @@ Object {
"contents": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -76,7 +74,6 @@ Object {
"source": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -112,7 +109,6 @@ Object {
"contents": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -134,7 +130,6 @@ Object {
Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -172,7 +167,6 @@ Object {
Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -208,7 +202,6 @@ Object {
"contents": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -228,7 +221,6 @@ Object {
"source": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -266,7 +258,6 @@ Object {
Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -310,7 +301,6 @@ Object {
"contents": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -331,7 +321,6 @@ Object {
"source": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -368,7 +357,6 @@ Object {
"contents": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -391,7 +379,6 @@ Object {
Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -429,7 +416,6 @@ Object {
Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -471,7 +457,6 @@ Object {
"contents": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -492,7 +477,6 @@ Object {
"source": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -530,7 +514,6 @@ Object {
Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -569,7 +552,6 @@ Object {
"contents": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -590,7 +572,6 @@ Object {
"source": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -627,7 +608,6 @@ Object {
"contents": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -650,7 +630,6 @@ Object {
Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -688,7 +667,6 @@ Object {
Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -725,7 +703,6 @@ Object {
"contents": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -746,7 +723,6 @@ Object {
"source": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -817,7 +793,6 @@ Object {
"source": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -865,7 +840,6 @@ Object {
Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -934,7 +908,6 @@ Object {
"source": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -1006,7 +979,6 @@ Object {
"source": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -1055,7 +1027,6 @@ Object {
Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -1125,7 +1096,6 @@ Object {
"source": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -1348,7 +1318,6 @@ Object {
"source": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -1395,7 +1364,6 @@ Object {
Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -1463,7 +1431,6 @@ Object {
"source": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -1534,7 +1501,6 @@ Object {
"source": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -1583,7 +1549,6 @@ Object {
Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -1653,7 +1618,6 @@ Object {
"source": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -2025,7 +1989,6 @@ Object {
"source": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -2073,7 +2036,6 @@ Object {
Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -2142,7 +2104,6 @@ Object {
"source": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -2213,7 +2174,6 @@ Object {
"source": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -2262,7 +2222,6 @@ Object {
Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -2332,7 +2291,6 @@ Object {
"source": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -2403,7 +2361,6 @@ Object {
"source": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -2450,7 +2407,6 @@ Object {
Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -2518,7 +2474,6 @@ Object {
"source": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -2579,7 +2534,6 @@ Object {
"contents": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": true,
"isExtension": false,
@ -2600,7 +2554,6 @@ Object {
"source": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": true,
"isExtension": false,
@ -2636,7 +2589,6 @@ Object {
"contents": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": true,
"isExtension": false,
@ -2659,7 +2611,6 @@ Object {
Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": true,
"isExtension": false,
@ -2718,7 +2669,6 @@ Object {
"contents": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": true,
"isExtension": false,
@ -2739,7 +2689,6 @@ Object {
"source": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": true,
"isExtension": false,
@ -2801,7 +2750,6 @@ Object {
"contents": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -2822,7 +2770,6 @@ Object {
"source": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -2859,7 +2806,6 @@ Object {
"contents": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -2882,7 +2828,6 @@ Object {
Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -2942,7 +2887,6 @@ Object {
"contents": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -2963,7 +2907,6 @@ Object {
"source": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -3001,7 +2944,6 @@ Object {
Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -3039,7 +2981,6 @@ Object {
"contents": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -3060,7 +3001,6 @@ Object {
"source": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -3096,7 +3036,6 @@ Object {
"contents": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -3119,7 +3058,6 @@ Object {
Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -3157,7 +3095,6 @@ Object {
Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -3193,7 +3130,6 @@ Object {
"contents": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -3214,7 +3150,6 @@ Object {
"source": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -3252,7 +3187,6 @@ Object {
Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -3292,7 +3226,6 @@ Object {
"contents": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -3312,7 +3245,6 @@ Object {
"source": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -3350,7 +3282,6 @@ Object {
"contents": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -3372,7 +3303,6 @@ Object {
Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -3410,7 +3340,6 @@ Object {
Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -3448,7 +3377,6 @@ Object {
"contents": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -3468,7 +3396,6 @@ Object {
"source": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -3506,7 +3433,6 @@ Object {
Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -3544,7 +3470,6 @@ Object {
"contents": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -3565,7 +3490,6 @@ Object {
"source": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -3601,7 +3525,6 @@ Object {
"contents": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -3624,7 +3547,6 @@ Object {
Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -3662,7 +3584,6 @@ Object {
Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -3698,7 +3619,6 @@ Object {
"contents": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -3719,7 +3639,6 @@ Object {
"source": Object {
"extensionName": null,
"id": "server1.conn13.child1/39",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,

Просмотреть файл

@ -42,7 +42,6 @@ exports[`Frame getFrameTitle 1`] = `
"source": Object {
"extensionName": null,
"id": "source",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -99,7 +98,6 @@ exports[`Frame getFrameTitle 1`] = `
"source": Object {
"extensionName": null,
"id": "source",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -163,7 +161,6 @@ exports[`Frame library frame 1`] = `
"source": Object {
"extensionName": null,
"id": "source",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -221,7 +218,6 @@ exports[`Frame library frame 1`] = `
"source": Object {
"extensionName": null,
"id": "source",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -284,7 +280,6 @@ exports[`Frame user frame (not selected) 1`] = `
"source": Object {
"extensionName": null,
"id": "source",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -341,7 +336,6 @@ exports[`Frame user frame (not selected) 1`] = `
"source": Object {
"extensionName": null,
"id": "source",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -404,7 +398,6 @@ exports[`Frame user frame 1`] = `
"source": Object {
"extensionName": null,
"id": "source",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -461,7 +454,6 @@ exports[`Frame user frame 1`] = `
"source": Object {
"extensionName": null,
"id": "source",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,

Просмотреть файл

@ -39,7 +39,6 @@ exports[`Frames Blackboxed Frames filters blackboxed frames 1`] = `
"source": Object {
"extensionName": null,
"id": "1",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -87,7 +86,6 @@ exports[`Frames Blackboxed Frames filters blackboxed frames 1`] = `
"source": Object {
"extensionName": null,
"id": "1",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -138,7 +136,6 @@ exports[`Frames Blackboxed Frames filters blackboxed frames 1`] = `
"source": Object {
"extensionName": null,
"id": "1",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -186,7 +183,6 @@ exports[`Frames Blackboxed Frames filters blackboxed frames 1`] = `
"source": Object {
"extensionName": null,
"id": "1",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,

Просмотреть файл

@ -46,7 +46,6 @@ exports[`Group displays a group 1`] = `
"source": Object {
"extensionName": null,
"id": "source",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -123,7 +122,6 @@ exports[`Group passes the getFrameTitle prop to the Frame components 1`] = `
"source": Object {
"extensionName": null,
"id": "source",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -199,7 +197,6 @@ exports[`Group passes the getFrameTitle prop to the Frame components 1`] = `
"source": Object {
"extensionName": null,
"id": "source",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -251,7 +248,6 @@ exports[`Group passes the getFrameTitle prop to the Frame components 1`] = `
"source": Object {
"extensionName": null,
"id": "source",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -315,7 +311,6 @@ exports[`Group passes the getFrameTitle prop to the Frame components 1`] = `
"source": Object {
"extensionName": null,
"id": "source",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -367,7 +362,6 @@ exports[`Group passes the getFrameTitle prop to the Frame components 1`] = `
"source": Object {
"extensionName": null,
"id": "source",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -431,7 +425,6 @@ exports[`Group passes the getFrameTitle prop to the Frame components 1`] = `
"source": Object {
"extensionName": null,
"id": "source",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -483,7 +476,6 @@ exports[`Group passes the getFrameTitle prop to the Frame components 1`] = `
"source": Object {
"extensionName": null,
"id": "source",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -552,7 +544,6 @@ exports[`Group renders group with anonymous functions 1`] = `
"source": Object {
"extensionName": null,
"id": "source",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -629,7 +620,6 @@ exports[`Group renders group with anonymous functions 2`] = `
"source": Object {
"extensionName": null,
"id": "source",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -705,7 +695,6 @@ exports[`Group renders group with anonymous functions 2`] = `
"source": Object {
"extensionName": null,
"id": "source",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -756,7 +745,6 @@ exports[`Group renders group with anonymous functions 2`] = `
"source": Object {
"extensionName": null,
"id": "source",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -820,7 +808,6 @@ exports[`Group renders group with anonymous functions 2`] = `
"source": Object {
"extensionName": null,
"id": "source",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -871,7 +858,6 @@ exports[`Group renders group with anonymous functions 2`] = `
"source": Object {
"extensionName": null,
"id": "source",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -935,7 +921,6 @@ exports[`Group renders group with anonymous functions 2`] = `
"source": Object {
"extensionName": null,
"id": "source",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,
@ -986,7 +971,6 @@ exports[`Group renders group with anonymous functions 2`] = `
"source": Object {
"extensionName": null,
"id": "source",
"introductionType": undefined,
"introductionUrl": null,
"isBlackBoxed": false,
"isExtension": false,

Просмотреть файл

@ -96,7 +96,6 @@ export type SourceBase = {|
+isPrettyPrinted: boolean,
+relativeUrl: URL,
+introductionUrl: ?URL,
+introductionType: ?string,
+extensionName: ?string,
+isExtension: boolean,
+isWasm: boolean,

Просмотреть файл

@ -418,7 +418,6 @@ export type Source = {
+isPrettyPrinted: boolean,
+relativeUrl: URL,
+introductionUrl: ?URL,
+introductionType: ?string,
+extensionName: ?string,
+isExtension: boolean,
+isWasm: boolean,

Просмотреть файл

@ -106,7 +106,6 @@ function makeFrame({ id, sourceId, thread }: Object, opts: Object = {}) {
function createSourceObject(
filename: string,
props: {
introductionType?: string,
introductionUrl?: string,
isBlackBoxed?: boolean,
} = {}
@ -117,7 +116,6 @@ function createSourceObject(
isBlackBoxed: !!props.isBlackBoxed,
isPrettyPrinted: false,
introductionUrl: props.introductionUrl || null,
introductionType: props.introductionType || null,
isExtension: false,
isOriginal: filename.includes("originalSource"),
}: any);

Просмотреть файл

@ -38,7 +38,6 @@ function makeMockSource(url: URL = "url", id: SourceId = "source"): SourceBase {
isPrettyPrinted: false,
relativeUrl: url,
introductionUrl: null,
introductionType: undefined,
isWasm: false,
extensionName: null,
isExtension: false,
@ -92,7 +91,6 @@ function makeMockWasmSource(): SourceBase {
isPrettyPrinted: false,
relativeUrl: "url",
introductionUrl: null,
introductionType: undefined,
isWasm: true,
extensionName: null,
isExtension: false,