JavaScript/Dashboard: Difference between revisions
(→Security bugs: Link to separate js-sec-crit and js-sec-high queries) |
(Mark as Outdated) |
||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{OutdatedSpiderMonkey}} | |||
=== Security bugs === | === Security bugs === | ||
Line 5: | Line 6: | ||
* [https://bugzilla.mozilla.org/buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=js-sec-high&sharer_id=430528 sec-high bugs] | * [https://bugzilla.mozilla.org/buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=js-sec-high&sharer_id=430528 sec-high bugs] | ||
=== | === B2G 1.4 (Dolphin) Blockers (Gecko 30) === | ||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"f1" : " | "f1" : "cf_blocking_b2g", | ||
"o1" : "anywords", | "o1" : "anywords", | ||
"v1" : " | "v1" : "1.4", | ||
"product": "Core", | "product": "Core", | ||
"component": "JavaScript", | "component": "JavaScript", | ||
Line 21: | Line 21: | ||
=== | === B2G 2.0 Blockers (Gecko 32) === | ||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"f1" : " | "f1" : "cf_blocking_b2g", | ||
"o1" : "anywords", | "o1" : "anywords", | ||
"v1" : " | "v1" : "2.0", | ||
"product": "Core", | "product": "Core", | ||
"component": "JavaScript", | "component": "JavaScript", | ||
Line 40: | Line 36: | ||
=== | === B2G 2.1 Blockers (Gecko 34) === | ||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"f1" : " | "f1" : "cf_blocking_b2g", | ||
"o1" : "anywords", | "o1" : "anywords", | ||
"v1" : " | "v1" : "2.1", | ||
"product": "Core", | "product": "Core", | ||
"component": "JavaScript", | "component": "JavaScript", | ||
Line 59: | Line 51: | ||
=== | === Beta Tracking Bugs (Firefox {{BETA_VERSION}}) === | ||
{{BannerBeta|date={{FIREFOX_SHIP_DATE}}}} | |||
<bugzilla> | <bugzilla> | ||
{ | { | ||
" | "f1" : "cf_tracking_firefox{{BETA_VERSION}}", | ||
" | "o1" : "anywords", | ||
"v1" : "?,+", | |||
"product": "Core", | "product": "Core", | ||
"component": "JavaScript", | "component": "JavaScript", | ||
Line 72: | Line 66: | ||
</bugzilla> | </bugzilla> | ||
=== | === Aurora Tracking Bugs (Firefox {{AURORA_VERSION}}) === | ||
{{BannerAurora|date={{FIREFOX_SHIP_DATE}}}} | |||
<bugzilla> | <bugzilla> | ||
{ | { | ||
" | "f1" : "cf_tracking_firefox{{AURORA_VERSION}}", | ||
" | "o1" : "anywords", | ||
"v1" : "?,+", | |||
"f2" : "cf_tracking_firefox{{BETA_VERSION}}", | |||
"o2" : "nowords", | |||
"v2" : "?,+", | |||
"product": "Core", | "product": "Core", | ||
"component": "JavaScript", | "component": "JavaScript", | ||
Line 85: | Line 84: | ||
</bugzilla> | </bugzilla> | ||
=== | |||
=== Nightly Tracking Bugs (Firefox {{CENTRAL_VERSION}}) === | |||
{{BannerNightly|date={{FIREFOX_SHIP_DATE}}}} | |||
<bugzilla> | <bugzilla> | ||
{ | { | ||
" | "f1" : "cf_tracking_firefox{{CENTRAL_VERSION}}", | ||
" | "o1" : "anywords", | ||
"v1" : "?,+", | |||
"f2" : "cf_tracking_firefox{{AURORA_VERSION}}", | |||
"o2" : "nowords", | |||
"v2" : "?,+", | |||
"product": "Core", | "product": "Core", | ||
"component": "JavaScript", | "component": "JavaScript", | ||
Line 99: | Line 104: | ||
=== | === fuzzblockers === | ||
<bugzilla> | <bugzilla> | ||
{ | { | ||
" | "whiteboard": "fuzzblocker", | ||
"whiteboard_type": "anywords", | |||
"product": "Core", | "product": "Core", | ||
"component": "JavaScript", | "component": "JavaScript", | ||
Line 111: | Line 117: | ||
</bugzilla> | </bugzilla> | ||
=== topcrashes === | |||
=== | |||
<bugzilla> | <bugzilla> | ||
{ | { | ||
" | "keywords": "topcrash", | ||
"keywords_type": "anywords", | |||
"product": "Core", | "product": "Core", | ||
"component": "JavaScript", | "component": "JavaScript", | ||
Line 124: | Line 130: | ||
</bugzilla> | </bugzilla> | ||
=== Perf Regressions === | |||
=== | |||
<bugzilla> | <bugzilla> | ||
{ | { | ||
" | "keywords": "perf,regression", | ||
"keywords_type": "allwords", | |||
"product": "Core", | "product": "Core", | ||
"component": "JavaScript", | "component": "JavaScript", | ||
Line 138: | Line 144: | ||
=== | === P1 Bugs === | ||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"priority": " | "priority": "P1", | ||
"product": "Core", | "product": "Core", | ||
"component": "JavaScript", | "component": "JavaScript", | ||
Line 151: | Line 157: | ||
=== | === P2 Bugs === | ||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"priority": " | "priority": "P2", | ||
"product": "Core", | "product": "Core", | ||
"component": "JavaScript", | "component": "JavaScript", | ||
Line 162: | Line 168: | ||
} | } | ||
</bugzilla> | </bugzilla> | ||
Line 187: | Line 191: | ||
"o2" : "substring", | "o2" : "substring", | ||
"v2" : "[js:p2", | "v2" : "[js:p2", | ||
"product": "Core", | "product": "Core", | ||
"component": "JavaScript", | "component": "JavaScript", |
Latest revision as of 21:25, 27 April 2021
Security bugs
B2G 1.4 (Dolphin) Blockers (Gecko 30)
No results.
0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);
B2G 2.0 Blockers (Gecko 32)
No results.
0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);
B2G 2.1 Blockers (Gecko 34)
No results.
0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);
Beta Tracking Bugs (Firefox 143)

Moves to RELEASE week of September 16, 2025
No results.
0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);
Aurora Tracking Bugs (Firefox 54)

Moves to BETA week of September 16, 2025
No results.
0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);
Nightly Tracking Bugs (Firefox 144)

Moves to BETA week of September 16, 2025
No results.
0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);
fuzzblockers
ID | Summary | Whiteboard | Keywords | Priority | Status | Assigned to |
---|---|---|---|---|---|---|
1918957 | Assertion failure: ok (Incremental marking verification failed), at /builds/worker/checkouts/gecko/js/src/gc/Verifier.cpp:768 | [fuzzblocker] | assertion, pernosco | P2 | NEW | |
1971519 | Crash [@ ??] with --disable-main-thread-denormals on ARM64 | [jsbugmon:update,bisect][fuzzblocker] | assertion, crash, regression, sec-other, testcase | P1 | ASSIGNED | Nicolas B. Pierron [:nbp] |
2 Total; 2 Open (100%); 0 Resolved (0%); 0 Verified (0%);
topcrashes
12 Total; 12 Open (100%); 0 Resolved (0%); 0 Verified (0%);
Perf Regressions
7 Total; 7 Open (100%); 0 Resolved (0%); 0 Verified (0%);
P1 Bugs
75 Total; 75 Open (100%); 0 Resolved (0%); 0 Verified (0%);
P2 Bugs
349 Total; 349 Open (100%); 0 Resolved (0%); 0 Verified (0%);
[js:p1] Bugs
ID | Summary | Whiteboard | Keywords | Priority | Status | Assigned to |
---|---|---|---|---|---|---|
957798 | [jsdbg2] Debugger.Script and Debugger.Source objects should not pretend dynamically generated scripts have urls | [js:p1] | -- | NEW | ||
787879 | Crashes while sweeping | [js:p1][unactionable], qa-not-actionable | crash, regression, stalled, topcrash, topcrash-mac, topcrash-win | -- | NEW |
2 Total; 2 Open (100%); 0 Resolved (0%); 0 Verified (0%);
[js:p2] Bugs
ID | Summary | Whiteboard | Keywords | Priority | Status | Assigned to |
---|---|---|---|---|---|---|
750947 | IonMonkey: Optimize Uint32 values | [js:p2][games:p?][ion:t][shumway:p1] | perf | -- | NEW | |
753734 | Generating JS Warnings is very slow, profile shows js::mjit::ExpandInlineFrames and NS_ScriptErrorReporter | [js:p2] | -- | NEW | ||
760095 | Move canonical standard class objects from slots on the global to members of the Realm | [js:p2] | -- | NEW | ||
977658 | Windows PGO builds much slower than non-PGO builds on "cold" code | [js:p2] | perf | -- | NEW | |
978245 | Consolidate property-defining code | [js:p2] | -- | NEW |
5 Total; 5 Open (100%); 0 Resolved (0%); 0 Verified (0%);
JS Features
ID | Summary | Whiteboard | Keywords | Priority | Status | Assigned to |
---|---|---|---|---|---|---|
962053 | Implement ES Realms | dev-doc-needed, feature | -- | NEW |
1 Total; 1 Open (100%); 0 Resolved (0%); 0 Verified (0%);
JS Meta Bugs
300 Total; 300 Open (100%); 0 Resolved (0%); 0 Verified (0%);