You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes:
[Markus Stange] Streamline some code related to profile publishing
(#5608)
[Nazım Can Altınova] Implement fetching JS sources from browser via
WebChannel (#5506)
[Nisarg Jhaveri] Remove "Back to home" link on import errors when not
loading from file (#5279)
[Florian Quèze] Show the 'inl' badge on inlined frames showing in marker
stacks. (#5628)
[Florian Quèze] Add a 'filter' button next to the tooltip label of
markers. (#5626)
And thanks to our localizers:
de: Michael Köhler
el: Jim Spentzos
en-GB: Ian Neal
es-CL: ravmn
fr: brumedautomne127
fur: Fabio Tomat
fy-NL: Fjoerfoks
ia: Melo46
it: Francesco Lodolo [:flod]
nl: Mark Heijl
pt-BR: Marcelo Ghelman
ru: Valery Ledovskoy
sv-SE: Andreas Pettersson
tr: Grk, Selim Şumlu
zh-CN: Olvcpr423
zh-TW: Pin-guang Chen
Copy file name to clipboardExpand all lines: docs-developer/CHANGELOG-formats.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@ Note that this is not an exhaustive list. Processed profile format upgraders can
6
6
7
7
## Processed profile format
8
8
9
+
### Version 58
10
+
11
+
A new `SourceTable` has been added to `profile.shared.sources` to centralize all source file information. The `FuncTable.fileName` field has been replaced with `FuncTable.source`, which references indices in the shared sources table. This change allows storing a UUID per JS source, which will be used for fetching sources.
12
+
9
13
### Version 57
10
14
11
15
The `searchable` property in marker schemas, originally added in version 44, is now removed again. Now all marker fields are searchable.
@@ -122,6 +126,10 @@ Older versions are not documented in this changelog but can be found in [process
122
126
123
127
## Gecko profile format
124
128
129
+
### Version 32
130
+
131
+
`frameTable``location` string field was changed to include an optional `sourceIndex` at the end of the string inside brackets for JS sources. For example, new JS frames look like this: `functionName (http://script.url/:1234:1234)[1234]` with the last number being its `sourceIndex`. This index references entries in the shared `SourceTable` in `profile.sources` (added in in the same version) which centralizes all source file information.
132
+
125
133
### Version 31
126
134
127
135
Two new marker schema field format types have been added: `flow-id` and `terminating-flow-id`, with string index values (like `unique-string`).
Copy file name to clipboardExpand all lines: locales/de/app.ftl
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,14 @@ AppViewRouter--error-from-localhost-url-safari = Aufgrund einer <a>spezifischen
39
39
AppViewRouter--route-not-found--home =
40
40
.specialMessage = Die URL, die Sie erreichen wollten, wurde nicht erkannt.
41
41
42
+
## Backtrace
43
+
## This is used to display a backtrace (call stack) for a marker or sample.
44
+
45
+
# Variables:
46
+
# $function (String) - Name of the function that was inlined.
47
+
Backtrace--inlining-badge = (inlined)
48
+
.title = {$function} wurde durch den Compiler zur Inline-Funktion ihres Aufrufers.
49
+
42
50
## CallNodeContextMenu
43
51
## This is used as a context menu for the Call Tree, Flame Graph and Stack Chart
44
52
## panels.
@@ -1101,6 +1109,13 @@ SourceView--not-in-archive-error-when-obtaining-source = Die Datei { $pathInArch
1101
1109
# $url (String) - The URL from which the "archive" file was downloaded.
1102
1110
# $parsingErrorMessage (String) - The raw internal error message during parsing, not localized
1103
1111
SourceView--archive-parsing-error-when-obtaining-source = Das Archiv unter {$url} konnte nicht geparst werden: {$parsingErrorMessage}
1112
+
# Displayed below SourceView--cannot-obtain-source, if a JS file could not be found in
1113
+
# the browser.
1114
+
# Variables:
1115
+
# $url (String) - The URL of the JS source file.
1116
+
# $sourceUuid (number) - The UUID of the JS source file.
1117
+
# $errorMessage (String) - The raw internal error message, not localized
1118
+
SourceView--not-in-browser-error-when-obtaining-js-source = Der Browser konnte die Quelltextdatei für {$url} mit der sourceUuid {$sourceUuid} nicht abrufen: {$errorMessage}.
1104
1119
1105
1120
## Toggle buttons in the top right corner of the bottom box
Copy file name to clipboardExpand all lines: locales/el/app.ftl
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1120,6 +1120,13 @@ SourceView--not-in-archive-error-when-obtaining-source = Το αρχείο «{ $
1120
1120
# $url (String) - The URL from which the "archive" file was downloaded.
1121
1121
# $parsingErrorMessage (String) - The raw internal error message during parsing, not localized
1122
1122
SourceView--archive-parsing-error-when-obtaining-source = Δεν ήταν δυνατή η ανάλυση του αρχείου στο {$url}: {$parsingErrorMessage}
1123
+
# Displayed below SourceView--cannot-obtain-source, if a JS file could not be found in
1124
+
# the browser.
1125
+
# Variables:
1126
+
# $url (String) - The URL of the JS source file.
1127
+
# $sourceUuid (number) - The UUID of the JS source file.
1128
+
# $errorMessage (String) - The raw internal error message, not localized
1129
+
SourceView--not-in-browser-error-when-obtaining-js-source = Το πρόγραμμα περιήγησης δεν μπόρεσε να λάβει το αρχείο πηγαίου κώδικα για το {$url} με το sourceUuid {$sourceUuid}: {$errorMessage}.
1123
1130
1124
1131
## Toggle buttons in the top right corner of the bottom box
.specialMessage = The URL you tried to reach was not recognised.
44
44
45
+
## Backtrace
46
+
## This is used to display a backtrace (call stack) for a marker or sample.
47
+
48
+
# Variables:
49
+
# $function (String) - Name of the function that was inlined.
50
+
Backtrace--inlining-badge = (inlined)
51
+
.title = {$function} was inlined into its caller by the compiler.
52
+
45
53
## CallNodeContextMenu
46
54
## This is used as a context menu for the Call Tree, Flame Graph and Stack Chart
47
55
## panels.
@@ -1125,6 +1133,13 @@ SourceView--not-in-archive-error-when-obtaining-source = The file { $pathInArchi
1125
1133
# $url (String) - The URL from which the "archive" file was downloaded.
1126
1134
# $parsingErrorMessage (String) - The raw internal error message during parsing, not localized
1127
1135
SourceView--archive-parsing-error-when-obtaining-source = The archive at {$url} could not be parsed: {$parsingErrorMessage}
1136
+
# Displayed below SourceView--cannot-obtain-source, if a JS file could not be found in
1137
+
# the browser.
1138
+
# Variables:
1139
+
# $url (String) - The URL of the JS source file.
1140
+
# $sourceUuid (number) - The UUID of the JS source file.
1141
+
# $errorMessage (String) - The raw internal error message, not localized
1142
+
SourceView--not-in-browser-error-when-obtaining-js-source = The browser was unable to obtain the source file for {$url} with sourceUuid {$sourceUuid}: {$errorMessage}.
1128
1143
1129
1144
## Toggle buttons in the top right corner of the bottom box
Copy file name to clipboardExpand all lines: locales/es-CL/app.ftl
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1052,6 +1052,13 @@ SourceView--not-in-archive-error-when-obtaining-source = El documento { $pathInA
1052
1052
# $url (String) - The URL from which the "archive" file was downloaded.
1053
1053
# $parsingErrorMessage (String) - The raw internal error message during parsing, not localized
1054
1054
SourceView--archive-parsing-error-when-obtaining-source = El archivo de {$url} no pudo ser analizado: {$parsingErrorMessage}
1055
+
# Displayed below SourceView--cannot-obtain-source, if a JS file could not be found in
1056
+
# the browser.
1057
+
# Variables:
1058
+
# $url (String) - The URL of the JS source file.
1059
+
# $sourceUuid (number) - The UUID of the JS source file.
1060
+
# $errorMessage (String) - The raw internal error message, not localized
1061
+
SourceView--not-in-browser-error-when-obtaining-js-source = El navegador no pudo obtener el archivo fuente de {$url} con sourceUuid {$sourceUuid}: {$errorMessage}.
1055
1062
1056
1063
## Toggle buttons in the top right corner of the bottom box
Copy file name to clipboardExpand all lines: locales/fr/app.ftl
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1046,6 +1046,13 @@ SourceView--not-in-archive-error-when-obtaining-source = Le fichier { $pathInArc
1046
1046
# $url (String) - The URL from which the "archive" file was downloaded.
1047
1047
# $parsingErrorMessage (String) - The raw internal error message during parsing, not localized
1048
1048
SourceView--archive-parsing-error-when-obtaining-source = L’archive à l’adresse {$url} n’a pas pu être analysée : {$parsingErrorMessage}
1049
+
# Displayed below SourceView--cannot-obtain-source, if a JS file could not be found in
1050
+
# the browser.
1051
+
# Variables:
1052
+
# $url (String) - The URL of the JS source file.
1053
+
# $sourceUuid (number) - The UUID of the JS source file.
1054
+
# $errorMessage (String) - The raw internal error message, not localized
1055
+
SourceView--not-in-browser-error-when-obtaining-js-source = Le navigateur n’a pas pu obtenir le fichier source pour {$url} avec l’identifiant sourceUuid {$sourceUuid} : {$errorMessage}.
1049
1056
1050
1057
## Toggle buttons in the top right corner of the bottom box
Copy file name to clipboardExpand all lines: locales/fur/app.ftl
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1085,6 +1085,13 @@ SourceView--not-in-archive-error-when-obtaining-source = Il file { $pathInArchiv
1085
1085
# $url (String) - The URL from which the "archive" file was downloaded.
1086
1086
# $parsingErrorMessage (String) - The raw internal error message during parsing, not localized
1087
1087
SourceView--archive-parsing-error-when-obtaining-source = Impussibil analizâ l’archivi in {$url}: {$parsingErrorMessage}
1088
+
# Displayed below SourceView--cannot-obtain-source, if a JS file could not be found in
1089
+
# the browser.
1090
+
# Variables:
1091
+
# $url (String) - The URL of the JS source file.
1092
+
# $sourceUuid (number) - The UUID of the JS source file.
1093
+
# $errorMessage (String) - The raw internal error message, not localized
1094
+
SourceView--not-in-browser-error-when-obtaining-js-source = Il navigadôr nol è rivât a otignî il file sorzint par {$url} cun sourceUuid {$sourceUuid}: {$errorMessage}.
1088
1095
1089
1096
## Toggle buttons in the top right corner of the bottom box
.specialMessage = De URL dy’t jo probearre te berikken, waard net werkend.
44
44
45
+
## Backtrace
46
+
## This is used to display a backtrace (call stack) for a marker or sample.
47
+
48
+
# Variables:
49
+
# $function (String) - Name of the function that was inlined.
50
+
Backtrace--inlining-badge = (inline pleatst)
51
+
.title = {$function} is troch de compiler inline yn de oanropomjouwing pleatst
52
+
45
53
## CallNodeContextMenu
46
54
## This is used as a context menu for the Call Tree, Flame Graph and Stack Chart
47
55
## panels.
@@ -1125,6 +1133,13 @@ SourceView--not-in-archive-error-when-obtaining-source = It bestân { $pathInArc
1125
1133
# $url (String) - The URL from which the "archive" file was downloaded.
1126
1134
# $parsingErrorMessage (String) - The raw internal error message during parsing, not localized
1127
1135
SourceView--archive-parsing-error-when-obtaining-source = It argyf op {$url} koe net ferwurke wurde: {$parsingErrorMessage}
1136
+
# Displayed below SourceView--cannot-obtain-source, if a JS file could not be found in
1137
+
# the browser.
1138
+
# Variables:
1139
+
# $url (String) - The URL of the JS source file.
1140
+
# $sourceUuid (number) - The UUID of the JS source file.
1141
+
# $errorMessage (String) - The raw internal error message, not localized
1142
+
SourceView--not-in-browser-error-when-obtaining-js-source = De browser koe it boarnebestân foar {$url} mei sourceUuid {$sourceUuid} net krije: {$errorMessage}.
1128
1143
1129
1144
## Toggle buttons in the top right corner of the bottom box
.specialMessage = Le URL que tu tentava attinger non ha essite recognoscite.
44
44
45
+
## Backtrace
46
+
## This is used to display a backtrace (call stack) for a marker or sample.
47
+
48
+
# Variables:
49
+
# $function (String) - Name of the function that was inlined.
50
+
Backtrace--inlining-badge = (incorporate)
51
+
.title = {$function} era incorporate in su appellator per le compilator.
52
+
45
53
## CallNodeContextMenu
46
54
## This is used as a context menu for the Call Tree, Flame Graph and Stack Chart
47
55
## panels.
@@ -1108,6 +1116,13 @@ SourceView--not-in-archive-error-when-obtaining-source = Le file { $pathInArchiv
1108
1116
# $url (String) - The URL from which the "archive" file was downloaded.
1109
1117
# $parsingErrorMessage (String) - The raw internal error message during parsing, not localized
1110
1118
SourceView--archive-parsing-error-when-obtaining-source = Le archivo a {$url} non pote esser tractate: {$parsingErrorMessage}
1119
+
# Displayed below SourceView--cannot-obtain-source, if a JS file could not be found in
1120
+
# the browser.
1121
+
# Variables:
1122
+
# $url (String) - The URL of the JS source file.
1123
+
# $sourceUuid (number) - The UUID of the JS source file.
1124
+
# $errorMessage (String) - The raw internal error message, not localized
1125
+
SourceView--not-in-browser-error-when-obtaining-js-source = Il browser non succedeva obtener le file fonte pro {$url} con sourceUuid {$sourceUuid}: {$errorMessage}.
1111
1126
1112
1127
## Toggle buttons in the top right corner of the bottom box
0 commit comments