Bug ID
int64 961
1.91M
| Comment ID
int64 3.98k
17.1M
| Author
stringlengths 8
48
| Comment Text
stringlengths 1
64.3k
⌀ |
---|---|---|---|
1,816,708 | 16,280,194 |
Testcase found while fuzzing mozilla-central rev 36b67e826e2d (built with: --enable-debug --enable-fuzzing).
This crash has been reported 1500 times since 2023/02/09. Marking as a fuzzblocker. Please prioritize accordingly.
Testcase can be reproduced using the following commands:
```
$ pip install fuzzfetch grizzly-framework
$ python -m fuzzfetch --build 36b67e826e2d --debug --fuzzing -n firefox
$ python -m grizzly.replay ./firefox/firefox testcase.html
```
```
Assertion failure: mForceDropFrames != (PrincipalPrivacy::Private == mPrivacy), at /dom/media/webrtc/transportbridge/MediaPipeline.cpp:1500
==17706==ERROR: UndefinedBehaviorSanitizer: SEGV on unknown address 0x000000000000 (pc 0x7f4e16229ba1 bp 0x7fffabcc2440 sp 0x7fffabcc2420 T17706)
==17706==The signal is caused by a WRITE memory access.
==17706==Hint: address points to the zero page.
#0 0x7f4e16229ba1 in SetPrivatePrincipal /dom/media/webrtc/transportbridge/MediaPipeline.cpp:1499:5
#1 0x7f4e16229ba1 in mozilla::MediaPipelineReceiveVideo::SetPrivatePrincipal(nsMainThreadPtrHandle<nsIPrincipal>) /dom/media/webrtc/transportbridge/MediaPipeline.cpp:1643:16
#2 0x7f4e160c5d12 in UpdatePrincipalPrivacy /dom/media/webrtc/jsapi/RTCRtpReceiver.cpp:827:14
#3 0x7f4e160c5d12 in mozilla::dom::RTCRtpTransceiver::UpdatePrincipalPrivacy(mozilla::PrincipalPrivacy) /dom/media/webrtc/jsapi/RTCRtpTransceiver.cpp:410:14
#4 0x7f4e160ba274 in mozilla::PeerConnectionImpl::UpdateMediaPipelines() /dom/media/webrtc/jsapi/PeerConnectionImpl.cpp:3715:18
#5 0x7f4e16125fa5 in operator() /dom/media/webrtc/jsapi/PeerConnectionImpl.cpp:2693:15
#6 0x7f4e16125fa5 in mozilla::detail::RunnableFunction<mozilla::PeerConnectionImpl::DoSetDescriptionSuccessPostProcessing(mozilla::dom::RTCSdpType, bool, RefPtr<mozilla::dom::Promise> const&)::$_88>::Run() /builds/worker/workspace/obj-build/dist/include/nsThreadUtils.h:546:5
#7 0x7f4e11cdfd65 in mozilla::RunnableTask::Run() /xpcom/threads/TaskController.cpp:539:16
#8 0x7f4e11cdafac in mozilla::TaskController::DoExecuteNextTaskOnlyMainThreadInternal(mozilla::detail::BaseAutoLock<mozilla::Mutex&> const&) /xpcom/threads/TaskController.cpp:852:26
#9 0x7f4e11cd9b7a in mozilla::TaskController::ExecuteNextTaskOnlyMainThreadInternal(mozilla::detail::BaseAutoLock<mozilla::Mutex&> const&) /xpcom/threads/TaskController.cpp:684:15
#10 0x7f4e11cd9ed5 in mozilla::TaskController::ProcessPendingMTTask(bool) /xpcom/threads/TaskController.cpp:462:36
#11 0x7f4e11ce3816 in operator() /xpcom/threads/TaskController.cpp:188:37
#12 0x7f4e11ce3816 in mozilla::detail::RunnableFunction<mozilla::TaskController::InitializeInternal()::$_2>::Run() /builds/worker/workspace/obj-build/dist/include/nsThreadUtils.h:546:5
#13 0x7f4e11cf9107 in nsThread::ProcessNextEvent(bool, bool*) /xpcom/threads/nsThread.cpp:1225:16
#14 0x7f4e11cff58d in NS_ProcessNextEvent(nsIThread*, bool) /xpcom/threads/nsThreadUtils.cpp:477:10
#15 0x7f4e1293c6e3 in mozilla::ipc::MessagePump::Run(base::MessagePump::Delegate*) /ipc/glue/MessagePump.cpp:85:21
#16 0x7f4e1285e618 in MessageLoop::RunInternal() /ipc/chromium/src/base/message_loop.cc:381:10
#17 0x7f4e1285e521 in RunHandler /ipc/chromium/src/base/message_loop.cc:374:3
#18 0x7f4e1285e521 in MessageLoop::Run() /ipc/chromium/src/base/message_loop.cc:356:3
#19 0x7f4e16feeae8 in nsBaseAppShell::Run() /widget/nsBaseAppShell.cpp:148:27
#20 0x7f4e1925a57b in XRE_RunAppShell() /toolkit/xre/nsEmbedFunctions.cpp:742:20
#21 0x7f4e1293d5a9 in mozilla::ipc::MessagePumpForChildProcess::Run(base::MessagePump::Delegate*) /ipc/glue/MessagePump.cpp:235:9
#22 0x7f4e1285e618 in MessageLoop::RunInternal() /ipc/chromium/src/base/message_loop.cc:381:10
#23 0x7f4e1285e521 in RunHandler /ipc/chromium/src/base/message_loop.cc:374:3
#24 0x7f4e1285e521 in MessageLoop::Run() /ipc/chromium/src/base/message_loop.cc:356:3
#25 0x7f4e1925a0d8 in XRE_InitChildProcess(int, char**, XREChildData const*) /toolkit/xre/nsEmbedFunctions.cpp:675:34
#26 0x5622d254cca0 in content_process_main /browser/app/../../ipc/contentproc/plugin-container.cpp:57:28
#27 0x5622d254cca0 in main /browser/app/nsBrowserApp.cpp:353:18
#28 0x7f4e25680d8f in __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16
#29 0x7f4e25680e3f in __libc_start_main csu/../csu/libc-start.c:392:3
#30 0x5622d2523308 in _start (/home/jkratzer/builds/m-c-20230213170842-fuzzing-debug/firefox-bin+0x5b308) (BuildId: e6e538411639defba1d9fd0550053bfcdb425e0d)
UndefinedBehaviorSanitizer can not provide additional info.
SUMMARY: UndefinedBehaviorSanitizer: SEGV /dom/media/webrtc/transportbridge/MediaPipeline.cpp:1499:5 in SetPrivatePrincipal
==17706==ABORTING
```
|
|
1,812,616 | 16,252,678 |
Created attachment 9314281
Screenshot of the Password filled in with a valid value and "x" button is disabled
Two issues are reported on the same screen:
1. "Clear" button on the Password field is never enabled again after the user presses it once, on the "Add New Login" screen
2. "Clear" button on the Host field is always invisible on the "Add New Login" screen
### Steps to reproduce
1. Go to Settings - Logins and passwords - Saved logins
2. Enter the device pattern and tap on the "Add login" button.
3. Input a valid host
4. Input a password
5. Click on the "x" button for the password field
6. Input a new password
### Expected behavior
The "x" button is enabled on the Password field
The "x" button is visible and enabled on the Host field
### Actual behavior
The "x" button is disabled on the Password field
The "x" button is invisible on the Host field
### Device information
* Firefox version: 111.0a1
* Android device model: Google Pixel 7
* Android OS version: 13
### Any additional information?
|
|
1,812,671 | 16,252,950 |
Created attachment 9314335
tail.log
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36
Steps to reproduce:
There was a mass rebuild for f38 that failed.
Actual results:
The build failed due to enum/integer mismatch between SECStatus/PRUInt32
|
|
1,803,539 | 16,182,211 |
User Agent: Mozilla/5.0 (X11; Linux loongarch64; rv:91.0) Gecko/20100101 Firefox/91.0
Steps to reproduce:
Build loong64 or mips64 js simulator.
Actual results:
Got error:
> In file included from Unified_cpp_js_src_jit14.cpp:2:
mozilla/mozilla-central/js/src/jit/loong64/Simulator-loong64.cpp:1496:19: error: use of undeclared identifier 'TlsContext'
JSContext* cx = TlsContext.get();
^
mozilla-central/js/src/jit/loong64/Simulator-loong64.cpp:1498:12: error: member access into incomplete type 'JSContext'
return cx->simulator();
^
mozilla/mozilla-central/obj-js-rel-loong64/dist/include/js/TypeDecls.h:27:22: note: forward declaration of 'JSContext'
struct JS_PUBLIC_API JSContext;
^
In file included from Unified_cpp_js_src_jit14.cpp:2:
mozilla/mozilla-central/js/src/jit/loong64/Simulator-loong64.cpp:2540:58: error: no member named 'ToInt32' in namespace 'JS'
if (external == intptr_t((int32_t(*)(double))JS::ToInt32)) {
~~~~^
mozilla-central/js/src/jit/loong64/Simulator-loong64.cpp:5218:21: error: incomplete type 'JSContext' named in nested name specifier
js::jit::Simulator* JSContext::simulator() const { return simulator_; }
^~~~~~~~~~~
mozilla/mozilla-central/obj-js-rel-loong64/dist/include/js/TypeDecls.h:27:22: note: forward declaration of 'JSContext'
struct JS_PUBLIC_API JSContext;
^
Expected results:
Build loong64 and mips64 js simulator without error.
|
|
1,810,892 | 16,240,017 |
**Filed by:** abutkovits [at] mozilla.com
**Parsed log:** https://treeherder.mozilla.org/logviewer?job_id=402694695&repo=mozilla-release
**Full log:** https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MPYQ-S4iTxWaD6PAM81XkA/runs/0/artifacts/public/logs/live_backing.log
---
```
[task 2023-01-17T21:23:15.478Z] 21:23:15 INFO - TEST-PASS | browser/components/newtab/test/browser/browser_aboutwelcome_upgrade_multistage_mr.js | Should not render main.PIN_FIREFOX - true == true -
[task 2023-01-17T21:23:15.479Z] 21:23:15 INFO - Buffered messages finished
[task 2023-01-17T21:23:15.479Z] 21:23:15 INFO - TEST-UNEXPECTED-FAIL | browser/components/newtab/test/browser/browser_aboutwelcome_upgrade_multistage_mr.js | Uncaught exception in test - Should render main.UPGRADE_COLORWAY - timed out after 50 tries.
[task 2023-01-17T21:23:15.479Z] 21:23:15 INFO - Leaving test bound test_aboutwelcome_upgrade_mr_prefs_off
[task 2023-01-17T21:23:15.479Z] 21:23:15 INFO - Entering test bound test_aboutwelcome_upgrade_mr_prefs_non_default_unchecked
[task 2023-01-17T21:23:16.156Z] 21:23:16 INFO - GECKO(5629) | console.debug: AboutWelcomeParent:
[task 2023-01-17T21:23:16.158Z] 21:23:16 INFO - GECKO(5629) | Received content event: AWPage:SET_WELCOME_MESSAGE_SEEN
[task 2023-01-17T21:23:16.160Z] 21:23:16 INFO - GECKO(5629) | console.debug: AboutWelcomeParent:
[task 2023-01-17T21:23:16.161Z] 21:23:16 INFO - GECKO(5629) | Received content event: AWPage:TELEMETRY_EVENT
[task 2023-01-17T21:23:16.163Z] 21:23:16 INFO - GECKO(5629) | console.debug: AboutWelcomeParent:
[task 2023-01-17T21:23:16.163Z] 21:23:16 INFO - GECKO(5629) | Received content event: AWPage:GET_REGION
[task 2023-01-17T21:23:16.164Z] 21:23:16 INFO - GECKO(5629) | console.debug: AboutWelcomeParent:
[task 2023-01-17T21:23:16.165Z] 21:23:16 INFO - GECKO(5629) | Received content event: AWPage:GET_SELECTED_THEME
[task 2023-01-17T21:23:16.168Z] 21:23:16 INFO - GECKO(5629) | console.debug: AboutWelcomeParent:
[task 2023-01-17T21:23:16.169Z] 21:23:16 INFO - GECKO(5629) | Received content event: AWPage:TELEMETRY_EVENT
[task 2023-01-17T21:23:16.206Z] 21:23:16 INFO - TEST-PASS | browser/components/newtab/test/browser/browser_aboutwelcome_upgrade_multistage_mr.js | Should not render main.PIN_FIREFOX - true == true -
[task 2023-01-17T21:23:16.251Z] 21:23:16 INFO - GECKO(5629) | console.debug: AboutWelcomeParent:
[task 2023-01-17T21:23:16.252Z] 21:23:16 INFO - GECKO(5629) | Received content event: AWPage:TELEMETRY_EVENT
[task 2023-01-17T21:23:16.285Z] 21:23:16 INFO - GECKO(5629) | console.debug: AboutWelcomeParent:
[task 2023-01-17T21:23:16.287Z] 21:23:16 INFO - GECKO(5629) | Received content event: AWPage:TELEMETRY_EVENT
[task 2023-01-17T21:23:21.333Z] 21:23:21 INFO - Not taking screenshot here: see the one that was previously logged
[task 2023-01-17T21:23:21.333Z] 21:23:21 INFO - TEST-UNEXPECTED-FAIL | browser/components/newtab/test/browser/browser_aboutwelcome_upgrade_multistage_mr.js | Uncaught exception in test - Should render main.UPGRADE_COLORWAY - timed out after 50 tries.
[task 2023-01-17T21:23:21.335Z] 21:23:21 INFO - Leaving test bound test_aboutwelcome_upgrade_mr_prefs_non_default_unchecked
[task 2023-01-17T21:23:21.336Z] 21:23:21 INFO - Entering test bound test_aboutwelcome_upgrade_mr_prefs_non_default_checked
[task 2023-01-17T21:23:22.044Z] 21:23:22 INFO - GECKO(5629) | console.debug: AboutWelcomeParent:
[task 2023-01-17T21:23:22.046Z] 21:23:22 INFO - GECKO(5629) | Received content event: AWPage:SET_WELCOME_MESSAGE_SEEN
[task 2023-01-17T21:23:22.049Z] 21:23:22 INFO - GECKO(5629) | console.debug: AboutWelcomeParent:
[task 2023-01-17T21:23:22.050Z] 21:23:22 INFO - GECKO(5629) | Received content event: AWPage:TELEMETRY_EVENT
[task 2023-01-17T21:23:22.052Z] 21:23:22 INFO - GECKO(5629) | console.debug: AboutWelcomeParent:
[task 2023-01-17T21:23:22.052Z] 21:23:22 INFO - GECKO(5629) | Received content event: AWPage:GET_REGION
[task 2023-01-17T21:23:22.052Z] 21:23:22 INFO - GECKO(5629) | console.debug: AboutWelcomeParent:
[task 2023-01-17T21:23:22.052Z] 21:23:22 INFO - GECKO(5629) | Received content event: AWPage:GET_SELECTED_THEME
[task 2023-01-17T21:23:22.054Z] 21:23:22 INFO - GECKO(5629) | console.debug: AboutWelcomeParent:
[task 2023-01-17T21:23:22.055Z] 21:23:22 INFO - GECKO(5629) | Received content event: AWPage:TELEMETRY_EVENT
[task 2023-01-17T21:23:22.111Z] 21:23:22 INFO - GECKO(5629) | console.debug: AboutWelcomeParent:
[task 2023-01-17T21:23:22.113Z] 21:23:22 INFO - GECKO(5629) | Received content event: AWPage:TELEMETRY_EVENT
[task 2023-01-17T21:23:22.120Z] 21:23:22 INFO - TEST-PASS | browser/components/newtab/test/browser/browser_aboutwelcome_upgrade_multistage_mr.js | Should not render main.PIN_FIREFOX - true == true -
[task 2023-01-17T21:23:22.123Z] 21:23:22 INFO - GECKO(5629) | console.debug: AboutWelcomeParent:
[task 2023-01-17T21:23:22.126Z] 21:23:22 INFO - GECKO(5629) | Received content event: AWPage:TELEMETRY_EVENT
[task 2023-01-17T21:23:27.162Z] 21:23:27 INFO - Not taking screenshot here: see the one that was previously logged
[task 2023-01-17T21:23:27.164Z] 21:23:27 INFO - TEST-UNEXPECTED-FAIL | browser/components/newtab/test/browser/browser_aboutwelcome_upgrade_multistage_mr.js | Uncaught exception in test - Should render main.UPGRADE_COLORWAY - timed out after 50 tries.
[task 2023-01-17T21:23:27.165Z] 21:23:27 INFO - Leaving test bound test_aboutwelcome_upgrade_mr_prefs_non_default_checked
[task 2023-01-17T21:23:27.166Z] 21:23:27 INFO - Entering test bound test_aboutwelcome_upgrade_mr_private_pin
[task 2023-01-17T21:23:27.921Z] 21:23:27 INFO - GECKO(5629) | console.debug: AboutWelcomeParent:
[task 2023-01-17T21:23:27.922Z] 21:23:27 INFO - GECKO(5629) | Received content event: AWPage:SET_WELCOME_MESSAGE_SEEN
[task 2023-01-17T21:23:27.924Z] 21:23:27 INFO - GECKO(5629) | console.debug: AboutWelcomeParent:
[task 2023-01-17T21:23:27.925Z] 21:23:27 INFO - GECKO(5629) | Received content event: AWPage:TELEMETRY_EVENT
[task 2023-01-17T21:23:27.927Z] 21:23:27 INFO - GECKO(5629) | console.debug: AboutWelcomeParent:
[task 2023-01-17T21:23:27.927Z] 21:23:27 INFO - GECKO(5629) | Received content event: AWPage:GET_REGION
[task 2023-01-17T21:23:27.929Z] 21:23:27 INFO - GECKO(5629) | console.debug: AboutWelcomeParent:
[task 2023-01-17T21:23:27.929Z] 21:23:27 INFO - GECKO(5629) | Received content event: AWPage:GET_SELECTED_THEME
[task 2023-01-17T21:23:27.930Z] 21:23:27 INFO - GECKO(5629) | console.debug: AboutWelcomeParent:
[task 2023-01-17T21:23:27.930Z] 21:23:27 INFO - GECKO(5629) | Received content event: AWPage:TELEMETRY_EVENT
[task 2023-01-17T21:23:27.980Z] 21:23:27 INFO - TEST-PASS | browser/components/newtab/test/browser/browser_aboutwelcome_upgrade_multistage_mr.js | Should not render main.UPGRADE_COLORWAY - true == true -
```
|
|
1,811,128 | 16,241,498 |
Created attachment 9312933
extension.zip
Steps to reproduce:
1. install an extension that specifies both "16" and "19" icons in its "browser_action"
2. pin its icon using the Unified extensions UI
Actual results:
The icon is smudged because the image for 19px was scaled down to 16px.
Expected results:
The icon is clear and crisp when the image for 16px is used.
|
|
1,812,148 | 16,249,902 |
Steps to reproduce:
On git commit c711b8f39ba2487886d4be6531e22a3b757cc113 the attached sample crashes with `Assertion failure: fallibleScope_ ([OOM] Cannot allocate a new chunk in an infallible scope.), at js/src/ds/LifoAlloc.cpp:169`.
Invoked as `obj-x86_64-pc-linux-gnu/dist/bin/js --baseline-warmup-threshold=10 --fuzzing-safe --ion-warmup-threshold=100 crash.js`
```
const f = (x) => 1;
for (let v4 = 0; v4 < 100; v4++) {
for (const v8 of "arguments") {
v8 == "a";
Symbol.for().description;
Symbol.for();
Symbol.for();
}
const v16 = Symbol.search;
let v17 = v16.description;
Symbol.for("arguments");
const v19 = v16.description;
v17 = 0;
const v21 = Symbol.for(v19).description;
Symbol.for(v21);
Symbol.for(v21);
const v25 = Symbol.for().description;
Symbol.for();
Symbol.for();
Symbol.for();
Symbol.for().description;
Symbol.for();
Symbol.for();
Symbol.for().description;
Symbol.for();
Symbol.for(v25).description;
Symbol.for();
Symbol.for();
Symbol.for();
Symbol.for();
const v42 = (1024)[v16];
const v43 = Symbol();
Symbol.for(v19).description;
Symbol.for();
Symbol.for();
Symbol.for(v21).description;
Symbol.for();
Symbol.for();
Symbol.for();
Symbol.for();
Symbol.for();
Symbol.for();
Symbol.for();
Symbol[v43] ||= v42;
}
f(0);
f(0);
f(0);
f(0);
```
```
#0 js::LifoAlloc::newChunkWithCapacity (this=0x7ffff74192e0, n=104, oversize=false)
at js/src/ds/LifoAlloc.cpp:168
#1 0x0000555557641fcf in js::LifoAlloc::getOrCreateChunk (this=0x7ffff74192e0, n=<optimized out>)
at js/src/ds/LifoAlloc.cpp:221
#2 js::LifoAlloc::allocImplColdPath (this=0x7ffff74192e0, n=104) at js/src/ds/LifoAlloc.cpp:231
#3 0x0000555557b7041d in js::LifoAlloc::allocImpl (this=0x7ffff74192e0, n=104)
at js/src/ds/LifoAlloc.h:762
#4 js::LifoAlloc::allocInfallible (this=0x7ffff74192e0, n=104) at js/src/ds/LifoAlloc.h:857
#5 0x0000555557fa5746 in js::jit::TempAllocator::allocateInfallible (this=0x55555676bcd0, bytes=104)
at js/src/jit/JitAllocPolicy.h:45
#6 js::jit::TempObject::operator new (nbytes=104, alloc=...) at js/src/jit/JitAllocPolicy.h:135
#7 js::jit::MInstruction::operator new (nbytes=104, alloc=...) at js/src/jit/MIR.h:1008
#8 js::jit::MDebugEnterGCUnsafeRegion::New<>(js::jit::TempAllocator&) (alloc=...)
at js/src/jit/MIR.h:1278
#9 js::jit::AddKeepAliveInstructions (graph=...) at js/src/jit/IonAnalysis.cpp:4123
#10 0x0000555557f965cf in js::jit::OptimizeMIR (mir=0x7ffff4c78178) at js/src/jit/Ion.cpp:1401
#11 0x0000555557fa6f69 in js::jit::CompileBackEnd (mir=0x7ffff4c78178, snapshot=<optimized out>)
at js/src/jit/Ion.cpp:1515
#12 0x0000555557fdb09a in js::jit::IonCompileTask::runTask (this=0x7ffff4c7bc70)
at js/src/jit/IonCompileTask.cpp:52
#13 js::jit::IonCompileTask::runHelperThreadTask (this=0x7ffff4c7bc70, locked=...)
at js/src/jit/IonCompileTask.cpp:30
#14 0x0000555557189b73 in js::GlobalHelperThreadState::runTaskLocked (this=0x7ffff740f000, locked=..., task=<optimized out>)
at js/src/vm/HelperThreads.cpp:2777
```
|
|
1,812,296 | 16,250,771 |
**Found in**
* Firefox 110.0b5 (BuildId:20230124185837)
**Affected versions**
* Firefox 110.0b5 (BuildId:20230124185837)
* Firefox 111.0a1
* Firefox 109.0
**Tested platforms**
* Affected platforms: Windows 10 64bit, macOS 11 & Ubuntu 22.04.
**Steps to reproduce**
1. Access the following [link](https://9gag.com/).
2. Click on the shield icon from the URL bar.
3. Click on the "Site not working?" link inside the panel.
**Expected result**
* The "Enhanced Tracking Protection is ON for this site" title has a bold style applied.
**Actual result**
* The "Enhanced Tracking Protection is ON for this site" title has no bold style applied.
**Regression range**
* Mozregression pointed out Bug 1795041 for causing this regression.
* Pushlog: https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=ba167aea062848519c08bd361cee930c5b561692&tochange=43fc9b9ce983f88c3441b9be08246216291eb85e
|
|
1,714,135 | 15,431,098 |
Created attachment 9224751
extension badge.mp4
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0
Build ID: 20210601213358
### Steps to reproduce
1. In a new profile, install an extension that provides a toolbar icon with counter badge, e.g. ublock origin or [ClearURLs](https://addons.mozilla.org/firefox/addon/clearurls/). (ClearURLs is used below for easier setup.)
2. Click the ClearURLs toolbar icon, make sure "badges" is enabled.
3. Visit https://www.mozilla.org/en-US/firefox/nightly/firstrun/ and https://www.youtube.com.
4. Scroll down in YouTube until the ClearURLs counter reaches >100.
5. Switch between YouTube and firstrun tab. Observe elements on browser toolbar.
### Actual result
(Please refer to the attached video.)
Address bar shrinks for a few pixels. Other toolbar buttons, if any, get pushed for a few pixels as well.
### Expected result
All toolbar elements stay at their positions and sizes.
### Notes
This can be reproduced in Normal and Touch density, but not Compact.
This can be reproduced when flexible spaces are removed.
I do not have a Linux system for testing.
### Regression
Last good Nightly: 2021-05-13
First bad Nightly: 2021-05-14
pushlog: https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=940a3ad12e3dc9b2809b02f6a8ac8e941a50d2a1&tochange=ef13365d8188c453af959b13198818f6dbffc833
Bisecting autoland builds:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=4d49ee8d88d5b7b8d3eee36d0e72538844cd0c83&tochange=27548e3039fc2c4ef7d6a55438cbeb502b379e6e
This is regressed by bug 1711083.
|
|
1,721,326 | 15,492,532 |
User Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:90.0) Gecko/20100101 Firefox/90.0
Steps to reproduce:
Firefox 90 does not build against glibc 2.34.
Actual results:
There are compile errors because PTHREAD_STACK_MIN is no longer a constant, due to requirements on newer hardware.
Expected results:
Compilation should have succeeded.
|
|
1,721,585 | 15,494,623 |
Created attachment 9232345
screenshot of the bug
Mozilla/5.0 (X11; Linux x86_64; rv:92.0) Gecko/20100101 Firefox/92.0 ID:20210720215601
STR:
1/ put your pointer on the reader mode icon in the url bar, repeat it several times
ER:
A tooltip with an explanation of what the icon is for is displayed
AR:
Once in a while, instead of the description, the value "undefined" is displayed instead
See attached screenshot.
Ubuntu 21.04, French build.
|
|
1,721,745 | 15,495,659 |
**Filed by:** apavel [at] mozilla.com
**Parsed log:** https://treeherder.mozilla.org/logviewer?job_id=345953449&repo=mozilla-central
**Full log:** https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/B8BW9-D9Smu50SqufAchcg/runs/0/artifacts/public/logs/live_backing.log
---
```
[task 2021-07-21T23:09:51.706Z] 23:09:51 INFO - starting checkpoint TabsClosedExtraProcesses...
[task 2021-07-21T23:09:57.714Z] 23:09:57 INFO - checkpoint created, stored in Z:\\task_1626907236\\build\\tests\\results\\memory-report-TabsClosedExtraProcesses-0.json.gz
[task 2021-07-21T23:09:57.715Z] 23:09:57 INFO - closing preloaded browser
[task 2021-07-21T23:09:57.729Z] 23:09:57 INFO - starting checkpoint TabsClosed...
[task 2021-07-21T23:10:03.085Z] 23:10:03 INFO - checkpoint created, stored in Z:\\task_1626907236\\build\\tests\\results\\memory-report-TabsClosed-0.json.gz
[task 2021-07-21T23:10:33.090Z] 23:10:33 INFO - starting checkpoint TabsClosedSettled...
[task 2021-07-21T23:10:33.909Z] 23:10:33 INFO - checkpoint created, stored in Z:\\task_1626907236\\build\\tests\\results\\memory-report-TabsClosedSettled-0.json.gz
[task 2021-07-21T23:10:33.909Z] 23:10:33 INFO - starting checkpoint TabsClosedForceGC...
[task 2021-07-21T23:10:35.131Z] 23:10:35 INFO - checkpoint created, stored in Z:\\task_1626907236\\build\\tests\\results\\memory-report-TabsClosedForceGC-0.json.gz
[task 2021-07-21T23:10:35.132Z] 23:10:35 INFO - setting results
[task 2021-07-21T23:10:35.132Z] 23:10:35 INFO - tearing down!
[task 2021-07-21T23:10:35.133Z] 23:10:35 INFO - tearing down webservers!
[task 2021-07-21T23:10:35.133Z] 23:10:35 INFO - mozproxy MitmproxyDesktop stop!!
[task 2021-07-21T23:10:35.134Z] 23:10:35 INFO - mozproxy Mitmproxy stop!!
[task 2021-07-21T23:10:35.135Z] 23:10:35 INFO - mozproxy Stopping mitmproxy playback, killing process 3904
[task 2021-07-21T23:10:35.135Z] 23:10:35 INFO - mozproxy Sending CTRL_BREAK_EVENT to mitmproxy
[task 2021-07-21T23:10:37.133Z] 23:10:37 INFO - mozproxy Successfully killed the mitmproxy playback process
[task 2021-07-21T23:10:37.133Z] 23:10:37 INFO - mozproxy Turning off the browser proxy
[task 2021-07-21T23:10:37.134Z] 23:10:37 INFO - mozproxy writing: Z:\task_1626907236\build\application\firefox\distribution\policies.json
[task 2021-07-21T23:10:37.134Z] 23:10:37 INFO - processing data in Z:\task_1626907236\build\tests\results!
[task 2021-07-21T23:10:38.920Z] 23:10:38 INFO - TEST-UNEXPECTED-ERROR | awsy/test_memory_usage.py TestMemoryUsage.test_open_tabs | AssertionError: heap-unclassified was negative: -107216
[task 2021-07-21T23:10:38.920Z] 23:10:38 INFO - Traceback (most recent call last):
[task 2021-07-21T23:10:38.920Z] 23:10:38 INFO - File "z:\task_1626907236\build\venv\lib\site-packages\marionette_harness\marionette_test\testcases.py", line 235, in run
[task 2021-07-21T23:10:38.921Z] 23:10:38 INFO - self.tearDown()
[task 2021-07-21T23:10:38.921Z] 23:10:38 INFO - File "Z:\task_1626907236\build\tests\awsy\awsy\test_memory_usage.py", line 159, in tearDown
[task 2021-07-21T23:10:38.921Z] 23:10:38 INFO - AwsyTestCase.tearDown(self)
[task 2021-07-21T23:10:38.921Z] 23:10:38 INFO - File "z:\task_1626907236\build\venv\lib\site-packages\awsy\awsy_test_case.py", line 111, in tearDown
[task 2021-07-21T23:10:38.921Z] 23:10:38 INFO - self.perf_extra_opts(),
[task 2021-07-21T23:10:38.921Z] 23:10:38 INFO - File "z:\task_1626907236\build\venv\lib\site-packages\awsy\process_perf_data.py", line 207, in create_perf_data
[task 2021-07-21T23:10:38.921Z] 23:10:38 INFO - extra_opts,
[task 2021-07-21T23:10:38.921Z] 23:10:38 INFO - File "z:\task_1626907236\build\venv\lib\site-packages\awsy\process_perf_data.py", line 150, in create_suite
[task 2021-07-21T23:10:38.922Z] 23:10:38 INFO - memory_report_path, node, name_filter
[task 2021-07-21T23:10:38.922Z] 23:10:38 INFO - File "z:\task_1626907236\build\venv\lib\site-packages\awsy\parse_about_memory.py", line 119, in calculate_memory_report_values
[task 2021-07-21T23:10:38.922Z] 23:10:38 INFO - totals = path_total(data, data_point_path)
[task 2021-07-21T23:10:38.922Z] 23:10:38 INFO - File "z:\task_1626907236\build\venv\lib\site-packages\awsy\parse_about_memory.py", line 89, in path_total
[task 2021-07-21T23:10:38.922Z] 23:10:38 INFO - path_totals[k] += heap_unclassified(k)
[task 2021-07-21T23:10:38.922Z] 23:10:38 INFO - File "z:\task_1626907236\build\venv\lib\site-packages\awsy\parse_about_memory.py", line 70, in heap_unclassified
[task 2021-07-21T23:10:38.922Z] 23:10:38 INFO - assert unclassified >= 0, "heap-unclassified was negative: %d" % unclassified
[task 2021-07-21T23:10:38.922Z] 23:10:38 INFO - TEST-INFO took 754517ms
[task 2021-07-21T23:10:38.928Z] 23:10:38 INFO -
[task 2021-07-21T23:10:38.928Z] 23:10:38 INFO - SUMMARY
[task 2021-07-21T23:10:38.928Z] 23:10:38 INFO - -------
[task 2021-07-21T23:10:38.928Z] 23:10:38 INFO - passed: 0
[task 2021-07-21T23:10:38.928Z] 23:10:38 INFO - failed: 1
[task 2021-07-21T23:10:38.929Z] 23:10:38 INFO - todo: 0
[task 2021-07-21T23:10:38.929Z] 23:10:38 INFO -
[task 2021-07-21T23:10:38.929Z] 23:10:38 INFO - FAILED TESTS
[task 2021-07-21T23:10:38.929Z] 23:10:38 INFO - -------
[task 2021-07-21T23:10:38.930Z] 23:10:38 INFO - test_memory_usage.py test_memory_usage.TestMemoryUsage.test_open_tabs
[task 2021-07-21T23:10:38.930Z] 23:10:38 INFO - SUITE-END | took 754s
[task 2021-07-21T23:10:43.048Z] 23:10:43 ERROR - Return code: 10
[task 2021-07-21T23:10:43.049Z] 23:10:43 ERROR - Got 1 unexpected statuses
[task 2021-07-21T23:10:43.050Z] 23:10:43 INFO - AWSY exited with return code 10: WARNING
```
|
|
1,723,400 | 15,508,849 |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:92.0) Gecko/20100101 Firefox/92.0
Steps to reproduce:
Tried to build with mk_add_options MOZ_MAKE_FLAGS="-j3" in my .m ozconfig
Actual results:
Build failed with *** No rule to make target '../../mozglue/baseprofiler/public/ProfilingCategoryList.h', needed by '../../dist/include/js/ProfilingCategoryList.h'. Stop.
Expected results:
Build shulld have completed successfully
|
|
1,709,924 | 15,397,696 |
I noticed some problems with mouseover and clicking related to the row labels introduced in bug 1708621:
* If you keyboard-select a row with a label and then mouseover it, it gets the hover styling. It should keep the selected styling
* Mousing over a label shows the action text in the row
* Clicking a label clicks the row
|
|
1,710,657 | 15,404,599 |
Created attachment 9221368
duplicate QS.gif
**[Notes]:**
- The issue is more visible if you have more history/bookmarks displayed in the Firefox Suggest section.
**[Affected versions]:**
- Firefox Nightly 90.0a1 (Build ID: 20210511093339);
**[Affected Platforms]:**
- Windows 10 x64;
- macOS 10.15.7;
- Linux Mint 20 x64;
**[Prerequisites]:**
- Have the latest Firefox Nightly installed.
- Have the "Show search suggestions ahead of browsing history in address bar results" option is unchecked.
- Have the following prefs set:
- `browser.urlbar.quicksuggest.enabled` to `true`.
- `browser.urlbar.quicksuggest.seenRestarts` to '89'.
- `browser.urlbar.quicksuggest.showedOnboardingDialog` to `true`.
- `browser.urlbar.experimental.firefoxSuggestLabels.enabled to `true`.
**[Steps to reproduce]:**
1. Open the Firefox browser with the profile from prerequisites.
2. Type "nike" in the Awesomebar and press the enter key to perform a search on Google.
3. Close the tab and open a new one.
4. Type "nike" in the Awesomebar.
5. Delete and type again the "e" character a few times.
6. Observe the QuickSUggest sponsored result.
**[Expected result]:**
- The QuickSUggest sponsored result is correctly moved to the above row.
**[Actual result]:**
- The Quick Suggest result seems to be duplicated for a moment while changes its position by one row
**[Additional Notes]:**
- Attached a screen recording of the issue.
|
|
1,710,731 | 15,405,448 |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0
Steps to reproduce:
1. Install Firefox
2. Install OpenSC
3. Visit a site that requires smartcard authentication
4. Change network (e.g. disconnect and reconnect VPN)
Actual results:
Firefox repeatedly prompts for the smartcard password whenever the network changes. The user has to dismiss a dozen or so password prompts before the browser can be used again. Then at least one of the open browser windows becomes unresponsive to mouse clicks, requiring a restart of the browser.
Expected results:
Firefox should only prompt for the smartcard password once, until the smartcard is removed. After the smartcard password is entered or the password dialog dismissed, the browser should continue to operate normally.
|
|
1,711,551 | 15,410,661 |
Call stack:
```
00 000000b5`ccffd4b8 00007ffc`33a681c7 win32u!NtUserGetThreadState
01 000000b5`ccffd4c0 00007ffc`0fb4a2d3 USER32!InSendMessage+0x37
02 000000b5`ccffd4f0 00007ffc`0fb4ab4c RTWorkQ!CPlatform::FinalShutdown+0xf3
03 000000b5`ccffd550 00007ffc`0fb4aab0 RTWorkQ!CPlatform::Shutdown+0x8c
04 000000b5`ccffd5a0 00007ffc`0fc35c49 RTWorkQ!RtwqShutdown+0x10
05 000000b5`ccffd5d0 00007ffb`c512b567 mfplat!MFShutdown+0x29
06 (Inline Function) --------`-------- xul!mozilla::wmf::MFShutdown::<unnamed-tag>::operator()+0xd [c:\moz\mozilla-central\dom\media\platforms\wmf\WMFUtils.cpp @ 265]
07 (Inline Function) --------`-------- xul!mozilla::mscom::EnsureMTA::EnsureMTA+0x16 [c:\moz\mozilla-central\obj-x86_64-pc-mingw32\dist\include\mozilla\mscom\EnsureMTA.h @ 71]
08 000000b5`ccffd630 00007ffb`c5131439 xul!mozilla::wmf::MFShutdown+0x77 [c:\moz\mozilla-central\dom\media\platforms\wmf\WMFUtils.cpp @ 265]
09 (Inline Function) --------`-------- xul!mozilla::CanCreateMFTDecoder::<unnamed-tag>::operator()+0xa0 [c:\moz\mozilla-central\dom\media\platforms\wmf\WMFDecoderModule.cpp @ 110]
0a (Inline Function) --------`-------- xul!mozilla::mscom::EnsureMTA::EnsureMTA+0xad [c:\moz\mozilla-central\obj-x86_64-pc-mingw32\dist\include\mozilla\mscom\EnsureMTA.h @ 71]
0b 000000b5`ccffd6a0 00007ffb`c5131019 xul!mozilla::CanCreateMFTDecoder+0xd9 [c:\moz\mozilla-central\dom\media\platforms\wmf\WMFDecoderModule.cpp @ 104]
0c 000000b5`ccffd720 00007ffb`c50f4f20 xul!mozilla::WMFDecoderModule::Init+0x1a9 [c:\moz\mozilla-central\dom\media\platforms\wmf\WMFDecoderModule.cpp @ 148]
0d (Inline Function) --------`-------- xul!mozilla::PDMInitializer::InitContentPDMs+0xe [c:\moz\mozilla-central\dom\media\platforms\PDMFactory.cpp @ 107]
0e 000000b5`ccffd7c0 00007ffb`c50f51cd xul!mozilla::PDMInitializer::InitPDMs+0x110 [c:\moz\mozilla-central\dom\media\platforms\PDMFactory.cpp @ 165]
0f 000000b5`ccffd7f0 00007ffb`c52d3a64 xul!mozilla::PDMFactory::PDMFactory+0x3d [c:\moz\mozilla-central\dom\media\platforms\PDMFactory.cpp @ 255]
10 000000b5`ccffd830 00007ffb`c4edb37b xul!mozilla::MP4Decoder::IsSupportedType+0x1f4 [c:\moz\mozilla-central\dom\media\mp4\MP4Decoder.cpp @ 167]
11 000000b5`ccffd920 00007ffb`c4ef9b19 xul!mozilla::CanHandleMediaType+0x24b [c:\moz\mozilla-central\dom\media\DecoderTraits.cpp @ 177]
12 000000b5`ccffda30 00007ffb`c4e6a01a xul!mozilla::ChannelMediaDecoder::Create+0x19 [c:\moz\mozilla-central\dom\media\ChannelMediaDecoder.cpp @ 175]
13 000000b5`ccffda70 00007ffb`c4e69818 xul!mozilla::dom::HTMLMediaElement::InitializeDecoderForChannel+0x3fa [c:\moz\mozilla-central\dom\html\HTMLMediaElement.cpp @ 4977]
14 000000b5`ccffe110 00007ffb`c35b00a2 xul!mozilla::dom::HTMLMediaElement::MediaLoadListener::OnStartRequest+0x438 [c:\moz\mozilla-central\dom\html\HTMLMediaElement.cpp @ 1320]
15 000000b5`ccffe3b0 00007ffb`c35aff2b xul!mozilla::net::HttpChannelChild::DoOnStartRequest+0xb2 [c:\moz\mozilla-central\netwerk\protocol\http\HttpChannelChild.cpp @ 575]
16 000000b5`ccffe400 00007ffb`c35d6d0e xul!mozilla::net::HttpChannelChild::OnStartRequest+0x7ab [c:\moz\mozilla-central\netwerk\protocol\http\HttpChannelChild.cpp @ 507]
17 (Inline Function) --------`-------- xul!mozilla::net::HttpChannelChild::ProcessOnStartRequest::<unnamed-tag>::operator()+0x2a [c:\moz\mozilla-central\netwerk\protocol\http\HttpChannelChild.cpp @ 368]
```
|
|
1,708,788 | 15,388,646 |
`toolkit/themes/shared/extensions/extensionGeneric.svg` is used when we don't have an icon for an add-on. It's also used on AMO, so we should coordinate with the AMO team to get `https://addons.cdn.mozilla.net/static/img/addon-icons/default-*.png` replaced as well.
|
|
1,709,241 | 15,392,882 |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0
Steps to reproduce:
```cpp
const JSStructuredCloneCallbacks s_Callbacks = {
read_op,
write_op,
};
// ---
JSAutoStructuredCloneBuffer buffer(JS::StructuredCloneScope::SameProcess, &s_Callbacks, this);
buffer.write(cx, value);
JS::RootedValue data(cx);
buffer.read(cx, &data);
```
Actual results:
The `write_op` and `read_op` are not called for custom types.
Expected results:
They are called when set globally for the class
|
|
1,239,344 | 11,072,818 |
Created attachment 8707491
success message
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0
Build ID: 20151210085006
Steps to reproduce:
1) Go to preferences->advanced->certificates->view certificates->your certificates
2) Press Import...
3) Select a valid SSL client certificate
Actual results:
Importing succeeds, but for a moment it looks like it fails. Because the success message contains a big exclamation mark that's usually only seen in error or warning messages(see attached image). I've been importing some client side certificates for the browser and for Thunderbird(same code) on 2 computers, and on the fourth import I still got a brief scare on seeing the success message.
Expected results:
The message should not look like an error. Probably the easiest would be to remove the exclamation mark, or replace it with something more fitting.
|
|
110,594 | 1,029,244 |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Macintosh; U; PPC; en-US; rv:0.9.5+) Gecko/20011116
BuildID: 2001111608
In the View Source -> View menu the Wrap Long Lines option is unchecked when the
lines actually are wrapped. When the option is checked, the lines are not wrapped.
Reproducible: Always
Steps to Reproduce:
1. Go to for instance the above URL.
2. Choose View Source, and look at the View menu.
3. See the lines wrap or not when toggling the Wrap Long Lines.
Actual Results: The check mark and the actual behaviour is inverted.
Expected Results: Checked when wrapping and not checked when not wrapping.
(This might be added to bug 85652)
|
|
125,977 | 1,172,560 |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.8+) Gecko/20020216
BuildID: 2002021608
There are two lines and checkboxes for enabling javascript in "Navigator" and
"Mail & Newsgroups" in the preference.
The "Mail & Newsgroup" is placed above the line "Enable Javascript for:"
Reproducible: Always
Steps to Reproduce:
1. Open Preference Menu.
2. Goto "Advanced" -> "Scripts & Windows"
3. Look at the line "Mail & Newsgroups" placed above the line "Enable Javascript
for:"
|
|
97,777 | 896,828 |
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
BuildID: Gecko/20010726
It's simple. The DIV can either have the align="center" attribute or contain a
<center></center> block or the div equivalent, all the other block elements
inside get aligned in the center, but the DIV stretches by adding arbitrary
extra space on the left and right sides, space that I haven't been able to cut
out in any way.
If one of the block elements inside the DIV is a TABLE with the align="center"
attribute, it gets worse... the DIV stretches up to the right window border.
Reproducible: Always
Steps to Reproduce:
1. first case: the align="center" attribute
<div style="position: absolute; top: 200px; left: 200px; border: solid black"
align="center">
<div>
test
</div>
</div>
2. same thing with a <center> tag
<div style="position: absolute; top: 200px; left: 200px; border: solid
black"><center>
<div>
test
</div>
</center></div>
3. the TABLE problem
<div style="position: absolute; top: 200px; left: 200px; border: solid black">
<table align="center"></tr></td>
test
</td></tr></table>
</div>
Actual Results: The extra space added randomly changes the position of the
elements, making it impossible to predetermine the actual location of the
blocks.
Expected Results: Keep the DIV packed all the time (as long as there is no
with property). IE5.5 implements the right behaviour.
Tested with the same results under MacOS 8.6 and Win2k so logicaly it's the
same thing on the other platforms too.
|
|
1,378,277 | 12,447,386 |
Created attachment 8883453
screenshot
On Windows10
Steps To Reproduce
1. Enter customize toolbar mode
Actual Results:
Overflow panel arrow is misaligned
|
|
1,386,718 | 12,529,697 |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8
Steps to reproduce:
Latest Nightly from 02. Aug. 2017
macOS 10.12.6
STR:
1.) Type something into the Location Bar
Actual results:
The Drop Down opens, but the text in Drop Down is shifted to the right is no longer aligned with text in the Location Bar.
Expected results:
The text in the Drop Down should be shifted to the left and be vertically aligned with the Location Bar text.
This is a recent regression since some Nightlys.
|
|
1,406,620 | 12,737,238 |
I didn't verify, but from the look of it it seems like fill-opacity is not correctly applied to the sidebar and Library windows.
Just compare the bookmarks folder icons from the bookmarks toolbar and the sidebar/Library, the latter are far darker.
|
|
1,398,346 | 12,642,814 |
Created attachment 8906122
Jumping Panel.gif
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0
Build ID: 20170903140023
Steps to reproduce:
1. Complete a download.
2. Delete / move the downloaded file.
3. Open Library button > Downloads subview and hover over the entry corresponding to the file.
Actual results:
Size of panel changes on hovering this item. See attachment.
Expected results:
It shouldn't.
|
|
1,398,349 | 12,642,848 |
Created attachment 8906124
Disabled buttons should not have a hover state.gif
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0
Build ID: 20170903140023
Steps to reproduce:
It has the following issues:
1. If an item has been deleted / moved, the icon is still visible and carries hover styling. Although it has a lower opacity, it shouldn't have any hover background / border because it is disabled. Or may be it should completely disappear for deleted / moved files, like the 'Open Containing Folder' in the dedicated downloads panel does for this case.
2. It looks out of place. No other buttons in Photon have a blue background or a blue border.
|
|
1,399,567 | 12,657,144 |
Created attachment 8907707
actual_vs_expected.png
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3213.3 Safari/537.36
Steps to reproduce:
57.0a1 (2017-09-13) (64-Bit)
macOS 10.12.6
1.) Visit any page e.g. https://www.mozilla.org/
2.) Take a look at the position of the Security text (Mozilla Corporation [US]) and the URL (https://www.mozilla.org/de/)
Actual results:
They are not vertically aligned in the Location Bar.
Expected results:
Both texts could be 1px higher and if you highlight the URL, the highlight could have 1px more blue highlight at the bottom.
Screenshots are attached.
|
|
1,506,026 | 13,746,259 |
Steps To Reproduce:
1. Make browser normal sizemode
2. F11 to Fullscreen
3. Enter Customize
4. Click restore button in titlebar
5. Click [Done] to exit customize mode
Actual Results:
Chromeless, i.e. no toolbar(tab bar, nav bar, etc.)
Expected Results:
Toolbar should appears because browser is in normal sizemode.
|
|
1,526,379 | 13,912,982 |
Created attachment 9042533
dialog.png
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0
Steps to reproduce:
Options -> Privacy & Security -> Clear History
Actual results:
A decent dialog appeared.
Expected results:
Lack of right side of the option dialog on 'ja' language pack
Concerned with https://bugzilla.mozilla.org/show_bug.cgi?id=1523696
|
|
1,432,520 | 12,989,126 |
Created attachment 8944774
Untitled.jpg
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0
Build ID: 20180123102017
Steps to reproduce:
Open Library window
Open Organize menu
Actual results:
Double separator where Move option was
Expected results:
A single separator
|
|
240,201 | 2,123,299 |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/124 (KHTML, like Gecko) Safari/125.1
Build Identifier:
I've built a Mozilla/Firefox extension that allows a web developer to edit cookies. The only problem is
that while nsICookieManager provides an interface to remove and read cookies, it does not provide a
corresponding method to add a cookie. nsICookieManager2 has a perfectly appropriate method, but it
is marked [noscript]. If this were removed, my extension would work. I cannot find any other way to
do this - nsICookieService's API is not similar and doesn't allow the same direct access to the cookie
database.
I don't know of any reason for this method to be [noscript]. Is there any?
Reproducible: Always
Steps to Reproduce:
|
|
211,440 | 1,898,806 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624
In the page at http://noby.cubicproductions.com/bugzillatest/, all three tables
should appear in green. Two of them are dynamically output, one is static. The
code for the first table and the third table are identical except that the first
is being output by javascript to a DIV tag. The only difference between the two
dynamically output tables is that one does not contain a # in the color code. In
Mozilla, the first table is displayed with no explicit background color (it
should be green).
Reproducible: Always
Steps to Reproduce:
1. Write a standard HTML table with one TD in it. Using BGCOLOR, set the
background color to, say, green 00FF00. Omit the # character from the color code.
2. Write this table to a div tag using getElementById and innerHTML.
3. Launch Mozilla, view the output.
Actual Results:
The table did not have a background color.
Expected Results:
The table should have appeared as it does if it is statically output (versus
output by javascript). It should have appeared with a background color.
This happens on a couple other copies of Mozilla, all 1.4 and all on Windows XP
systems. Not sure about any other platforms/etc.
|
|
192,756 | 1,740,940 |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.3b) Gecko/20030210
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.3b) Gecko/20030210
When the "Download Manager" is the front-most window, an extra "Go" menu appears
at the end of the menu bar after the "QA" menu item. This menu appears to be
identical to the other "Go" menu farther to the left.
Reproducible: Always
Steps to Reproduce:
1. Open Download Manager
Actual Results:
Window appears with an extra "Go" menu at the right end of the bar.
Expected Results:
Window appears with no extra menus.
|
|
611,600 | 5,076,194 |
User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:2.0b8pre) Gecko/20101111 Firefox/4.0b8pre
Build Identifier: Mozilla/5.0 (Windows NT 6.1; rv:2.0b8pre) Gecko/20101111 Firefox/4.0b8pre
It's possible to get Web Console into an unclosable state by starting it on a fresh about:blank page then visiting another page.
Reproducible: Always
Steps to Reproduce:
1. Set your home page to about:blank then restart the browser.
2. Click Web Developer->Web Console (nothing happens).
3. Visit any page in the current blank tab (the page loads and a separator appears).
4. Drag the separator down and click the close button.
Actual Results:
Nothing happens.
Expected Results:
The web console should close.
This only seems to happen with a fresh about:blank tab, if you visit a site then go to about:blank the problem does not occur.
|
|
689,013 | 5,735,790 |
Created attachment 562276
bug screenshot
Steps to Reproduce:
1. Login with a vouched account
2. Go to your profile
Actual Results:
The "vouched by" line is aligned incorrectly with the rest of the lines in the profile
Expected Results:
The "vouched by" line should be aligned with "IRC Nickname"
|
|
264,227 | 2,292,766 |
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.1.4322)
Build Identifier:
In Bugzilla-Guide.pdf, section 4.1.8 (setting Up the MySQL Database), page 17,
the grant statement to be used with user 'bugs' on MySQL version 4.0 or higher
is truncated in the instructions. The HTML version is correct.
Reproducible: Always
Steps to Reproduce:
1. Pull up PDF version of 2.16.6 instructions and take a look.
2.
3.
Actual Results:
not applicable
Expected Results:
not applicable
not applicable
|
|
1,815,762 | 16,272,910 |
STR.
1. make sure `media.eme.playready.enabled` is `false`
2. go to https://testweb.playready.microsoft.com/Tool/Hwdrm
3. click `Submit`
Expected.
4. showing `false` for those results and no error pops up
Actual.
4. showing `false` for those results and an error `You must enable DRM to play some audio or video on this page` pops up
|
|
1,661,173 | 15,006,140 |
central-as-late-beta simulation: https://treeherder.mozilla.org/#/jobs?repo=try&group_state=expanded&resultStatus=testfailed%2Cbusted%2Cexception%2Cretry%2Cusercancel%2Crunnable&revision=f8c6ba2502241c301f4c44f979ee38aeff304d10&selectedTaskRun=WWAAJvmYQquCaYrtTVp_vw.0
Log: https://treeherder.mozilla.org/logviewer.html#?job_id=313970738&repo=try
[task 2020-08-25T17:19:59.609Z] 17:19:59 INFO - TEST-PASS | toolkit/components/pdfjs/test/browser_pdfjs_saveas.js | File should have been downloaded successfully -
[task 2020-08-25T17:19:59.609Z] 17:19:59 INFO - Buffered messages finished
[task 2020-08-25T17:19:59.610Z] 17:19:59 INFO - TEST-UNEXPECTED-FAIL | toolkit/components/pdfjs/test/browser_pdfjs_saveas.js | Test timed out -
|
|
1,662,038 | 15,012,694 |
`nsPrintSettingsX` is a mess - right now we try to wrap an `NSPrintInfo` obect but fail in some places. One are this manifests is in setting the printer name.
Currently there is no nsPrintSettingsX::Get/SetPrinterName override. Therefore we're just relying on the base class methods, which simply sit mPrinterName in the base class, leaving the NSPrintInfo untouched. This is an issue since [nsPrintSettingsServiceX::SerializeToPrintDataParent](https://searchfox.org/mozilla-central/rev/969fc7fa6c3c7fc489f53b7b7f8c902028b5169f/widget/cocoa/nsPrintSettingsServiceX.mm#56) gets the printer name from the NSPrintInfo when it serializes it for transfering between processes.
I've tried creating nsPrintSettingsX::Get/SetPrinterName overrides to fix this in two different ways:
By setting the `NSPrintPrinterName` dictionary key:
```
NS_IMETHODIMP nsPrintSettingsX::GetPrinterName(nsAString& aName) {
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_NSRESULT;
if (XRE_IsParentProcess()) {
NSDictionary* dict = [mPrintInfo dictionary];
NSString* printerName = [dict objectForKey:NSPrintPrinterName];
if (printerName) {
nsCocoaUtils::GetStringForNSString(printerName, aName);
} else {
aName.Truncate();
}
} else {
nsPrintSettings::GetPrinterName(aName);
}
return NS_OK;
NS_OBJC_END_TRY_ABORT_BLOCK_NSRESULT;
}
NS_IMETHODIMP nsPrintSettingsX::SetPrinterName(const nsAString& aName) {
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_NSRESULT;
if (XRE_IsParentProcess()) {
NSMutableDictionary* dict = [mPrintInfo printSettings];
[dict setObject:[NSString stringWithString:nsCocoaUtils::ToNSString(aName)]
forKey:NSPrintPrinterName];
} else {
nsPrintSettings::SetPrinterName(aName);
}
return NS_OK;
NS_OBJC_END_TRY_ABORT_BLOCK_NSRESULT;
}
```
This does not appear to work, so I tried at alternative method to replace `[mPrintInfo printer]`:
```
NS_IMETHODIMP nsPrintSettingsX::GetPrinterName(nsAString& aName) {
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_NSRESULT;
if (XRE_IsParentProcess()) {
NSString* name = [[mPrintInfo printer] name];
if (name) {
nsCocoaUtils::GetStringForNSString(name, aName);
} else {
aName.Truncate();
}
} else {
nsPrintSettings::GetPrinterName(aName);
}
return NS_OK;
NS_OBJC_END_TRY_ABORT_BLOCK_NSRESULT;
}
NS_IMETHODIMP nsPrintSettingsX::SetPrinterName(const nsAString& aName) {
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_NSRESULT;
if (XRE_IsParentProcess()) {
NSString* name = nsCocoaUtils::ToNSString(aName);
[mPrintInfo setPrinter:[NSPrinter printerWithName:name]];
} else {
nsPrintSettings::SetPrinterName(aName);
}
return NS_OK;
NS_OBJC_END_TRY_ABORT_BLOCK_NSRESULT;
}
```
That does appear to work, but there's one outstanding issue. Currently the frontend code creates nsIPrintSettings objects for a pseudo-printer called "Mozilla Save as PDF". That will currently be silently rejected and the new NSPrinter will be for the last successfully created NSPrinter (or something like that). The result is that after serializing the settings in the parent, sending them to the child for nsPrintJob, and then deserializing them, the printer name in the child is for the last selected physical printer.
|
|
1,659,736 | 14,994,468 |
Created attachment 9170680
telemetry-issue-internet-explorer-import.JPG
**Precondition**
Make sure to only have Bookmarks/Favorites saved onto the Bookmarks/Favorites Toolbar in *ie*
**Steps to reproduce**
1. Open Firefox
2. Open the Bookmarks library by pressing "Ctrl+Shift+B" or from the *Hamburger Menu*
3. Press the Import/Export Arrows -> Import Data from another browsers... button
4. Select Internet Explorer
5. Press *Continue* and make sure the *Favorites* item is checked then press *Continue* again
6. Exit the *Import Wizard* by pressing Done
7. Navigate to about:telemetry and search for the *FX_MIGRATION_BOOKMARKS_ROOTS* under ***Keyed Histograms***
**Actual Results**
The telemetry value shows "**3**"
**Expected Results**
Since we've only imported bookmarks from the *Favorites toolbar* the value should should show "**1**"
**Note**
Regardless of where the Bookmarks were stored in *ie* the value always shows "**3**"
|
|
1,689,794 | 15,240,659 |
The following testcase crashes on mozilla-central revision 20210129-859d9effad86 (debug build, run with --fuzzing-safe --cpu-count=2 --ion-offthread-compile=off --fast-warmup):
function main() {
new main;
}
try { main(); } catch(exc) {}
evaluate(`
function main() {
function v0(v1,v2) {
try {
let v3 = v0();
} catch(v28) {
eval(\`
v13(v11,RegExp);
\`);
}
}
new Promise(v0);
}
main();
gczeal(7,1);
`);
Backtrace:
received signal SIGSEGV, Segmentation fault.
#0 0x00005555574a3dba in js::Nursery::enterZealMode() ()
#1 0x0000555557409f12 in js::gc::GCRuntime::setZeal(unsigned char, unsigned int) ()
#2 0x00005555570be5fb in GCZeal(JSContext*, unsigned int, JS::Value*) ()
#3 0x0000555556b97d02 in CallJSNative(JSContext*, bool (*)(JSContext*, unsigned int, JS::Value*), js::CallReason, JS::CallArgs const&) ()
#4 0x0000555556b97582 in js::InternalCallOrConstruct(JSContext*, JS::CallArgs const&, js::MaybeConstruct, js::CallReason) ()
#5 0x0000555556b988a1 in InternalCall(JSContext*, js::AnyInvokeArgs const&, js::CallReason) ()
#6 0x0000555556b8bdd4 in Interpret(JSContext*, js::RunState&) ()
#7 0x0000555556b82aa8 in js::RunScript(JSContext*, js::RunState&) ()
#8 0x0000555556b9a0c6 in js::ExecuteKernel(JSContext*, JS::Handle<JSScript*>, JS::Handle<JSObject*>, JS::Handle<JS::Value>, js::AbstractFramePtr, JS::MutableHandle<JS::Value>) ()
#9 0x0000555556b9a6ad in js::Execute(JSContext*, JS::Handle<JSScript*>, JS::Handle<JSObject*>, JS::MutableHandle<JS::Value>) ()
#10 0x0000555556d4c4a2 in ExecuteScript(JSContext*, JS::Handle<JSObject*>, JS::Handle<JSScript*>, JS::MutableHandle<JS::Value>) ()
#11 0x0000555556d4c2ca in JS_ExecuteScript(JSContext*, JS::Handle<JSScript*>, JS::MutableHandle<JS::Value>) ()
#12 0x0000555556a229f9 in Evaluate(JSContext*, unsigned int, JS::Value*) ()
#13 0x0000555556b97d02 in CallJSNative(JSContext*, bool (*)(JSContext*, unsigned int, JS::Value*), js::CallReason, JS::CallArgs const&) ()
[...]
#25 0x0000555556a014bf in main ()
rax 0x555555859a0f 93824995400207
rbx 0x10fffff 17825791
rcx 0x555557fda3c8 93825036821448
rdx 0x0 0
rsi 0x7ffff7105770 140737338431344
rdi 0x7ffff7104540 140737338426688
rbp 0x7fffffffab70 140737488333680
rsp 0x7fffffffab40 140737488333632
r8 0x7ffff7105770 140737338431344
r9 0x7ffff7f998c0 140737353717952
r10 0x58 88
r11 0x7ffff6dac7a0 140737334921120
r12 0x7ffff6046788 140737320871816
r13 0xfff8800000000007 -2111062325329913
r14 0x7ffff6046788 140737320871816
r15 0x7ffff6049108 140737320882440
rip 0x5555574a3dba <js::Nursery::enterZealMode()+1178>
=> 0x5555574a3dba <_ZN2js7Nursery13enterZealModeEv+1178>: movl $0x90,0x0
0x5555574a3dc5 <_ZN2js7Nursery13enterZealModeEv+1189>: callq 0x555556a8d790 <abort>
Very likely debug-only because this is inside gczeal code, but this happens highly frequently, so marking as fuzzblocker.
|
|
1,688,517 | 15,230,135 |
Created attachment 9198921
Testcase
See attached testcase.
```
The first bad revision is:
changeset: https://hg.mozilla.org/mozilla-central/rev/43978ebfc7ac
user: Jon Coppeard
date: Wed Jan 20 10:04:29 2021 +0000
summary: Bug 1686219 - Store chunk information at the start rather than the end of the chunk r=sfink
```
Run with `--fuzzing-safe --differential-testing --no-threads --no-baseline --no-ion`, compile with `MAKE=mozmake 'LIBCLANG_PATH=c:\Users\<user>\.mozbuild\clang\bin' sh ./configure --host=x86_64-pc-mingw32 --target=x86_64-pc-mingw32 --enable-debug --enable-gczeal --enable-debug-symbols --disable-tests`, tested on m-c rev 63534c66d7b8.
Not sure if this is s-s since it seems to require --differential-testing, I'd leave it to Jon/Steve. Also seems Windows-only.
|
|
1,689,039 | 15,235,401 |
```
gczeal(7);
for (let i = 0; i < 9999; ++i) {
undefined + "y";
}
function f(x) {
x.replace(/ /g, " ");
x.replace(/ /g, " ");
}
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
f(" ");
oomAfterAllocations(1);
```
```
(gdb) bt
#0 js::NurseryDecommitTask::queueChunk (this=this@entry=0x7ffff6949508, chunk=0xc8b91900000, lock=...)
at /home/skygentoo/trees/mozilla-central/js/src/gc/Nursery.cpp:152
#1 0x000055555750546e in js::Nursery::freeChunksFrom (this=this@entry=0x7ffff6949108, firstFreeChunk=<optimized out>, firstFreeChunk@entry=0)
at /home/skygentoo/trees/mozilla-central/js/src/gc/Nursery.cpp:1713
#2 0x00005555575044a2 in js::Nursery::disable (this=0x7ffff6949108) at /home/skygentoo/trees/mozilla-central/js/src/gc/Nursery.cpp:309
#3 0x00005555574772fe in js::gc::GCRuntime::finish (this=<optimized out>) at /home/skygentoo/trees/mozilla-central/js/src/gc/GC.cpp:1328
#4 0x0000555556fb21ba in JSRuntime::destroyRuntime (this=0x7ffff6946000) at /home/skygentoo/trees/mozilla-central/js/src/vm/Runtime.cpp:304
#5 0x0000555556edfdb2 in js::DestroyContext (cx=cx@entry=0x7ffff6924000) at /home/skygentoo/trees/mozilla-central/js/src/vm/JSContext.cpp:214
#6 0x00005555571f719a in JS_DestroyContext (cx=0x7ffff7bad9a0 <_IO_stdfile_2_lock>, cx@entry=0x7ffff6924000)
at /home/skygentoo/trees/mozilla-central/js/src/jsapi.cpp:405
#7 0x0000555556b11b30 in main::$_2::operator() (this=<optimized out>) at /home/skygentoo/trees/mozilla-central/js/src/shell/js.cpp:11887
#8 mozilla::ScopeExit<main::$_2>::~ScopeExit (this=<optimized out>)
at /home/skygentoo/shell-cache/js-dbg-64-linux-x86_64-5ca936ea4848/objdir-js/dist/include/mozilla/ScopeExit.h:106
#9 main (argc=6, argv=<optimized out>, envp=<optimized out>) at /home/skygentoo/trees/mozilla-central/js/src/shell/js.cpp:12030
(gdb)
```
```
The first bad revision is:
changeset: https://hg.mozilla.org/mozilla-central/rev/d8c4ad7505e0
user: Jon Coppeard
date: Thu Jan 21 02:46:36 2021 +0000
summary: Bug 1687646 - Refactor NurseryDecommitTask so that Chunk doesn't need to know about it r=sfink
```
Run with `--fuzzing-safe --no-threads --no-baseline --no-ion`, compile with `AR=ar sh ./configure --enable-debug --with-ccache --enable-gczeal --enable-debug-symbols --disable-tests`, tested on m-c rev 5ca936ea4848.
Not sure if this is s-s, I'd leave it to Jon/Steve.
|
|
1,906,075 | 17,010,650 |
### Steps to reproduce
1. Open microsurvey prompt in the basebrowser fragment
2. Press the home button
### Expected behavior
Homepage fragment displays the microsurvey prompt
### Actual behavior
Homepage fragment does not show microsurvey prompt
|
|
1,818,056 | 16,291,072 | null |
|
1,841,354 | 16,478,397 |
The feedback acknowledgment can stick around when its row is reused for a different type of result. This hasn't been a problem until now, with Pocket suggestions, because before it's only been used for best matches, and best matches are practically never reused. I think we should just always remove it.
|
|
1,841,409 | 16,478,681 |
When a row is reused, the new result has `showFeedbackMenu`, and the old result didn't, the row won't show the Feedback menu button. We need to create new row content in that case.
This hasn't been a problem before because the Feedback button was only shown in best matches, which practically are never reused. Pocket non-best-match rows will show the button, which is how I noticed this.
|
|
1,839,578 | 16,464,554 |
### Steps to reproduce
1. checkout main branch. change any file
2. run ktlintFormat script
### Expected behavior
ktlintFormat successfully finishes work
### Actual behavior
Exception in thread "main" java.util.concurrent.ExecutionException: java.lang.ExceptionInInitializerError
### Device information
* Firefox version:
* Android device model:
* Android OS version:
### Any additional information?
|
|
1,837,907 | 16,449,083 |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/116.0
Steps to reproduce:
I shutdown my system by /sbin/poweroff (/sbin/reboot) or by dbus command "dbus-send --system --print-reply --dest=org.freedesktop.login1 /org/freedesktop/login1 "org.freedesktop.login1.Manager.PowerOff" boolean:true", but after next run system FireFox starting as after crash, not as after correct shutdown. If I close FF by "Close" button on program caption or by command "File->Exit" in menu - all Ok.
Actual results:
Not handle system shutdown.
Expected results:
Handle system shutdown.
|
|
1,838,671 | 16,456,929 |
Created attachment 9339345
POC.png
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/114.0
Steps to reproduce:
Hello security team:
You have visited the following site "http://hiltonlocalbiz.com" to check the security.
I found this error "The debugger board has crashed."
When I tried to send the following payload:
```
| echo "||" sleep + 5 "+% 23% 27 + |" sleep + 5` || "sleep + 5" + %23% 5c%22 + | sleep + 5 "
```
http://hiltonlocalbiz.com/?query=|%20echo%20%22||%22%20sleep%20+%205%20%22+%%2023%%2027%20+%20|%22%20sleep%20+%205`%20||%20%22sleep%20+%205%22%20+%20%23%%205c%22%20+%20|%20sleep%20+%205%20%22
As shown in the picture
Actual results:
The debugger board has crashed
Expected results:
The problem only happened to me on this site.
|
|
1,844,960 | 16,506,770 |
Created attachment 9345228
Bookmark suggestion shown in 117.0a1, but in wrong section
### Steps to reproduce
1. Start with a clean profile
2. Go to "Settings" -> "Search" -> disable "Show search suggestions" (disabling it only for private browsing mode is sufficient to reproduce it in PB mode)
3. Open website, e.g. "example.org", in private browsing mode (so that there will be no history entry)
4. Add website as bookmark
5. Close tab
6. In a new (private browsing) tab start typing "example" into URL bar
### Expected behavior
Bookmarked website should show up as suggestion
### Actual behavior
In most cases, no suggestions are shown. Sometimes the bookmarked website is shown but is listed as Google Search result (see attached screenshot).
It does work correctly when either
- there is any history entry that matches the search string
- search browsing history is disabled
- bookmarks search engine is selected
- search suggestions are enabled
### Device information
* Firefox version: 115.2.1, 116.0b8, 117.0a1
* Android device model: Pixel 4a
* Android OS version: 13
### Any additional information?
I think this is a regression in 115. This is an annoying issue when you are always using only private browsing mode.
|
|
1,847,078 | 16,523,430 |
When the about dialog is opened, in the past, screen readers read the version number and more details about Thunderbird. In 115, the details are not read. This is a regression from 102.
This bug addresses restoring 115 to 102 functionality.
Original report:
(In reply to Ali Savas from bug 1835530 comment #0)
> "About" dialog is not readable or very cumbersome for screen readers
>
> For example, if I want to know which version of Thunderbird I am currently using, I have to navigate in the "About" dialog of Thunderbird with the object navigation to find out the version. In previous versions up to 102, at least, the current version was announced as soon as the "About" dialog appeared.
>
> ### Steps to reproduce
>
> * In Thunderbird Daily, for example, go to "Help" and then to "About Daily".
> * Wait a second or two to hear if the screen reader announces the current version number.
> * Use the TAB key to navigate through the dialog box.
>
> #### Result
>
> After invoking the "About Daily" dialog, the screen reader does not automatically announce which version of Thunderbird is currently in use. Navigating through the dialog box with TAB also does not bring success.
>
> #### Expected
>
> The version number should be announced automatically by the screen reader, as in previous Thunderbird versions (up to 102.X). It would be better if the version information could be made focusable by keyboard.
>
> #### Workaround
>
> To find out which version is currently running, the object navigation of the respective screen reader must be used. Unfortunately, this is not intuitive for inexperienced users.
|
|
1,908,796 | 17,031,913 |
Created attachment 9413691
image.png
### Steps to reproduce
1. In Firefox Nightly (version 130) settings change your language to Ukrainian
2. Navigate to a translatable page (such as it.wikipedia.org)
2. Activate the translation panel.
3. Observe the beta tag being translated to Ukrainian instead of remaining "BETA".
### Expected behavior
The original recommendation of the localization team was that the word “BETA” is an international concept and should stay as is in English.
### Actual behavior
Beta tag is translated to Ukrainian instead of remaining "BETA".
### Device information
Firefox version: 130.0a1 (Build #2016033063)
Android device model: Galaxy S21 5G (SM-G991W)
Android OS version: 12
### Any additional information?
https://www.figma.com/design/GT6oZLFw32LiCwKl5GOMWD/Full-Page-Translation?node-id=14269-42632&t=iR8Z5YjKVl2Wamc9-4
|
|
1,903,805 | 16,991,551 |
Currently, characters like <>()&| are not allowed in the search-config-icons schema's filter expression pattern. This rejects valid expressions such as "env.version|versionCompare(\"124.0a1\")>=0".
|
|
1,896,106 | 16,929,393 |
When running Marionette tests on MacOS these days it can be seen that there is a 1s delay between each and every test. After doing some investigation I can trace this back to using psutil. This feature was added over on bug 1884401 for Firefox 127.
Specifically the delay comes from [calling this line in marionette.py](https://searchfox.org/mozilla-central/rev/8e885f04a0a4ff6d64ea59741c10d9b8e45d9ff8/testing/marionette/client/marionette_driver/marionette.py#1359):
> returncode = self.instance.runner.returncode
And that then drills down to waiting for the reader thread to join in Marionette's own process handler for psutil:
> https://searchfox.org/mozilla-central/rev/8e885f04a0a4ff6d64ea59741c10d9b8e45d9ff8/testing/marionette/client/marionette_driver/processhandler.py#352
After comparing to the mozprocess implementation I can see that this one doesn't call into `wait()` for `poll()`, which means that we never try to join the reader threads and that the `poll()` method returns immediately.
|
|
1,885,803 | 16,845,801 |
60 crashes from 5 installs starting with build ID 20240316092555.
Crash report: https://crash-stats.mozilla.org/report/index/973da83e-f0ac-4c8c-936c-c76a30240317
Reason: ```SIGSEGV / SEGV_MAPERR```
Top 10 frames of crashing thread:
```
0 libxul.so get_gtk_cursor_from_type widget/gtk/nsWindow.cpp:7884
1 libxul.so get_gtk_cursor widget/gtk/nsWindow.cpp
1 libxul.so nsWindow::SetCursor widget/gtk/nsWindow.cpp:3334
2 libxul.so mozilla::dom::BrowserParent::SendRealMouseEvent dom/ipc/BrowserParent.cpp:1477
3 libxul.so mozilla::EventStateManager::DispatchCrossProcessEvent dom/events/EventStateManager.cpp:1715
3 libxul.so mozilla::EventStateManager::HandleCrossProcessEvent dom/events/EventStateManager.cpp:1843
4 libxul.so mozilla::EventStateManager::DispatchMouseOrPointerEvent dom/events/EventStateManager.cpp:4732
5 libxul.so mozilla::EventStateManager::NotifyMouseOver dom/events/EventStateManager.cpp:4942
6 libxul.so mozilla::EventStateManager::GenerateMouseEnterExit dom/events/EventStateManager.cpp:5081
7 libxul.so mozilla::EventStateManager::PreHandleEvent dom/events/EventStateManager.cpp:850
```
|
|
1,882,021 | 16,812,573 |
17 crashes from 5 install on Linux distros. First reported build ID is 20240225092952, second is 20240224093754.
Crash report: https://crash-stats.mozilla.org/report/index/99742dd6-5a24-4c99-9a15-81f890240226
Reason: ```SIGTRAP / SI_KERNEL```
Top 10 frames of crashing thread:
```
0 libglib-2.0.so.0 g_log_writer_default glib/gmessages.c:2827
1 libglib-2.0.so.0 g_log_structured_array glib/gmessages.c:1973
1 libglib-2.0.so.0 g_log_structured_array glib/gmessages.c:1946
2 libglib-2.0.so.0 g_log_structured_standard glib/gmessages.c:2030
3 libgdk-3.so.0 gdk_x_error.lto_priv.0 /build/gtk+3.0-WfzL5N/gtk+3.0-3.24.33/gdk/x11/gdkmain-x11.c:258
4 libX11.so.6 _XError /build/libx11-u5gazC/libx11-1.7.5/src/XlibInt.c:1503
5 libX11.so.6 handle_error /build/libx11-u5gazC/libx11-1.7.5/src/xcb_io.c:211
6 libX11.so.6 handle_response /build/libx11-u5gazC/libx11-1.7.5/src/xcb_io.c:403
7 libX11.so.6 _XReply /build/libx11-u5gazC/libx11-1.7.5/src/xcb_io.c:722
8 libgdk-3.so.0 _gdk_x11_get_window_child_info /build/gtk+3.0-WfzL5N/gtk+3.0-3.24.33/gdk/x11/gdkasync.c:562
```
|
|
1,882,114 | 16,813,262 |
Steps to reproduce:
Go to about:config and set any of the following options to "false" in Firefox 123
browser.tabs.firefox-view
browser.tabs.firefox-view-newIcon
browser.tabs.firefox-view-next
None of this options apparently works in Firefox 123.
In contrast, "browser.firefox-view.search.enabled" works as expected in 123 and all of them works normally in Firefox 122
Actual results:
Apparently nothing happens
Expected results:
Firefox should honor the option set.
|
|
1,882,449 | 16,820,469 |
Created attachment 9387977
wayland-session.log
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0
Steps to reproduce:
1. Lauch Firefox
2. CPU usage rises to 80-90%
3. The ~/.local/share/sddm/wayland-session.log grows in size very fastly, consuming large amounts of disk space.
4. The log file is spammed with the message "Error: WaylandMessage::Write() too many files to send
: "
Actual results:
This only happens whenever I start firefox on sway (wayland), regardless of whether I reload swaywm using mod+shift+c. CPU usage stays at 80-90% and the log file starts to consume disk space. At the time I noticed it, the log file was ~140GB with all of the lines being "Error: WaylandMessage::Write() too many files to send
: "
Expected results:
CPU usage should be normal.
Log files shouldn't consume large amount of space in a very short period of time.
|
|
1,882,972 | 16,823,668 |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0
Steps to reproduce:
start firefox under wayland
Actual results:
infinite loop polling on a non connected socket, the wayland-proxy code have portability issue that are being addressed here: https://github.com/stransky/wayland-proxy/issues/3
Expected results:
firefox should have start
|
|
1,873,658 | 16,742,620 |
When opening some links from the [Spikes](https://github.com/mozilla/spikes) emails, the results shown are empty if I'm logged in. I can only see the search result when opening in Private Browsing (or after log out).
Clearing my cache doesn't help.
#### Clear STR:
Login on Socorro
Open a link from the Spikes email (or one of the links bellow)
*Expected result:*
See a list of crash reports (as I can see if I open the same link without being logged in)
*Actual result:*
The list is empty
#### Examples of links reproducing this problem:
https://crash-stats.mozilla.org/search/?_facets=url&_facets=user_comments&_facets=install_time&_facets=version&_facets=address&_facets=moz_crash_reason&_facets=reason&_facets=build_id&_facets=platform_pretty_version&_facets=signature&_facets=useragent_locale&date=%3E%3D2024-01-07&date=%3C2024-01-08&product=Fenix&release_channel=release&signature=%3Dandroid.view.WindowManager%24BadTokenException%3A%20at%20android.view.ViewRootImpl.setView%28ViewRootImpl.java%29#crash-reports
https://crash-stats.mozilla.org/search/?_facets=url&_facets=user_comments&_facets=install_time&_facets=version&_facets=address&_facets=moz_crash_reason&_facets=reason&_facets=build_id&_facets=platform_pretty_version&_facets=signature&_facets=useragent_locale&date=%3E%3D2024-01-08&date=%3C2024-01-09&product=Fenix&release_channel=release&signature=%40%22boot.oat%40%220x%5B0-9a-fA-F%5D%2B%22%22#crash-reports
https://crash-stats.mozilla.org/search/?_facets=url&_facets=user_comments&_facets=install_time&_facets=version&_facets=address&_facets=moz_crash_reason&_facets=reason&_facets=build_id&_facets=platform_pretty_version&_facets=signature&_facets=useragent_locale&date=%3E%3D2024-01-08&date=%3C2024-01-09&product=Firefox&release_channel=release&signature=%3Dshutdownhang%20%7C%20RtlpWaitOnAddressWithTimeout%20%7C%20RtlpWaitOnAddress%20%7C%20RtlWaitOnAddress%20%7C%20WaitOnAddress#crash-reports
|
|
1,875,137 | 16,754,853 |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15
Steps to reproduce:
Using `:has` in combination with other selectors seems to have no effect, unless some action is taken to cause the browser to 'redraw'.
I made 3 reproduced examples for the Mozilla team here: https://2a476f4e.spence.pages.dev/debug/
Actual results:
The conditions that should trigger the has selector don't initially take any effect. After, however, if anything is done to cause the page to be "redrawn", such as resizing the window, changing the zoom amount, or opening the dev console, then the CSS rules related to the has selector will be triggered.
Expected results:
The has selector should update the applicable CSS properties when conditions call for it do so.
|
|
1,880,323 | 16,797,344 |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0
Steps to reproduce:
1. Open a URL, eg. https://bugzilla.mozilla.org, in a new window. It should be the only tab of the window.
2. Move its tab to another, pre-existing window.
KDE, X11.
Actual results:
The contents of the tab are not displayed any more.
Expected results:
This was introduced in Bug 1875369.
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=0efc1d8b9bd6dc8d8e6947435a0540b229062c57&tochange=039d034ac81d93d29151bc8bf573999eca8d9200
|
|
1,880,698 | 16,800,061 |
Attempting to drop a file from a file manager (nemo) to the drop area on https://catbox.moe/ started to fail recently on nightly (checked dev edition, it still works there).
The other direction, dragging an image from a site to the file manager, continues to work.
Name Firefox
Version 124.0a1
Build ID 20240216094648
|
|
1,876,366 | 16,766,352 |
Steps to reproduce:
X11 with original bitmap cursors (i.e. without the themed cursors) have stopped working in Firefox 123 beta. They worked in Firefox 122.
Disable the X11 cursor theme to get the original bitmap cursors.
Then hover over any hyperlinks, or use the https://developer.mozilla.org/en-US/docs/Web/CSS/cursor demo.
Actual results:
The cursor does not change shape for "pointer".
The cursor does not change shape for "help".
The cursor changes to the wrong shape for "grab".
Expected results:
"pointer" should be the hand with the finger pointing left.
"help" should be the question mark with an arrow pointing down.
"grab" should be a hand with fingers spread out.
In 123 "grab" is using the old icon for "pointer".
|
|
1,877,096 | 16,772,485 |
As of now the BiDi spec is a bit vague and implementations do not wait until the navigation to the page in browser history has actually started, but only until the history index has been set. As such the currently existing tests can fail especially for slow running builds where the URL hasn't been updated yet.
As such we should not run a single assertion only but use the `Poll` feature to wait until the URL is actually set.
|
|
1,878,000 | 16,777,939 |
When I do `make run` which does:
```
docker-compose up web frontend fakesentry
```
it brings up all the `depends_on` services as attached. That means we see output from statsd, localstack, and all their rowdy drunken friends.
In order to be able to see the output from `web` and `fakesentry`, we need to quell their raucous crosstalk.
|
|
1,863,403 | 16,656,520 |
Consider Group by Sort styling and improve styling where possible.
At a minimum, make the `(#/#)` more understandable.
Though for technical reasons we cannot change having 3 rows, we can make the headers look better overall.
+++ This bug was initially created as a clone of Bug #1861853 +++
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/119.0
Steps to reproduce:
Enable card view and group by sort in the message view.
Actual results:
Group headers have the same height as messages (which was recently increased to three lines).
Expected results:
Group headers should be reduced to a single line to reflect the fact that they only contain a signle line of text.
This does not affect touch navigation because the only clickable element in the group header is the arrow button.
|
|
1,865,259 | 16,671,130 |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:121.0) Gecko/20100101 Firefox/121.0
Steps to reproduce:
Using KWin/X11 (Wayland not tested).
This affects dialogues/windows that use system widgets (?), like the "primary password", the "clear cookies and site data" and the "page info". Open and observe them.
Actual results:
They are larger than necessary, leaving empty areas on the side or the bottom.
Expected results:
This was regressed by Bug 1863409.
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=c83ba137e470a8008728c61a40a4ff036f28bf59&tochange=782387a23b7b27b2365fd734d987b5343cd301ae
|
|
1,854,253 | 16,586,660 |
This came out of an office hours discussion and will help clean up some of the decimal font sizes we're using for the onboarding card & microsurvey, as well as keep the fonts in line with the other shopping content across platforms.
|
|
1,855,758 | 16,597,810 |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/118.0
Steps to reproduce:
Referencing bug 1851871
Actual results:
Message header problem is fixed, but when messages are set to mark read immediately, or otherwise if it is set on delay and it is shorter than the lag, it doesn't mark as read until after the images have loaded. It is a similar problem to 1851871.
Expected results:
Message should mark as read before image load, if possible.
|
|
1,828,830 | 16,376,953 |
Steps to reproduce:
This is with Thunderbird 114.0a1 (2023-04-18) (64-bit version) on linux
* Open thunderbird and navigate to folder with a lot of messages. I can't find out how many but I've managed to reproduce it with about 100 items. I was unable to reproduce it with 20 messages in the list.
* Use F6 or shift+F6 to focus the message list
* Press the home key to select the first item in the list
* Now press shift+end to select all the messages
* When all the messages are selected press shift+F10 or the applications key to open the context menu
Actual results:
Nothing has happened, messages are selected but context menu is not showing.
Expected results:
I would expect the context menu to appear.
Notice that the context menu will open as expected when using ctrl+a to select all the items or when navigating to the last item by using the end key and then selecting with shift+home.
|
|
1,819,456 | 16,304,653 |
This bug is about changing the way ASRouter detects experiment enrollment. Right now we only hear about experiment enrollment at startup and after force enrollment. But I think it's possible for natural experiment enrollment to happen during startup, but after ASRouter initializes.
This doesn't seem right, it should either listen for natural enrollment at any point at runtime, or it should await resolution of whatever the experiment API is doing to find all the experiments it's gonna enroll in and enroll in them. I suspect this is the reason we are encountering some oddities while testing the patch for bug 1804480. That may also be influenced by variance in how different triggers are handled, I haven't looked too closely at that yet but it's worth considering.
As far as I can tell we don't have a meta bug for general desktop experiment API or ASRouter changes. Do you think we should make one?
|
|
1,820,896 | 16,316,319 |
Created attachment 9321717
ff_link_discord_bug.png
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/110.0
Steps to reproduce:
The bug is present at least since September.
To reproduce the bug, just open a link from Discord or Slack.
I have `xdg-desktop-portal-gtk` started and working, opening the link with `xdg-open` from the shell will NOT reproduce the bug even if it's exactly what Discord is doing.
Actual results:
Firefox hangs forever, never open itself but set a lock in `/tmp/firefox/lock`.
You can not open a new instance of Firefox because “Firefox is already running but not responding ...”. You have to kill it by sending SIGKILL (pkill, kill, whatever).
Expected results:
The instance should open itself and load the address.
There is one work around. The first is obviously to open Firefox before opening the link in Discord/Slack.
There is one hot fix that may help to understand the bug. To actually make it works, you can edit the `/usr/bin/firefox` script that will launch Firefox (distro dependent) to redirect standard error to `/dev/null` (or any file in fact). You may need to edit the `firefox.desktop` from you distribution to open `/usr/bin/firefox` instead of the binary.
tl;dr:
First edit /usr/bin/firefox to redirect stderr to /dev/null
Them check that `firefox.desktop` executes the script from your distribution and not the binary directly. So replace you must have `Exec=/usr/bin/firefox %u` instead of `Exec=/usr/lib/firefox %u`.
I attach a conversation that take place on the Framework Discord. Please don't mind the language.
From that conversation, you can see that I wasn't alone with that bug and that it happens in various distinct environment.
I'm using Arch Linux with Awesome WM and Firefox in it's latest version (but the bug is here since a long time).
Other users reported the bug on Gentoo with i3.
Common point: Linux and not DE i guess.
|
|
1,823,367 | 16,333,662 |
Created attachment 9323898
STR with codepen.io login (also reproducible on testphp.vulnweb.com) and mozilla.org ETP setting
### Steps to reproduce
1. Enter Fenix private mode.
2. Log in on a site.
3. Change the ETP setting from quick settings.
4. Close Fenix.
5. Open Fenix and navigate to the site mentioned in step 2.
### Expected behavior
The site should treat me as a guest user and quick settings should not be saved from the previous session.
### Actual behavior
I am still logged in in the new private session and my previously set ETP preference is saved. This is only true for the site from step #2, other sites act as expected.
### Device information
* Firefox version: 111.0
* Android device model: Samsung Galaxy Note 10, also on Motorola Edge30
* Android OS version: 12
### Any additional information?
It's worth mentioning I experienced this as a daily Fenix user, but when recording this bug it took me a few tries to make Fenix actually keep me logged in in the new private session. The ETP setting part is easier to reproduce.
|
|
1,826,583 | 16,359,000 |
I updated a Fedora 38 KDE Plasma installation with sudo dnf offline-upgrade download and sudo dnf offline-upgrade reboot The update included wayland-1.22.0-1.fc38 https://bodhi.fedoraproject.org/updates/FEDORA-2023-3e957cd827
After the update, I started Firefox 113.0a1 20230405093623 on Wayland in Plasma 5.27.3 and closed it. Firefox crashed in the Renderer thread 3/3 times after I closed it. The crash involved libwayland-client.so.0 and had the reason warning: queue 0x7f0821b867c0 destroyed while proxies still attached. This type of crash happened when closing Firefox 111.0.1 on Wayland. Thunderbird 113.0a1 20230405103412 on Wayland also crashed each time I closed it with the same sort of trace. https://crash-stats.mozilla.org/report/index/186b31c5-5b58-4ee6-9f96-9b8850230405
Crash report: https://crash-stats.mozilla.org/report/index/317024a0-da78-46a1-b510-d7c880230405
MOZ_CRASH Reason: ```warning: queue 0x7f0821b867c0 destroyed while proxies still attached:
```
Top 10 frames of crashing thread:
```
0 libxul.so MOZ_Crash mfbt/Assertions.h:261
0 libxul.so mozilla::widget::WlCrashHandler widget/gtk/nsWaylandDisplay.cpp:294
1 libwayland-client.so.0 libwayland-client.so.0@0x6c9d
2 libwayland-client.so.0 libwayland-client.so.0@0x8853
3 libwayland-client.so.0 libwayland-client.so.0@0x8928
4 libEGL_mesa.so.0 libEGL_mesa.so.0@0x2ad83
5 libEGL_mesa.so.0 libEGL_mesa.so.0@0x1fe57
6 libEGL_mesa.so.0 libEGL_mesa.so.0@0x2037f
7 libEGL_mesa.so.0 libEGL_mesa.so.0@0xdabb
8 libxul.so mozilla::gl::GLLibraryEGL::fTerminate const gfx/gl/GLLibraryEGL.h:254
```
|
|
1,492,408 | 13,625,655 |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0
Build ID: 20180810121301
Steps to reproduce:
Executed this code
for(let i=0;i<1/0;++)
document.location.href="#",window.history.back(),window.history.forward();
Actual results:
Firefox quickly froze, impossible to kill tab, impossible to switch virtual console in Linux. Had to power down the machine.
Expected results:
Firefox should have proposed to kill the tab.
|
|
1,686,984 | 15,218,095 |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:84.0) Gecko/20100101 Firefox/84.0
Steps to reproduce:
PGP encrypted email encrypted for my key is in my inbox, and will not display on new versions of Thunderbird. Previous versions with Enigmail are unaffected. I've tested this on Thunderbird 78 on Windows, Thunderbird 78 on Linux, and a debug build on Linux from trunk.
Actual results:
The message fails to display. OpenPGP icon shows "Message cannot be decrypted: There are unknown problems with this decrypted message." The debug console shows "rnp_op_verify_execute returned unexpected: 285212674".
The debug output is as follows:
[mem_dst_write() /home/electricworry/projects/thunderbird/source/comm/third_party/rnp/src/librepgp/stream-common.cpp:991] attempt to alloc more then allowed
[process_pgp_source() /home/electricworry/projects/thunderbird/source/comm/third_party/rnp/src/librepgp/stream-parse.cpp:2483] failed to output data
console.debug: "rnp_op_verify_execute returned unexpected: 285212674"
Expected results:
The message should successfully decrypt and its content should be displayed.
|
|
1,687,431 | 15,222,537 |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36
Steps to reproduce:
This seems to have regressed from bug 1679848.
In a new message, enter [email protected] as recipient without causing a pill to be created. Remove the address again.
Actual results:
Send button stays enabled.
Expected results:
Send button should have been disabled again.
|
|
1,688,201 | 15,228,298 |
[Sentry ticket](https://sentry.prod.mozaws.net/operations/mozphab-cli/issues/9870893/?query=is%3Aunresolved).
This is affecting multiple people, as there are many `server_name`s affected.
In Barret's description of the bug in Slack today: they ran a `moz-phab` command, tried to auto-update, then crashed. Fortunately, re-running their command the second time succeeds. I'm assuming that this means that though auto-update threw an exception, the actual version of `moz-phab` _was properly updated_.
|
|
1,689,207 | 15,236,746 |
User Agent: Mozilla/5.0 (X11; Linux i686; rv:86.0) Gecko/20100101 Firefox/86.0
Steps to reproduce:
Normally I run firefox with MOZ_ENABLE_WAYLAND=1 at config/environment.d/60_firefox.conf at Linux debian 5.10.0-1-686-pae.
When I start Firefox it looks normal.
Actual results:
But a web-page at the first tab cannot be scrolled down by mouse at the right scrollbar. Also the page for the second tab does not appear. If you close firefox it then asks permission for closing 2 tabs.
Windows do not appear or do not disappear.
In fact it is completely unusable.
Expected results:
Firefox ESR with wayland and 86.0b2 without wayland are working correctly.
|
|
1,675,415 | 15,116,661 |
Created attachment 9185876
Screen shot showing a notification that is not correct.
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:81.0) Gecko/20100101 Firefox/81.0
Steps to reproduce:
I have numerous filters set for incoming mail. All the messages seem to get filtered properly, but system notifications are not correct.
Actual results:
I will often get a notification like "1 new message from Joe", when in fact the message from Joe is an older (filtered) message, and another (also filtered) message has actually arrived and triggered the notification.
Expected results:
I expect the notification of new messages to list the actual sender of the message that triggered the notification.
|
|
1,680,684 | 15,158,736 |
**Steps to reproduce**
1. Open the console
1. Type `"\n".`
**Expected results**
The autocomplete is displayed
**Actual results**
It's not
---
|
|
1,676,540 | 15,125,916 |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:80.0) Gecko/20100101 Firefox/80.0
Steps to reproduce:
- I created a commit to fix an issue.
- Then, I used "moz-phab submit", it was successful and created the following phabricator entry:
"https://phabricator.services.mozilla.com/D96210"
- As there was lint errors, I tried to modify the diff directly from fabricator by using the "update diff" button.
- The reviewer told me to resubmit with moz-phab as it looks like that there was no commit info with my diff.
- So I did a:
"hg commit --amend"
"moz-phab submit"
Actual results:
The command failed with the following error "IndexError: list index out of range"
ERROR 2020-11-10 20:58:05,591 Traceback (most recent call last):
File "/home/florent/.virtualenvs/firefoxpy3/lib/python3.8/site-packages/mozphab/mozphab.py", line 83, in main
args.func(repo, args)
File "/home/florent/.virtualenvs/firefoxpy3/lib/python3.8/site-packages/mozphab/commands/submit.py", line 442, in submit
show_commit_stack(commits, wip=args.wip, validate=True, ignore_reviewers=args.wip)
File "/home/florent/.virtualenvs/firefoxpy3/lib/python3.8/site-packages/mozphab/commands/submit.py", line 198, in show_commit_stack
!= diffs[revision["fields"]["diffPHID"]]["attachments"][
IndexError: list index out of range
Expected results:
The command should have worked
|
|
1,691,348 | 15,254,337 |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0
Steps to reproduce:
When running the following test with geckodriver it fails with the "error":"no such window","message":"Browsing context has been discarded" message:
```
describe('Upload', () => {
it('Test', () => {
browser.execute(function setBody(): void {
document.documentElement.innerHTML = '<html><body><iframe src="https://mozilla.com/"></iframe></body></html>';
});
browser.switchToFrame($('iframe'));
// browser.pause(300); // if this is uncommented then everything works
$('#content').click(); // otherwise it fails here
});
});
```
Reproduction repository:
https://github.com/RafalSkorka/bug1677975
error log:
```
1612508368692 webdriver::server DEBUG -> POST /session/0145e224-841a-40ad-a87e-bb0f5236d4ec/execute/sync {"script":"return (function setBody() {\n document.documentElement.innerHTML = '<html><body><iframe src=\"https://mozilla.com/\"></iframe></body></html>';\n }).apply(null, arguments)","args":[]}
1612508368694 Marionette DEBUG 0 -> [0,2,"WebDriver:ExecuteScript",{"args":[],"script":"return (function setBody() {\n document.documentElement.innerHTML = '<html><body><iframe src=\"https://mozilla.com/\"></iframe></body></html>';\n }).apply(null, arguments)"}]
1612508368695 Marionette TRACE [15] MarionetteCommands actor created for window id 2147483649
1612508368699 Marionette DEBUG 0 <- [1,2,null,{"value":null}]
1612508368692 webdriver::server DEBUG <- 200 OK {"value":null}
1612508368692 webdriver::server DEBUG -> POST /session/0145e224-841a-40ad-a87e-bb0f5236d4ec/element {"using":"css selector","value":"iframe"}
1612508368704 Marionette DEBUG 0 -> [0,3,"WebDriver:FindElement",{"using":"css selector","value":"iframe"}]
1612508368708 Marionette DEBUG 0 <- [1,3,null,{"value":{"element-6066-11e4-a52e-4f735466cecf":"09020d9b-7e6a-4f59-b3f4-f5524b4149ef"}}]
1612508368708 webdriver::server DEBUG <- 200 OK {"value":{"element-6066-11e4-a52e-4f735466cecf":"09020d9b-7e6a-4f59-b3f4-f5524b4149ef"}}
1612508368708 webdriver::server DEBUG -> POST /session/0145e224-841a-40ad-a87e-bb0f5236d4ec/frame {"id":{"sessionId":"0145e224-841a-40ad-a87e-bb0f5236d4ec","elementId":"09020d9b-7e6a-4f59-b3f4-f5524b4149ef","element-6066-11e4-a52e-4f735466cecf":"09020d9b-7e6a-4f59-b3f4-f5524b4149ef","selector":"iframe","parent":{"sessionId":"0145e224-841a-40ad-a87e-bb0f5236d4ec","capabilities":{"acceptInsecureCerts":false,"browserName":"firefox","browserVersion":"85.0","moz:accessibilityChecks":false,"moz:buildID":"20210118153634","moz:geckodriverVersion":"0.29.0","moz:headless":true,"moz:processID":15896,"moz:profile":"C:\\PATH\\rust_mozprofileUfLd2y","moz:shutdownTimeout":60000,"moz:useNonSpecCompliantPointerOrigin":false,"moz:webdriverClick":true,"pageLoadStrategy":"normal","platformName":"windows","platformVersion":"10.0","rotatable":false,"setWindowRect":true,"strictFileInteractability":false,"timeouts":{"implicit":0,"pageLoad":300000,"script":30000},"unhandledPromptBehavior":"dismiss and notify"},"config":{"specs":["./test/specs/**/*.js"],"suites":{},"exclude":[],"outputDir":".","logLevel":"trace","logLevels":{},"excludeDriverLogs":[],"bail":0,"waitforInterval":500,"waitforTimeout":5000,"framework":"mocha","reporters":[],"services":[],"maxInstances":100,"maxInstancesPerCapability":100,"filesToWatch":[],"connectionRetryTimeout":120000,"connectionRetryCount":3,"execArgv":[],"runnerEnv":{},"runner":"local","mochaOpts":{"timeout":60000,"ui":"bdd"},"jasmineNodeOpts":{"defaultTimeoutInterval":10000},"cucumberOpts":{"timeout":10000},"onPrepare":[],"onWorkerStart":[],"before":[],"beforeSession":[],"beforeSuite":[],"beforeHook":[],"beforeTest":[],"beforeCommand":[],"afterCommand":[],"afterTest":[],"afterHook":[],"afterSuite":[],"afterSession":[],"after":[],"onComplete":[],"onReload":[],"beforeFeature":[],"beforeScenario":[],"beforeStep":[],"afterStep":[],"afterScenario":[],"afterFeature":[],"_":["wdio.conf.js"],"$0":"node_modules\\@wdio\\cli\\bin\\wdio.js","ignoredWorkerServices":[],"specFileRetryAttempts":0},"_NOT_FIBER":true},"isReactElement":false}}
1612508368716 Marionette DEBUG 0 -> [0,4,"WebDriver:SwitchToFrame",{"element":"09020d9b-7e6a-4f59-b3f4-f5524b4149ef"}]
1612508368717 Marionette DEBUG 0 <- [1,4,null,{"value":null}]
1612508368708 webdriver::server DEBUG <- 200 OK {"value":null}
1612508368708 webdriver::server DEBUG -> POST /session/0145e224-841a-40ad-a87e-bb0f5236d4ec/element {"using":"css selector","value":"#content"}
1612508368720 Marionette DEBUG 0 -> [0,5,"WebDriver:FindElement",{"using":"css selector","value":"#content"}]
1612508368720 Marionette DEBUG 0 <- [1,5,{"error":"no such window","message":"Browsing context has been discarded","stacktrace":"WebDriverError@chrome://marionet ... t@chrome://marionette/content/server.js:241:9\n_onJSONObjectReady/<@chrome://marionette/content/transport.js:504:20\n"},null]
1612508368708 webdriver::server DEBUG <- 404 Not Found {"value":{"error":"no such window","message":"Browsing context has been discarded","stacktrace":"WebDriverError@chrome://marionette/content/error.js:181:5\nNoSuchWindowError@chrome://marionette/content/error.js:415:5\nassert.that/<@chrome://marionette/content/assert.js:460:13\nassert.open@chrome://marionette/content/assert.js:168:4\nGeckoDriver.prototype.findElement@chrome://marionette/content/driver.js:2109:10\ndespatch@chrome://marionette/content/server.js:297:40\nexecute@chrome://marionette/content/server.js:267:16\nonPacket/<@chrome://marionette/content/server.js:240:20\nonPacket@chrome://marionette/content/server.js:241:9\n_onJSONObjectReady/<@chrome://marionette/content/transport.js:504:20\n"}}
```
Actual results:
When driver tries to find element it gets the error message.
Expected results:
no error is expected. it worked in previous version of Firefox (84).
|
|
1,683,075 | 15,180,720 |
Created attachment 9193709
about:support content
**Affected versions**
* 84.0
* 85.0b2
* 86.0a1 (2020-12-16)
**Affected platforms**
* Ubuntu 18.04
**Steps to reproduce**
1. Open any video in pip mode (eg. https://www.facebook.com/watch/?ref=search&v=779776489522577&external_log_id=24a6b03b-375f-4116-98b8-50cac768d4f9&q=recipes%20video)
2. Resize the pip window
3. Observe the top corners of the pip window
**Expected result**
* No rendering issue occurs on pip window resizing
**Actual result**
* The border is disrupted and poorly rendered
**Regression range**
* Not a regression reproducible way back to 72.0a1
**Additional notes**
* Attached [screencast](https://drive.google.com/file/d/1k6obg1EiecAMb1CYF-gqdG5zaOR0Jfg3/view?usp=sharing)
* I couldn't reproduce the issue on Chrome from the same configuration
* Not reproducible with other Ubuntu 18.04 (Intel® HD Graphics 515 or NVA8)
**Suggested severity**
* S3
|
|
1,683,665 | 15,185,907 |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:86.0) Gecko/20100101 Firefox/86.0
Steps to reproduce:
I started a local test instance (make build, make setup, make run). Connected to it with a superuser. Clicked on the "Go to User Management" link which links to "/users".
Actual results:
Got a 404. Logs only show this:
> INFO 2020-12-21 13:08:40,101 django.server "GET /api/_auth/ HTTP/1.1" 200 483
Expected results:
I expected to end up on some user management page.
|
|
1,644,851 | 14,874,796 | null |
|
1,644,968 | 14,875,668 |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:77.0) Gecko/20100101 Firefox/77.0
Steps to reproduce:
I have a folder on my bookmarks toolbar that has enough bookmarks in it that it would extend beyond the edge of the screen (thus require scrolling). Then run firefox in wayland with MOZ_ENABLE_WAYLAND=1.
Actual results:
If I click on that folder to see the entries in it, then the folder button is styled as if it was active, but the bookmark menu does not appear. Note, this does work as expected if I don't set MOZ_ENABLE_WAYLAND=1 (thus using X11), or if the bookmark folder has few enough items that all results can be shown on screen.
Expected results:
The bookmarks in the folder should be shown in a menu.
|
|
1,640,196 | 14,837,669 |
Steps to reproduce:
* Download this build of mozregression on Windows, install and run: https://ci.appveyor.com/project/wlach/mozregression/builds/33053623/artifacts (corresponding to this PR: https://github.com/mozilla/mozregression/pull/626)
* Right-click on the log view and select "debug"
* Run a single build
Expected:
* Should see some lines indicating glean pings were sent e.g.:
```
2020-05-22T07:33:10.001000: DEBUG : glean.net.http_client: Ping upload: 200
2020-05-22T07:33:10.001000: DEBUG : glean.net.http_client: Ping successfully sent (200)
2020-05-22T07:33:10.001000: DEBUG : glean.net.ping_upload_worker: 50eb7324-9c42-4b87-8a15-c303b1bfb539 was deleted
```
Actual:
No Glean lines indicating they were sent.
Strangely, if I run this in my local development (even a pyinstaller version built using `python gui\build.py bundle`), this works fine. I'm using a PR with the latest branch as an example, but master is also broken: it appears that this broke sometime since I released mozregression 4.0.4, but not sure when.
Incidentally it would be nice if the glean python bindings printed at least a few lines of debug output indicating e.g. that the SDK has been initialized, a ping has been requested to be sent, etc. My guess is that the problem's with the lower-level machinery here, but I can't know that for certain.
|
|
1,653,850 | 14,944,409 |
Created attachment 9164596
about_support.txt
User Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0
Steps to reproduce:
There is no clear pattern to me, the UI freezes here and there. For example, if I scroll through my bookmarks, click on the "three bars" to to right top, play a video (note, audio still plays fine but UI is complete stuck), scrolling a web page. Then out of a sudden the whole UI freezes. If froozen and I hit e.g. Page Down key, then I don't see that Firefox scrolls down. However, if I hit SUPER key under GNOME twice, then the UI is refreshed and I can see that Firefox really scrolled down. Therefore, it seems that Firefox is still responding but it does not refresh the window.
In general, I can unfreeze Firefox while pressing super key in GNOME.
The problem still persists even if I run in safe-mode. Please find attached the about:support output.
This is happening for me since I upgraded from Fedora 31 to 32. Thus I'm not sure whether this is a Firefox bug or not. Though, this is the only regression I have since updating.
|
|
1,656,693 | 14,967,092 |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36
Steps to reproduce:
Build 78.1.0
New Event (In Calendar)
Actual results:
Dialogue Window shows "New Event" in title window but not highlighted.
Expected results:
In previous versions the title would be highlighted so that typing could begin immediately.
Now the user must do a Tab to get to the field. On a Mac this would be a violation of the UI guidelines. Don't know about PC guidelines, but it is now a pain.
Identical problem with New Task.
Moving the Calendar field above the Title field (why?) has caused this problem.
|
|
1,656,782 | 14,967,555 |
Thunderbird 81.0a1 20200802100815 on Windows 8.1
If one creates a new Thunderbird profile and opens the Events tab, there are 2 disabled 'Home' calenders. There should be only one.
For background information why the calendar(s) are disabled see bug 1623152.
|
|
1,643,199 | 14,861,822 |
Created attachment 9154016
poc.zip
This report is inspired by CVE-2019-11753 (Bug 1574980) and CVE-2017-7766 (Bug 1342742).
Summary: If a user has installed Firefox to a standard-user-writable location, then a local attacker who already has non-admin privilege can escalate his privilege to SYSTEM.
Detail: Since the Firefox installation path is user-writable, a local attacker can replace any files in the installation path. What we need to replace are `updater.exe` and `updater.ini`. Although the Maintenance Service checks if `updater.exe` contains an identity string and is signed by Mozilla, it doesn't check its file version. Thus, we can replace the currently installed `updater.exe` with an old and vulnerable version of `updater.exe`, and, from what I observed, the Maintenance Service copies the old `updater.exe` and `updater.ini` to `C:\Program Files (x86)\Mozilla Maintenance Service\update`, and then runs the old `updater.exe` with SYSTEM privilege.
The old `updater.exe` I choose to use is version 51.0.1, so that I can exploit Bug 1342742 again. (Actually exploiting the first part of Bug 1342742 is all we need, because we can edit `updater.ini` directly.)
After `updater.exe` finishes applying `update.mar`, it runs the program specified in [PostUpdateWin] section in `updater.ini`. We specify a full path for `ExeRelPath`. It has to be Mozilla-signed, but since the attacker has total control of the directory, we can use DLL injection to run attacker's code. For example, we can place a malicious `version.dll` in the same directory as `ExeRelPath`. The code in `version.dll` will run with SYSTEM privilege.
Reproduce: (Test environment: OS: Windows 10 x64 Build 19041.264. Firefox version: 76.0.1)
1. Uninstall your current Firefox, and then install it to `C:\Common\Mozilla Firefox`
2. Log in a standard Windows user account
3. Create folder C:\test\poc
4. Unzip the attachment to C:\test\poc
5. Download https://archive.mozilla.org/pub/firefox/releases/51.0.1/update/win32/en-US/firefox-51.0.1.complete.mar, and save it to `C:\test\poc\123\updates\0\update.mar`
6. There are two files under `C:\test\poc\copy to Firefox install dir`: `updater.exe` and `updater.ini`. Copy them to your Firefox installation directory, overwriting the existing ones.
7. Open cmd.exe . Run `sc start MozillaMaintenance MozillaMaintenance software-update unused C:\test\poc\123\updates\0 "C:\Common\Mozilla Firefox" "C:\Common\Mozilla Firefox\updated" -1 . C:\test\poc\uninstall.update`
8. After a few seconds, you can see the poc creates a file "C:\DLLPlanting\dll_output.txt", whose content is: `Filename=C:\test\poc\fakesetup.exe Integrity level=System`, which proves the PoC is run with SYSTEM privilege.
|
|
1,643,509 | 14,864,162 |
This bug is for crash report bp-d56f29b0-5b89-4ae7-a779-a20130200531.
Top 10 frames of crashing thread:
```
0 libxul.so void mozilla::ipc::WriteIPDLParam<mozilla::dom::MediaControlKeysEvent const&> ipc/glue/IPDLParamTraits.h:62
1 libxul.so mozilla::dom::PContentParent::SendUpdateMediaControlKeysEvent ipc/ipdl/PContentParent.cpp:4656
2 libxul.so mozilla::dom::CanonicalBrowsingContext::UpdateMediaControlKeysEvent docshell/base/CanonicalBrowsingContext.cpp:362
3 libxul.so mozilla::dom::MediaController::UpdateMediaControlKeysEventToContentMediaIfNeeded dom/media/mediacontrol/MediaController.cpp:109
4 libxul.so mozilla::dom::MediaControlKeysHandler::OnKeyPressed dom/media/mediacontrol/MediaControlKeysEvent.cpp:42
5 libxul.so mozilla::dom::MediaControlKeysManager::OnKeyPressed dom/media/mediacontrol/MediaControlKeysManager.cpp:94
6 libxul.so mozilla::widget::MPRISServiceHandler::EmitEvent widget/gtk/MPRISServiceHandler.cpp:666
7 libxul.so mozilla::widget::HandleMethodCall widget/gtk/MPRISServiceHandler.cpp:82
8 libgio-2.0.so.0 g_dbus_connection_signal_unsubscribe
9 libglib-2.0.so.0 g_main_context_dispatch
```
The crash reason is MOZ_RELEASE_ASSERT(EnumValidator::IsLegalValue(aValue)). I see one crash on Nightly build 20200530211958, and a few more recent. Maybe this is related to bug 1640339?
|
|
1,660,100 | 14,997,003 |
STR:
1. Start firefox from the command line, specifying a specific directory to use as a profile:
```
mkdir /tmp/profile; firefox -no-remote -profile /tmp/profile
```
2. Repeat step 1, in a second terminal window.
3. Look at the "Firefox is already running" dialog that appears.
EXPECTED RESULTS:
The dialog should be about as tall as its content.
ACTUAL RESULTS:
The dialog is unexpectedly tall, with a bunch of blank space towards the bottom.
I think this regressed relatively recently.
|
|
1,662,361 | 15,015,946 |
Steps to reproduce:
- Open https://settings-writer.prod.mozaws.net/v1/admin/#/buckets/staging/collections/qa/records
- Records are fetched with `_since=null`
- Server replies with a `HTTP 400`
UI crashes.
|
|
1,662,834 | 15,019,207 |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:80.0) Gecko/20100101 Firefox/80.0
Steps to reproduce:
open firefox browse and close firefox
heres details>>>>> https://crash-stats.mozilla.org/report/index/00e93ced-f6e3-4c67-80f9-60bc90200902#tab-details
Actual results:
firefox crashed
Expected results:
just not crash and close correctly
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.