Bug ID
int64 961
1.91M
| Comment ID
int64 3.98k
17.1M
| Author
stringlengths 8
48
| Comment Text
stringlengths 1
64.3k
⌀ |
---|---|---|---|
1,570,945 | 14,276,196 |
Created attachment 9082584
page shows that you are logged out.gif
[Affected Versions]:
- Nightly 70.0a1
[Affected Platforms]
- All Windows
- All Mac
- All Linux
[Prerequisites]
- Be logged with a valid FxA account
- Have at least one saved login.
[Steps to reproduce]:
1. Open the latest Nightly browser with the profile from prerequisites.
2. Navigate to "about:logins" page.
3. Click one of the saved logins.
4. Click the "Show Password" or "Copy" button next to the password field.
5. Observe the email and the avatar for the right corner of the "about:logins" page.
[Expected results]:
- The email and the avatar are correctly displayed.
[Actual results]:
- The email and the avatar are replaced by the "Sign in to Sync" button.
[Notes]:
- If the page is refreshed the email and the avatar are correctly redisplayed.
- Attached a screen recording with the issue.
|
|
1,570,970 | 14,276,323 |
Created attachment 9082603
Copied string persist.gif
[Affected Versions]:
- Nightly 70.0a1
[Affected Platforms]
- All Windows
- All Mac
- All Linux
[Prerequisites]
- Have multiple saved logins on a Firefox profile.
[Steps to reproduce]:
1. Open the latest Nightly browser with the profile from prerequisites.
2. Navigate to "about:logins" page.
3. Click one of the saved logins.
4. Click the "Copy" button.
5. Select another login from the list and observe the "Copy" button.
[Expected results]:
- The "Copy" button is correctly displayed.
[Actual results]:
- The "Copied!" string from the previous login persist on the selected one.
[Notes]:
- Attached a screen recording with the issue.
|
|
1,570,983 | 14,276,412 |
Created attachment 9082620
panel wrongly dismissed when clicked in blank spaces.gif
**[Affected versions]:**
- Firefox Nightly 70.0a1, Build ID 20190802094835
**[Affected Platforms]:**
- All Windows
- All Mac
- All Linux
**[Prerequisites]:**
- Have the `browser.newtabpage.activity-stream.asrouter.devtoolsEnabled` pref set to `true`.
**[Steps to reproduce]:**
1. Start the browser with a new clean profile.
2. Trigger the What's New toolbar button and click it.
3. Scroll down the panel if needed and click the bottom part of it.
4. Observe the behavior.
**[Expected results]:**
- The Panel remains open.
**[Actual results]:**
- The Panel is dismissed.
**[Notes]:**
- The issue is also reproducible if you click the horizontal bars that separate the messages.
- The issue is also reproducible if you click the left and right-most border of the panel.
- The Panel is also dismissed when doing this if it was accessed through the Firefox `Menu` button.
- Attached a screen recording of the issue.
|
|
1,571,018 | 14,276,593 |
Probably regressed by bug 1554864 or bug bug 1565273, didn't have time to verify which one.
STR:
1. Using Windows 10, latest Nightly (containing the fix for bug 1565273)
2. Open any website
3. Click the url bar once to select the whole url
4. Click the content area -- url bar and url lose focus
5. Try to select a part of the url now (by mouse dragging on the url text without releasing the left mouse button until you select the desired text)
AR:
The whole url gets selected (probably "remembering" that previously the text was selected) and dragged.
You'll have then to click somewhere on the url bar to be able to select a part of the url.
ER:
Only selected text should get selected.
A related issue is when doing the opposite:
1. Open any website
2. Select a part of the url
3. Click the content area -- url bar and url lose focus
4. Click the url bar once to select the whole url
AR:
For a moment you can see the text selected on step 2 is getting selected again, and right after that the whole url gets selected.
ER:
No flickering and the entire url gets selected from the start.
|
|
1,571,223 | 14,277,931 |
Found with m-c: 20190802-37229cef2cc7
At the moment no reproducable test case is available.
```
==2769==ERROR: AddressSanitizer: heap-use-after-free on address 0x61a00016fd14 at pc 0x7f86c680ad96 bp 0x7ffe2df7f8f0 sp 0x7ffe2df7f8e8
WRITE of size 1 at 0x61a00016fd14 thread T0
#0 0x7f86c680ad95 in ~AutoUseNewTab /src/dom/ipc/BrowserParent.h:975:30
#1 0x7f86c680ad95 in mozilla::dom::ContentParent::RecvCreateWindow(mozilla::dom::PBrowserParent*, mozilla::dom::PBrowserParent*, unsigned int const&, bool const&, bool const&, bool const&, mozilla::Maybe<mozilla::ipc::URIParams> const&, nsTString<char> const&, float const&, IPC::Principal const&, nsIContentSecurityPolicy*, nsIReferrerInfo*, std::function<void (mozilla::dom::CreatedWindowInfo const&)>&&) /src/dom/ipc/ContentParent.cpp:4975
#2 0x7f86bf3858b7 in mozilla::dom::PContentParent::OnMessageReceived(IPC::Message const&) /src/obj-firefox/ipc/ipdl/PContentParent.cpp:9312:57
#3 0x7f86befb0326 in mozilla::ipc::MessageChannel::DispatchAsyncMessage(mozilla::ipc::ActorLifecycleProxy*, IPC::Message const&) /src/ipc/glue/MessageChannel.cpp:2184:25
#4 0x7f86befab08b in mozilla::ipc::MessageChannel::DispatchMessage(IPC::Message&&) /src/ipc/glue/MessageChannel.cpp:2108:9
#5 0x7f86befad647 in mozilla::ipc::MessageChannel::RunMessage(mozilla::ipc::MessageChannel::MessageTask&) /src/ipc/glue/MessageChannel.cpp:1955:3
#6 0x7f86befae4d7 in mozilla::ipc::MessageChannel::MessageTask::Run() /src/ipc/glue/MessageChannel.cpp:1986:13
#7 0x7f86bddc94e0 in nsThread::ProcessNextEvent(bool, bool*) /src/xpcom/threads/nsThread.cpp:1224:14
#8 0x7f86bddcf8f8 in NS_ProcessNextEvent(nsIThread*, bool) /src/xpcom/threads/nsThreadUtils.cpp:486:10
#9 0x7f86befb970f in mozilla::ipc::MessagePump::Run(base::MessagePump::Delegate*) /src/ipc/glue/MessagePump.cpp:88:21
#10 0x7f86beeb67b2 in RunInternal /src/ipc/chromium/src/base/message_loop.cc:315:10
#11 0x7f86beeb67b2 in RunHandler /src/ipc/chromium/src/base/message_loop.cc:308
#12 0x7f86beeb67b2 in MessageLoop::Run() /src/ipc/chromium/src/base/message_loop.cc:290
#13 0x7f86c711f099 in nsBaseAppShell::Run() /src/widget/nsBaseAppShell.cpp:137:27
#14 0x7f86cad4efe0 in nsAppStartup::Run() /src/toolkit/components/startup/nsAppStartup.cpp:276:30
#15 0x7f86caff88a3 in XREMain::XRE_mainRun() /src/toolkit/xre/nsAppRunner.cpp:4631:22
#16 0x7f86caffa9c0 in XREMain::XRE_main(int, char**, mozilla::BootstrapConfig const&) /src/toolkit/xre/nsAppRunner.cpp:4766:8
#17 0x7f86caffc3ce in XRE_main(int, char**, mozilla::BootstrapConfig const&) /src/toolkit/xre/nsAppRunner.cpp:4847:21
#18 0x5624af135dd4 in do_main /src/browser/app/nsBrowserApp.cpp:213:22
#19 0x5624af135dd4 in main /src/browser/app/nsBrowserApp.cpp:295
#20 0x7f86df5e1b96 in __libc_start_main /build/glibc-OTsEL5/glibc-2.27/csu/../csu/libc-start.c:310
#21 0x5624af0576ac in _start (/home/worker/builds/m-c-20190802215241-fuzzing-asan-opt/firefox+0x456ac)
0x61a00016fd14 is located 1172 bytes inside of 1248-byte region [0x61a00016f880,0x61a00016fd60)
freed by thread T0 here:
#0 0x5624af102d42 in __interceptor_free /builds/worker/workspace/moz-toolchain/src/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:124:3
#1 0x7f86bdc27fc2 in MaybeKillObject /src/xpcom/base/nsCycleCollector.cpp:2429:29
#2 0x7f86bdc27fc2 in SnowWhiteKiller::Visit(nsPurpleBuffer&, nsPurpleBufferEntry*) /src/xpcom/base/nsCycleCollector.cpp:2459
#3 0x7f86bdc05c12 in void nsPurpleBuffer::VisitEntries<SnowWhiteKiller>(SnowWhiteKiller&) /src/xpcom/base/nsCycleCollector.cpp:941:23
#4 0x7f86bdc06e59 in nsCycleCollector::FreeSnowWhiteWithBudget(js::SliceBudget&) /src/xpcom/base/nsCycleCollector.cpp:2624:14
#5 0x7f86c00d2108 in AsyncFreeSnowWhite::Run() /src/js/xpconnect/src/XPCJSRuntime.cpp:146:9
#6 0x7f86bdde415c in Run /src/xpcom/threads/nsThreadUtils.cpp:331:22
#7 0x7f86bdde415c in IdleRunnableWrapper::TimedOut(nsITimer*, void*) /src/xpcom/threads/nsThreadUtils.cpp:337
#8 0x7f86bddb688b in nsTimerImpl::Fire(int) /src/xpcom/threads/nsTimerImpl.cpp:561:7
#9 0x7f86bddb6109 in nsTimerEvent::Run() /src/xpcom/threads/TimerThread.cpp:260:11
#10 0x7f86bddc94e0 in nsThread::ProcessNextEvent(bool, bool*) /src/xpcom/threads/nsThread.cpp:1224:14
#11 0x7f86bddcf8f8 in NS_ProcessNextEvent(nsIThread*, bool) /src/xpcom/threads/nsThreadUtils.cpp:486:10
#12 0x7f86ca4e270c in SpinEventLoopUntil<mozilla::ProcessFailureBehavior::ReportToCaller, (lambda at /builds/worker/workspace/build/src/xpfe/appshell/nsXULWindow.cpp:2061:24)> /src/obj-firefox/dist/include/nsThreadUtils.h:348:25
#13 0x7f86ca4e270c in nsXULWindow::CreateNewContentWindow(int, nsIRemoteTab*, mozIDOMWindowProxy*, unsigned long, nsIXULWindow**) /src/xpfe/appshell/nsXULWindow.cpp:2061
#14 0x7f86cad51373 in nsAppStartup::CreateChromeWindow(nsIWebBrowserChrome*, unsigned int, nsIRemoteTab*, mozIDOMWindowProxy*, unsigned long, bool*, nsIWebBrowserChrome**) /src/toolkit/components/startup/nsAppStartup.cpp:618:18
#15 0x7f86caf4c266 in nsWindowWatcher::CreateChromeWindow(nsTSubstring<char> const&, nsIWebBrowserChrome*, unsigned int, nsIRemoteTab*, mozIDOMWindowProxy*, unsigned long, nsIWebBrowserChrome**) /src/toolkit/components/windowwatcher/nsWindowWatcher.cpp:412:33
#16 0x7f86caf4cc9d in nsWindowWatcher::OpenWindowWithRemoteTab(nsIRemoteTab*, nsTSubstring<char> const&, bool, float, unsigned long, bool, nsIRemoteTab**) /src/toolkit/components/windowwatcher/nsWindowWatcher.cpp:526:3
#17 0x7f86c6808910 in mozilla::dom::ContentParent::CommonCreateWindow(mozilla::dom::PBrowserParent*, bool, unsigned int const&, bool const&, bool const&, bool const&, nsIURI*, nsTString<char> const&, float const&, unsigned long, nsTString<char16_t> const&, nsresult&, nsCOMPtr<nsIRemoteTab>&, bool*, int&, nsIPrincipal*, nsIReferrerInfo*, bool, nsIContentSecurityPolicy*) /src/dom/ipc/ContentParent.cpp:4830:22
#18 0x7f86c680a0a9 in mozilla::dom::ContentParent::RecvCreateWindow(mozilla::dom::PBrowserParent*, mozilla::dom::PBrowserParent*, unsigned int const&, bool const&, bool const&, bool const&, mozilla::Maybe<mozilla::ipc::URIParams> const&, nsTString<char> const&, float const&, IPC::Principal const&, nsIContentSecurityPolicy*, nsIReferrerInfo*, std::function<void (mozilla::dom::CreatedWindowInfo const&)>&&) /src/dom/ipc/ContentParent.cpp:4943:39
#19 0x7f86bf3858b7 in mozilla::dom::PContentParent::OnMessageReceived(IPC::Message const&) /src/obj-firefox/ipc/ipdl/PContentParent.cpp:9312:57
#20 0x7f86befb0326 in mozilla::ipc::MessageChannel::DispatchAsyncMessage(mozilla::ipc::ActorLifecycleProxy*, IPC::Message const&) /src/ipc/glue/MessageChannel.cpp:2184:25
#21 0x7f86befab08b in mozilla::ipc::MessageChannel::DispatchMessage(IPC::Message&&) /src/ipc/glue/MessageChannel.cpp:2108:9
#22 0x7f86befad647 in mozilla::ipc::MessageChannel::RunMessage(mozilla::ipc::MessageChannel::MessageTask&) /src/ipc/glue/MessageChannel.cpp:1955:3
previously allocated by thread T0 here:
#0 0x5624af1030c3 in __interceptor_malloc /builds/worker/workspace/moz-toolchain/src/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:146:3
#1 0x5624af137e2d in moz_xmalloc /src/memory/mozalloc/mozalloc.cpp:52:15
#2 0x7f86c67f2ac7 in operator new /src/obj-firefox/dist/include/mozilla/cxxalloc.h:33:10
#3 0x7f86c67f2ac7 in mozilla::dom::ContentParent::RecvConstructPopupBrowser(mozilla::ipc::ManagedEndpoint<mozilla::dom::PBrowserParent>&&, mozilla::dom::IdType<mozilla::dom::BrowserParent> const&, mozilla::dom::IPCTabContext const&, mozilla::dom::BrowsingContext*, unsigned int const&) /src/dom/ipc/ContentParent.cpp:3336
#4 0x7f86bf36fa11 in mozilla::dom::PContentParent::OnMessageReceived(IPC::Message const&) /src/obj-firefox/ipc/ipdl/PContentParent.cpp:5810:57
#5 0x7f86befb0326 in mozilla::ipc::MessageChannel::DispatchAsyncMessage(mozilla::ipc::ActorLifecycleProxy*, IPC::Message const&) /src/ipc/glue/MessageChannel.cpp:2184:25
#6 0x7f86befab08b in mozilla::ipc::MessageChannel::DispatchMessage(IPC::Message&&) /src/ipc/glue/MessageChannel.cpp:2108:9
#7 0x7f86befad647 in mozilla::ipc::MessageChannel::RunMessage(mozilla::ipc::MessageChannel::MessageTask&) /src/ipc/glue/MessageChannel.cpp:1955:3
#8 0x7f86befae4d7 in mozilla::ipc::MessageChannel::MessageTask::Run() /src/ipc/glue/MessageChannel.cpp:1986:13
#9 0x7f86bddc94e0 in nsThread::ProcessNextEvent(bool, bool*) /src/xpcom/threads/nsThread.cpp:1224:14
#10 0x7f86bddcf8f8 in NS_ProcessNextEvent(nsIThread*, bool) /src/xpcom/threads/nsThreadUtils.cpp:486:10
#11 0x7f86befb970f in mozilla::ipc::MessagePump::Run(base::MessagePump::Delegate*) /src/ipc/glue/MessagePump.cpp:88:21
#12 0x7f86beeb67b2 in RunInternal /src/ipc/chromium/src/base/message_loop.cc:315:10
#13 0x7f86beeb67b2 in RunHandler /src/ipc/chromium/src/base/message_loop.cc:308
#14 0x7f86beeb67b2 in MessageLoop::Run() /src/ipc/chromium/src/base/message_loop.cc:290
#15 0x7f86c711f099 in nsBaseAppShell::Run() /src/widget/nsBaseAppShell.cpp:137:27
#16 0x7f86cad4efe0 in nsAppStartup::Run() /src/toolkit/components/startup/nsAppStartup.cpp:276:30
#17 0x7f86caff88a3 in XREMain::XRE_mainRun() /src/toolkit/xre/nsAppRunner.cpp:4631:22
#18 0x7f86caffa9c0 in XREMain::XRE_main(int, char**, mozilla::BootstrapConfig const&) /src/toolkit/xre/nsAppRunner.cpp:4766:8
#19 0x7f86caffc3ce in XRE_main(int, char**, mozilla::BootstrapConfig const&) /src/toolkit/xre/nsAppRunner.cpp:4847:21
#20 0x5624af135dd4 in do_main /src/browser/app/nsBrowserApp.cpp:213:22
#21 0x5624af135dd4 in main /src/browser/app/nsBrowserApp.cpp:295
#22 0x7f86df5e1b96 in __libc_start_main /build/glibc-OTsEL5/glibc-2.27/csu/../csu/libc-start.c:310
```
|
|
1,571,316 | 14,278,454 |
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.87 Safari/537.36
Steps to reproduce:
I tried building NSS 3.45 on an armv7 machine using the Makefile, with the same arguments as has worked for previous releases.
Actual results:
The build fails to link libfreeblpriv3.so:
grep -v ';-' freebl_hash_vector.def | sed -e 's,;+,,' -e 's; DATA ;;' -e 's,;;,,' -e 's,;.*,;,' > Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/freeblpriv.def
rm -f Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/libfreeblpriv3.so
gcc -shared -Wl,--gc-sections -Wl,-z,defs -Wl,-soname -Wl,libfreeblpriv3.so -Wl,-rpath=/gnu/store/5cqmmjd9a8h05l8y352z1pq4mlyd6w21-nss-3.45/lib/nss -Wl,--version-script,Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/freeblpriv.def -Wl,-Bsymbolic -o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/libfreeblpriv3.so Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/freeblver.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/ldvector.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/sysrand.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/sha_fast.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/md2.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/md5.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/sha512.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/alghmac.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/rawhash.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/alg2268.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/arcfour.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/arcfive.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/crypto_primitives.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/blake2b.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/desblapi.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/des.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/drbg.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/chacha20poly1305.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/cts.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/ctr.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/blinit.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/fipsfreebl.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/gcm.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/hmacct.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/rijndael.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/aeskeywrap.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/camellia.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/dh.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/ec.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/ecdecode.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/pqg.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/dsa.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/rsa.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/rsapkcs.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/shvfy.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/tlsprfalg.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/seed.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/jpake.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/mpprime.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/mpmontg.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/mplogic.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/mpi.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/mp_gf2m.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/mpi_arm.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/mpcpucache.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/ecl.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/ecl_mult.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/ecl_gf.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/ecp_aff.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/ecp_jac.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/ecp_mont.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/ec_naf.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/ecp_jm.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/ecp_256.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/ecp_384.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/ecp_521.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/ecp_256_32.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/ecp_25519.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/curve25519_32.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/Hacl_Chacha20.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/Hacl_Chacha20_Vec128.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/FStar.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/stubs.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/nsslowhash.o Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/Hacl_Poly1305_32.o -ldl -lc
ld: Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/curve25519_32.o: in function `fe_frombytes_strict':
/tmp/guix-build-nss-3.45.drv-0/nss-3.45/nss/lib/freebl/ecl/curve25519_32.c:280: undefined reference to `PR_Assert'
ld: /tmp/guix-build-nss-3.45.drv-0/nss-3.45/nss/lib/freebl/ecl/curve25519_32.c:282: undefined reference to `PR_Assert'
ld: Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/curve25519_32.o: in function `fe_tobytes':
/tmp/guix-build-nss-3.45.drv-0/nss-3.45/nss/lib/freebl/ecl/curve25519_32.c:483: undefined reference to `PR_Assert'
ld: Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/curve25519_32.o: in function `fe_add':
/tmp/guix-build-nss-3.45.drv-0/nss-3.45/nss/lib/freebl/ecl/curve25519_32.c:562: undefined reference to `PR_Assert'
ld: /tmp/guix-build-nss-3.45.drv-0/nss-3.45/nss/lib/freebl/ecl/curve25519_32.c:563: undefined reference to `PR_Assert'
ld: Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/curve25519_32.o:/tmp/guix-build-nss-3.45.drv-0/nss-3.45/nss/lib/freebl/ecl/curve25519_32.c:565: more undefined references to `PR_Assert' follow
collect2: error: ld returned 1 exit status
make[3]: *** [../../coreconf/rules.mk:291: Linux4.14_arm_gcc_glibc_PTH_DBG.OBJ/Linux_SINGLE_SHLIB/libfreeblpriv3.so] Error 1
Expected results:
The build succeeds.
|
|
1,571,340 | 14,278,559 |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0
Steps to reproduce:
Installed intel hd 530 driver version 26.20.100.7000
Actual results:
Black box in top left of firefox window after installing intel hd 530 driver version 26.20.100.7000. Black box is only there when hardware acceleration is on.
Expected results:
No black box should be in the top left.
|
|
1,571,349 | 14,280,426 |
This is because of the blue border that we add on hover (it's a before pseudo element, which explains the reflow)
Now that we have border on messages, let's remove the border.
|
|
1,571,435 | 14,280,985 |
Created attachment 9083005
double highlight on dark theme for monitor snippet.gif
**[Affected versions]:**
- Firefox Nightly 70.0a1, Build ID 20190805095413
**[Affected Platforms]:**
- All Windows
- All Mac
- All Linux
**[Prerequisites]:**
- Have the `browser.newtabpage.activity-stream.asrouter.devtoolsEnabled` pref set to `true`.
- The browser's dark theme is set.
**[Steps to reproduce]:**
1. Start the browser with a new clean profile.
2. Open a new tab and trigger the Special Monitor snippet.
3. Hover the "x" snippet button and observe the behavior.
**[Expected results]:**
- Part of the snippet is highlighted a second time.
**[Actual results]:**
- Only one highlight effect is displayed.
**[Notes]:**
- The issue is not reproducible on Default or Light themes.
- Attached a screen recording of the issue.
|
|
1,571,442 | 14,281,031 |
Created attachment 9083010
Search bar position.gif
**[Affected versions]:**
- Firefox Nightly 70.0a1, Build ID: 20190804214813
**[Affected Platforms]:**
- All Windows
- All Mac
- All Linux
**[Prerequisites]:**
- Have a new Firefox profile with a NonUS region or a US region browser with the “Discovery Stream” disabled.
**[Steps to reproduce]:**
1. Open the browser and open a new tab.
2. Collapse the “Top Sites” section.
3. Observe the position of the “Search” bar and the other sections below it.
**[Expected result]:**
- The “Search” bar and the other sections are in their initial position.
**[Actual result]:**
- The “Search” bar and the other sections are lower than their initial position.
**[Notes]:**
- The “Search” bar and the other sections below it are barely visible or not visible at all when all the sections below the “Search” bar are minimized.
- This issue is also reproducible when collapsing the “Highlights” section or when having one or more highlights displayed on one row.
- This issue is not reproducible with the “Discovery Stream” enabled.
- Attached a screen recording of the issue.
|
|
1,571,444 | 14,281,041 |
Created attachment 9083014
search results 0.gif
[Affected Versions]:
- Nightly 70.0a1
[Affected Platforms]
- All Windows
- All Mac
- All Linux
[Prerequisites]
- Have a Firefox profile with multiple saved logins.
[Steps to reproduce]:
1. Open the latest Nightly browser with the profile from prerequisites.
2. Navigate to "about:logins" page.
3. Perform a search that returns 0 results.
4. Observe the login list.
[Expected results]:
- A "No matching logins" message is displayed.
[Actual results]:
- No message is displayed, the list is blank.
[Notes]:
- Attached a screen recording with the issue.
|
|
1,571,450 | 14,281,063 |
Created attachment 9083018
no user feedback when the user focuses a snippet button via keyboard navigation.gif
**[Affected versions]:**
- Firefox Nightly 70.0a1, Build ID 20190805095413
**[Affected Platforms]:**
- All Windows
- All Mac
- All Linux
**[Prerequisites]:**
- Have the `browser.newtabpage.activity-stream.asrouter.devtoolsEnabled` pref set to `true`.
**[Steps to reproduce]:**
1. Start the browser with a new clean profile.
2. Open a new tab and trigger a snippet with a button.
3. Select part of the snippet's text.
4. Press Tab once and observe the behavior.
**[Expected results]:**
- The button is highlighted/visibly focused.
**[Actual results]:**
- The button is focused without any feedback for the user.
**[Notes]:**
- The issue is reproducible for all snippets with buttons.
- The issue is also reproducible for snippets with links, but in this case only the "x" button has no user feedback when focused.
- Attached a screen recording of the issue.
|
|
1,571,451 | 14,281,069 |
Created attachment 9083020
restore data.gif
__[Affected Versions]:__
- Nightly 70.0a1 (Build ID: 20190805095413)
__[Affected Platforms]:__
- All Windows
- All Mac
- All Linux
__[Prerequisites]:__
- Have at least one saved login.
__[Steps to reproduce]:__
1. Open the latest Nightly browser with the profile from prerequisites.
2. Navigate to "about:logins" page.
3. Open a website in a new tab.
4. Restart the browser (Ctrl+Shift+J then Ctrl+Alt+R keys).
5. Wait until all tabs are loaded.
6. Focus the "about:logins" page and observe the behavior.
__[Expected results]:__
- The sidebar displays all the saved logins and the details of the first login from the list are shown on the right side.
__[Actual results]:__
- The sidebar doesn't display any login and an example of login details is shown on the right side.
__[Notes]:__
- The saved logins are restored if the page is refreshed.
- Attached a screen recording with the issue.
|
|
1,571,463 | 14,281,318 |
Created attachment 9083028
Recording #5.mp4
[Affected versions]:
- Firefox latest Nightly 70.0a1 (2019-08-05) (64-bit)
[Affected Platforms]:
- Mac 10.14
- Windows 10 x64
- Ubuntu 18.04 x64
[Prerequisites]:
- Have a new Firefox profile with no saved logins.
[Steps to reproduce]:
1. Open the browser and navigate to the "about:logins" page.
2. Click on the “Create New Login” button.
3. Observe the “Login List”.
[Expected result]:
- The “New Login” item is added to the “Login List”.
[Actual result]:
- The “New Login” item is not added to the “Login List”.
[Regression]
- The issue is not reproducible with older Nightly 70.0a1 builds. Considering this, using mozregression tool I have found the issue that broke this in the latest Nightly build. Here are the results:
- Pushlog: https://tinyurl.com/y5pzexde
- Last good revision: 7c6c3ac5f8fd987fd47e473e4457266498e48f1f
- First bad revision: 1f571f037efd0d54093ffe7fd2aeea5fdfbc26b2
[Notes]:
- The “New Login” item is correctly added to the list if at least one login is already created.
- Attached a screen recording with the issue.
|
|
1,571,513 | 14,281,760 |
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/75.0.3770.142 Chrome/75.0.3770.142 Safari/537.36
Steps to reproduce:
1. Opened youtube, watched a video
2. Went back to youtube homepage using a bookmark
Actual results:
1. Opened youtube, watched a video
2. Went back to youtube homepage using a bookmark
3. i noticed that even with 1 tab, there are 2 volume sliders in the system audio section, i repeated this step and each time a new slider was created. None of them disappeared until i closed Firefox
Expected results:
Firefox should not keep creating new audio channels without deleting the previous ones, and even kill thoose that are not playing anything to keep things clean. Or have an option for the entirety of firefox to be controlled with 1 slider.
|
|
1,571,639 | 14,282,808 |
Created attachment 9083251
duplicate_bookmarks.png
**Affected versions**
* 69.0b10 (20190801185445)
**Affected platforms**
* Windows 10x64
* Windows 10x86
**Steps to reproduce**
1. Install available Stub installer for any partner (eg. [here](https://archive.mozilla.org/pub/firefox/candidates/69.0b10-candidates/build1/partner-repacks/mailru/okru/v1/win32/en-US/)) and open it.
2. Uninstall Firefox.
3. Install Firefox again (through Re-install prompt) using the link from step 1 and open it with the same profile.
4. Observe the bookmarks bar.
**Expected result**
* Default bookmarks are shown.
**Actual result**
* Default bookmarks are duplicated.
**Regression range**
* Not a regression, issue introduced with Stub installer for partner builds feature in 69.0b10
**Additional Notes**
* Every Stub reinstallation with the same profile, triggers the appearance of the same set of initial default bookmarks once more.
* Issue is not reproducible with the Full installer for partner.
* The issue is reproducible only if “Restore default settings and remove old add-ons for optimal performance” is checked.
* Attached a screenshot.
|
|
1,571,747 | 14,283,564 |
Created attachment 9083363
logins_removed.mp4
[Affected versions]:
- Firefox latest Nightly 70.0a1 (2019-08-01) (64-bit)
[Affected Platforms]:
- Mac 10.14
- Windows 10 x64
- Ubuntu 18.04 x64
[Prerequisites]:
- The Firefox browser is opened.
- The "about:logins" page is opened.
- Be logged into FxA account that has multiple saved logins synced..
[Steps to reproduce]:
1. Open a new tab and navigate to "about:preferences#sync" page.
2. Click the "Disconnect..." button.
3. Check the "Remove Firefox Sync Data" option and click the "Just Disconnect" button.
4. Switch to the about:logins tab and observe the “Login List”.
[Expected result]:
- The logins are removed from the list.
[Actual result]:
- The logins are not removed from the list.
[Notes]:
- Attached a screen recording with the issue.
|
|
1,571,748 | 14,283,566 |
Created attachment 9083364
password chars.gif
__[Notes]:__
- The updated password is correctly displayed after refreshing the page.
- This issue is only reproducible when adding characters to the password. When deleting characters, the new password is correctly displayed after saving the login edit.
__[Affected Versions]:__
- Nightly 70.0a1 (Build ID: 20190805220030)
__[Affected Platforms]:__
- All Windows
- All Mac
- All Linux
__[Prerequisites]:__
- Have at least one saved login.
__[Steps to reproduce]:__
1. Open the latest Nightly browser with the profile from prerequisites.
2. Navigate to "about:logins" page and click one of the saved logins.
3. Click the "Edit" button.
4. Add more characters to the current password.
5. Click the "Save Changes" button.
6. Click the “Show Password” button and observe the password.
__[Expected results]:__
- The Password field is updated and displays the correct number of characters.
__[Actual results]:__
- The Password field is not updated and displays the number of characters before the edit.
__[Additional Notes]:__
- Attached a screen recording with the issue.
|
|
1,571,768 | 14,283,692 |
.
|
|
1,571,838 | 14,284,015 |
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0
Steps to reproduce:
Using third party code (javascript + css) to render flipping book effect with pdf files
The demo showing reproducible results is at the following URL :
http://preview.codecanyon.net/item/real3d-flipbook-wordpress-plugin/full_screen_preview/6942587
( top webgl "shelf")
Hardware acceleration is off
Actual results:
No listing pages are shown.
If I switch hardware acceleration to on, then the pages are visible again
Reproducible with Firefox Developer Edition 69.0b10 (64-bit) on two different machines
Expected results:
The pages should appear
This plugin worked correctly with HW of on Firefox for the latest couple of years with HW Off.
Firefox Release 68 works correctly with both HW settings
|
|
1,572,039 | 14,285,349 |
Created attachment 9083611
multipref_branchType_undefined.png
[Affected Platforms]:
- All Windows
- All Mac
- All Linux
[Affected Versions]:
- Firefox Nightly 70.0a1, Build ID 20190806214332
- Firefox Beta 69.0b11, Build ID 20190805120428
[Prerequisites]:
- Have an active multi-preference-experiment recipe. (https://delivery-console.stage.mozaws.net/recipe/797/)
- Have the "security.content.signature.root_hash" pref set to "DB:74:CE:58:E4:F9:D0:9E:E0:42:36:BE:6C:C5:C4:F6:6A:E7:74:7D:C0:21:42:7A:03:BC:2F:57:0C:8B:9B:90".
- Have the "extensions.shield-recipe-client.api_url" pref set to "https://stage.normandy.nonprod.cloudops.mozgcp.net/api/v1".
- Have the "app.normandy.dev_mode" pref set to "true".
- Have the "app.normandy.logging.level" pref set to "0"
- Have the "services.settings.server" pref set to "https://settings.stage.mozaws.net/v1".
[Steps to reproduce]:
1. Open the browser with the profile from prerequisites.
2. Navigate to about:studies and observe the page.
[Expected result]:
- The experiment is displayed on the page as active.
[Actual result]:
- The experiment is not displayed on the page.
[Notes]:
- The following browser console logs are displayed:
1565167192865 app.normandy.preference-experiments DEBUG PreferenceExperiments.has(mythmon-multi-preference-example)
1565167192867 app.normandy.preference-experiments DEBUG PreferenceExperiments.start(mythmon-multi-preference-example, twos)
- The following error is displayed after checking the "Show Content Messages" cehckbox:
Invalid value for preferenceBranchType: undefined
- On the about:telemetry page, events section, the following timestamp is displayed:
4250 normandy enrollFailed preference_study mythmon-multi-preference-example {"reason": "invalid-branch"}
- I have attached a screenshot of the console output:
|
|
1,572,256 | 14,286,988 |
## Steps to reproduce
1. Open Fenix with a screen reader on.
2. Go to any page
3. Explore by touch to a large item on the page
4. Explore by touch to the url bar (without touching anything else on the page)
5. Explore by touch directly back to the content item that was previous accessible focused
## Expected behavior
Content item should receive accessibility focus
## Actual behavior
Item cannot directly receive focus until a different item is touched.
|
|
1,572,378 | 14,287,551 |
Created attachment 9083936
RTAMO install issue.gif
[Steps to Reproduce]
1. Install latest Nightly build
2. Create a new profile
3. Open about:config and set the following prefs:
- `browser.newtabpage.activity-stream.asrouter.devtoolsEnabled` = `true`
- `trailhead.firstrun.branches` = `" "`
4. Open about:newtab#asrouter
5. Go to Targeting -> scroll down -> click on Force attribution
6. Open about:welcome
7. Try to install the extension from the RTAMO card
[Actual result]
Installation is not triggered when clicking on the +Add the Extension button
[Expected result]
Extension can be installed
[Notes]:
- this could be a regression introduced when fixing Bug 1560065 (https://hg.mozilla.org/mozilla-central/rev/4274af431ede) , since the first build where the issue can be reproduced is 20190729095501 (Jul-29-2019)
- the issue was reproduced with Win10x64 and macOS High Sierra 10.13.6
|
|
1,572,426 | 14,287,965 |
Created attachment 9083998
Lockbox ref.jpg
__[Affected Versions]:__
- Nightly 70.0a1 (Build ID: 20190807215212)
__[Affected Platforms]:__
- All Windows
- All Mac
- All Linux
__[Steps to reproduce]:__
1. Open the latest Nightly browser and navigate to "about:logins" page.
2. Click the 3 dots menu button from the top right side of the page.
3. Select the "Send Feedback" option from the menu.
4. Scroll down the Feedback page and click the "Submit" button.
5. Observe the Thank you message from the page.
__[Expected results]:__
- "Your feedback will help us improve Lockwise." string is displayed.
__[Actual results]:__
- "Your feedback will help us improve Lockbox." is displayed.
__[Notes]:__
- Attached a screenshot with the issue.
|
|
1,572,479 | 14,288,280 |
Created attachment 9084053
mpe_study_icon.png
[Affected Platforms]:
- All Windows
- All Mac
- All Linux
[Affected Versions]:
- Firefox Nightly 70.0a1, Build ID 20190808093310
- Firefox Beta 69.0b11, Build ID 20190805120428
[Prerequisites]:
- Have an active multi-preference-experiment recipe. (https://delivery-console.stage.mozaws.net/recipe/798/)
- Have the "security.content.signature.root_hash" pref set to "DB:74:CE:58:E4:F9:D0:9E:E0:42:36:BE:6C:C5:C4:F6:6A:E7:74:7D:C0:21:42:7A:03:BC:2F:57:0C:8B:9B:90".
- Have the "extensions.shield-recipe-client.api_url" pref set to "https://stage.normandy.nonprod.cloudops.mozgcp.net/api/v1".
- Have the "app.normandy.dev_mode" pref set to "true".
- Have the "app.normandy.logging.level" pref set to "0"
- Have the "services.settings.server" pref set to "https://settings.stage.mozaws.net/v1".
[Steps to reproduce]:
1. Open the browser with the profile from prerequisites.
2. Navigate to about:studies and observe the active experiment's study icon.
[Expected result]:
- Only the first letter of the recipe's "userFacingName" attribute is displayed as a study icon.
[Actual result]:
- Multiple characters are displayed in the study icon.
[Notes]:
- If no spaces are present the entire string is displayed shifting the position of other page elements.
- The issue is not reproducible with the branched-addon-study action. I don't think this is a validation issue as branched-addon-studies use a similar json blob.
- I have attached a screenshot of the issue:
|
|
1,572,595 | 14,289,213 |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.87 Safari/537.36
Steps to reproduce:
1. Turn on TalkBack on an Android phone
2. Open FF for Android
3. Go to the ARIA documentation demo page for the ARIA 1.0 Combobox pattern (http://w3c.github.io/aria-practices/examples/combobox/aria1.0pattern/combobox-autocomplete-list.html)
4. Navigate to the Example
5. Attempt to navigate to the text box.
Actual results:
The textbox can't be selected at all. TalkBack bypasses it completely. It's also not possible to manually move focus to the textbox by tapping on it.
Expected results:
The textbox should be selectable so that the user can type into the input field.
According to the ARIA Practices guide (http://w3c.github.io/aria-practices/#combobox), while the ARIA 1.1 Combobox pattern is recommended, ARIA 1.0 has no plans to be deprecated. This makes the 1.0 pattern a safer implementation pattern for developers in browsers that have not yet introduced support for ARIA 1.1 patterns (such as mobile Safari). Chrome has support for both the ARIA 1.1 pattern and the ARIA 1.0 pattern. The loss of support for ARIA 1.0 is a major problem, as it makes any component that uses it completely unusable.
|
|
1,572,671 | 14,290,014 |
**Steps to reproduce**
1. Open the Browser console with the browser toolbox fission pref
1. Close it
1. Re-open it
**Actual results**
The Browser Console is blank
|
|
1,572,677 | 14,290,049 |
Found while working on bug 1572641, particularly part 3, where when sending a "Site not working" report, associating the xul:label and html:input or html:textarea via the xul:label's control attribute does not generate the accessible name for the input and textareas respectively. The association does work, in that when clicking with the mouse on the label text, the associated input receives focus, but the accessibility engine does not accept the xul:label as a name source for html:textarea or html:input in a XUL document.
|
|
1,572,793 | 14,290,751 |
Connecting from about:debugging to a webextension running in a remote Fennec target is currently failing (the toolbox is actually opened but it fails to be fully initialized) because chrome://devtools/content/shared/webextension-fallback.html doesn't seem to be currently available in a non-desktop build.
|
|
1,572,933 | 14,291,572 |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0
Steps to reproduce:
Built a site and tried to inspect an element (http://www.accident-helpline.uk.com)
Actual results:
The developer tools open, however you can't interact with the element inspector
Expected results:
The element inspector should allow you to inspect any of the html
|
|
1,572,961 | 14,291,679 |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:69.0) Gecko/20100101 Firefox/69.0
Steps to reproduce:
Often I open a website mostly to get its URL copied so I can link to it from somewhere else. So I hit Ctrl-T to open a new tab, enter stuff in the awesome bar until I find the right page, and then I hit Enter, Ctrl-L, Ctrl-C before the page is even done loading.
I have reproduced this right now with https://github.com/rust-lang/rust/pull/61041:
* Copy some other stuff into the clipboard.
* Open new tab, enter stuff into awesome bar until that suggestion appears, use arrow keys to navigate it, hit enter.
* While page is still loading, hit Ctrl-L and then Ctrl-C.
* Go elsewhere and paste (Ctrl-V).
Actual results:
For some weeks or months now, when I do this, in many cases Firefox ends up *not* copying things to the clipboard. So the "other stuff" gets pasted. I tried doing these steps slowly (with a notable pause between any keystrokes, like around 0.3s), and the issue still happens, so this does not seem to be some kind of async-based race condition as I first thought.
Ctrl-L does mark the URL bar, but Ctrl-C just has no effect. I have to do Ctrl-C again after loading is done to make it copy anything.
Expected results:
The URL should get pasted.
This has already *almost* lead to me copy-pasting very private data and passwords into a chat field and hitting enter, because I was sure I had copied the URL. Doing nothing on Ctrl-C even though text is selected can have severe consequences.
|
|
1,573,045 | 14,292,245 |
User Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0
Steps to reproduce:
Create a WebExtension with "tabs" permission.
Run this:
chrome.tabs.query({url: "about:blank"}, function(tabs) { if( chrome.runtime.lastError) { console.log(chrome.runtime.lastError); } else { console.log(tabs); } });
Actual results:
It displays:
Error: "An unexpected error occurred"
Expected results:
If there are no tabs with "about:blank" URL open, it should return an empty array []. This is how Chrome works.
|
|
1,573,048 | 14,292,259 |
Created attachment 9084564
testcase.html
Found with m-c 20190809-36c3240e5caf
```
==96804==ERROR: AddressSanitizer: ILL on unknown address 0x7fff51ca73f2 (pc 0x7fff51ca73f2 bp 0x7ffee437e030 sp 0x7ffee437e030 T0)
#0 0x7fff51ca73f1 in CFRetain (/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation:x86_64+0x73f1)
#1 0x13ea09aa2 in IntelVertexArray::extractBuffers(GLDVertexArrayRec*, unsigned long long, unsigned long long) (/System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver:x86_64+0x17aa2)
#2 0x13ea099ae in glrUpdateVertexArrayBuffers (/System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver:x86_64+0x179ae)
#3 0x7fff6a79dab7 in gpusLoadCurrentVertexArray (/System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib:x86_64+0x9ab7)
#4 0x13eea0cab in Gen7::updateDispatch(GLDContextRec*, GLDRenderDispatch*, unsigned int*) (/System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver:x86_64+0x4aecab)
#5 0x13e9f90eb in gldUpdateDispatch (/System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver:x86_64+0x70eb)
#6 0x7fff5c343054 in gleDoDrawDispatchCoreGL3 (/System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine:x86_64+0x101054)
#7 0x7fff5c2e7713 in glDrawArraysInstanced_STD_GL3Exec (/System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine:x86_64+0xa5713)
#8 0x7fff5c2e6fbb in glDrawArrays_UnpackThread (/System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine:x86_64+0xa4fbb)
#9 0x7fff5c33e800 in gleCmdProcessor (/System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine:x86_64+0xfc800)
#10 0x10c295af0 in asan_dispatch_call_block_and_release (Nightly.app/Contents/MacOS/libclang_rt.asan_osx_dynamic.dylib:x86_64+0x5faf0)
#11 0x7fff79b8edb7 in _dispatch_client_callout (/usr/lib/system/libdispatch.dylib:x86_64+0x1db7)
#12 0x7fff79ba21e0 in _dispatch_queue_barrier_sync_invoke_and_complete (/usr/lib/system/libdispatch.dylib:x86_64+0x151e0)
#13 0x10c295fc9 in wrap_dispatch_sync_f (Nightly.app/Contents/MacOS/libclang_rt.asan_osx_dynamic.dylib:x86_64+0x5ffc9)
#14 0x7fff5c2c07e1 in glGenTextures_ExecThread (/System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine:x86_64+0x7e7e1)
#15 0x110c06f9f in mozilla::gl::SharedSurface_IOSurface::SharedSurface_IOSurface(RefPtr<MacIOSurface> const&, mozilla::gl::GLContext*, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&, bool) (Nightly.app/Contents/MacOS/XUL:x86_64+0x34a4f9f)
#16 0x110c08da3 in mozilla::gl::SurfaceFactory_IOSurface::CreateShared(mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&) (Nightly.app/Contents/MacOS/XUL:x86_64+0x34a6da3)
#17 0x110c86303 in mozilla::gl::SurfaceFactory::NewTexClient(mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&) (Nightly.app/Contents/MacOS/XUL:x86_64+0x3524303)
#18 0x110c3c91c in mozilla::gl::GLScreenBuffer::Resize(mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&) (Nightly.app/Contents/MacOS/XUL:x86_64+0x34da91c)
#19 0x114b0fb13 in mozilla::WebGLContext::PresentScreenBuffer(mozilla::gl::GLScreenBuffer*) (Nightly.app/Contents/MacOS/XUL:x86_64+0x73adb13)
#20 0x114b126af in mozilla::WebGLContextUserData::PreTransactionCallback(void*) (Nightly.app/Contents/MacOS/XUL:x86_64+0x73b06af)
#21 0x110e17afc in mozilla::layers::ShareableCanvasRenderer::UpdateCompositableClient(mozilla::wr::RenderRoot) (Nightly.app/Contents/MacOS/XUL:x86_64+0x36b5afc)
#22 0x1112cdead in mozilla::layers::ClientCanvasLayer::RenderLayer() (Nightly.app/Contents/MacOS/XUL:x86_64+0x3b6bead)
#23 0x11130e270 in mozilla::layers::ClientContainerLayer::RenderLayer() (Nightly.app/Contents/MacOS/XUL:x86_64+0x3bac270)
#24 0x1112d710b in mozilla::layers::ClientLayerManager::EndTransactionInternal(void (*)(mozilla::layers::PaintedLayer*, gfxContext*, mozilla::gfx::IntRegionTyped<mozilla::gfx::UnknownUnits> const&, mozilla::gfx::IntRegionTyped<mozilla::gfx::UnknownUnits> const&, mozilla::layers::DrawRegionClip, mozilla::gfx::IntRegionTyped<mozilla::gfx::UnknownUnits> const&, void*), void*, mozilla::layers::LayerManager::EndTransactionFlags) (Nightly.app/Contents/MacOS/XUL:x86_64+0x3b7510b)
#25 0x1112d8a13 in mozilla::layers::ClientLayerManager::EndTransaction(void (*)(mozilla::layers::PaintedLayer*, gfxContext*, mozilla::gfx::IntRegionTyped<mozilla::gfx::UnknownUnits> const&, mozilla::gfx::IntRegionTyped<mozilla::gfx::UnknownUnits> const&, mozilla::layers::DrawRegionClip, mozilla::gfx::IntRegionTyped<mozilla::gfx::UnknownUnits> const&, void*), void*, mozilla::layers::LayerManager::EndTransactionFlags) (Nightly.app/Contents/MacOS/XUL:x86_64+0x3b76a13)
#26 0x11884c408 in nsDisplayList::PaintRoot(nsDisplayListBuilder*, gfxContext*, unsigned int) (Nightly.app/Contents/MacOS/XUL:x86_64+0xb0ea408)
#27 0x117ec1b48 in nsLayoutUtils::PaintFrame(gfxContext*, nsIFrame*, nsRegion const&, unsigned int, nsDisplayListBuilderMode, nsLayoutUtils::PaintFrameFlags) (Nightly.app/Contents/MacOS/XUL:x86_64+0xa75fb48)
#28 0x117d9530c in mozilla::PresShell::Paint(nsView*, nsRegion const&, mozilla::PaintFlags) (Nightly.app/Contents/MacOS/XUL:x86_64+0xa63330c)
#29 0x1175c6cf9 in nsViewManager::ProcessPendingUpdatesPaint(nsIWidget*) (Nightly.app/Contents/MacOS/XUL:x86_64+0x9e64cf9)
#30 0x1175c5e97 in nsViewManager::ProcessPendingUpdatesForView(nsView*, bool) (Nightly.app/Contents/MacOS/XUL:x86_64+0x9e63e97)
#31 0x1175caf01 in nsViewManager::ProcessPendingUpdates() (Nightly.app/Contents/MacOS/XUL:x86_64+0x9e68f01)
#32 0x117cff35c in nsRefreshDriver::Tick(mozilla::layers::BaseTransactionId<mozilla::VsyncIdType>, mozilla::TimeStamp) (Nightly.app/Contents/MacOS/XUL:x86_64+0xa59d35c)
#33 0x117d0f6cb in mozilla::RefreshDriverTimer::TickRefreshDrivers(mozilla::layers::BaseTransactionId<mozilla::VsyncIdType>, mozilla::TimeStamp, nsTArray<RefPtr<nsRefreshDriver> >&) (Nightly.app/Contents/MacOS/XUL:x86_64+0xa5ad6cb)
#34 0x117d0eff4 in mozilla::RefreshDriverTimer::Tick(mozilla::layers::BaseTransactionId<mozilla::VsyncIdType>, mozilla::TimeStamp) (Nightly.app/Contents/MacOS/XUL:x86_64+0xa5acff4)
#35 0x117d12a77 in mozilla::VsyncRefreshDriverTimer::RefreshDriverVsyncObserver::TickRefreshDriver(mozilla::layers::BaseTransactionId<mozilla::VsyncIdType>, mozilla::TimeStamp) (Nightly.app/Contents/MacOS/XUL:x86_64+0xa5b0a77)
#36 0x117d11c85 in mozilla::VsyncRefreshDriverTimer::RefreshDriverVsyncObserver::NotifyVsync(mozilla::VsyncEvent const&) (Nightly.app/Contents/MacOS/XUL:x86_64+0xa5afc85)
#37 0x11867e21f in mozilla::layout::VsyncChild::RecvNotify(mozilla::VsyncEvent const&) (Nightly.app/Contents/MacOS/XUL:x86_64+0xaf1c21f)
#38 0x10fa975a5 in mozilla::layout::PVsyncChild::OnMessageReceived(IPC::Message const&) (Nightly.app/Contents/MacOS/XUL:x86_64+0x23355a5)
#39 0x10f596f33 in mozilla::ipc::PBackgroundChild::OnMessageReceived(IPC::Message const&) (Nightly.app/Contents/MacOS/XUL:x86_64+0x1e34f33)
#40 0x10ed9d93d in mozilla::ipc::MessageChannel::DispatchAsyncMessage(mozilla::ipc::ActorLifecycleProxy*, IPC::Message const&) (Nightly.app/Contents/MacOS/XUL:x86_64+0x163b93d)
#41 0x10ed98726 in mozilla::ipc::MessageChannel::DispatchMessage(IPC::Message&&) (Nightly.app/Contents/MacOS/XUL:x86_64+0x1636726)
#42 0x10ed9ad98 in mozilla::ipc::MessageChannel::RunMessage(mozilla::ipc::MessageChannel::MessageTask&) (Nightly.app/Contents/MacOS/XUL:x86_64+0x1638d98)
#43 0x10ed9b9cf in mozilla::ipc::MessageChannel::MessageTask::Run() (Nightly.app/Contents/MacOS/XUL:x86_64+0x16399cf)
#44 0x10da7a9ca in nsThread::ProcessNextEvent(bool, bool*) (Nightly.app/Contents/MacOS/XUL:x86_64+0x3189ca)
#45 0x10da8152d in NS_ProcessNextEvent(nsIThread*, bool) (Nightly.app/Contents/MacOS/XUL:x86_64+0x31f52d)
#46 0x10eda7e97 in mozilla::ipc::MessagePump::Run(base::MessagePump::Delegate*) (Nightly.app/Contents/MacOS/XUL:x86_64+0x1645e97)
#47 0x10ec8cfc2 in MessageLoop::Run() (Nightly.app/Contents/MacOS/XUL:x86_64+0x152afc2)
#48 0x1176867ff in nsBaseAppShell::Run() (Nightly.app/Contents/MacOS/XUL:x86_64+0x9f247ff)
#49 0x1177c7cdc in nsAppShell::Run() (Nightly.app/Contents/MacOS/XUL:x86_64+0xa065cdc)
#50 0x11b853375 in XRE_RunAppShell() (Nightly.app/Contents/MacOS/XUL:x86_64+0xe0f1375)
#51 0x10ec8cfc2 in MessageLoop::Run() (Nightly.app/Contents/MacOS/XUL:x86_64+0x152afc2)
#52 0x11b852562 in XRE_InitChildProcess(int, char**, XREChildData const*) (Nightly.app/Contents/MacOS/XUL:x86_64+0xe0f0562)
#53 0x10b878712 in main (Nightly.app/Contents/MacOS/plugin-container.app/Contents/MacOS/plugin-container:x86_64+0x100001712)
#54 0x7fff79bc8014 in start (/usr/lib/system/libdyld.dylib:x86_64+0x1014)
==96804==Register values:
rax = 0x00007fff520760c3 rbx = 0x000062000003c080 rcx = 0x00006040001c8f50 rdx = 0xffffffffffffffff
rdi = 0x0000000000000000 rsi = 0x000061e0000c8480 rbp = 0x00007ffee437e030 rsp = 0x00007ffee437e030
r8 = 0x000000013ea099a2 r9 = 0x0000000000000000 r10 = 0x000060c000167a40 r11 = 0x00007fff51ca7380
r12 = 0x000061d00025bce8 r13 = 0xffffffffffffffff r14 = 0x000061e0000c84d0 r15 = 0x000061d00025c238
```
|
|
1,573,159 | 14,294,791 |
Created attachment 9084687
LoginList_scrolled.mp4
[Affected versions]:
- Firefox latest Nightly 70.0a1 (2019-08-11) (64-bit)
[Affected Platforms]:
- Mac 10.14
- Windows 10 x64
- Ubuntu 18.04 x64
[Prerequisites]:
- Have a Firefox profile with a lot of saved logins.
[Steps to reproduce]:
1. Open the browser and navigate to the "about:logins" page.
2. Click a saved login from the middle of the “Login List”.
3. Observe the behavior.
[Expected result]:
- The login is selected and the “Login List” is not scrolled.
[Actual result]:
- The “Login List” is scrolled to display the clicked login on the first position in the view content.
[Regression]
- The issue is not reproducible with older Nightly 70.0a1 builds. Considering this, using mozregression tool I have found the issue that broke this in the latest Nightly build. Here are the results:
- Pushlog: https://tinyurl.com/y5askx2o
- Last good revision: cf5636790ad4c39688bf6a84f77b53fb818654f4
- First bad revision: 5f21c67e96473c611c9fc6b3bb81d355bd73cf2c
From this pushlog it seems that bug 1572041 introduced this behavior.
[Additional notes]:
- Attached a screen recording with the issue.
|
|
1,573,578 | 14,297,565 |
glibc's `malloc` will call `sbrk`, which uses the system call `brk`. We're allowing this for content and GMP processes, but not RDD. Because it's (potentially) used by malloc, it should be in the common policy.
It would also be nice if we could detect at build time whether we're using our own malloc, so we can make those rules conditional.
|
|
1,573,753 | 14,298,829 |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0
|
|
1,573,924 | 14,300,348 |
+++ This bug was initially created as a clone of Bug #1571451 +++
__[Affected Versions]:__
- Nightly 70.0a1 (Build ID: 20190805095413)
__[Affected Platforms]:__
- All Windows
- All Mac
- All Linux
__[Prerequisites]:__
- Have at least one saved login.
__[Steps to reproduce]:__
1. Open the latest Nightly browser with the profile from prerequisites.
2. Navigate to "about:logins" page.
3. Open a website in a new tab (not about:newtab).
4. Restart the browser (Ctrl+Shift+J then Ctrl+Alt+R keys).
5. Wait until all tabs are loaded.
6. Focus the "about:logins" page and observe the behavior.
__[Expected results]:__
- The sidebar displays all the saved logins and the details of the first login from the list are shown on the right side.
__[Actual results]:__
- The sidebar doesn't display any login and an example of login details is shown on the right side.
__[Notes]:__
- The saved logins are restored if the page is refreshed.
- Attached a screen recording with the issue.
|
|
1,574,139 | 14,301,961 |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1 Safari/605.1.15
Steps to reproduce:
Have tried uninstalling and reinstalling, deleting all related folders in Application Support, tried changing profiles/deleting profiles, nothing works. No crash report dialogue shows up, nothing.
Actual results:
When I try to start Firefox it bounces in the Dock once, and then closes. Safe mode starts won't work either. It's as if it's trying to start but something is preventing it. This problem started like a week ago.
Expected results:
I expected Firefox to start and run normally.
|
|
1,574,431 | 14,303,990 |
When [XPIProvider DB_SCHEMA is changed](https://searchfox.org/mozilla-central/rev/3366c3d24f1c3818df37ec0818833bf085e41a53/toolkit/mozapps/extensions/internal/XPIProvider.jsm#131) (and also [in response of changed to the lastModified timestamp for an xpi file](https://searchfox.org/mozilla-central/rev/3366c3d24f1c3818df37ec0818833bf085e41a53/toolkit/mozapps/extensions/internal/XPIDatabase.jsm#2798-2815)) we update/rebuild the DB from the addons' manifests.
Currently the installTelemetryInfo is not being preserved in that cases (it is being [overwritten with a null value when the DB is being rebuilt for a DB_SCHEMA change](https://searchfox.org/mozilla-central/rev/3366c3d24f1c3818df37ec0818833bf085e41a53/toolkit/mozapps/extensions/internal/XPIDatabase.jsm#2933-2953), and [not copied from the old AddonInternal object into the new AddonInternal object](https://searchfox.org/mozilla-central/source/toolkit/mozapps/extensions/internal/XPIDatabase.jsm#2220-2244) when we update it for a particular addon because its xpi file lastModified timestamp has changed).
We should ensure that we preserve the installTelemetryInfo and add a test case to prevent it from regressing.
|
|
1,574,450 | 14,304,161 |
Created attachment 9086016
mozilla provider.gif
[Notes]:
- The issue is not reproducible on new profiles created with Firefox 69. It's only reproducible after updating the browser from an older version of Firefox to 69.
[Affected Versions]:
- Firefox Beta 69.0b13
[Affected Platforms]
- All Windows
[Prerequisites]
- Have a new Firefox profile created on Beta 68.0b14.
[Steps to reproduce]:
1. Open Firefox Beta 68.0b14 with the profile from prerequisites.
2. Update the browser to Firefox 69.0b12.
3. Navigate to "about:url-classifier" page.
4. Click the "Trigger Update" button from "mozilla" provider.
5. Observe the behavior.
[Expected results]:
- The list is successfully updated.
[Actual results]:
- The "update error (NS_ERROR_FILE_IS_LOCKED)" error is displayed.
[Notes]:
- The issue is not reproducible on Mac OS and Linux.
- Attached a screen recording with the issue.
|
|
1,574,569 | 14,305,055 |
Created attachment 9086126
Screenshot from 2019-08-14 11-01-10.png
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0
Steps to reproduce:
Go to this site:
https://travis-ci.org/irssi/irssi/builds/571386478?utm_source=github_status&utm_medium=notification
Actual results:
Blank (grey) page, error NS_ERROR_FAILURE: tracer.js:98 visible in console
I asked other users with Nightly, but they could not reproduce this issue. I am not sure where the difference is. My system is openSUSE x86-64, Nightly auto-updates from mozilla
Expected results:
Travis-ci website should render and show Results of tests
Setting dom.storage.next_gen to false works around the problem.
|
|
1,574,869 | 14,308,576 |
Created attachment 9086358
CreateLogin_blocked.mp4
[Affected versions]:
- Firefox latest Nightly 70.0a1 (2019-08-18) (64-bit)
[Affected Platforms]:
- Mac 10.14
- Windows 10 x64
- Ubuntu 18.04 x64
[Prerequisites]:
- The Firefox browser is opened.
- The "about:logins" page is opened.
- Have the Mobile Promotion displayed.
[Steps to reproduce]:
1. Click on the “Create New Login” button.
2. Click on any button or field.
3. Observe the behavior.
[Expected result]:
- The buttons and fields are functional.
[Actual result]:
- The buttons and fields are not functional.
[Regression]
- The issue is not reproducible with older Nightly 70.0a1 builds. Considering this, using mozregression tool I have found the issue that broke this in the latest Nightly build. Here are the results:
- Pushlog: https://tinyurl.com/y2sdndaw
- Last good revision: ab3823d11ade127a8c4daff1bba4ae992a456da4
- First bad revision: 773f75efd74530e39c0fff817d54c23b75425faa
From this pushlog it seems that bug 1550165 introduced this behavior.
[Notes]:
- The issue is also reproducible for the Login Item. The “Edit”, “Delete”, “Launch” and copy buttons doesn't work.
- The “Edit” mode cannot be opened since the “Edit” button doesn't work.
- The buttons and the fields correctly work after the Mobile Promotion banner is dismissed.
- Attached a screen recording with the issue.
|
|
1,574,873 | 14,308,588 |
Created attachment 9086360
MobilePromotion_wronglyDisplayed.PNG
[Notes]:
- Based on the mock-ups, the Mobile Promo should be displayed only for users signed in to sync
[Affected versions]:
- Firefox latest Nightly 70.0a1 (2019-08-18) (64-bit)
[Affected Platforms]:
- Mac 10.14
- Windows 10 x64
- Ubuntu 18.04 x64
[Prerequisites]:
- The Firefox browser is opened.
- You are not signed in to Sync.
[Steps to reproduce]:
1. Navigate to “about:logins” page
2. Observe the footer of the page.
[Expected result]:
- The Mobile promotion is not displayed.
[Actual result]:
- The Mobile Promotion is displayed.
[Additional notes]:
- Attached a screenshot with the issue.
|
|
1,574,876 | 14,308,596 |
Created attachment 9086361
no favicon.png
[Affected Versions]:
- Nightly 70.0a1
[Affected Platforms]
- All Windows
- All Mac
- All Linux
[Steps to reproduce]:
1. Open the latest Nightly browser.
2. Navigate to "about:logins" page.
3. Observe the "Logins & Passwords" tab.
[Expected results]:
- The "Lockwise" favicon is displayed before the "Logins & Passwords" name.
[Actual results]:
- The "Lockwise" favicon is no longer displayed.
[Regression]
- The issue is not reproducible with older Nightly 70.0a1 builds. Considering this, using mozregression tool I have found the issue that broke this in the latest Nightly build. Here are the results:
- Pushlog: https://tinyurl.com/y2sdndaw
- Last good revision: ab3823d11ade127a8c4daff1bba4ae992a456da4
- First bad revision: 773f75efd74530e39c0fff817d54c23b75425faa
From this pushlog it seems that bug 1550165 introduced this behavior.
[Notes]:
- Attached a screenshot with the issue.
|
|
1,574,940 | 14,308,979 |
Created attachment 9086405
MobilePromotion_navigation.mp4
[Affected versions]:
- Firefox latest Nightly 70.0a1 (2019-08-18) (64-bit)
[Affected Platforms]:
- Mac 10.14
- Windows 10 x64
- Ubuntu 18.04 x64
[Prerequisites]:
- The Firefox browser is opened.
- You are signed with a valid FxA.
- Have at least one saved login.
[Steps to reproduce]:
1. Navigate to “about:logins” page.
2. Press the "Tab" key until the "GET IT ON Google Play" button is focused.
3. Press the “Tab” key and observe the behavior.
[Expected result]:
- The “X’ button of the Mobile Promotion is focused.
[Actual result]:
- The “Logins & Passwords” tab is focused.
[Notes]:
- Attached a screen recording with the issue.
|
|
1,574,949 | 14,309,034 |
Created attachment 9086411
Mobile Promotion Enter key.gif
[Affected Versions]:
- Nightly 70.0a1
[Affected Platforms]
- All Windows
- All Mac
- All Linux
[Prerequisites]:
- Have a Firefox profile with multiple saved logins.
- You are signed with a valid FxA.
[Steps to reproduce]:
1. Open the latest Nightly browser with the profile from prerequisites.
2. Navigate to "about:logins" page.
3. Press the "Tab" key until the "Download on the App Store" button is focused.
4. Press the "Enter" key and observe the behavior.
[Expected results]:
- The Apple Store page with the Firefox Lockwise app is opened in a new tab.
[Actual results]:
- Nothing happens.
[Notes]:
- The issue is also reproducible of the "GET IT ON Google Play" button.
- Attached a screen recording with the issue.
|
|
1,574,980 | 14,309,271 |
Created attachment 9086436
poc.zip
The full Mozilla Firefox Installer allows a user to choose a custom install location. (Personally I have used this to install firefox on my secondary hard drive at D:\Firefox.)
The installer doesn't adjust the rights of the created firefox directory, so for example, if the user chooses a writable location the firefox directory is writable after the installation.
A writable firefox directory can be exploited to gain system rights via the mozilla maintenance service. During an update the maintenanceservice.exe from the firefox directory is copied to <mozilla-maintenance-service-directory>/maintenanceservice_tmp.exe and executed from there with system rights. By manipulating the maintenanceservice.exe during a update it is possible to escalate privileges.
POC (tested on Windows 10):
1.) install firefox via the full installer (http://archive.mozilla.org/pub/firefox/releases/68.0.2/win32/en-US/Firefox%20Setup%2068.0.2.exe) to a writable directory for example D:\Firefox
2.) unzip attached zip
3.) download https://archive.mozilla.org/pub/firefox/releases/68.0.2/update/win64/en-US/firefox-68.0.2.complete.mar to <unzipped-direcory>/update/0/update.mar
4.) change the firefox paths in copyloop.bat and mozupdate.bat to the firefox install location
5.) change the path to the update/0 directory in mozupdateservicetest.bat to your path
6.) start copyloop.bat (this will overwrite the maintenanceservice.exe in the firefox directory with a test.exe during the update) and mozupdate.bat (will run the update)
7.) After the update finished you will see that:
- the test.exe was copied to <mozilla-maintenance-service-directory>/maintenanceservice_tmp.exe.
- this maintenanceservice_tmp.exe is running as SYSTEM user
|
|
1,575,097 | 14,310,280 |
Created attachment 9086548
screen-width.html
Steps to Reproduce
1) In about:config, set devtools.responsive.metaViewport.enabled to true.
2) Open attached testcase. Dismiss the alert dialog that appears.
3) Switch to Responsive Design Mode.
4) Ensure that Touch Simulation is turned on.
5) Reload.
Expected results: the two screen width values (before and after the alert dialog) have the same value, which is equal to the width of the simulated device.
Actual results: the second screen width value is 980, regardless of the width of the simulated device.
|
|
1,575,186 | 14,310,888 |
Created attachment 9086624
clip-path-circle-no-coordinates.mp4
If the `circle()` basic shape is used without coordinates, the Shape Path Editor fails to run and errors are thrown in the browser console.
First identified on the profile pictures of people listed on http://thewebahead.net/
**Steps to reproduce**:
- Run this in the address bar of a new tab:
```
data:text/html,<style>div {clip-path: circle(); width: 300px; height: 300px; background: black;}</style><div>
```
- Open DevTools Inspector and inspect the `<div>` element
- In the Rules panel, click the icon to trigger the Shape Path Editor on to the `clip-path: circle()` declaration.
**Expected result**
The Shape Path Editor shows up on the page over the black circle and allows the user to edit the shape.
**Actual result**
The Shape Path Editor does not show up. Errors are thrown in the browser console about missing `coords`. An infinite loop is triggered without a chance to stop it.
|
|
1,575,217 | 14,311,174 |
The attached testcase crashed on mozilla-central revision 29e9dde37bd2 (build with --enable-tests --enable-address-sanitizer --disable-jemalloc --enable-optimize=-O2 --enable-fuzzing --disable-debug).
For detailed crash information, see attachment.
The issue is not reproducible anymore after I rebased all of my patches to tip (this needs the websockets target patch, which will soon be in bug 1528951, but it also needs the changes from bug 1566342 for HTTP2 and those only landed on m-c recently).
Note that I was not able to reproduce the use-after-free, but running the test 1000 times in a row crashed with a SEGV instead (I will post the second crash stack after filing). These are likely connected as each test that the fuzzer saved for the use-after-free issue shows this behavior. It is unlikely that this is a bug in the fuzzing target itself, especially now that the bug vanished after rebasing. My guess is that either something changed about timings that made it less likely to reproduce or we fixed this in another bug meanwhile (but I can't find any candiates for that).
Filing after discussing this with :kershaw on IRC, so we can investigate if this is still an issue.
|
|
1,575,523 | 14,313,358 |
Created attachment 9086994
Monitor Snippet elements at resize.gif
**[Affected versions]:**
- Firefox Beta 69.0b15 - Build ID: 20190819184224
- Firefox Nightly 70.0a1 - Build ID: 20190820215247
**[Affected Platforms]:**
- All Windows
- All Mac
- All Linux
**[Prerequisites]:**
- Have a new Firefox profile with the `browser.newtabpage.activity-stream.asrouter.devtoolsEnabled` pref's value set to `true` in the "about:config" page;
**[Steps to reproduce]:**
1. Open the browser with the profile from the prerequisites.
2. Navigate to "about:newtab#asrouter" and select the "snippets_local_testing" option from the "Messages" dropdown menu.
3. Scroll to the bottom of the page and click the "Show" button from the "SPECIAL_SNIPPET_MONITOR" section.
4. Click the "Collapse devtools" button from the top-right part of the page.
5. Horizontally minimize the browser below 25% of its full size.
6. Observe the "Special Monitor" snippet's elements.
**[Expected result]:**
- All the snippet's elements are correctly rendered and visible.
**[Actual result]:**
- The “Special Monitor” snippet card is narrower than the “Search” bar.
- The “Dismiss” button is displayed outside the “Special Monitor” snippet card.
- The “Get monitor” button is not centered with the other elements from the “Special Monitor” snippet card.
**[Notes]:**
- Attached a screen recording of the issue.
|
|
1,567,107 | 14,244,203 |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0
Steps to reproduce:
I updated Firefox 68.0 on my Ubuntu 19.04 distribution
Actual results:
The Amazon icon in the search bar has disappeared
Expected results:
The Amazon icon should be there
|
|
1,567,118 | 14,244,295 |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36
Steps to reproduce:
1. Goto URL https://www.the-qrcode-generator.com/
2. Click on tab `free text`
3. Paste the following exploit to generate QR code
---------------------------------------------------------
javascript:fetch('https://www.google.com/').then(res=>res.text()).then(data=>alert(data));
---------------------------------------------------------
4. Open firefox and scan the QR code generated by the website
5. You will triage javascript code execution in reference to google.com
Video POC: https://drive.google.com/file/d/1G71vasB7MYSUClXDmsx5gV_dYFnLn1Mt/view
Actual results:
This results in stealing users current cookies and data on the current domain by just scanning the QR
Expected results:
javascript URI's should not be allowed, or some kind of warning message should be displayed.
|
|
1,567,164 | 14,244,548 |
The patch for Bug 724505 changed the output format of the `prettifyCSS()` method from a string to an object. This has a knock-on effect on the output of Copy Rule from the Changes panel which expects a string, but now receives an object.
**Steps to reproduce**:
- Open DevTools Inspector
- Make any change to a CSS rule in the Rules panel
- Switch to the Changes panel
- Move the mouse over tracked change and press the Copy Rule button that appears on hover.
- Paste the clipboard content to a file
**Expected result**
The full contents of the changed CSS rule are pasted.
**Actual**
The string `[Object object]` is pasted.
|
|
1,567,236 | 14,245,137 |
There's a recent regression that a profile in the Gecko profiler on Windows nightly (and try) builds only shows leaf functions and pseudo-stack markers for C++ profiling and doesn't show the full C++ stack.
I'm currently running mozregression and will have a regression range shortly, though so far it's down to [this range on mozilla-central](https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=a39b925a26ade6f6d05c51dde62764b149043a00&tochange=8013e87c08ac8b3a8d6912936f594a8219170b1e).
|
|
1,567,301 | 14,245,599 |
Created attachment 9079158
2019-07-18_1247.png
Seen in 70.0a1 (2019-07-17) (64-bit) Nightly on Windows 10.
The title on the awesomebar entry is styled as a tag. Working on a regression range.
|
|
1,567,384 | 14,246,320 |
STR (with the NVDA screen reader):
1. Focus the address bar.
2. Type test
3. Press up arrow.
- Expected: NVDA should say "Search for "test" with: grouping, Change search settings button"
- Actual: NVDA says "test" (or nothing without a fix for bug 1567377)
The one-off search code sets aria-activedescendant to fire a11y focus:
https://searchfox.org/mozilla-central/rev/da855d65d1fbdd714190cab2c46130f7422f3699/browser/components/search/content/search-one-offs.js#768
```
this.textbox.setAttribute("aria-activedescendant", button.id);
```
Normally, aria-activedescendant only works on the element with DOM focus. Before bug 1513337, `this.textbox` referred to the textbox element, which (as a special exception) is considered to have focus when its child input has focus. Now, `this.textbox` refers to an ancestor hbox element, which does nothing because the hbox doesn't have DOM focus.
This should be fixed by having the one-off search code set aria-activedescendant on the focused input. It's probably also worth adding a test for these one-off buttons to accessible/tests/browser/events/browser_test_focus_urlbar.js.
|
|
1,567,414 | 14,246,467 |
At least, if browser.tabs.loadBookmarksInTabs=true, "Open" menu should be provided.
Reproducible: always
Steps To reproduce:
1. set browser.tabs.loadBookmarksInTabs to true
2. Right click on a bookmark in bookmarks toolbar
Actual results:
no "Open" menu in the contextmenu
Expected Results:
"Open" menu shoud be provided in the contextmenu so that the bookmark will open in current tab
|
|
1,567,573 | 14,247,482 |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.1 Safari/605.1.15
Steps to reproduce:
On a single sign-on application the user is redirected to my application and passes a secret as a GET parameter. The application then returns an HTTP 302 response with a Referrer-Policy: origin header to prevent the secret from being passed to the third party service.
HTTP/1.1 302 Found
Date: Fri, 19 Jul 2019 17:41:13 GMT
Content-Type: text/html; charset=utf-8
Connection: close
Location: https://thirdparty.com/access/jwt?jwt={secret2}
Referrer-Policy: origin
Actual results:
Firefox sent the full Referer header to the third party, including the secret:
GET /access/jwt?jwt={secret2} HTTP/1.1
Host: thirdparty.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Firefox/68.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Referer: https://mysite.com/auth?jwt={secret1}
Expected results:
By the spec this should have only sent a Referer of https://mysite.com. Google Chrome exhibits the correct behavior.
|
|
1,567,600 | 14,247,697 |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0
Steps to reproduce:
ps:
1. .Use JAWS or NVDA (2019 version) to access addon manager using Alt+T+A
2. Tab to list with Extensions, Themes, ... Plug-ins. These can be navigated with up/down arrow keys.
3. Select Extensions i.e. arrow to this choice
Actual results:
It does not work as expected in Firefox 68 anymore. A screenreader user cannot navigate to the klistbox of available extensions and arrow up/down these.
Visually the entire listbox appears to have focus and appears selected.
Expected results:
With Extensions selected in listbox, a few tabs down one should expect tthat keyboard focus moves to the list box with various extensions and one should be able to arrow up/down the list of available extensions .
tabbing should permit one to review options / disable the addon etc.
This is how it used to work previously in Firefox production release and still does in ESR60.
|
|
1,567,614 | 14,247,790 |
I have managed to reproduce the errors mentioned in https://bugzilla.mozilla.org/show_bug.cgi?id=1564546#c1
STR:
1. Install Firefox release.
2. Install Skype for Business from the Windows Store.
3. Run Firefox. Go to the address bar, type `lync15://foo`, and press enter
4. Firefox will display a window asking you to confirm the handler application. Select Skype for Business and click `Open link`.
Expected:
Skype for Business starts (note that since we don't have accounts, we can't actually log in to do anything with the link)
Actual:
I am then shown an error message box:
Caption: `lync.exe - Entry Point Not Found`
Message:
```
The procedure entry point GetCurrentProcessId could not be located in the dynamic link library C:\Program Files\WindowsApps\Microsoft.Office.Desktop.SkypeForBusiness_16051.11727.20244.0_x86__8wekyb3d8bbwe\Office16\RtmMvrSplitter.dll.
```
|
|
1,567,686 | 14,248,390 |
Reproducible: always
Steps to reproduce:
1. Hamburger Menu -> Login and Passwords
2. Meatball Menu -> Import Passwords...
3. Select "Microsoft Internet Explorer" and proceed to import passwords
Actual Results:
usernames and passwords appear as encrypted text "MEoEE..."
Reopen the password manager will appear as plain text as expected.
Expected Results:
Not encrypted.
|
|
1,567,868 | 14,251,253 |
Steps to reproduce:
1. Let Treeherder show running jobs.
2. Ctrl+click two of those.
3. At the bottom right, open the "save" button's context menu.
4. Choose "Cancel all".
Actual result:
Error message "Taskcluster: e is undefined", only one job cancelled
Expected result:
No error message and all selected jobs cancelled.
|
|
1,568,003 | 14,252,391 |
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36
Steps to reproduce:
Python need to be set in environment variables in client machine and in browser, in the application settings the content type as always ask.If some python code is there in google drive or office 365 and user clicks on download a pop up appears with 2 options - save file and open file. If user selects open file the python script will get executed. If the script is malicious it can perform malicious activity. Even it can connect remote server to download malicious file to file system.
Actual results:
Python script got executed by selecting open option.
Expected results:
Malicious code execution leading system compromise, change in OS level, delete of data etc.
|
|
1,568,108 | 14,253,189 |
Created attachment 9079905
Screenshot 2019-07-22 at 14.56.08.png
It's supposed to look like below. This was caused by bug 1501991 adding 12px extra padding to the permission icons without considering the arrow.
|
|
1,568,136 | 14,253,418 |
gfxUtils::RemoveShaderCacheFromDiskIfNecessary() is called before gfxPlatform::InitWebRenderConfig(). It is not good. By it, obsoleted program binary might be used after Firefox update.
|
|
1,568,171 | 14,253,666 |
Created attachment 9079965
firefox-blob-inject-problem.zip
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.80 Safari/537.36
Steps to reproduce:
1. Install the attached unpacked extension.
2. Browse to https://jellby.altervista.org/ebooks/reader.php?epub=Don%20Quijote.epub
Actual results:
The webpage doesn't work correctly, the book cover isn't displayed and the navigation buttons don't work.
The following message is displayed in the console for the page: ` Loading failed for the <script> with source “blob:https://jellby.altervista.org/72f4ec63-dbf9-4d40-9e72-030f3a5d7a78”. reader.php:1:1`
Expected results:
The website works correctly, the book cover is displayed and the navigation links work.
Notes:
- The extension does not break the website on Chrome 75.
- See the related Adblock Plus bug: https://gitlab.com/eyeo/adblockplus/adblockpluschrome/issues/29
|
|
1,568,353 | 14,255,487 |
User Agent: Mozilla/5.0 (Windows NT 6.1; rv:68.0) Gecko/20100101 Firefox/68.0
Steps to reproduce:
Windows 7 32-bit , firefox 68.0.1 32-bit - machine frequently goes through suspend cycles with firefox running.
Workaround - exit then restart firefox (fixes this issue every time.)
This problem has existed for some months at least (noticed it first when I discovered that my intended data - bookmarks - was not propagating across machines all logged into the same firefox account.)
Actual results:
Firefox sometimes (frequently) ends up with "syncing.." continuously active, and no sync update is occurring.
Expected results:
"syncing..." software should detect that it is in this state with no productive data transfer, and restart the underlying activity.
|
|
1,568,397 | 14,255,737 |
Created attachment 9080221
poc.html
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36
Steps to reproduce:
1. open the html file with the latest firefox
2. firefox renderer process crash.
Actual results:
1. firefox will crash as type confusion happen between "undefined" and a normal object:
00000071`cb00f521 4c395908 cmp qword ptr [rcx+8],r11 ds:00078000`00000008=????????????????
Expected results:
1. not crash
|
|
1,568,492 | 14,256,361 |
This is because RPMGetIntPref tries to get these prefs directly without providing a fallback.
[Tracking Requested - why for this release]:
Cert errors don't work on new profiles
|
|
1,568,643 | 14,257,904 |
STEPS TO REPRODUCE:
1) Load a phabricator revision (e.g. https://phabricator.services.mozilla.com/D39234)
2) Click on "Edit Related Revisions" in the toolbox on the right.
3) Click on "Edit Child Revisions".
4) Select "All Objects" in the dropdown that starts out with "Created By Me" (just to make sure the list is not empty).
5) Click the label of the first thing in the list. This is the part that says "DNNNNN: Bug MMMMM - Something"
EXPECTED RESULTS: The revision you clicked is added to the "CURRENT CHILD REVISIONS" bit at the bottom of the dialog.
ACTUAL RESULTS: The dialog just closes. Only clicking the "Select" button works to add things to "CURRENT CHILD REVISIONS".
This used to work; per https://mozilla.logbot.info/phabricator/20190711#c16456076-c16456430 it no longer working is due to a change in Phabricator, not in Firefox.
|
|
1,568,855 | 14,259,899 |
If you change the home via policies (or other locking methods), the homepage setting in preferences does not reflect those settings.
It shows Firefox Home as the homepage.
It should show Custom URL
|
|
1,568,895 | 14,260,206 |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Firefox/68.0
Steps to reproduce:
Opening the debugger on a page (nextcloud app), and setting a breakpoint on a javascript event routine. With pre-68, FF stopped at the breakpoint, and I could step single, in, out and continue running.
With 68.0.1 running on MacOS (I'm not sure if this started with 68.0 or 68.0.1), execution will stop if the event is triggered, but single stepping doesn't work, the "pause execution" button won't change to "continue". Execution is stopped until the devtools window is closed.
Just checked on Linux: 66.0.4 works fine, after update to 68.0.1 same problem.
Actual results:
execution stops at unknown position, and won't continue under debugger control.
Expected results:
Debugging should work.
|
|
1,569,146 | 14,261,923 |
Created attachment 9080874
2019-07-26 14.40.49.jpg
Twitter is not saving to history sidebar (Hamburger menu -> Library -> History -> View history Sidebar - Today) after first navigating
Steps to reproduce:
1. Open Firefox
2. navigate 'https://twitter.com/')
3. open History sidebar -> Today
4. twitter website is not present in list of visited websites
Firefox version: 69 0b7
|
|
1,569,180 | 14,262,140 |
Created attachment 9080902
Example
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0
Steps to reproduce:
I typed in the address bar so that the suggestions dropdown menu showed up
Actual results:
The dropdown menu rendered behind the text of the bookmarks in bookmark toolbar.
Expected results:
The dropdown menu should have rendered above the bookmark text, and indeed any other browser element.
|
|
1,569,244 | 14,262,653 |
Setting the new ExtensionSettings policy to block "*" causes search addons, plugins, and the default theme to be uninstalled.
|
|
1,569,570 | 14,266,533 |
Created attachment 9081222
no-dropdown.webm
### STR
1. Open https://bugzilla.mozilla.org/attachment.cgi?id=9083314
2. Open RDM.
3. Click the select element.
### Expected
A dropdown should appear.
### Actual
No dropdown appears.
|
|
1,569,581 | 14,266,610 |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0
Steps to reproduce:
In Firefox 68.0.1, opened an internal website that is secured by:
1.) HTTP basic authentication:
.htaccess file with:
AuthType basic
AuthName "Secured area"
AuthUserFile /path/to/file
Require valid-user
2.) A login form with user / password fields
Actual results:
1. "Authentication Required" dialog is shown, prefilled with saved user/password (as expected)
2. Login form is shown, user field focused, popup list offering two saved logins:
a) my real user name
b) the HTTP auth user name
Expected results:
Popup list should only offer saved login for the login form (2.a), but not the HTTP auth user name (2.b).
In the password manager, the HTTP auth entry is rendered as Site: "https://***.***.com (Secured area)". In the autofill popup, the "(Secured area)" is also missing, making that entry even more confusing.
This used to work as expected in Firefox 67. I'm not sure if it got broken in 68.0.0 or 68.0.1.
|
|
1,569,705 | 14,267,383 |
Created attachment 9081335
search-bar-shift-left.PNG
Steps to reproduce:
1. Enable search bar in toolbar
2. type text into search bar
What happens:
The search panel that appears below the search box is shifted to the left of the input field.
Expected result:
The search panel/dropdown should be aligned to and the same width as the search input above it.
2019-07-29T18:02:44: INFO : Narrowed inbound regression window from [1dbf929c, fd26384a] (3 builds) to [1dbf929c, a29be90a] (2 builds) (~1 steps left)
2019-07-29T18:02:44: DEBUG : Starting merge handling...
2019-07-29T18:02:44: DEBUG : Using url: https://hg.mozilla.org/integration/autoland/json-pushes?changeset=a29be90ae6089d1a7adac121c8596df7da2be243&full=1
2019-07-29T18:02:46: DEBUG : Found commit message:
Bug 1556561 - Remove <children> usage from autocomplete binding. r=dao,surkov
Differential Revision: https://phabricator.services.mozilla.com/D33568
2019-07-29T18:02:46: DEBUG : Did not find a branch, checking all integration branches
2019-07-29T18:02:46: INFO : The bisection is done.
2019-07-29T18:02:46: INFO : Stopped
|
|
1,688,680 | 15,232,473 |
I think this is because of a misuse of the AXTextStateSync flag. Still not 100% sure when this should be present. In Safari I think it happens when focus changes in read-only content and the caret goes to the start of the focused item. For example, VO+next to a link will focus the link, and move the caret with AXTextStateSync. Otherwise, that flag is not present.
We don't have a reliable way to know when a caret moved because of focus change in Firefox at this time.
I observed that VO does read the selected text if AXTextStateSync is not present when the selection is expanded. That might be the easiest solution for now.
|
|
1,689,162 | 15,236,435 | null |
|
1,582,377 | 14,370,960 |
I spotted a few errors in new bookmark sync telemetry. Explanations for the fixes to follow with each commit.
|
|
1,582,467 | 14,371,677 |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0
Steps to reproduce:
1.) Selected "Prevent accessibility features from accessing your browser"
2.) Browser asks for restart.
3.) Upon checking the same option on restart the option remains unchecked
Actual results:
1.) Option remains unchecked after checking and restarting
Expected results:
1.) Option should be checked in options after a restart.
|
|
1,582,491 | 14,371,904 |
Created attachment 9093938
immagine.png
The button displayed on a fresh profile, not logged in to Monitor, looks pretty bad in Italian.
|
|
1,582,505 | 14,371,983 |
on the new tab page we should not auto open the view, but we do because in browser.js we check .openViewOnFocus instead of openViewOnFocusForCurrentTab
|
|
1,582,740 | 14,373,765 |
Created attachment 9094189
DefaultBrowser.gif
#### Affected versions
* Firefox 68.1.0esr
* Firefox 69.0.8
* Firefox 70.b8
* Firefox 71.0a1
#### Affected platforms
* Windows 10 64bit.
* Windows 7 64bit.
* macOS 10.13.
* Ubuntu 16.04 64bit.
#### Steps to reproduce
1. Launch Firefox.
2. Access the about:preferences page.
3. Click the "Make Default" button. (in order to lock the "Always check if Firefox is your default browser checkbox).
4. Refresh the about:preferences page.
5. Quickly uncheck the "Always check if Firefox is your default browser" checkbox.
#### Expected result
* Unchecking the "Always check if Firefox is your default browser" checkbox is not possible as long as it is locked.
* The browser.shell.checkDefaultBrowser pref remains set to true and refreshing the about:preferences page doesn't save the actions performed in step 5.
#### Actual result
* The user is able to check the "Always check if Firefox is your default browser" checkbox if the about:preferences page is refreshed even though it is displayed as locked.
* The browser.shell.CheckDefaultBrowser pref changes to false and the actions performed in step 5 are saved.
#### Regression range
Last good revision: e4b9b1084292686d3eb50ba0cadd85950824c955 (2019-01-25)
First bad revision: bb2895bfd1bc3d83c309e904dbe74e0c60c3fac9 (2019-01-26)
Pushlog:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=e4b9b1084292686d3eb50ba0cadd85950824c955&tochange=bb2895bfd1bc3d83c309e904dbe74e0c60c3fac9
#### Additional notes
* For further information regarding this issue, please observe the attached screencast.
* Note: Bug 1532701 was not fixed, so we created another one.
|
|
1,582,750 | 14,373,829 |
Created attachment 9094199
Screenshot_2.png
**Affected versions**
* Firefox 71.a01
* Firefox 70.0b8
**Affected platforms**
* Windows 10 x64
* Ubuntu 18.04 x64
* macOS 10.14
**Steps to reproduce**
1. Place the browser on the lower half of the screen.
2. Open any site with a new profile or click on the shield icon from URL bar and then on the "i" symbol.
3. Observe the "Browse without being followed" panel.
**Expected result**
* The doorhanger is correctly displayed .
**Actual result**
* Part of the doorhanger is missing.
**Regression range**
* This is a not regression.
**Additional notes**
* Please look at the attached image.
* This happens sometimes when you open the browser for the first time. I just logged the issue under this steps, because following these steps the issue is always reproducing.
|
|
1,582,856 | 14,374,605 |
https://support.mozilla.org/en-US/questions/1243033
https://twitter.com/g33klaura/status/1175047611222544389
ExtensionPreferencesManager stores the "original" pref value without differentiating default prefs from user set prefs. When all extensions are disabled or uninstalled, the "original" value is restored.
Firefox V.A: default value is 0
Extension takes control, sets value to 4, stores original value 0
Firefox V.B: changes default value to 1
Extension is uninstalled,
Expected:
pref value is reset, resulting in a value 1
Actual:
pref value is set to 0
|
|
1,583,043 | 14,375,750 |
**Filed by:** mozilla [at] noorenberghe.ca
**Parsed log:** https://treeherder.mozilla.org/logviewer.html#?job_id=267875429&repo=autoland
**Full log:** https://queue.taskcluster.net/v1/task/Q2BlwiE-Q1qvdDUpWknn3Q/runs/0/artifacts/public/logs/live_backing.log
**Reftest URL:** https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/tools/reftest/reftest-analyzer.xhtml#logurl=https://queue.taskcluster.net/v1/task/Q2BlwiE-Q1qvdDUpWknn3Q/runs/0/artifacts/public/logs/live_backing.log&only_show_unexpected=1
---
|
|
1,583,044 | 14,375,756 |
Here's something to chew on, seems to be a null pointer ref.
https://crash-stats.mozilla.org/report/index/1729ca42-1a74-446c-ae61-c52ed0190922
To see it reproducible, just use any moz-icon URI such as moz-icon://.pdf?size=128. I see nothing exploitable looking about it, but who knows.
moz-icon is broken obviously.
|
|
1,583,114 | 14,377,854 |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:71.0) Gecko/20100101 Firefox/71.0
Steps to reproduce:
When in about:profiles, pressing "Create a New Profile" does not create a new profile
Actual results:
When "Create a New Profile" is pressed, the pop up to make a new profile does not show.
Expected results:
When "Create a New Profile", pop up should have appeared to create a new profile.
|
|
1,583,204 | 14,378,444 |
Created attachment 9094587
Screencast 2019-09-23 16:29:55.mp4
**Affected versions:**
- Firefox Release 70.0b8 and above
**Affected Platforms:**
- Linux Ubuntu 19.04
- Linux Ubuntu 18.04
**Prerequisites:**
- You are connected to a Lan network.
**Steps to reproduce:**
1. Open Firefox and go to about:networking#networkid.
2. Switch from a Lan to a WiFi network.
3. Observe the Network ID field.
**Expected result:**
- The Network ID has a value displayed.
**Actual result:**
- There is no value in the Network ID field after switching between networks.
**Notes:**
- The same issue is reproducible if switching from a WiFi network to a Lan network.
- The Network ID field updates when switching between between different WiFi networks.
- The Network ID is displayed after restarting the browser.
|
|
1,583,625 | 14,381,623 |
[Tracking Requested - why for this release]: ux regression
Reproducible: always
Steps To reproduce:
1. Add a Login password if there is no saved login
2. Enable Master Password and set Master Password
3. Quit browser and restart browser
4. Menu > Options > Privacy & Security
5. Click [Saved Logins...] button
Actual Results:
Two Master Password dialog appear at the same time
Expected Results:
Only one Master Password dialog should appear
Interesting thing, if open "about:logins" directly, no issue appears.
Regression Window:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=5d60ea8fbdc6a265b67bcabcdf845f26615c97c8&tochange=571a8776eb3fc71a73d491efcbd75bab140923ec
Regressed by: Bug 1550631
|
|
1,583,684 | 14,382,079 |
Sadly, the analysis has been broken for some time (bug 1582853), and isn't detecting hazards involving unrooted JS::Value. A handful of problems have slipped in.
|
|
1,583,837 | 14,383,202 |
+++ This bug was initially created as a clone of Bug #1578454 +++
(In reply to ciarantreacy1 from bug 1578454 comment #31)
> (In reply to :Gijs (he/him) from bug 1578454 comment #29)
>
> > I'm struggling to understand the comments here, to be honest. I'm happy to increase the maximum here some more. What I'm struggling with is figuring out what the "right" maximum is so that we don't have to keep changing it. To do that, I'm trying to work out what people were doing in 68 and what the outcome was, so that we can achieve the same outcome here
>
> Thanks Gijs. Sorry for the confusion. In Firefox 68 I had the reader font set to its maximum using the font adjuster on the left side panel. I would then press ctrl + to zoom to the maximum 300%. I'm not sure what the resulting font size was in pt, but it was bigger than the fix in 69.0.1 allows
So as far as I can tell, the pref used to have a maximum of 9, with the maximum font size then being 10 + 9 * 2 = 28px . With 300% zoom that'd be 84px . The other comments in bug 1578454 suggest that really, people want even larger text (like, 127px).
The scaling here is going to become a bit strange. If we increase the maximum of the pref value again from 24 (== 58px) to 37 (84px) or 60 (== 130px) to accommodate that size, users would have to press the [+] button 32 or 55 times to get to that new scaling level.
That's a bit silly. On the other hand, just changing the meaning of the pref will change the font in reader mode for people who have configured it using the current stepping level. Also, people can only "zoom out" (reduce font size) by 4 times from the current default of 5 to 1 - we won't reduce it beyond 12px.
I think we should change the algorithm we use to determine font size based on the pref, such that steps between 9 and 15-20 increase it more drastically (perhaps first by 10px and then by 20px or something along those lines). Changing it by 2px for each step becomes useless at these large font sizes.
|
|
1,583,845 | 14,383,234 |
Created attachment 9095177
Hover and pressed state the same for the CTA button.gif
**[Affected versions]:**
- Firefox Beta 70.0b9, Build ID: 20190923154733
- Firefox Nightly 71.0a1, Build ID: 20190925095053
**[Affected Platforms]:**
- All Windows
- All Mac
- All Linux
**[Prerequisites]:**
- Have a new Firefox profile with the following preferences set:
- `browser.search.region` to `US`
- `browser.newtabpage.activity-stream.asrouter.devtoolsEnabled` to `true`
- `browser.newtabpage.activity-stream.discoverystream.endpoints` to `https://,http://`
- `browser.newtabpage.activity-stream.discoverystream.config` to `{"api_key_pref":"extensions.pocket.oAuthConsumerKey","collapsible":true,"enabled":true,"show_spocs":true,"hardcoded_layout":false,"personalized":false,"layout_endpoint":"https://gist.githubusercontent.com/punamdahiya/0add5e6e4807d31717eb693d2e0f387d/raw/76b452765a0da75c57917da6531ff4cb2ebe86ab/stage-cta-link.json"}`
**[Steps to reproduce]:**
1. Open the browser with the profile from the prerequisites.
2. Open a new tab.
3. Hover the CTA button from a sponsored card.
4. Observe the behavior of the button.
5. Click and hold on the CTA button from a sponsored card.
6. Observe the behavior of the button.
**[Expected result]:**
Step 4 & 6. There is a difference between the hover and the pressed state of the button.
**[Actual result]:**
Step 4 & 6. The hover and the pressed state are the same.
**[Notes]:**
- According to the [design specifications](https://www.figma.com/file/eGdZVYlZ5evvePHUCtKnYg7u/New-Tab-Spec-for-Fx-70?node-id=76%3A167) the hover and pressed state should have different color codes. When inspecting the button and checking the states, the :hover and :active states background color codes are the same. The hover state wrongly has the color code of the pressed state.
- Attached a screen recording with the issue.
|
|
1,583,859 | 14,383,306 |
### STR
1. Log into a Slack group.
2. When the page loads, refresh the page (I used Cmd + R, it that makes a difference).
### Expected
- Refresh and don't crash.
### Actual
- 💥
- Maybe a separate issue, but sites don't all load doesn't seem to work well.
This doesn't seem to happen on other pages in my _brief_ testing.
Version: 71.0a1 (2019-09-25) (64-bit)
Crash log: https://crash-stats.mozilla.org/report/index/e298aa31-dcba-4308-8f71-7c6850190925
|
|
1,583,957 | 14,384,045 |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36
Steps to reproduce:
1. Create a <input type="text" autocomplete="username"> element
2. In JavaScript, get the element and access its "autocomplete" property (e.g. document.getElementById('elem').autocomplete).
Actual results:
The value of the property is the empty string.
Expected results:
The property should be "username" like it is in other browsers, and like it is if you call "getAttribute('autocomplete')".
|
|
1,583,970 | 14,384,120 |
This is triggered with an UBSan build. To enable this check add the following to your mozconfig:
```
ac_add_options --enable-address-sanitizer
ac_add_options --enable-undefined-sanitizer="pointer-overflow"
ac_add_options --disable-jemalloc
```
```
INFO - TEST-START | dom/canvas/test/webgl-conf/generated/test_conformance__extensions__oes-texture-float-with-canvas.html
...
src/dom/canvas/WebGLTexelConversions.cpp:209:19: runtime error: addition of unsigned offset to 0x6030006b6c90 overflowed to 0x6030006b6c80
#0 0x7fb52dac15d6 in void mozilla::(anonymous namespace)::WebGLImageConverter::run<(mozilla::WebGLTexelFormat)27>(mozilla::WebGLTexelFormat, mozilla::WebGLTexelPremultiplicationOp) src/dom/canvas/WebGLTexelConversions.cpp
#1 0x7fb52da46583 in run src/dom/canvas/WebGLTexelConversions.cpp:309:7
#2 0x7fb52da46583 in mozilla::ConvertImage(unsigned long, unsigned long, void const*, unsigned long, mozilla::gl::OriginPos, mozilla::WebGLTexelFormat, bool, void*, unsigned long, mozilla::gl::OriginPos, mozilla::WebGLTexelFormat, bool, bool*) src/dom/canvas/WebGLTexelConversions.cpp:407
#3 0x7fb52d945ea9 in mozilla::webgl::TexUnpackBlob::ConvertIfNeeded(mozilla::WebGLContext*, unsigned int, unsigned int, mozilla::WebGLTexelFormat, unsigned char const*, long, mozilla::WebGLTexelFormat, long, unsigned char const**, mozilla::UniqueBuffer*) const src/dom/canvas/TexUnpackBlob.cpp:373:8
#4 0x7fb52d94ae28 in mozilla::webgl::TexUnpackSurface::TexOrSubImage(bool, bool, mozilla::WebGLTexture*, StrongGLenum<TexImageTargetDetails>, int, mozilla::webgl::DriverUnpackInfo const*, int, int, int, mozilla::webgl::PackingInfo const&, unsigned int*) const src/dom/canvas/TexUnpackBlob.cpp:864:8
#5 0x7fb52da5883b in mozilla::WebGLTexture::TexImage(StrongGLenum<TexImageTargetDetails>, int, unsigned int, mozilla::webgl::PackingInfo const&, mozilla::webgl::TexUnpackBlob const*) src/dom/canvas/WebGLTextureUpload.cpp:1239:14
#6 0x7fb52da5778b in mozilla::WebGLTexture::TexImage(StrongGLenum<TexImageTargetDetails>, int, unsigned int, int, int, int, int, mozilla::webgl::PackingInfo const&, mozilla::TexImageSource const&) src/dom/canvas/WebGLTextureUpload.cpp:475:3
#7 0x7fb52d9ccac2 in mozilla::WebGLContext::TexImage(unsigned char, unsigned int, int, unsigned int, int, int, int, int, unsigned int, unsigned int, mozilla::TexImageSource const&) src/dom/canvas/WebGLContextTextures.cpp:339:8
#8 0x7fb52cefecfd in TexImage2D src/dom/canvas/WebGLContext.h:1366:5
#9 0x7fb52cefecfd in TexImage2D<mozilla::dom::HTMLCanvasElement> src/dom/canvas/WebGLContext.h:1344
#10 0x7fb52cefecfd in void mozilla::WebGLContext::TexImage2D<mozilla::dom::HTMLCanvasElement>(unsigned int, int, unsigned int, unsigned int, unsigned int, mozilla::dom::HTMLCanvasElement const&, mozilla::ErrorResult&) src/dom/canvas/WebGLContext.h:1322
#11 0x7fb52cfc1bb7 in mozilla::dom::WebGLRenderingContext_Binding::texImage2D(JSContext*, JS::Handle<JSObject*>, mozilla::WebGLContext*, JSJitMethodCallArgs const&) src/obj-firefox/dom/bindings/WebGLRenderingContextBinding.cpp:13743:32
#12 0x7fb52d81784c in bool mozilla::dom::binding_detail::GenericMethod<mozilla::dom::binding_detail::NormalThisPolicy, mozilla::dom::binding_detail::ThrowExceptions>(JSContext*, unsigned int, JS::Value*) src/dom/bindings/BindingUtils.cpp:3250:13
#13 0x7fb533381554 in CallJSNative src/js/src/vm/Interpreter.cpp:458:13
#14 0x7fb533381554 in js::InternalCallOrConstruct(JSContext*, JS::CallArgs const&, js::MaybeConstruct, js::CallReason) src/js/src/vm/Interpreter.cpp:551
#15 0x7fb533383479 in InternalCall(JSContext*, js::AnyInvokeArgs const&, js::CallReason) src/js/src/vm/Interpreter.cpp:620:10
#16 0x7fb533368972 in CallFromStack src/js/src/vm/Interpreter.cpp:624:10
#17 0x7fb533368972 in Interpret(JSContext*, js::RunState&) src/js/src/vm/Interpreter.cpp:3113
#18 0x7fb53334b3d5 in js::RunScript(JSContext*, js::RunState&) src/js/src/vm/Interpreter.cpp:424:10
#19 0x7fb533381656 in js::InternalCallOrConstruct(JSContext*, JS::CallArgs const&, js::MaybeConstruct, js::CallReason) src/js/src/vm/Interpreter.cpp:592:13
#20 0x7fb533383479 in InternalCall(JSContext*, js::AnyInvokeArgs const&, js::CallReason) src/js/src/vm/Interpreter.cpp:620:10
#21 0x7fb533383844 in js::Call(JSContext*, JS::Handle<JS::Value>, JS::Handle<JS::Value>, js::AnyInvokeArgs const&, JS::MutableHandle<JS::Value>, js::CallReason) src/js/src/vm/Interpreter.cpp:637:8
#22 0x7fb5334920a4 in js::PromiseObject::create(JSContext*, JS::Handle<JSObject*>, JS::Handle<JSObject*>, bool) src/js/src/builtin/Promise.cpp:2236:15
#23 0x7fb5334d2adf in PromiseConstructor(JSContext*, unsigned int, JS::Value*) src/js/src/builtin/Promise.cpp:2157:7
#24 0x7fb53338425a in CallJSNative src/js/src/vm/Interpreter.cpp:458:13
#25 0x7fb53338425a in CallJSNativeConstructor src/js/src/vm/Interpreter.cpp:474
#26 0x7fb53338425a in InternalConstruct(JSContext*, js::AnyConstructArgs const&) src/js/src/vm/Interpreter.cpp:664
#27 0x7fb533383aef in js::ConstructFromStack(JSContext*, JS::CallArgs const&) src/js/src/vm/Interpreter.cpp:710:10
#28 0x7fb53335e41a in Interpret(JSContext*, js::RunState&) src/js/src/vm/Interpreter.cpp:3104:16
#29 0x7fb53334b3d5 in js::RunScript(JSContext*, js::RunState&) src/js/src/vm/Interpreter.cpp:424:10
#30 0x7fb533381656 in js::InternalCallOrConstruct(JSContext*, JS::CallArgs const&, js::MaybeConstruct, js::CallReason) src/js/src/vm/Interpreter.cpp:592:13
#31 0x7fb533383479 in InternalCall(JSContext*, js::AnyInvokeArgs const&, js::CallReason) src/js/src/vm/Interpreter.cpp:620:10
#32 0x7fb533383844 in js::Call(JSContext*, JS::Handle<JS::Value>, JS::Handle<JS::Value>, js::AnyInvokeArgs const&, JS::MutableHandle<JS::Value>, js::CallReason) src/js/src/vm/Interpreter.cpp:637:8
#33 0x7fb533cc3f13 in JS::Call(JSContext*, JS::Handle<JS::Value>, JS::Handle<JS::Value>, JS::HandleValueArray const&, JS::MutableHandle<JS::Value>) src/js/src/jsapi.cpp:2728:10
#34 0x7fb52d307fac in mozilla::dom::EventHandlerNonNull::Call(JSContext*, JS::Handle<JS::Value>, mozilla::dom::Event&, JS::MutableHandle<JS::Value>, mozilla::ErrorResult&) src/obj-firefox/dom/bindings/EventHandlerBinding.cpp:267:37
#35 0x7fb52de7285b in void mozilla::dom::EventHandlerNonNull::Call<nsCOMPtr<mozilla::dom::EventTarget> >(nsCOMPtr<mozilla::dom::EventTarget> const&, mozilla::dom::Event&, JS::MutableHandle<JS::Value>, mozilla::ErrorResult&, char const*, mozilla::dom::CallbackObject::ExceptionHandling, JS::Realm*) src/obj-firefox/dist/include/mozilla/dom/EventHandlerBinding.h:363:12
#36 0x7fb52de70861 in mozilla::JSEventHandler::HandleEvent(mozilla::dom::Event*) src/dom/events/JSEventHandler.cpp:205:12
#37 0x7fb52de34e6f in mozilla::EventListenerManager::HandleEventSubType(mozilla::EventListenerManager::Listener*, mozilla::dom::Event*, mozilla::dom::EventTarget*) src/dom/events/EventListenerManager.cpp:1039:22
#38 0x7fb52de363a1 in mozilla::EventListenerManager::HandleEventInternal(nsPresContext*, mozilla::WidgetEvent*, mozilla::dom::Event**, mozilla::dom::EventTarget*, nsEventStatus*, bool) src/dom/events/EventListenerManager.cpp:1231:17
#39 0x7fb52de23ebb in mozilla::EventTargetChainItem::HandleEvent(mozilla::EventChainPostVisitor&, mozilla::ELMCreationDetector&) src/dom/events/EventDispatcher.cpp:349:17
#40 0x7fb52de227fa in mozilla::EventTargetChainItem::HandleEventTargetChain(nsTArray<mozilla::EventTargetChainItem>&, mozilla::EventChainPostVisitor&, mozilla::EventDispatchingCallback*, mozilla::ELMCreationDetector&) src/dom/events/EventDispatcher.cpp:551:16
#41 0x7fb52de26e0b in mozilla::EventDispatcher::Dispatch(nsISupports*, nsPresContext*, mozilla::WidgetEvent*, mozilla::dom::Event*, nsEventStatus*, mozilla::EventDispatchingCallback*, nsTArray<mozilla::dom::EventTarget*>*) src/dom/events/EventDispatcher.cpp:1045:11
#42 0x7fb53000a8b5 in nsDocumentViewer::LoadComplete(nsresult) src/layout/base/nsDocumentViewer.cpp:1170:7
#43 0x7fb532745a1a in nsDocShell::EndPageLoad(nsIWebProgress*, nsIChannel*, nsresult) src/docshell/base/nsDocShell.cpp:6564:20
#44 0x7fb532744c34 in nsDocShell::OnStateChange(nsIWebProgress*, nsIRequest*, unsigned int, nsresult) src/docshell/base/nsDocShell.cpp:6342:7
#45 0x7fb53274949f in non-virtual thunk to nsDocShell::OnStateChange(nsIWebProgress*, nsIRequest*, unsigned int, nsresult) src/docshell/base/nsDocShell.cpp
#46 0x7fb52aaa1510 in nsDocLoader::DoFireOnStateChange(nsIWebProgress*, nsIRequest*, int&, nsresult) src/uriloader/base/nsDocLoader.cpp:1346:3
#47 0x7fb52aaa0656 in nsDocLoader::doStopDocumentLoad(nsIRequest*, nsresult) src/uriloader/base/nsDocLoader.cpp:905:14
#48 0x7fb52aa9c872 in nsDocLoader::DocLoaderIsEmpty(bool) src/uriloader/base/nsDocLoader.cpp:731:9
#49 0x7fb52aa9f13e in nsDocLoader::OnStopRequest(nsIRequest*, nsresult) src/uriloader/base/nsDocLoader.cpp:619:5
#50 0x7fb52aaa01dc in non-virtual thunk to nsDocLoader::OnStopRequest(nsIRequest*, nsresult) src/uriloader/base/nsDocLoader.cpp
#51 0x7fb528f4753c in mozilla::net::nsLoadGroup::RemoveRequest(nsIRequest*, nsISupports*, nsresult) src/netwerk/base/nsLoadGroup.cpp:568:22
```
|
|
1,583,985 | 14,384,235 |
Two different sets of STR (different ways to trigger this):
STR A:
(1) Visit about:preferences
(2) Click "Privacy and Security" on the left side
ACTUAL RESULTS: The "Find in Preferences" field at the top right moves over a bit
EXPECTED RESULTS: Findbar shouldn't move.
STR B:
(1) Visit about:preferences
(2) Slowly type "coo" into the "Find in Preferences" box at top right
ACTUAL RESULTS: The "Find in Preferences" field moves to the right when you type "c", and then moves back after you've typed "oo".
EXPECTED RESULTS: Findbar shouldn't move.
ANALYSIS:
The findbar is right-aligned within the container there, and there's some extra-wide content on the Privacy and Security page which forces the container to be extra wide, which makes the right-aligned findbar move over. In particular, this is the wide unwrappable content which is making things wide:
```
[x] Show alerts about passwords for breached websites Learn more
```
There are some buttons to the right of that area, and so this wide one-line label combined with those button widths ends up being wider than the intended width of the preferences area.
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.