profile-viewer 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/dist/119.92ddbd8a86d8c3ca559e.bundle.js +2 -0
- data/dist/119.92ddbd8a86d8c3ca559e.bundle.js.map +1 -0
- data/dist/{9.071a712ea648c8b30416.bundle.js → 9.32828795506af73ed4a1.bundle.js} +2 -2
- data/dist/9.32828795506af73ed4a1.bundle.js.map +1 -0
- data/dist/_headers +1 -2
- data/dist/contribute.json +31 -35
- data/dist/docs/js/init.js +1 -1
- data/dist/index.html +1 -1
- data/dist/locales/README.md +1 -0
- data/dist/locales/be/app.ftl +21 -3
- data/dist/main.fc4f388a376c68dab444.bundle.js +199 -0
- data/dist/main.fc4f388a376c68dab444.bundle.js.map +1 -0
- data/dist/photon/index.html +3 -2
- data/dist/photon/main.1dffe4a955d6a0630bc4.bundle.js +2 -0
- data/dist/photon/main.1dffe4a955d6a0630bc4.bundle.js.map +1 -0
- data/dist/robots.txt +4 -0
- data/dist/sw.js +1 -1
- data/dist/sw.js.map +1 -1
- data/ruby-bin/profile-viewer +36 -7
- data/ruby-bin/profile-viewer-version.rb +3 -0
- metadata +44 -15
- data/dist/119.cc58ce313e67f80f50f3.bundle.js +0 -2
- data/dist/119.cc58ce313e67f80f50f3.bundle.js.map +0 -1
- data/dist/9.071a712ea648c8b30416.bundle.js.map +0 -1
- data/dist/before-load.js +0 -1
- data/dist/main.8208fda2d35ddbe38d55.bundle.js +0 -199
- data/dist/main.8208fda2d35ddbe38d55.bundle.js.map +0 -1
- data/dist/photon/main.8c8260452e7439ec6df9.bundle.js +0 -2
- data/dist/photon/main.8c8260452e7439ec6df9.bundle.js.map +0 -1
- /data/dist/{main.8208fda2d35ddbe38d55.bundle.js.LICENSE.txt → main.fc4f388a376c68dab444.bundle.js.LICENSE.txt} +0 -0
data/dist/_headers
CHANGED
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
|
|
16
16
|
# 1. script-src
|
|
17
17
|
# a. 'wasm-unsafe-eval' allows to execute wasm scripts without compromising the javascript CSP.
|
|
18
|
-
# b. We use Google Analytics to track the usage of the application.
|
|
19
18
|
# 2. style-src
|
|
20
19
|
# a. `unsafe-inline` is necessary to support favicons.
|
|
21
20
|
# b. Google Fonts are used in the docs.
|
|
@@ -26,7 +25,7 @@
|
|
|
26
25
|
# 7. `frame-ancestors` is the same purpose as `X-Frame-Options` above.
|
|
27
26
|
# 8. `form-action`prevents forms, we don't need this.`
|
|
28
27
|
# 9. `frame-src` allows the embedding of YouTube videos in the docs.
|
|
29
|
-
Content-Security-Policy: default-src 'self'; script-src 'self' 'wasm-unsafe-eval'
|
|
28
|
+
Content-Security-Policy: default-src 'self'; script-src 'self' 'wasm-unsafe-eval'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; img-src http: https: data:; object-src 'none'; connect-src *; frame-ancestors 'self'; form-action 'none'; frame-src www.youtube-nocookie.com
|
|
30
29
|
|
|
31
30
|
# Set the correct MIME type for WebAssembly modules.
|
|
32
31
|
/*.wasm
|
data/dist/contribute.json
CHANGED
|
@@ -1,37 +1,33 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
]
|
|
21
|
-
}
|
|
22
|
-
},
|
|
23
|
-
"bugs": {
|
|
24
|
-
"list": "https://github.com/firefox-devtools/profiler/issues",
|
|
25
|
-
"report": "https://github.com/firefox-devtools/profiler/issues/new",
|
|
26
|
-
"mentored": "https://github.com/firefox-devtools/profiler/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22"
|
|
27
|
-
},
|
|
28
|
-
"urls": {
|
|
29
|
-
"prod": "https://profiler.firefox.com",
|
|
30
|
-
"stage": "https://main--perf-html.netlify.app/"
|
|
31
|
-
},
|
|
32
|
-
"keywords": [
|
|
33
|
-
"performance",
|
|
34
|
-
"firefox",
|
|
35
|
-
"web"
|
|
2
|
+
"name": "Firefox profiler",
|
|
3
|
+
"description": "Web app for Firefox performance analysis",
|
|
4
|
+
"repository": {
|
|
5
|
+
"url": "https://github.com/firefox-devtools/profiler",
|
|
6
|
+
"license": "MPL2",
|
|
7
|
+
"tests": "https://circleci.com/gh/firefox-devtools/profiler"
|
|
8
|
+
},
|
|
9
|
+
"participate": {
|
|
10
|
+
"home": "https://github.com/firefox-devtools/profiler/blob/main/CONTRIBUTING.md",
|
|
11
|
+
"docs": "https://github.com/firefox-devtools/profiler/tree/main/docs-developer",
|
|
12
|
+
"matrix": "https://chat.mozilla.org/#/room/#profiler:mozilla.org",
|
|
13
|
+
"chat": {
|
|
14
|
+
"url": "https://chat.mozilla.org/#/room/#profiler:mozilla.org",
|
|
15
|
+
"contacts": [
|
|
16
|
+
"@julienw:mozilla.org",
|
|
17
|
+
"@canova:mozilla.org",
|
|
18
|
+
"@mstange:mozilla.org",
|
|
19
|
+
"@davehunt:mozilla.org"
|
|
36
20
|
]
|
|
37
|
-
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"bugs": {
|
|
24
|
+
"list": "https://github.com/firefox-devtools/profiler/issues",
|
|
25
|
+
"report": "https://github.com/firefox-devtools/profiler/issues/new",
|
|
26
|
+
"mentored": "https://github.com/firefox-devtools/profiler/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22"
|
|
27
|
+
},
|
|
28
|
+
"urls": {
|
|
29
|
+
"prod": "https://profiler.firefox.com",
|
|
30
|
+
"stage": "https://main--perf-html.netlify.app/"
|
|
31
|
+
},
|
|
32
|
+
"keywords": ["performance", "firefox", "web"]
|
|
33
|
+
}
|
data/dist/docs/js/init.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
window.$docsify={name:"Firefox Profiler",auto2top:!0,loadSidebar:!0,loadNavbar:!0,subMaxLevel:2,
|
|
1
|
+
window.$docsify={name:"Firefox Profiler",auto2top:!0,loadSidebar:!0,loadNavbar:!0,subMaxLevel:2,themeColor:"#0a84ff",noCompileLinks:[".*\\.svg"]};
|
data/dist/index.html
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="utf-8"
|
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="initial-scale=1"/><title>Firefox Profiler</title><link rel="preload" href="locales/en-US/app.ftl" as="fetch"/><link rel="icon" href="/favicon.png"><script defer="defer" src="/main.fc4f388a376c68dab444.bundle.js"></script></head><body style="background-color: #363959; /* ink-70 */"><div id="root"></div><div id="root-overlay"></div></body></html>
|
data/dist/locales/README.md
CHANGED
|
@@ -6,6 +6,7 @@ Please change only the locale content in the `en-US`
|
|
|
6
6
|
directory. The other directories are changed using [Pontoon](https://pontoon.mozilla.org/projects/firefox-profiler/).
|
|
7
7
|
|
|
8
8
|
Here are the most important rules:
|
|
9
|
+
|
|
9
10
|
1. If you change the string in a way that changes the meaning, you need to
|
|
10
11
|
change the string key as well. If that doesn't change the meaning (for
|
|
11
12
|
example, if that's a typo fix), then the string key can stay the same. You
|
data/dist/locales/be/app.ftl
CHANGED
|
@@ -232,7 +232,7 @@ FullTimeline--tracks-button = Дарожак: <span>{ $visibleTrackCount }</span
|
|
|
232
232
|
## Home page
|
|
233
233
|
|
|
234
234
|
Home--upload-from-file-input-button = Загрузіць профіль з файла
|
|
235
|
-
Home--upload-from-url-button =
|
|
235
|
+
Home--upload-from-url-button = Загрузіць профіль з URL
|
|
236
236
|
Home--load-from-url-submit-button =
|
|
237
237
|
.value = Загрузіць
|
|
238
238
|
Home--documentation-button = Дакументацыя
|
|
@@ -322,7 +322,7 @@ ListOfPublishedProfiles--uploaded-profile-information-list =
|
|
|
322
322
|
## This is used as a context menu for the Marker Chart, Marker Table and Network
|
|
323
323
|
## panels.
|
|
324
324
|
|
|
325
|
-
MarkerContextMenu--set-selection-from-duration =
|
|
325
|
+
MarkerContextMenu--set-selection-from-duration = Наладзіць выбарку на аснове працягласці маркера
|
|
326
326
|
MarkerContextMenu--start-selection-here = Пачаць вылучэнне тут
|
|
327
327
|
MarkerContextMenu--end-selection-here = Скончыць вылучэнне тут
|
|
328
328
|
MarkerContextMenu--start-selection-at-marker-start = Пачаць вылучэнне ад <strong>пачатку</strong> маркера
|
|
@@ -345,17 +345,28 @@ MarkerContextMenu--select-the-receiver-thread = Выберыце паток-ат
|
|
|
345
345
|
# $threadName (String) - Name of the thread that will be selected.
|
|
346
346
|
MarkerContextMenu--select-the-sender-thread = Выберыце паток-адпраўнік “<strong>{ $threadName }</strong>”
|
|
347
347
|
|
|
348
|
+
## MarkerFiltersContextMenu
|
|
349
|
+
## This is the menu when filter icon is clicked in Marker Chart and Marker Table
|
|
350
|
+
## panels.
|
|
351
|
+
|
|
352
|
+
# This string is used on the marker filters menu item when clicked on the filter icon.
|
|
353
|
+
# Variables:
|
|
354
|
+
# $filter (String) - Search string that will be used to filter the markers.
|
|
355
|
+
MarkerFiltersContextMenu--drop-samples-outside-of-markers-matching = Адкідваць сэмплы па-за межамі маркераў, якія адпавядаюць «<strong>{ $filter }</strong>»
|
|
356
|
+
|
|
348
357
|
## MarkerSettings
|
|
349
358
|
## This is used in all panels related to markers.
|
|
350
359
|
|
|
351
360
|
MarkerSettings--panel-search =
|
|
352
361
|
.label = Фільтр маркераў:
|
|
353
362
|
.title = Паказваць толькі маркеры, якія адпавядаюць пэўнаму імені
|
|
363
|
+
MarkerSettings--marker-filters =
|
|
364
|
+
.title = Фільтры маркераў
|
|
354
365
|
|
|
355
366
|
## MarkerSidebar
|
|
356
367
|
## This is the sidebar component that is used in Marker Table panel.
|
|
357
368
|
|
|
358
|
-
MarkerSidebar--select-a-marker = Выберыце маркер, каб паглядзець
|
|
369
|
+
MarkerSidebar--select-a-marker = Выберыце маркер, каб паглядзець інфармацыю пра яго.
|
|
359
370
|
|
|
360
371
|
## MarkerTable
|
|
361
372
|
## This is the component for Marker Table panel.
|
|
@@ -457,6 +468,8 @@ MenuButtons--metaInfo--logical-cpu =
|
|
|
457
468
|
[few] { $logicalCPUs } лагічных ядра
|
|
458
469
|
*[many] { $logicalCPUs } лагічных ядзер
|
|
459
470
|
}
|
|
471
|
+
MenuButtons--metaInfo--profiling-started = Запіс пачаўся:
|
|
472
|
+
MenuButtons--metaInfo--profiling-session = Працягласць запісу:
|
|
460
473
|
MenuButtons--metaInfo--main-process-started = Асноўны працэс пачаўся:
|
|
461
474
|
MenuButtons--metaInfo--main-process-ended = Асноўны працэс скончыўся:
|
|
462
475
|
MenuButtons--metaInfo--interval = Інтэрвал:
|
|
@@ -476,6 +489,7 @@ MenuButtons--metaInfo--buffer-duration-seconds =
|
|
|
476
489
|
MenuButtons--metaInfo--buffer-duration-unlimited = Неабмежавана
|
|
477
490
|
MenuButtons--metaInfo--application = Праграма
|
|
478
491
|
MenuButtons--metaInfo--name-and-version = Назва і версія:
|
|
492
|
+
MenuButtons--metaInfo--application-uptime = Час працы:
|
|
479
493
|
MenuButtons--metaInfo--update-channel = Канал абнаўлення:
|
|
480
494
|
MenuButtons--metaInfo--build-id = ID зборкі:
|
|
481
495
|
MenuButtons--metaInfo--build-type = Тып зборкі:
|
|
@@ -896,6 +910,10 @@ TransformNavigator--collapse-direct-recursion-only = Згарнуць тольк
|
|
|
896
910
|
# Variables:
|
|
897
911
|
# $item (String) - Name of the function that transform applied to.
|
|
898
912
|
TransformNavigator--collapse-function-subtree = Згарнуць паддрэва: { $item }
|
|
913
|
+
# "Drop samples outside of markers matching ..." transform.
|
|
914
|
+
# Variables:
|
|
915
|
+
# $item (String) - Search filter of the markers that transform will apply to.
|
|
916
|
+
TransformNavigator--drop-samples-outside-of-markers-matching = Адкідваць сэмплы па-за межамі маркераў, якія адпавядаюць: “{ $item }”
|
|
899
917
|
|
|
900
918
|
## "Bottom box" - a view which contains the source view and the assembly view,
|
|
901
919
|
## at the bottom of the profiler UI
|