Bug ID
int64 961
1.91M
| Comment ID
int64 3.98k
17.1M
| Author
stringlengths 8
48
| Comment Text
stringlengths 1
64.3k
⌀ |
---|---|---|---|
1,717,603 | 15,460,253 |
Created attachment 9228295
Screenshot 2021-06-18 at 10.49.39.png
**Affected Versions:**
All latest Firefox versions:
Release 89.0.1
Beta 90.0b10
Nightly 91.0a1
**Affected Platforms:**
Seems like MacOS only, reproduced on 10.15, 10.13
Not reproducible on Windows 7/10 or Linux
**Steps to reproduce:**
1. Have your browser region set to allow CC autofill, ex: US
2. Have at least 1 CC card saved
3. Go to https://luke-chang.github.io/autofill-demo/basic_cc.html
4. Click on any of the fields (except CSC)
**Expected Result:**
The CC dropdown should be displayed upon clicking on any of the mentioned fields.
**Actual Result:**
Only a blank white/black square is displayed on the first click and nothing on the second.
**Regression-Range:**
This is a regression but I can't find a reliable mozregression pushlog, it is always different, and by checking the First releases without builds for the suspected Regressor it did not confirm that it worked before. Tentatively marking regression-windowswanted but this is very shady to mozregress. It definitely used to work but something broke it for macOS.
|
|
1,721,977 | 15,497,220 |
Created attachment 9232791
SuperSCIA-Campania-editabile-1.0-2.pdf
**Note**
* When the user loads a very long PDF file and inputs text into every field, he will notice that at some point it will start to feel sluggish.
**Affected versions**
* Nightly v92.0a1
**Affected platforms**
* all
**Preconditions**
* Flip the "pdfjs.enableXfa" pref to true.
**Steps to reproduce**
1. Launch browser.
2. Load the attached PDF file.
3. Input text into every field.
**Expected result**
* The performance does not change from the start to the end of filling it.
**Actual result**
* When reaching the last few pages, the PFD started to feel sluggish; It did not make it unusable, but definitely uncomfortable as letters typed did not appear as soon as pushed.
**Regression range**
* I does not appear to be a regression.
**Additional information:**
* I have captured a performance profile:
https://share.firefox.dev/3eJK02c
* I hope it helps, additionally let me know if a memory profile would be better.
|
|
1,722,073 | 15,497,845 |
### Steps to reproduce
1. Install a Firefox Nightly ASan build from https://firefox-source-docs.mozilla.org/tools/sanitizer/asan_nightly.html. I'm testing on Windows 10.
2. Set `security.sandbox.content.win32k-disable` pref = `true`.
3. Restart Nightly ASan.
4. Open `about:support`.
### Result
The browser crashes 100% of the time.
I don't see a crash reporter UI. Do the Nightly ASan builds automatically submit their crash reports to https://anf1.fuzzing.mozilla.org/crashproxy/submit/ (the `asanreporter.apiurl` pref value)?
|
|
1,722,145 | 15,498,253 |
Created attachment 9232943
repro.zip
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15
Steps to reproduce:
In a web extension:
1. Add optional origin permission
2. Revoke permission
What doesn't affect this:
- context (it if .remove() is called in the background or in a page)
- user interaction (it happens even if I call .remove() from the console)
- permissions (regardless of whether I specify `devtools` in the manifest's permissions list)
- quirks mode (the attached repro is minimal, but my extension is not in regular mode)
Actual results:
The dev tools panel is gone and will not reappear until a restart or removal of the extension.
Expected results:
The panel should not be affected
|
|
1,722,204 | 15,498,516 |
After visiting the testcase then reloading the page I noticed Firefox window become blank for a few second after that Firefox ASan will show output logs `AddressSanitizer: attempting double-free on address in thread T46 from mozilla::gfx::RecordedFillGlyphs::~RecordedFillGlyphs`.
On Firefox (non-asan) some crash report contain `0xe5e5e5e5e5e5e5e5` in one of CPU registers (which I assume the UAF address). Furthermore after some crash, I observe in some crash report it show access-violation on `0x100000009`, `0x10b0481d060`, `0xffffffffffffffff` or breakpoint on some address.
I'm currently reducing the testcase, I'll attach the testcase following with STR as soon as I'm done =).
## Tested on:
- Firefox Nightly 92.0a1 (2021-07-24) (64-bit) on Windows 10
- m-c-20210723213232-asan-opt on Windows 10
- m-c-20210715094037-asan-opt on Windows 10
- Firefox 90.0.2 (64-bit) on Windows 10
- m-c-20210406094706-asan-opt on Windows 10
## ASan output:
```
=================================================================
==13524==ERROR: AddressSanitizer: attempting double-free on 0x11f34206ab50 in thread T46:
#0 0x7ff963c15afb in free Z:\task_1626506473\fetches\llvm-project\llvm\projects\compiler-rt\lib\asan\asan_malloc_win.cpp:82
#1 0x7ff9500ae3ba in operator delete[] /builds/worker/workspace/obj-build/dist/include/mozilla/cxxalloc.h:60
#2 0x7ff9500ae3ba in mozilla::gfx::RecordedFillGlyphs::~RecordedFillGlyphs /builds/worker/checkouts/gecko/gfx/2d/RecordedEventImpl.h:2366
#3 0x7ff9500ae3ba in mozilla::gfx::RecordedEvent::DoWithEvent<class mozilla::gfx::EventRingBuffer>(class mozilla::gfx::EventRingBuffer &, enum mozilla::gfx::RecordedEvent::EventType, class std::function<(class mozilla::gfx::RecordedEvent *)> const &) /builds/worker/checkouts/gecko/gfx/2d/RecordedEventImpl.h:3989
#4 0x7ff950858f5a in mozilla::layers::CanvasTranslator::TranslateRecording(void) /builds/worker/checkouts/gecko/gfx/layers/ipc/CanvasTranslator.cpp:245
#5 0x7ff950858837 in mozilla::layers::CanvasTranslator::StartTranslation(void) /builds/worker/checkouts/gecko/gfx/layers/ipc/CanvasTranslator.cpp:168
#6 0x7ff94d77441a in mozilla::detail::RunnableMethodArguments<>::applyImpl /builds/worker/workspace/obj-build/dist/include/nsThreadUtils.h:1148
#7 0x7ff94d77441a in mozilla::detail::RunnableMethodArguments<>::apply /builds/worker/workspace/obj-build/dist/include/nsThreadUtils.h:1154
#8 0x7ff94d77441a in mozilla::detail::RunnableMethodImpl<class nsCOMPtr<class mozilla::dom::SVGSVGElement>, void (__cdecl mozilla::dom::SVGSVGElement::*)(void), 1, 0>::Run(void) /builds/worker/workspace/obj-build/dist/include/nsThreadUtils.h:1201
#9 0x7ff94d941d4d in mozilla::TaskQueue::Runner::Run(void) /builds/worker/checkouts/gecko/xpcom/threads/TaskQueue.cpp:208
#10 0x7ff94d974808 in nsThreadPool::Run(void) /builds/worker/checkouts/gecko/xpcom/threads/nsThreadPool.cpp:303
#11 0x7ff94d95fc74 in nsThread::ProcessNextEvent(bool, bool *) /builds/worker/checkouts/gecko/xpcom/threads/nsThread.cpp:1142
#12 0x7ff94d96ff2c in NS_ProcessNextEvent(class nsIThread *, bool) /builds/worker/checkouts/gecko/xpcom/threads/nsThreadUtils.cpp:466
#13 0x7ff94ed1413e in mozilla::ipc::MessagePumpForNonMainThreads::Run(class base::MessagePump::Delegate *) /builds/worker/checkouts/gecko/ipc/glue/MessagePump.cpp:300
#14 0x7ff94ec21615 in MessageLoop::RunInternal /builds/worker/checkouts/gecko/ipc/chromium/src/base/message_loop.cc:331
#15 0x7ff94ec21615 in MessageLoop::RunHandler(void) /builds/worker/checkouts/gecko/ipc/chromium/src/base/message_loop.cc:324
#16 0x7ff94ec213e5 in MessageLoop::Run(void) /builds/worker/checkouts/gecko/ipc/chromium/src/base/message_loop.cc:306
#17 0x7ff94d958a00 in nsThread::ThreadFunc(void *) /builds/worker/checkouts/gecko/xpcom/threads/nsThread.cpp:390
#18 0x7ff974151fbe in _PR_NativeRunThread /builds/worker/checkouts/gecko/nsprpub/pr/src/threads/combined/pruthr.c:399
#19 0x7ff97412b08b in pr_root /builds/worker/checkouts/gecko/nsprpub/pr/src/md/windows/w95thred.c:139
#20 0x7ff9d1691bb1 (C:\Windows\System32\ucrtbase.dll+0x180021bb1)
#21 0x7ff963c20617 in __asan::AsanThread::ThreadStart(unsigned __int64) Z:\task_1626506473\fetches\llvm-project\llvm\projects\compiler-rt\lib\asan\asan_thread.cpp:270
#22 0x7ff9d28b7033 (C:\Windows\System32\KERNEL32.DLL+0x180017033)
#23 0x7ff9751345ec in mozilla::interceptor::FuncHook<mozilla::interceptor::WindowsDllInterceptor<mozilla::interceptor::VMSharingPolicyShared>,void (*)(int, void *, void *)>::operator() /builds/worker/workspace/obj-build/dist/include/nsWindowsDllInterceptor.h:150
#24 0x7ff9751345ec in patched_BaseThreadInitThunk /builds/worker/checkouts/gecko/mozglue/dllservices/WindowsDllBlocklist.cpp:588
#25 0x7ff9d3982650 (C:\Windows\SYSTEM32\ntdll.dll+0x180052650)
0x11f34206ab50 is located 0 bytes inside of 12-byte region [0x11f34206ab50,0x11f34206ab5c)
freed by thread T46 here:
#0 0x7ff963c15afb in free Z:\task_1626506473\fetches\llvm-project\llvm\projects\compiler-rt\lib\asan\asan_malloc_win.cpp:82
#1 0x7ff9500ae3ba in operator delete[] /builds/worker/workspace/obj-build/dist/include/mozilla/cxxalloc.h:60
#2 0x7ff9500ae3ba in mozilla::gfx::RecordedFillGlyphs::~RecordedFillGlyphs /builds/worker/checkouts/gecko/gfx/2d/RecordedEventImpl.h:2366
#3 0x7ff9500ae3ba in mozilla::gfx::RecordedEvent::DoWithEvent<class mozilla::gfx::EventRingBuffer>(class mozilla::gfx::EventRingBuffer &, enum mozilla::gfx::RecordedEvent::EventType, class std::function<(class mozilla::gfx::RecordedEvent *)> const &) /builds/worker/checkouts/gecko/gfx/2d/RecordedEventImpl.h:3989
#4 0x7ff950858f5a in mozilla::layers::CanvasTranslator::TranslateRecording(void) /builds/worker/checkouts/gecko/gfx/layers/ipc/CanvasTranslator.cpp:245
#5 0x7ff950858837 in mozilla::layers::CanvasTranslator::StartTranslation(void) /builds/worker/checkouts/gecko/gfx/layers/ipc/CanvasTranslator.cpp:168
#6 0x7ff94d77441a in mozilla::detail::RunnableMethodArguments<>::applyImpl /builds/worker/workspace/obj-build/dist/include/nsThreadUtils.h:1148
#7 0x7ff94d77441a in mozilla::detail::RunnableMethodArguments<>::apply /builds/worker/workspace/obj-build/dist/include/nsThreadUtils.h:1154
#8 0x7ff94d77441a in mozilla::detail::RunnableMethodImpl<class nsCOMPtr<class mozilla::dom::SVGSVGElement>, void (__cdecl mozilla::dom::SVGSVGElement::*)(void), 1, 0>::Run(void) /builds/worker/workspace/obj-build/dist/include/nsThreadUtils.h:1201
#9 0x7ff94d941d4d in mozilla::TaskQueue::Runner::Run(void) /builds/worker/checkouts/gecko/xpcom/threads/TaskQueue.cpp:208
#10 0x7ff94d974808 in nsThreadPool::Run(void) /builds/worker/checkouts/gecko/xpcom/threads/nsThreadPool.cpp:303
#11 0x7ff94d95fc74 in nsThread::ProcessNextEvent(bool, bool *) /builds/worker/checkouts/gecko/xpcom/threads/nsThread.cpp:1142
#12 0x7ff94d96ff2c in NS_ProcessNextEvent(class nsIThread *, bool) /builds/worker/checkouts/gecko/xpcom/threads/nsThreadUtils.cpp:466
#13 0x7ff94ed1413e in mozilla::ipc::MessagePumpForNonMainThreads::Run(class base::MessagePump::Delegate *) /builds/worker/checkouts/gecko/ipc/glue/MessagePump.cpp:300
#14 0x7ff94ec21615 in MessageLoop::RunInternal /builds/worker/checkouts/gecko/ipc/chromium/src/base/message_loop.cc:331
#15 0x7ff94ec21615 in MessageLoop::RunHandler(void) /builds/worker/checkouts/gecko/ipc/chromium/src/base/message_loop.cc:324
#16 0x7ff94ec213e5 in MessageLoop::Run(void) /builds/worker/checkouts/gecko/ipc/chromium/src/base/message_loop.cc:306
#17 0x7ff94d958a00 in nsThread::ThreadFunc(void *) /builds/worker/checkouts/gecko/xpcom/threads/nsThread.cpp:390
#18 0x7ff974151fbe in _PR_NativeRunThread /builds/worker/checkouts/gecko/nsprpub/pr/src/threads/combined/pruthr.c:399
#19 0x7ff97412b08b in pr_root /builds/worker/checkouts/gecko/nsprpub/pr/src/md/windows/w95thred.c:139
#20 0x7ff9d1691bb1 (C:\Windows\System32\ucrtbase.dll+0x180021bb1)
#21 0x7ff963c20617 in __asan::AsanThread::ThreadStart(unsigned __int64) Z:\task_1626506473\fetches\llvm-project\llvm\projects\compiler-rt\lib\asan\asan_thread.cpp:270
#22 0x7ff9d28b7033 (C:\Windows\System32\KERNEL32.DLL+0x180017033)
#23 0x7ff9751345ec in mozilla::interceptor::FuncHook<mozilla::interceptor::WindowsDllInterceptor<mozilla::interceptor::VMSharingPolicyShared>,void (*)(int, void *, void *)>::operator() /builds/worker/workspace/obj-build/dist/include/nsWindowsDllInterceptor.h:150
#24 0x7ff9751345ec in patched_BaseThreadInitThunk /builds/worker/checkouts/gecko/mozglue/dllservices/WindowsDllBlocklist.cpp:588
previously allocated by thread T46 here:
#0 0x7ff963c15c0b in malloc Z:\task_1626506473\fetches\llvm-project\llvm\projects\compiler-rt\lib\asan\asan_malloc_win.cpp:98
#1 0x7ff97513139d in moz_xmalloc /builds/worker/checkouts/gecko/memory/mozalloc/mozalloc.cpp:52
#2 0x7ff9500eb502 in operator new[] /builds/worker/workspace/obj-build/dist/include/mozilla/cxxalloc.h:42
#3 0x7ff9500eb502 in mozilla::gfx::RecordedFillGlyphs::RecordedFillGlyphs<class mozilla::gfx::EventStream>(class mozilla::gfx::EventStream &) /builds/worker/checkouts/gecko/gfx/2d/RecordedEventImpl.h:2398
#4 0x7ff9500ae2e2 in mozilla::gfx::RecordedEvent::DoWithEvent<class mozilla::gfx::EventRingBuffer>(class mozilla::gfx::EventRingBuffer &, enum mozilla::gfx::RecordedEvent::EventType, class std::function<(class mozilla::gfx::RecordedEvent *)> const &) /builds/worker/checkouts/gecko/gfx/2d/RecordedEventImpl.h:3989
#5 0x7ff950858f5a in mozilla::layers::CanvasTranslator::TranslateRecording(void) /builds/worker/checkouts/gecko/gfx/layers/ipc/CanvasTranslator.cpp:245
#6 0x7ff950858837 in mozilla::layers::CanvasTranslator::StartTranslation(void) /builds/worker/checkouts/gecko/gfx/layers/ipc/CanvasTranslator.cpp:168
#7 0x7ff94d77441a in mozilla::detail::RunnableMethodArguments<>::applyImpl /builds/worker/workspace/obj-build/dist/include/nsThreadUtils.h:1148
#8 0x7ff94d77441a in mozilla::detail::RunnableMethodArguments<>::apply /builds/worker/workspace/obj-build/dist/include/nsThreadUtils.h:1154
#9 0x7ff94d77441a in mozilla::detail::RunnableMethodImpl<class nsCOMPtr<class mozilla::dom::SVGSVGElement>, void (__cdecl mozilla::dom::SVGSVGElement::*)(void), 1, 0>::Run(void) /builds/worker/workspace/obj-build/dist/include/nsThreadUtils.h:1201
#10 0x7ff94d941d4d in mozilla::TaskQueue::Runner::Run(void) /builds/worker/checkouts/gecko/xpcom/threads/TaskQueue.cpp:208
#11 0x7ff94d974808 in nsThreadPool::Run(void) /builds/worker/checkouts/gecko/xpcom/threads/nsThreadPool.cpp:303
#12 0x7ff94d95fc74 in nsThread::ProcessNextEvent(bool, bool *) /builds/worker/checkouts/gecko/xpcom/threads/nsThread.cpp:1142
#13 0x7ff94d96ff2c in NS_ProcessNextEvent(class nsIThread *, bool) /builds/worker/checkouts/gecko/xpcom/threads/nsThreadUtils.cpp:466
#14 0x7ff94ed1413e in mozilla::ipc::MessagePumpForNonMainThreads::Run(class base::MessagePump::Delegate *) /builds/worker/checkouts/gecko/ipc/glue/MessagePump.cpp:300
#15 0x7ff94ec21615 in MessageLoop::RunInternal /builds/worker/checkouts/gecko/ipc/chromium/src/base/message_loop.cc:331
#16 0x7ff94ec21615 in MessageLoop::RunHandler(void) /builds/worker/checkouts/gecko/ipc/chromium/src/base/message_loop.cc:324
#17 0x7ff94ec213e5 in MessageLoop::Run(void) /builds/worker/checkouts/gecko/ipc/chromium/src/base/message_loop.cc:306
#18 0x7ff94d958a00 in nsThread::ThreadFunc(void *) /builds/worker/checkouts/gecko/xpcom/threads/nsThread.cpp:390
#19 0x7ff974151fbe in _PR_NativeRunThread /builds/worker/checkouts/gecko/nsprpub/pr/src/threads/combined/pruthr.c:399
#20 0x7ff97412b08b in pr_root /builds/worker/checkouts/gecko/nsprpub/pr/src/md/windows/w95thred.c:139
#21 0x7ff9d1691bb1 (C:\Windows\System32\ucrtbase.dll+0x180021bb1)
#22 0x7ff963c20617 in __asan::AsanThread::ThreadStart(unsigned __int64) Z:\task_1626506473\fetches\llvm-project\llvm\projects\compiler-rt\lib\asan\asan_thread.cpp:270
Thread T46 created by T4 here:
#0 0x7ff963c216b2 in __asan_wrap_CreateThread Z:\task_1626506473\fetches\llvm-project\llvm\projects\compiler-rt\lib\asan\asan_win.cpp:146
#1 0x7ff9d1691896 (C:\Windows\System32\ucrtbase.dll+0x180021896)
#2 0x7ff97412aebd in _PR_MD_CREATE_THREAD /builds/worker/checkouts/gecko/nsprpub/pr/src/md/windows/w95thred.c:153
#3 0x7ff974152d9c in _PR_NativeCreateThread /builds/worker/checkouts/gecko/nsprpub/pr/src/threads/combined/pruthr.c:1058
#4 0x7ff9741536f3 in _PR_CreateThread /builds/worker/checkouts/gecko/nsprpub/pr/src/threads/combined/pruthr.c:1184
#5 0x7ff974149abf in PR_CreateThread /builds/worker/checkouts/gecko/nsprpub/pr/src/threads/combined/pruthr.c:1404
#6 0x7ff94d95b20c in nsThread::Init(class nsTSubstring<char> const &) /builds/worker/checkouts/gecko/xpcom/threads/nsThread.cpp:602
#7 0x7ff94d96d53b in nsThreadManager::NewNamedThread(class nsTSubstring<char> const &, unsigned int, class nsIThread **) /builds/worker/checkouts/gecko/xpcom/threads/nsThreadManager.cpp:573
#8 0x7ff94d97947c in NS_NewNamedThread(class nsTSubstring<char> const &, class nsIThread **, struct already_AddRefed<class nsIRunnable>, unsigned int) /builds/worker/checkouts/gecko/xpcom/threads/nsThreadUtils.cpp:162
#9 0x7ff94d972be6 in NS_NewNamedThread /builds/worker/checkouts/gecko/xpcom/threads/nsThreadUtils.cpp:155
#10 0x7ff94d972be6 in nsThreadPool::PutEvent(struct already_AddRefed<class nsIRunnable>, unsigned int) /builds/worker/checkouts/gecko/xpcom/threads/nsThreadPool.cpp:118
#11 0x7ff94d975eeb in nsThreadPool::Dispatch(struct already_AddRefed<class nsIRunnable>, unsigned int) /builds/worker/checkouts/gecko/xpcom/threads/nsThreadPool.cpp:354
#12 0x7ff94d92b86a in mozilla::SharedThreadPool::Dispatch(struct already_AddRefed<class nsIRunnable>, unsigned int) /builds/worker/workspace/obj-build/dist/include/mozilla/SharedThreadPool.h:73
#13 0x7ff94d93f09a in mozilla::TaskQueue::DispatchLocked(class nsCOMPtr<class nsIRunnable> &, unsigned int, enum mozilla::AbstractThread::DispatchReason) /builds/worker/checkouts/gecko/xpcom/threads/TaskQueue.cpp:68
#14 0x7ff94d97d22b in mozilla::TaskQueue::Dispatch(struct already_AddRefed<class nsIRunnable>, enum mozilla::AbstractThread::DispatchReason) /builds/worker/workspace/obj-build/dist/include/mozilla/TaskQueue.h:88
#15 0x7ff9508585da in mozilla::layers::CanvasTranslator::RecvResumeTranslation(void) /builds/worker/checkouts/gecko/gfx/layers/ipc/CanvasTranslator.cpp:160
#16 0x7ff9508570cd in mozilla::layers::CanvasTranslator::RecvInitTranslator(enum mozilla::layers::TextureType const &, void *const &, void *const &, void *const &) /builds/worker/checkouts/gecko/gfx/layers/ipc/CanvasTranslator.cpp:151
#17 0x7ff94f7f20fe in mozilla::layers::PCanvasParent::OnMessageReceived(class IPC::Message const &) /builds/worker/workspace/obj-build/ipc/ipdl/PCanvasParent.cpp:188
#18 0x7ff94ed09904 in mozilla::ipc::MessageChannel::DispatchAsyncMessage(class mozilla::ipc::ActorLifecycleProxy *, class IPC::Message const &) /builds/worker/checkouts/gecko/ipc/glue/MessageChannel.cpp:2084
#19 0x7ff94ed05d6f in mozilla::ipc::MessageChannel::DispatchMessage(class IPC::Message &&) /builds/worker/checkouts/gecko/ipc/glue/MessageChannel.cpp:2011
#20 0x7ff94ed07bf1 in mozilla::ipc::MessageChannel::RunMessage(class mozilla::ipc::MessageChannel::MessageTask &) /builds/worker/checkouts/gecko/ipc/glue/MessageChannel.cpp:1859
#21 0x7ff94ed0819c in mozilla::ipc::MessageChannel::MessageTask::Run(void) /builds/worker/checkouts/gecko/ipc/glue/MessageChannel.cpp:1890
#22 0x7ff94d941d4d in mozilla::TaskQueue::Runner::Run(void) /builds/worker/checkouts/gecko/xpcom/threads/TaskQueue.cpp:208
#23 0x7ff94d974808 in nsThreadPool::Run(void) /builds/worker/checkouts/gecko/xpcom/threads/nsThreadPool.cpp:303
#24 0x7ff94d95fc74 in nsThread::ProcessNextEvent(bool, bool *) /builds/worker/checkouts/gecko/xpcom/threads/nsThread.cpp:1142
#25 0x7ff94d96ff2c in NS_ProcessNextEvent(class nsIThread *, bool) /builds/worker/checkouts/gecko/xpcom/threads/nsThreadUtils.cpp:466
#26 0x7ff94ed1413e in mozilla::ipc::MessagePumpForNonMainThreads::Run(class base::MessagePump::Delegate *) /builds/worker/checkouts/gecko/ipc/glue/MessagePump.cpp:300
#27 0x7ff94ec21615 in MessageLoop::RunInternal /builds/worker/checkouts/gecko/ipc/chromium/src/base/message_loop.cc:331
#28 0x7ff94ec21615 in MessageLoop::RunHandler(void) /builds/worker/checkouts/gecko/ipc/chromium/src/base/message_loop.cc:324
#29 0x7ff94ec213e5 in MessageLoop::Run(void) /builds/worker/checkouts/gecko/ipc/chromium/src/base/message_loop.cc:306
#30 0x7ff94d958a00 in nsThread::ThreadFunc(void *) /builds/worker/checkouts/gecko/xpcom/threads/nsThread.cpp:390
#31 0x7ff974151fbe in _PR_NativeRunThread /builds/worker/checkouts/gecko/nsprpub/pr/src/threads/combined/pruthr.c:399
#32 0x7ff97412b08b in pr_root /builds/worker/checkouts/gecko/nsprpub/pr/src/md/windows/w95thred.c:139
#33 0x7ff9d1691bb1 (C:\Windows\System32\ucrtbase.dll+0x180021bb1)
#34 0x7ff963c20617 in __asan::AsanThread::ThreadStart(unsigned __int64) Z:\task_1626506473\fetches\llvm-project\llvm\projects\compiler-rt\lib\asan\asan_thread.cpp:270
#35 0x7ff9d28b7033 (C:\Windows\System32\KERNEL32.DLL+0x180017033)
#36 0x7ff9751345ec in mozilla::interceptor::FuncHook<mozilla::interceptor::WindowsDllInterceptor<mozilla::interceptor::VMSharingPolicyShared>,void (*)(int, void *, void *)>::operator() /builds/worker/workspace/obj-build/dist/include/nsWindowsDllInterceptor.h:150
#37 0x7ff9751345ec in patched_BaseThreadInitThunk /builds/worker/checkouts/gecko/mozglue/dllservices/WindowsDllBlocklist.cpp:588
#38 0x7ff9d3982650 (C:\Windows\SYSTEM32\ntdll.dll+0x180052650)
Thread T4 created by T0 here:
#0 0x7ff963c216b2 in __asan_wrap_CreateThread Z:\task_1626506473\fetches\llvm-project\llvm\projects\compiler-rt\lib\asan\asan_win.cpp:146
#1 0x7ff9d1691896 (C:\Windows\System32\ucrtbase.dll+0x180021896)
#2 0x7ff97412aebd in _PR_MD_CREATE_THREAD /builds/worker/checkouts/gecko/nsprpub/pr/src/md/windows/w95thred.c:153
#3 0x7ff974152d9c in _PR_NativeCreateThread /builds/worker/checkouts/gecko/nsprpub/pr/src/threads/combined/pruthr.c:1058
#4 0x7ff9741536f3 in _PR_CreateThread /builds/worker/checkouts/gecko/nsprpub/pr/src/threads/combined/pruthr.c:1184
#5 0x7ff974149abf in PR_CreateThread /builds/worker/checkouts/gecko/nsprpub/pr/src/threads/combined/pruthr.c:1404
#6 0x7ff94d95b20c in nsThread::Init(class nsTSubstring<char> const &) /builds/worker/checkouts/gecko/xpcom/threads/nsThread.cpp:602
#7 0x7ff94d96d53b in nsThreadManager::NewNamedThread(class nsTSubstring<char> const &, unsigned int, class nsIThread **) /builds/worker/checkouts/gecko/xpcom/threads/nsThreadManager.cpp:573
#8 0x7ff94d97947c in NS_NewNamedThread(class nsTSubstring<char> const &, class nsIThread **, struct already_AddRefed<class nsIRunnable>, unsigned int) /builds/worker/checkouts/gecko/xpcom/threads/nsThreadUtils.cpp:162
#9 0x7ff94d972be6 in NS_NewNamedThread /builds/worker/checkouts/gecko/xpcom/threads/nsThreadUtils.cpp:155
#10 0x7ff94d972be6 in nsThreadPool::PutEvent(struct already_AddRefed<class nsIRunnable>, unsigned int) /builds/worker/checkouts/gecko/xpcom/threads/nsThreadPool.cpp:118
#11 0x7ff94d975eeb in nsThreadPool::Dispatch(struct already_AddRefed<class nsIRunnable>, unsigned int) /builds/worker/checkouts/gecko/xpcom/threads/nsThreadPool.cpp:354
#12 0x7ff94d96673d in BackgroundEventTarget::Dispatch(struct already_AddRefed<class nsIRunnable>, unsigned int) /builds/worker/checkouts/gecko/xpcom/threads/nsThreadManager.cpp:166
#13 0x7ff94d97b825 in nsIEventTarget::Dispatch /builds/worker/workspace/obj-build/dist/include/nsIEventTarget.h:41
#14 0x7ff94d97b825 in nsThreadManager::DispatchToBackgroundThread /builds/worker/checkouts/gecko/xpcom/threads/nsThreadManager.cpp:501
#15 0x7ff94d97b825 in NS_DispatchBackgroundTask(struct already_AddRefed<class nsIRunnable>, unsigned int) /builds/worker/checkouts/gecko/xpcom/threads/nsThreadUtils.cpp:502
#16 0x7ff956f9f679 in mozilla::crashreporter::LSPAnnotate(void) /builds/worker/checkouts/gecko/widget/windows/LSPAnnotator.cpp:131
#17 0x7ff956fdd990 in nsAppShell::Init(void) /builds/worker/checkouts/gecko/widget/windows/nsAppShell.cpp:501
#18 0x7ff956f1dd4f in nsAppShellInit /builds/worker/checkouts/gecko/widget/nsAppShellSingleton.h:47
#19 0x7ff956f1dd4f in nsWidgetWindowsModuleCtor(void) /builds/worker/checkouts/gecko/widget/windows/nsWidgetFactory.cpp:49
#20 0x7ff94d8b7d51 in mozilla::xpcom::CallInitFunc /builds/worker/workspace/obj-build/xpcom/components/StaticComponents.cpp:8961
#21 0x7ff94d8b7d51 in mozilla::xpcom::CreateInstanceImpl /builds/worker/workspace/obj-build/xpcom/components/StaticComponents.cpp:11279
#22 0x7ff94d905ad3 in `anonymous namespace'::EntryWrapper::CreateInstance /builds/worker/checkouts/gecko/xpcom/components/nsComponentManager.cpp:174
#23 0x7ff94d905ad3 in nsComponentManagerImpl::GetServiceLocked /builds/worker/checkouts/gecko/xpcom/components/nsComponentManager.cpp:1276
#24 0x7ff94d904c58 in nsComponentManagerImpl::GetService(struct nsID const &, struct nsID const &, void **) /builds/worker/checkouts/gecko/xpcom/components/nsComponentManager.cpp:1330
#25 0x7ff94d90f74e in CallGetService /builds/worker/checkouts/gecko/xpcom/components/nsComponentManagerUtils.cpp:51
#26 0x7ff94d90f74e in nsGetServiceByCID::operator()(struct nsID const &, void **) const /builds/worker/checkouts/gecko/xpcom/components/nsComponentManagerUtils.cpp:220
#27 0x7ff94d706743 in nsCOMPtr_base::assign_from_gs_cid(class nsGetServiceByCID, struct nsID const &) /builds/worker/checkouts/gecko/xpcom/base/nsCOMPtr.cpp:64
#28 0x7ff95b3d3219 in nsCOMPtr<nsIAppShell>::nsCOMPtr /builds/worker/workspace/obj-build/dist/include/nsCOMPtr.h:611
#29 0x7ff95b3d3219 in XRE_RunAppShell(void) /builds/worker/checkouts/gecko/toolkit/xre/nsEmbedFunctions.cpp:867
#30 0x7ff94ec21615 in MessageLoop::RunInternal /builds/worker/checkouts/gecko/ipc/chromium/src/base/message_loop.cc:331
#31 0x7ff94ec21615 in MessageLoop::RunHandler(void) /builds/worker/checkouts/gecko/ipc/chromium/src/base/message_loop.cc:324
#32 0x7ff94ec213e5 in MessageLoop::Run(void) /builds/worker/checkouts/gecko/ipc/chromium/src/base/message_loop.cc:306
#33 0x7ff95b3d2709 in XRE_InitChildProcess(int, char **const, struct XREChildData const *) /builds/worker/checkouts/gecko/toolkit/xre/nsEmbedFunctions.cpp:742
#34 0x7ff6b0631f49 in content_process_main /builds/worker/checkouts/gecko/browser/app/../../ipc/contentproc/plugin-container.cpp:58
#35 0x7ff6b0631f49 in NS_internal_main(int, char **, char **) /builds/worker/checkouts/gecko/browser/app/nsBrowserApp.cpp:327
#36 0x7ff6b06314d4 in wmain /builds/worker/checkouts/gecko/toolkit/xre/nsWindowsWMain.cpp:131
#37 0x7ff6b072f207 in invoke_main f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl:90
#38 0x7ff6b072f207 in __scrt_common_main_seh f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl:288
#39 0x7ff9d28b7033 (C:\Windows\System32\KERNEL32.DLL+0x180017033)
#40 0x7ff9d3982650 (C:\Windows\SYSTEM32\ntdll.dll+0x180052650)
SUMMARY: AddressSanitizer: double-free Z:\task_1626506473\fetches\llvm-project\llvm\projects\compiler-rt\lib\asan\asan_malloc_win.cpp:82 in free
==13524==ABORTING
```
|
|
1,722,374 | 15,501,254 |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36
Steps to reproduce:
1. Ctrl N for new message
2. In message area, type any text (e.g. "text"), select, and press Ctrl K to make link
3. In "Link Location" field paste in URL with escaped special character, (e.g. https://www.example.com/?session_id=1R2TDJEfEY6mpXa7YWOsZSwcNpMFntW0d8mxSk%3D)
4. Click OK
5. Click somewhere on linked text and press Ctrl K again
Actual results:
The percent sign (%) used to encode the equal sign (=) in the URL parameter has ITSELF been encoded (%25) so the URL changes to:
1R2TDJEfEY6mpXa7YWOsZSwcNpMFntW0d8mxSk%253D
Expected results:
Thunderbird should not alter the link at all -- it is perfectly valid
|
|
1,722,621 | 15,503,059 |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0
Steps to reproduce:
Below steps with Firefox 91b7 and JAWS version 2021.2107.12
1. Open webpage with address form (for example https://www.freedomscientific.com/SurfsUp/WebTrack.htm)
2. Press [e] to skip to the first edit field and press [enter] to enter forms mode
3. Press [down arrow]. This selects from the list of saved addresses in Firefox. If I want the fourth saved address for example, press [down arrow] four times and then [enter] to select and populate the form.
Actual results:
JAWS does not read the selected autofill option
Expected results:
Prior to Firefox 91, JAWS would read the selected address with each press of [down arrow].
I reproduced the problem on a new profile and on a second Windows laptop running Firefox 91. I also brought this issue to the attention of Vispero customer support, who were able to reproduce the issue with JAWS , NVDA, and Windows Narrator in Firefox 91.
|
|
1,722,966 | 15,505,517 |
We've got a user report that this extension cannot be loaded on Nightly: https://addons.mozilla.org/en-US/firefox/addon/omnivore/
This extension has `"manifest_version": 2,` in manifest.json and the following keys:
```
"permissions": [
"activeTab",
"storage",
"scripting",
"https://*/**",
"http://*/**"
],
"host_permissions": [
"https://*/**",
"http://*/**"
],
```
`host_permissions` is unsupported in Manifest v2. The desired behavior is to not reject installation of extensions that use manifest v3 properties, but to just ignore the key and print a warning in the console.
Console output upon trying to install the extension:
```
1627577008271 addons.webextension.<unknown> ERROR Loading extension 'null': Reading manifest: Property "host_permissions" is unsupported in Manifest Version 2
append resource://gre/modules/Log.jsm:723
log resource://gre/modules/Log.jsm:379
error resource://gre/modules/Log.jsm:387
_logMessage resource://gre/modules/Extension.jsm:560
logError resource://gre/modules/Extension.jsm:556
packagingError resource://gre/modules/Extension.jsm:543
manifestError resource://gre/modules/Extension.jsm:529
parseManifest resource://gre/modules/Extension.jsm:1001
InterpretGeneratorResume self-hosted:1482
AsyncFunctionNext self-hosted:692
(Async: async)
loadManifest resource://gre/modules/Extension.jsm:1294
loadManifestFromWebManifest resource://gre/modules/addons/XPIInstall.jsm:454
loadManifest resource://gre/modules/addons/XPIInstall.jsm:657
InterpretGeneratorResume self-hosted:1482
AsyncFunctionNext self-hosted:692
(Async: async)
loadManifest resource://gre/modules/addons/XPIInstall.jsm:1542
onStopRequest resource://gre/modules/addons/XPIInstall.jsm:2460
```
|
|
1,723,124 | 15,506,670 |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36
Steps to reproduce:
1. Open https://hermanitos.ch/index.php/shop
2. Open developer console
3. Paste and run the following code:
(new Promise(function (resolve) {
resolve();
}))
.then(function () {
console.log('Hello')
})
.then(function () {
console.log('World')
}.bind(this));
Actual results:
Prints on the console:
Hello
Expected results:
Prints on the console:
Hello
World
|
|
1,723,734 | 15,512,487 |
Created attachment 9234442
551551e9-c2f8-466d-835b-24e72638a33a.pdf
**Note**
* When the user loads a specific PDF file in Adobe Reader, selects some radio buttons, and then saves it and reopens it, he will notice that the radio button selections previously made are not being show.
**Affected versions**
* Nightly v92.0a1
**Affected platforms**
* all
**Steps to reproduce**
1. Launch browser.
2. Flip "pdfjs.enableXfa" to true.
3. Load the attached PDF file.
4. Make selections of the radio buttons shown in the demo pic.
5. Save the PDF file.
6. Reopen it.
**Expected result**
* The radio button selections are properly displayed.
**Actual result**
* The radio button selections are not shown.
**Regression range**
* Not a regression.
**Additional information**
* This issue does not occur on all the radio buttons, but specifically on that set.
|
|
1,551,282 | 14,115,310 |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36
Steps to reproduce:
Attempt to open https://mycloud.pearson.com using nightly
Actual results:
Partial page is displayed
Expected results:
Open same page in stable 66.0.5 (64-bit), compare
|
|
1,551,455 | 14,116,719 |
Created attachment 9064691
Screenshot_26.png
**Affected versions**
* 67.0
**Affected platforms**
* Windows 10, Windows 8.1
**Steps to reproduce**
1. Install a Firefox (62+ version)- set up for Acer distribution;
2. Set up the language pack as per instructions in the document bellow;
3. Perform update;
4. Access about:addons
*see this [link](https://docs.google.com/document/d/1as3_as29fNAwNBQRjebQRUbgbjdsAaFTBxE2r8V5cQ4/edit) for additional details;
**Expected result**
* New section displayed under Plugins;
**Actual result**
* The Languages section is not displayed;
* After the restart, warning that the version is not compatible is displayed;
**Regression range**
* issues started to reproduce with updates from Firefox 62;
**Additional notes**
* attached screenshot with console log, xpi file renamed;
* trying to redo the setup with versions prior to this, ex 58.0 does not exhibit this issue;
|
|
1,544,386 | 14,055,309 |
The following program (found through fuzzing and manually modified) crashes Spidermonkey built from the current beta channel and Firefox 66.0.3 (current stable):
// Run with --no-threads for increased reliability
const v4 = [{a: 0}, {a: 1}, {a: 2}, {a: 3}, {a: 4}];
function v7(v8,v9) {
if (v4.length == 0) {
v4[3] = {a: 5};
}
// pop the last value. IonMonkey will, based on inferred types, conclude that the result
// will always be an object, which is untrue when p[0] is fetched here.
const v11 = v4.pop();
// Then if will crash here when dereferencing a controlled double value as pointer.
v11.a;
// Force JIT compilation.
for (let v15 = 0; v15 < 10000; v15++) {}
}
var p = {};
p.__proto__ = [{a: 0}, {a: 1}, {a: 2}];
p[0] = -1.8629373288622089e-06;
v4.__proto__ = p;
for (let v31 = 0; v31 < 1000; v31++) {
v7();
}
When run, it produces a crash similar to the following:
* thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=EXC_I386_GPFLT)
frame #0: 0x000025a3b99b26cb
-> 0x25a3b99b26cb: cmp qword ptr [rax], r11
0x25a3b99b26ce: jne 0x25a3b99b26dd
0x25a3b99b26d4: cmovne rax, rcx
0x25a3b99b26d8: jmp 0x25a3b99b26f4
Target 0: (js) stopped.
(lldb) reg read rax
rax = 0x4141414141414141
I haven't thoroughly analyzed bug, but here is roughly what appears to be happening:
* when v4 is created, it will have inferred types for its elements, indicating that they will be JSObjects (this can be seen by running the spidermonkey shell with `INFERFLAGS=full` in the environment)
* in the block following the function definition, v4's prototype is changed to a new object with a double as element 0. This does not change the inferred element types of v4, presumably because these only track own properties/elements and not from prototypes
* v7 is executed a few times and all original elements from v4 are popped
* the element assignment (`v4[3] = ...`) changes the length of the array (to 4) without changing the inferred element types
Afterwards, v7 is (re-)compiled by IonMonkey:
* the call to v4.pop() is inlined by IonMonkey and converted to an MArrayPopShift instruction [1]
* since the inferred element types (JSObjects) match the observed types, no type barrier is emitted [2, 3]
* IonMonkey now assumes that the result of v4.pop() will be an object, thus omits type checks and directly proceed with the property load
* Later, when generating machine code for v4.pop [4], IonMonkey generates a call to the runtime function ArrayPopDense [5]
At execution time of the JITed code, when v4.length is back at 1 (and so the only element left to pop is element 0), the following happens:
* The runtime call to ArrayPopDense is taken
* this calls js::array_pop which in turn proceeds to load p[0] as v4 doesn't have a property with name '0'
* the array pop operation thus returns a double value
However, the JITed code still assumes that it received a JSObject* from the array pop operation and goes on to dereference the value, leading to a crash at an attacker controlled address. It is likely possible to exploit this bug further as type inference issues are generally well exploitable.
To summarize, the problem seems to be that the code handling Array.pop in IonMonkey doesn't take into account that Array.prototype.pop can load an element from the prototype, which could conflict with the array's inferred element types.
Please note: this bug is subject to a 90 day disclosure deadline. After 90 days elapse or a patch has been made broadly available (whichever is earlier), the bug report will become visible to the public.
With any fix, please give credit for identifying the vulnerability to Samuel Groß of Google Project Zero.
[1] https://github.com/mozilla/gecko-dev/blob/83bea62461d1e30aebef5077462fafb256368e9e/js/src/jit/MCallOptimize.cpp#L885
[2] https://github.com/mozilla/gecko-dev/blob/83bea62461d1e30aebef5077462fafb256368e9e/js/src/jit/MCallOptimize.cpp#L945
[3] https://github.com/mozilla/gecko-dev/blob/83bea62461d1e30aebef5077462fafb256368e9e/js/src/jit/MIR.cpp#L5836
[4] https://github.com/mozilla/gecko-dev/blob/83bea62461d1e30aebef5077462fafb256368e9e/js/src/jit/CodeGenerator.cpp#L9891
[5] https://github.com/mozilla/gecko-dev/blob/83bea62461d1e30aebef5077462fafb256368e9e/js/src/jit/VMFunctions.cpp#L430
|
|
1,545,081 | 14,060,274 |
Created attachment 9058939
Screenshot_1.png
**Browser / Version**
Firefox Nightly 68.0a1 (2019-04-16)
**Operating System**
OnePlus 6 (Android 9) - 1080 x 2280 pixels, 19:9 ratio (~402 ppi pixel density)
**Steps to reproduce:**
1. Navigate to: about:compat
2. Identify some interventions that have the same BZ issue as reference.
3. Try to toggle between Enable/Disable state any of them **but** the first one.
**Expected Behavior:**
The toggle works.
**Actual Behavior:**
The toggle is not working.
**Notes:**
1. Screenshot attached.
|
|
1,549,249 | 14,098,048 |
+++ This bug was initially created as a clone of Bug #1549061 +++
Starting around https://bugzilla.mozilla.org/show_bug.cgi?id=1549061#c19 we've been investigating why some users aren't seeing the cert installed (and the extensions.signer.hotfixed pref being set).
The error seen in Comment 26 in that bug is:
```
1557097728294 addons.xpi ERROR failed to add new intermediate certificate:: [Exception... "Component returned failure code: 0x805a1f65 [nsIX509CertDB.addCertFromBase64]" nsresult: "0x805a1f65 (<unknown>)" location: "JS frame :: resource://gre/modules/addons/XPIProvider.jsm :: addMissingIntermediateCertificate :: line 1896" data: no] Stack trace: addMissingIntermediateCertificate()@resource://gre/modules/addons/XPIProvider.jsm:1896
```
Which is causing an exception at https://hg.mozilla.org/releases/mozilla-release/rev/848b15028562c6757748070f637e0e4f0bbb5f65#l1.25 and thus not injecting the cert or setting the pref.
Some initial investigation indicates that this is from SEC_ERROR_TOKEN_NOT_LOGGED_IN and that it may be related to the user having a Master Password. Testing locally on Linux and OSX doesn't reproduce though. Some users also report having antivirus installed, so there may be some interaction between the two. Or SEC_ERROR_TOKEN_NOT_LOGGED_IN could be coming from something else.
|
|
1,552,559 | 14,124,658 |
+++ This bug was initially created as a follow-up of Bug #1544273 +++
Looks like it wasn't fixed completely, as it's still occurs using even latest Mozilla Firefox Nightly 68.0a1 (2019-05-17) (64-bit) [rev: 839cdad764d741ab4438b6feabeec749a22b34d5].
STR:
1. Go to Options ( about:preferences )
2. Select "Search" tab ( about:preferences#search )
3. Remove all One-Click Search Engines leaving only "Google"
4. Wait for daily Mozilla Firefox Nightly update
and after update doing STR #1 & #2, you can see that:
- Amazon.com
- eBay
are readded to One-Click Search Engines
Regression caused by:
bug #1496075
[Tracking Requested - why for this release]: Regression
@ Dale Harvey (:daleharvey) - I attached Browser Console log with "browser.search.log" boolean type preference set to "true" value in about:config.
|
|
1,553,198 | 14,130,597 |
Created attachment 9066440
2019-05-21 18_16_32-Window.png
**[Affected versions]:**
- Firefox Beta 68.0b3 [Build ID 20190520131124]
- Firefox Nightly 69.0b1 [Build ID 20190521094447]
**[Affected Platforms]:**
- All Windows
- All Mac
- All Linux
**[Prerequisites]:**
- Access to NORMANDY Delivery Console https://delivery-console.stage.mozaws.net/ is needed.
- Set the `app.normandy.dev_mode preference` to `true` to run recipes immediately on startup.
- Set the `app.normandy.logging.level` preference to `0` to enable more logging.
- Set the `security.content.signature.root_hash` preference 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`.
- Set the preference value for `app.normandy.api_url` set to `https://stage.normandy.nonprod.cloudops.mozgcp.net/api/v1`.
- Set the `services.settings.server` preference to `https://settings.stage.mozaws.net/v1`.
- An preference experiment recipe was already created and is live [#720](https://delivery-console.stage.mozaws.net/recipe/720/)
- Have the browser console opened.
**[Steps to reproduce]:**
1. Open the browser with the profile targeted in the prerequisites.
2. Wait ~2-5 minutes and restart the browser.
3. Search in the browser console for the recipe from the prerequisites and observe the logs.
**[Expected result]:**
- The recipe from the prerequisites is fetched, executed and remains active.
**[Actual result]:**
- The recipe from the prerequisite is fetched, executed and stopped.
**[Notes]:**
- This issue is not reproducible on Firefox Release 67 [Build ID 20190516215225,
User Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0]
- I used the filter expression: 'andreea'|preferenceExists and the following recipes: [#720](https://delivery-console.stage.mozaws.net/recipe/720/), [#716](https://delivery-console.stage.mozaws.net/recipe/716/)
- [Here](https://drive.google.com/file/d/1Sh_f4bhFLtAkEkXyXI2aipOop0Qmuoh8/view?usp=sharing) is a screen recording with the issue.
- Attached a screenshot of the logs from the browser console.
|
|
1,553,951 | 14,136,218 |
Created attachment 9067164
ff.cap
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36
Steps to reproduce:
Trying to open any website does not work, it is being loaded and after many many minutes, it times out with "corrupted content error"
I attach a pcap file where I took a complete packet capture of my wlan interface. No other application (like another browser, or email client, etc.) was running. I then started firefox by typing "firefox www.wikipedia.org" into a terminal.
This issue surfaced one or two days ago.
I am running Ubuntu 19.04, I upgrade packages every day. The problem probably surfaced due to an upgrade one or two days ago.
$ uname -a
Linux samarkand 5.0.0-15-generic #16-Ubuntu SMP Mon May 6 17:41:33 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
$ sudo apt info firefox
Package: firefox
Version: 67.0+build2-0ubuntu0.19.04.1
Priority: optional
Section: web
Origin: Ubuntu
Maintainer: Ubuntu Mozilla Team <[email protected]>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 183 MB
Provides: gnome-www-browser, iceweasel, www-browser
Depends: lsb-release, libatk1.0-0 (>= 1.12.4), libc6 (>= 2.29), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.10.0), libdbus-1-3 (>= 1.9.14), libdbus-glib-1-2 (>= 0.78), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.3.5), libgcc1 (>= 1:4.2), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.31.8), libgtk-3-0 (>= 3.4), libpango-1.0-0 (>= 1.22.0), libpangocairo-1.0-0 (>= 1.14.0), libstartup-notification0 (>= 0.8), libstdc++6 (>= 6), libx11-6, libx11-xcb1, libxcb-shm0, libxcb1, libxcomposite1 (>= 1:0.3-1), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxrender1, libxt6
Recommends: xul-ext-ubufox, libcanberra0, libdbusmenu-glib4, libdbusmenu-gtk3-4
Suggests: fonts-lyx
Replaces: kubuntu-firefox-installer
Task: ubuntu-desktop-minimal, ubuntu-desktop, kubuntu-desktop, kubuntu-full, xubuntu-desktop, lubuntu-desktop, ubuntustudio-desktop, ubuntukylin-desktop, ubuntu-mate-core, ubuntu-mate-desktop, ubuntu-budgie-desktop
Xul-Appid: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
Supported: 9m
Download-Size: 48.5 MB
APT-Manual-Installed: yes
APT-Sources: http://ch.archive.ubuntu.com/ubuntu disco-updates/main amd64 Packages
Description: Safe and easy web browser from Mozilla
Firefox delivers safe, easy web browsing. A familiar user interface,
enhanced security features including protection from online identity theft,
and integrated search let you get the most out of the web.
Actual results:
The website is tried to be loading ("Waiting for ....") but nothing is happening.
After a long while, the "corrupted content error" page is shown.
|
|
1,555,627 | 14,149,008 |
Created attachment 9068653
no bug - Firefox 67.png
STR:
1. Open https://www.teknik.io/ website page
2. Get this error (for now, it will be fixed shortly)
> Secure Connection Failed
>
> An error occurred during a connection to www.teknik.io. PR_CONNECT_RESET_ERROR
>
> The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
> Please contact the website owners to inform them of this problem.
>
> Learn more…
>
> Try Again
>
> Report errors like this to help Mozilla identify and block malicious sites
3. Press "Learn more..." hyperlink
and see that it doesn't work, as nothing opened
|
|
1,555,661 | 14,149,207 |
This was noticed in bug 1554912, but splitting out as it seems a slightly different issue.
The URLs we're generating for google searches contain two client parameters, e.g. `https://www.google.com/search?client=firefox-b-d&q=test&client=firefox-b-ab`
`firefox-b-ab` is an old code, and `firefox-b-d` is the correct code. This is most likely a regression from bug 1496075.
The issue is that [browser/components/search/extensions/google/_locales/b-d/messages.json](https://searchfox.org/mozilla-central/source/browser/components/search/extensions/google/_locales/b-d/messages.json) doesn't have a param_keyword listing. As a result, the extension falls back to using the `en` value, which has the old param_keyword of `firefox-b-ab`.
As far as I know we don't use the old codes at all, so I think we should remove those locale options, and simplify the manifest.json for Google.
I'll also add a tests and do a quick check of the other multi-locales.
Tracking for 68, as this is a regression there and we need this fixing for it.
|
|
1,555,782 | 14,150,234 |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0
Steps to reproduce:
1. Visit yahoo mail (https://yahoo.com)
2. log into yahoo mail
3. visit
https://yahoo.uservoice.com/forums/904768-new-mail-de
4. enter some term into search bar below the "Wie können wir New Mail verbessern?" and wait a few seconds
5. click on button "Post a new idea..."
Actual results:
Nothing.
Expected results:
A form should open, like it does in the Chrome browser.
|
|
1,556,136 | 14,153,403 |
The following testcase crashes on mozilla-central revision a73077366144 (build with --enable-address-sanitizer, run with --fuzzing-safe --ion-offthread-compile=off --no-baseline --no-ion) with ASAN_OPTIONS=detect_leaks=1 in the environment variable with the left arrow in bash, e.g.:
ASAN_OPTIONS=detect_leaks=1 ./js-64-asan-linux-x86_64-a73077366144 --fuzzing-safe --ion-offthread-compile=off --no-baseline --no-ion < testcase.js
quit();
Backtrace:
=================================================================
==14673==ERROR: LeakSanitizer: detected memory leaks
Direct leak of 8 byte(s) in 1 object(s) allocated from:
#0 0x55e7fd849c30 in __interceptor_strdup (/home/ubuntu/shell-cache/js-64-asan-linux-x86_64-a73077366144/js-64-asan-linux-x86_64-a73077366144+0x13a8c30)
#1 0x55e7fda9403b in readline /home/ubuntu/trees/mozilla-central/js/src/editline/editline.c:1000:17
#2 0x55e7fd9bcac4 in GetLine(_IO_FILE*, char const*) /home/ubuntu/trees/mozilla-central/js/src/shell/js.cpp:686:19
#3 0x55e7fd9bcac4 in ReadEvalPrintLoop(JSContext*, _IO_FILE*, bool) /home/ubuntu/trees/mozilla-central/js/src/shell/js.cpp:1362
#4 0x55e7fd9bcac4 in Process(JSContext*, char const*, bool, FileKind) /home/ubuntu/trees/mozilla-central/js/src/shell/js.cpp:1496
#5 0x55e7fd95f990 in main /home/ubuntu/trees/mozilla-central/js/src/shell/js.cpp
#6 0x7f8ff8b8bb96 in __libc_start_main /build/glibc-OTsEL5/glibc-2.27/csu/../csu/libc-start.c:310
SUMMARY: AddressSanitizer: 8 byte(s) leaked in 1 allocation(s).
Or just enter it in the shell, press Enter.
This seems to be an old issue. :jorendorff, how best to move forward here, is this a valid issue?
|
|
1,556,243 | 14,154,065 |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0
Steps to reproduce:
Visit https://www.reddit.com/r/classicwow/
Actual results:
Takes 10+ seconds for page to load, and any scrolling is very slow. This is on a fast, modern PC (8700k, 32 gig ram, RTX2070)
Expected results:
Fast performance, like every other subreddit.
|
|
1,560,600 | 14,191,994 |
As titled, we shouldn't allow qualified WebRender at this moment on non-Windows (e.g. AMD + Linux => WebRender on nightly, basic on beta/release) for AMD devices unless it is nightly. There are still bugs to resolve before this can ship (see wr-linux).
|
|
1,481,907 | 13,530,915 |
Created attachment 8998602
Proof of concept (source and binaries)
SUMMARY
The the privileged status/log file creation performed by the MozillaMaintenance update service on Windows can be abused to create arbitrary files with write access. This can be used by an unprivileged user to obtain SYSTEM privileges.
VERSION
Firefox Version tested: 61.0.1 stable
MozillaMaintenance service version: 61.0.1.6759
Operating System: Windows 10 1803 (10.0.17134.112) x64
VULNERABILITY DETAILS
The MozillaMaintenance service creates files in a user-provided update location:
- maintenanceservice.exe creates an update.status file when it runs alone (no updater.exe)
- (Firefox's) updater.exe creates update.status and update.log
These files are actually created as temporary files via GetTempFileName (with 'svc', 'sta' and 'log' prefixes respectively + 3 or 4 hexadecimal digits + '.tmp' extension), then renamed/moved.
They are created and renamed/moved with SYSTEM privileges, without impersonation, in a user-provided directory (absolute path that must end with ...\updates\0).
This can be abused by an unprivileged user to create files as SYSTEM.
Indeed, because the user has control over the directory where these operations take place, an unprivileged user can change it to an NTFS junction that points to an arbitrary directory like C:\Windows\System32, and/or change its content to links targeting other files.
A quick illustration of this problem can be obtained with the following PowerShell commands:
New-Item -Type Junction -Force -Path C:\Temp\updates\0 -Value C:\Windows\System32
(Get-Service MozillaMaintenance).Start(@("MozillaMaintenance", "software-update", "updater.exe", "C:\Temp\updates\0", "C:\X", "C:\X"))
The above commands make the MozillaMaintenance service create an update.status file in C:\Windows\System32, because C:\Temp\updates\0 "points to" (reparses to) that directory.
Now, creating files with no control over the content isn't really that interesting, so we have to do it in a way that gives us control over the content and (optionally) the path of the resulting file.
One way to do this is by using symbolic links with the name of the manipulated files, e.g. predict/bruteforce the name of the temporary file (or change its content before the rename/move operation), and use a link with the name of the final file to choose the destination path.
Unprivileged users can't create "real" NTFS symbolic links on the filesystem by default, but they can create something close enough to work in most instances (including this case), by leveraging a technique found by James Forshaw of Google Project Zero.
Indeed, the parent directory (some\path\updates\0 in our case) can be made a junction to the \RPC Control\ object directory, where users can create symbolic link with arbitrary name and target path. The CreateFile call will reparse as needed (one time for the junction and another for the symlink), resulting in the application opening the desired file.
So, with the following setup:
C:\Temp\updates\0 -> \RPC Control\ (NTFS junction)
\RPC Control\update.status -> C:\Windows\System32\evil.dll (object manager symbolic link)
A CreateFile operation on C:\Temp\updates\0\update.status will actually open the file C:\Windows\System32\evil.dll
By making the temporary file creation in a user-writable location, before moving it to System32, we keep the file's access rights, so its content can then be replaced at will after it has moved to System32 even from our unprivileged user account.
We also need to create a symbolic link for the temporary file. The additional benefit of using object manager symlinks is that we don't have to guess or "bruteforce" the name of the temporary file. Indeed, the temporary file name creation (GetTempFileName), will cycle through 0000-FFFF for us when trying to create the name svcXXXX.tmp, as it gets REPARSE results when there is no symlink in \RPC Control\ with that name, because of the way GetTempFileName works.
So we just have to create one single link, e.g. svcAAAA.tmp, pointing to a file that does not yet exist in a user-writable location (C:\Temp\updates\moz_svc.tmp in the PoC).
Once these links are set up, we just have to call the MozillaMaintenance service with our trap directory to have it create our target file (arbitrary path) with SYSTEM privileges, and then we can replace its content with our evil payload (arbitrary content).
There are several ways to escalate privileges given an arbitrary file creation, for this PoC I chose to create the wow64log.dll file in C:\Windows\System32, which on x64 systems is loaded in 32-bits WOW64 processes. Because the MozillaMaintenance executable is 32-bits, we just start the service a second time to have it load the DLL and run our payload as SYSTEM.
PROOF OF CONCEPT
I've provided a PoC that implement the above step in order to spawn a shell running as SYSTEM from an unprivileged user session.
This PoC has the following components:
- CreateSymlink.exe: a tool by James Forshaw that implements the pseudo-symlink technique described above. Part of https://github.com/google/symboliclink-testing-tools
- wow64log.dll: the DLL that gets written to System32, gets loaded in MM service, and runs our final payload (SpawnShell.exe) with SYSTEM privileges (before the service trims down its privileges)
- SpawnShell.exe: the payload, spawns a SYSTEM shell in the user's session
- poc.ps1: a PowerShell scripts to automate the attack
I've separated the arbitrary file creation and its use for privilege escalation into 2 functions in the script, so that you can reproduce the former without the latter if you'd like to.
Usage instructions:
1) Unzip the poc
2) Execute the poc.ps1 PowerShell script by running the command "powershell -exec bypass path\to\poc.ps1" (or right-clicking on poc.ps1 in explorer and choosing "Run with PowerShell")
Tested on Windows 10 1703 & 1803 x64
|
|
1,483,684 | 13,548,442 |
STR:
- Install https://addons.mozilla.org/en-US/firefox/addon/react-devtools/
- Open https://reactjs.org/
- Click the react toolbar icon
ER: Toolbar icon changes and "react detected" popup is shown on click
AR: Toolbar icon changes but the popup shows the no-react-detected version.
This works in 61, but fails in 62 DevEdition and 63 Nightly.
Filed also in react-devtools repo: https://github.com/facebook/react-devtools/issues/1082
This is where setPopup is called:
https://github.com/facebook/react-devtools/blob/83adb171e700f43846f559f3e009acf99d6bba31/shells/webextension/src/background.js#L83
Some debugging shows that getPopup returns the correct new URL which does not seem to be applied though. Tested also without a `default_popup` set, which leads to never seeing any popup.
|
|
1,484,275 | 13,553,246 |
Created attachment 9002009
IssueB.gif
[Affected versions]:
63.0a1 (BuildId:20180817100105)
62.0b18 (BuildId:20180816151750)
[Unaffected versions]:
61.0.2 (BuildId:20180807170231)
60.1.0esr (BuildId:20180621121604)
[Affected platforms]:
Windows 10 64bit.
[Steps to reproduce]:
1. Launch Firefox.
2. Bookmark a website using the CTRL + D keyboard combination.
3. Click the "Hamburger menu" button several times as soon as the Bookmark animation starts.
[Expected result]:
The "Hamburger menu" is successfully displayed.
[Actual result]:
The "Hamburger menu" breaks.
[Regression range]:
This seems to be a regression:
Last good revision: 885ed481dee338ed5952fcbc83699ab3975f6465
First bad revision: b8939927a9b9f394e4317301913ed1635896ea03
Pushlog:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=885ed481dee338ed5952fcbc83699ab3975f6465&tochange=b8939927a9b9f394e4317301913ed1635896ea03
[Note]
Please note that I didn't managed to reproduce this issue on Linux or macOS.
This issue is reproducible on the "Page actions" button as well.
This is quite an Edge case scenario.
For further information regarding this issue please observe the attached screencast.
|
|
1,477,252 | 13,485,055 |
Created attachment 8993667
bug capture.gif
[Affected versions]:
Firefox 63.0a1 (BuildId:20180718100918).
Firefox 62.0b9 (BuildId:20180713213322).
Firefox 61.0.1 (BuildId:20180704003137).
Firefox 60.1.0 esr (BuildId:20180621121604).
[Affected platforms]:
Windows 10 64bit.
macOS 10.13.4
Ubuntu 16.04 64bit.
[Steps to reproduce]:
1. Launch Firefox.
2. Go to any website (e.g. https://www.youtube.com/).
3. Right click on the page and choose "Inspect Element".
4. From the dev tools panel go to "Network".
5. Click a random request.
6. From "Details pane" choose "Response" tab.
7. Scroll up/down on requests with arrow keys for a while.
[Expected result]:
The requests are properly scrolled using the up/down arrow keys.
[Actual result]:
After scrolling a few seconds in the request list the network's panel becomes blank.
[Regression range]:
This seems to be a regression:
Last good revision: 0c39c734b41929d2de8ed1f090b51bca95fefb9e
First bad revision: 3fb1f0afdc6decd6d53876304c0806cc6b7d39d0
Pushlog:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=0c39c734b41929d2de8ed1f090b51bca95fefb9e&tochange=3fb1f0afdc6decd6d53876304c0806cc6b7d39d0
[Additional information]:
For further information regarding this issue please observe the attached screencast.
|
|
1,477,539 | 13,487,407 |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:60.0) Gecko/20100101 Firefox/60.0
Build ID: 20180721220720
Steps to reproduce:
Open any site including this page,
increase or decrease zoom size of the page.
clear all history -everything
Actual results:
zoom setting is retained
Expected results:
Like before everything should have been reset to defaults
|
|
1,473,830 | 13,452,565 |
x = [];
y = [];
for (var i = 0; i < 99; ++i) {
x.push(null, 1);
}
x.sort();
y.forEach(function() {});
Array.prototype.reverse.call(x);
x.forEach(function(j) {
if (j) {
Array.prototype.forEach.call(x, function() {});
}
this.t = Int8Array;
}, 0);
print(uneval(this.t));
$ ./js-dbg-64-dm-linux-afdeb0288690 --fuzzing-safe --no-threads testcase.js
function Int8Array() {
[native code]
}
$ ./js-dbg-64-dm-linux-afdeb0288690 --fuzzing-safe --no-threads --no-baseline --no-ion testcase.js
(void 0)
Tested this on m-c rev afdeb0288690.
My configure flags are:
'AR=ar' 'sh' '/home/ubuntu/trees/mozilla-central/js/src/configure' '--enable-debug' '--enable-more-deterministic' '--with-ccache' '--enable-gczeal' '--enable-debug-symbols' '--disable-tests'
python -u -m funfuzz.js.compile_shell -b "--enable-debug --enable-more-deterministic" -r afdeb0288690
Bisection underway...
Setting s-s as a start because TypedArrays are involved.
|
|
1,467,113 | 13,390,786 |
Created attachment 8983748
SV - sidebar cannot be resized.gif
[Affected versions]:
- Firefox Developer Edition 610b.11
- Nightly 62.0a1 (Build ID: 20180605141053)
- Side View 0.4.3
[Affected Platforms]:
- All Windows
- All Linux
[Prerequisites]:
- Have a clean Firefox profile with the latest Dark Mode v0.2.6 installed and active (https://addons.mozilla.org/en-US/firefox/addon/dark-mode-webextension/?src=search).
Steps to reproduce:
1. Open the browser with the profile from prerequisites.
2. Navigate to https://testpilot.firefox.com/experiments/side-view and install the Side View add-on.
3. Resize the sidebar to its maximum width.
4. Restart the browser and observe the behavior.
[Expected results]:
- The sidebar is displayed to its maximum width.
[Actual results]:
- The sidebar is displayed to a different width and it can not be resized to its maximum width even if you drag it.
[Regression]:
This issue is not reproducible on latest Firefox Release 60.0.1. Considering this, I've ran the Mozregression tool, in order to find a regression-window.
Here are the results:
Last good revision: 7f92f91fa85d78c434709ec162d4320c5ee686fd
First bad revision: fa02de71ebf73aea9f5d30b591aacd83b3440bd3
Pushlog: https://goo.gl/zkySkF
From the provided pushlog it seems that bug 1454820 introduced this issue.
[Notes]:
- This issue is reproducible on Arch Linux 4.12.
- This issue is not reproducible on Mac 10.13 and Ubuntu 16.04.
- The issue is also reported in the Side View GitHub repository, here: https://github.com/mozilla/side-view/issues/274
- Attached is a screen recording with this issue.
|
|
1,480,027 | 13,515,198 |
Created attachment 8996638
devT_animations_crashFFXInspecorOnKeyFrameChange.gif
[Affected versions]:
- 63.0a1 (2018-07-31), 61.0.1, 62.0b13;
[Affected platforms]:
- win 10x64, Ubuntu 16.04LTs, macOS 10.13.4
[Steps to reproduce]:
1. Launch Firefox;
2. Access the following link:
https://rawgit.com/dadaa/3b73f847427025b51ba1ab7333013d0c/raw/77f3f0bb884875a179c3407f73bf8a8dd54751c9/doc_simple_animation.html
3. Open DevTools, Inspector - Animations tab;
4. In the inspector section, click on the <ball negative-delay> div;
5. In the rules section click to modify the animation timer value;
6. Increase the value of the timer adding extra numbers (ex: 10s to 10000000000s or more).
[Expected result]:
- values are added, time-frame indicator is updated. No crashes occur.
[Actual result]:
1. the animations tab and whole right section of the inspector vanishes(including latest beta);
2. on 61.0.1 the whole browser crashes:
- instantly once the value inputed is high enough(nr. of characters)
- if 3-pane is toggled on>off the tab vanishes, ffox doesn't crash fully;
- if about Info window is opened then closed, the browser doesn't crash just
the inspector right section;
[Regression range]:
- moregression result, after checking strictly after the crashes points out to:
https://bugzilla.mozilla.org/show_bug.cgi?id=1445825
[Additional notes]:
- attached screen recording with the issues, first part is for nightly/beta behaviour and the second part is for release;
- page refresh, devTools display toggle (or restart) needed to reset the enviroment.
|
|
1,481,669 | 13,528,731 |
Broken since https://bugzilla.mozilla.org/show_bug.cgi?id=1458204#c13.
Tim and I discussed if the bug is a feature, but reporting the active time in milliseconds is not adding much value to the analysis, but leads to lost data as the last histogram bucket overflows.
This fix should be uplifted to beta.
|
|
1,471,950 | 13,433,842 |
Apple repurposed a previously existing key ("AppleInterfaceStyle") for dark mode on 10.14 that we're observing and using to switch to the dark theme. We should make sure to restrict this to macOS 10.14 and above.
|
|
1,472,292 | 13,438,918 |
[Affected versions]:
- Firefox 61.0
[Affected Platforms]:
- All Windows
- All Mac
- All Linux
[Prerequisites]:
- Have a clean new Firefox profile.
- Have the set-up for the "Cap 1" variant configured (https://goo.gl/cL4Ue3).
- Ensure ability to see SPOCs is checked in about:preferences#home
- Ensure that the entry for browser.newtabpage.activity-stream.feeds.section.topstories.spoc.impressions is blank.
[Steps to reproduce]:
1. Start the browser with the profile from prerequisites.
[Expected result]:
- Should see a SPONSORED tile in the 3rd spot on the first new tab page
[Actual results]:
- A non-sponsored card is initially displayed.
- Opening a 2nd tab will correctly show a SPONSORED tile.
|
|
1,446,445 | 13,134,056 |
[PreRequisites:]
1. Set the app.normandy.dev_mode preference to true to run recipes immediately on startup.
2. Set the app.normandy.logging.level preference to 0 to enable more logging.
3. Set the security.content.signature.root_hash preference 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.
4. Set the preference value for app.normandy.api_url set to https://normandy.stage.mozaws.net/api/v1
[Steps:]
1. Open staging Control center and create any type of recipe with the following filter:
normandy.isFirstRun
2. Open Beta 60 or Nightly 61.
[Actual Result:]
Recipe created at step 1 is fetched but not executed.
[Expected Result:]
Filter should return true and recipe created at step 1 fetched and executed.
|
|
1,461,590 | 13,277,949 |
Created attachment 8975745
screenshot.jpg
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0
Build ID: 20180503143129
Steps to reproduce:
Updating openSUSE Tumbleweed to 20180511 with the 60.0 version of 'MozillaFirefox' and 'MozillaFirefox-translations-common' package
Actual results:
1. The Add-ons manager show a message like "*** Language Pack could not be verified foe use in Firefox. Proceed with caution." above every items of language packs.
2. The interface of Preferences mixes with English and Chinese (locale language).
Expected results:
1. The language packs should not be unsigned.
2. The interface should be shown with Chinese (locale language).
|
|
1,463,057 | 13,293,532 |
**Steps to reproduce**
1. Open the console
2. Evaluate `console.error({a: 1})`
3. Click on the `Object` word, or on the second arrow
**Expected results**
The object gets expanded
**Actual results**
The object isn't expanded, and the stacktrace is shown.
---
|
|
1,450,972 | 13,176,322 |
If one has a job and retriggered that and got multiple failing jobs, classifying the first failure works, but a click on the button to selected the bug suggestion for the second failed job pins the previously classified job. Not sure if the logs need to have the same failure summary and be retriggers.
Steps to reproduce:
1. Go to https://treeherder.mozilla.org/#/jobs?repo=try&revision=bda3337735fcd81cac63059ebdccf4b76a01712c&group_state=expanded&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception&filter-resultStatus=retry&filter-resultStatus=usercancel&filter-resultStatus=runnable&selectedJob=171600037
2. Remove 2 classifications for the wpt9 failures on Linux DevEdition opt.
3. Classify 1 failure.
4. Try to classify the other one.
Actual result: wpt9 with star gets selected, saving the classification does nothing.
5. Reload the treeherder page and classify the second job again. This works now.
|
|
1,450,975 | 13,176,343 |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0
Build ID: 20180322140748
Steps to reproduce:
Install https://addons.mozilla.org/firefox/addon/flag-of-co-385587-2/
It works. Exit the browser. Run it ~24 hours later.
Actual results:
This theme doesn't get applied - Firefox starts with the default theme.
Trying to select this theme in the customizations and add-ons does _not_ work either - you select it and nothing happens.
Expected results:
A custom theme should keep on working.
The only workaround is to open add-ons, uninstall it completely, go to its home page and install it again. It will work then for a little while: launching the browser less than an hour after installing the theme doesn't break it. Run the browser several hours later (> 8 in my case) and the theme will fail to apply.
Info: Firefox for Linux 60.0b8 (64-bit), the official build from ftp.mozilla.org.
This has never been an issue with previous Firefox releases. Firefox 59.0.2 works just fine here. Firefox 60 beta has always had this problem.
|
|
1,454,323 | 13,208,637 |
Realized while testing Japanese Nightly: if I open Preferences, focus one of the tabs and try to quit, I can't. The focus moves to the search field, and nothing happens.
The same if I press other keyboard combinations, like cmd+T or cmd+N.
At first I thought about an issue in the locale, but it happens also on Hebrew.
- Nightly: ar, he, ja affected. Italian is NOT affected, which makes things more confusing.
- Release for Japanese (59.0.2) is fine, so it's a regression
|
|
1,448,395 | 13,151,933 |
Created attachment 8961833
Sample PDF with PrintScaling = "None"
Printing PDF documents from PC (tested on Windows 10, Firefox version 59.0.1) results unavoidably in scaled or misaligned content. This is a critical issue for all applications where accurate print registration is needed (printing labels, checks, etc.).
Steps to Reproduce
1. Open attached document in Firefox on PC
2. Print document using integrated PDF viewer (pdf.js)
3. Resulting print is scaled to less than 100% size (an easy way to check this is to measure the shaded area, top to bottom; it should be exactly 10")
NOTE: Using File > Page Setup to uncheck "Shrink to fit Page Width" will results in print at 100% scale, but the page contents are nevertheless misaligned (shifted down and to the right). Adjusting page margins from 0.5" to 0.0" has no effect.
Expected Results
Any PDF document with viewer preference PrintScaling = "None" should, by default, print at 100% scale and should align appropriately on the printed page. In our example, the printed result should have a shaded area exactly 10" tall with a 0.5" white space on top and bottom. Interestingly, printing from Firefox for Mac produces the expected results while PC does not.
The PrintScaling preference is part of the ISO PDF specification and is honored by other applications (e.g. Adobe Acrobat, Reader, etc.).
|
|
1,438,538 | 13,044,765 |
Affected versions]:
Tested on Nightly 60.0a1(2018-02-14)
[Affected platforms]:
Tested on Mac 10.12, Windows 10, Ubuntu 16.04
[Steps to reproduce]:
Prerequisites:
Make sure you have connected 1 microphone.
STR:
1. Open Firefox and go to https://mozilla.github.io/webrtc-landing/gum_test.html
2. Click on "Audio" and Allow
[Expected result]:
In the left side of the URL bar, a red microphone icon is displayed.
[Actual result]:
In the left side of the URL bar, a red microphone icon is not displayed.
Note: This is a regression.
Here is the regression range:
39:43.08 INFO: Last good revision: 3018e377678c88dd85fd6dec8bda445a9e894141
39:43.08 INFO: First bad revision: 93a8b769cb7a76aa8eb1c0b182c84d5bdf2fcb71
39:43.08 INFO: Pushlog:
https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=3018e377678c88dd85fd6dec8bda445a9e894141&tochange=93a8b769cb7a76aa8eb1c0b182c84d5bdf2fcb71
Andreas can you please take a look at it? Thanks
|
|
1,427,461 | 12,938,658 |
Steps to reproduce:
1. run Nightly 59.0a1 (2017-12-30) (64-bit) on macOS with clean profile
2. open https://www.mozilla.org/en-US/firefox/
3. Hit Cmd+A to select all
4. start dragging from the space next to "The new Firefox"
5. move mouse a bit
6. release mouse button to stop dragging
7. if the issue doesn't happen, repeat from step 3 (maybe intermittent)
Actual result:
Content area stops responding to mouse event
scroll bar keeps working, but no other interaction can be done
Expected result:
Mouse keeps working
regression range:
https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=bba778f860d2a86dc3fb0fbd0d0d2576cdf06cd0&tochange=8d7a9a3500cac383bdfb19faa3a78d022847114b
|
|
1,429,398 | 12,957,873 |
STEPS TO REPRODUCE:
1) Start Firefox 57.
2) Load https://bugzilla.mozilla.org/show_bug.cgi?id=1419771
3) Make the window narrow enough that a horizontal scrollbar appears
(see bug 1429290).
4) Try to scroll down via the page-down key, or hitting space while having the
focus on the viewport.
EXPECTED RESULTS: Scrolling works.
ACTUAL RESULTS: Scrolling does not work. Needless to say, this is super-annoying. Multi-finger gestures to go-to-end and whatnot also do not work correctly, which makes getting to the comment textarea a huge pain.
As soon as I make the window wide enough that the horizontal scrolbar disappears, scrolling starts to work again.
I haven't dug into the exact styles involved, but certainly this rule:
@media screen and (min-width: 1024px) {
#wrapper {
overflow: hidden;
width: 100%;
height: 100%;
}
}
is what makes the scrolling work in a wider window. If I turn off that "height: 100%" in inspector, I get an extra scrollbar inside the viewport scrollbars (just like I have with a narrower window) and scrolling stops working correctly.
Please either stop assuming that windows are more than 1024px wide, or at least test on windows that are narrower than that.
|
|
1,431,560 | 12,980,821 |
https://www.santanderbank.com/us/personal/banking/digital-banking/online-banking
Many sites exhibit the flickering/flashing. Seems to happen when I move my pointer over a clickable button. This even happens on Bugzilla itself. Here is a link to an animated GIF I made of the problem.
https://1drv.ms/i/s!AtusZi2hwX-rgtMW08V1ovg2U5rSzA
|
|
1,442,210 | 13,079,083 |
The "trigger missing jobs" menu item is broken.
Steps to reproduce:
1. Open https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&revision=0e7140a7c841c3b74b70d050636a01b9d4619b56&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception&filter-resultStatus=retry&filter-resultStatus=usercancel&filter-resultStatus=runnable
2. Open the menu for the push on the right.
3. Click on 'Trigger missing jobs'.
Actual result: no confirmation and missing jobs not added
Expected result: confirmation that request to run missing jobs has been sent to the server, missing jobs added
From the console:
TypeError
columnNumber: 155860
fileName: "https://treeherder.mozilla.org/index.10e1584401e22240f319.bundle.js"
lineNumber: 39
message: "this.ThResultSetModel is undefined"
stack: "triggerMissingJobs/<@https://treeherder.mozilla.org/index.10e1584401e22240f319.bundle.js:39:155860\nprocessQueue@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:36:410264\nscheduleProcessQueue/<@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:36:410930\n$digest@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:36:418440\n$apply@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:36:420551\nscheduleApplyAsync/vo<@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:36:415679\ncompleteOutstandingRequest@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:36:348446\nBrowser/ko.defer/Fo<@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:36:350364\nsetTimeout handler*Browser/ko.defer@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:36:350336\nscheduleApplyAsync@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:36:415659\n$applyAsync@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:36:420678\ndone@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:36:387086\ncompleteRequest@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:36:390733\ncreateHttpBackend/</Mo.onload@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:36:391251\nEventHandlerNonNull*createHttpBackend/<@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:36:391065\nsendReq@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:36:388451\n$http/Mo<@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:36:386497\nprocessQueue@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:36:410264\nscheduleProcessQueue/<@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:36:410930\n$digest@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:36:418440\n$evalAsync/<@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:36:420332\ncompleteOutstandingRequest@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:36:348446\nBrowser/ko.defer/Fo<@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:36:350364\nsetTimeout handler*Browser/ko.defer@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:36:350336\n$evalAsync@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:36:420301\n$QProvider/this.$get</<@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:36:409386\nscheduleProcessQueue@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:36:410916\nthen@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:36:412775\n$http@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:36:386188\n$HttpProvider/this.$get</</</$http[Do]@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:36:389468\nA.get@https://treeherder.mozilla.org/index.10e1584401e22240f319.bundle.js:13:329483\nLe@https://treeherder.mozilla.org/index.10e1584401e22240f319.bundle.js:39:216432\ntriggerMissingJobs@https://treeherder.mozilla.org/index.10e1584401e22240f319.bundle.js:39:155791\nonClick@https://treeherder.mozilla.org/index.10e1584401e22240f319.bundle.js:39:157801\nJa@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:48:1113\ninvokeGuardedCallback@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:48:71470\ninvokeGuardedCallbackAndCatchFirstError@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:48:71548\nZa@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:48:2182\ncb@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:48:2684\ngb@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:48:2890\nab@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:48:2487\nlb@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:48:3638\nRn@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:48:83177\nrd@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:48:12599\nbatchedUpdates@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:48:52798\ntc@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:48:8117\nvd@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:48:13092\nEventListener.handleEvent*listen@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:41:319983\nU@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:48:12711\nlg@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:48:60681\npg@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:48:62314\nfinalizeInitialChildren@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:48:94069\ncompleteWork@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:48:37148\nc@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:48:46285\nd@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:48:47106\nf@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:48:47423\ng@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:48:47691\nm@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:48:51504\nw@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:48:51287\nz@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:48:50316\nu@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:48:49661\nupdateContainer@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:48:54291\nPg/<@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:48:66601\nunbatchedUpdates@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:48:52924\nPg@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:48:66570\nrender@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:48:96948\nrenderComponent/<@https://treeherder.mozilla.org/index.10e1584401e22240f319.bundle.js:39:335572\n$digest@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:36:418440\n$apply@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:36:420551\nko/<@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:36:332016\ninvoke@https://treeherder.mozilla.org/vendor.3e5c3f8b422f87cd7d81.bundle.js:36:345473\n"
__proto__: Object { stack: "", … }
Possibly unhandled rejection: {}
|
|
1,535,808 | 13,990,111 |
The WebGL WG has decided to implicitly enable this extension.
A TODO from this is to warn when implicitly-enabled extensions are used.
|
|
1,536,453 | 13,995,905 |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:64.0) Gecko/20100101 Firefox/64.0
Steps to reproduce:
Update Firefox to latest (66)
Open Microsoft 365 online.
Open PowerPoint
Try to type anything anywhere.
Actual results:
Text vanishes forever
Expected results:
Text appears in box like normal
|
|
1,536,595 | 13,997,116 |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0
Steps to reproduce:
1. Open certain pages (https://github.com/servo/webrender for example, scroll down a bit to see the readme text).
2. Press Ctrl+A or press "Select All" on right-click context menu.
Actual results:
Some of the texts are not visually highlighted, but they act like they're selected.
Hovering cursor over links will cause them to visually update and possibly some weird updates (e.g. hovering over the link `https://hg.mozilla.org/mozilla-central` twice causes some interesting changes).
Certain actions will fix the visual issue (e.g. causing the window to lose focus).
Expected results:
All texts on the page are selected and highlighted.
|
|
1,523,515 | 13,890,449 |
```
function f(x, y) {
return (y ? 1 : x | 0) && x / 1;
}
x = [[], 1];
for (var j = 0; j < 2; ++j) {
for (var k = 0; k < 3; ++k) {
print(f(x[j], x[k]));
}
}
```
```
$ ./js-32-dm-armSim-linux-f039f8426b5f --fuzzing-safe --no-threads --ion-eager testcase.js
0
0
0
1
1
1
```
```
$ ./js-32-dm-armSim-linux-f039f8426b5f --fuzzing-safe --no-threads --ion-eager --arm-hwcap=vfp testcase.js
0
0
0
1
1
0
```
Tested this on m-c rev f039f8426b5f.
My configure flags are:
PKG_CONFIG_LIBDIR=/usr/lib/pkgconfig 'CC="gcc -m32 -msse2 -mfpmath=sse"' 'CXX="g++ -m32 -msse2 -mfpmath=sse"' AR=ar sh /home/ubuntu/trees/mozilla-central/js/src/configure --target=i686-pc-linux --enable-simulator=arm --enable-more-deterministic --with-ccache --enable-gczeal --enable-debug-symbols --disable-cranelift --disable-tests
python3 -u -m funfuzz.js.compile_shell -b "--32 --enable-more-deterministic --enable-simulator=arm" -r f039f8426b5f
Trying to get a bisection result...
|
|
1,524,995 | 13,902,547 |
Created attachment 9041157
preferences.gif
**Affected versions**
* Firefox 66.0b4 (BuildId:20190131191227).
* Firefox 67.0a1 (BuildId:20190204092937).
**Unaffected versions**
* Firefox 65.0 (BuildId:20190124174741).
* Firefox 60.5.0esr (BuildId:20190124141046).
**Affected platforms**
* Windows 10 64bit.
* macOS 10.11.6
* Ubuntu 16.04 64bit.
**Steps to reproduce**
1. Launch Firefox with a clean profile.
2. Go to about:preferences#privacy page.
3. Select the "Use custom settings for history" option from the History dropdown list.
4. Tick the "Always use private browsing mode" checkbox.
5. Click the “Restart Firefox now” button.
6. Go to about:preferences#privacy page.
**Expected result**
* The following options are unticked and grayed out:
"Remember browsing and download history"
"Remember search and form history"
"Clear history when Nightly closes"
**Actual result**
* The following options are ticked and grayed out:
"Remember browsing and download history"
"Remember search and form history"
**Regression range**
* Last good revision: 33ca2ea6b37064d12c0d4fefc81bf689396a5e57
* First bad revision: 9ae7ae0acee4f8807cffaf64fef4f2e3a614b997
* Pushlog:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=33ca2ea6b37064d12c0d4fefc81bf689396a5e57&tochange=9ae7ae0acee4f8807cffaf64fef4f2e3a614b997
* Potential regressor: Bug 1518252
**Additional notes**
* For further information regarding this issue, please observe the attached screencast.
* Please note that on Firefox 66.0b4, after performing step 6, you need to refresh the about:preferences#privacy page in order to reproduce this issue.
|
|
1,525,340 | 13,905,099 |
When CFR was moved to activity stream, it stopped honoring the Shield policy.
We need to add a new policy.
Note that we'll need to uplift this to 66. Not sure what to do about the translation.
|
|
1,541,804 | 14,032,545 |
Created attachment 9055738
just refresh.mov
**Affected versions**
* Firefox 68.0a1
* Firefox 67.0b7
**Affected platforms**
* macOS 10.14
* Windows 10 x64
* Windows 7 x86
* Ubuntu 18.04 x64
**Prerequisites**
Open Firefox with a new profile and use non-ascii characters (https://terpconnect.umd.edu/~zben/Web/CharSet/htmlchars.html).
**Steps to reproduce**
1. Open a few sites in different tabs.
2. Go to about:support and click on the "Refresh Firefox..." button.
3. And go on with the whole process.
**Expected result**
* Firefox is restarted and the session restore "Success!" page is properly displayed showing the following options:
- Restore all windows & tabs
- Restore only the ones you want
**Actual result**
* It gets stuck on the import window and if you close it, the is browser refreshed, but there isn't a "Success!" page displayed.
**Regression range**
* This is a regression. I can't reproduce the issue using Fx 66.0.2. I will try to find the regression range as soon as possible.
**Additional notes**
* Please look at the attached video.
* It gets stuck on the Import window until you close it manually. I waited 5 minutes and nothing happened.
|
|
1,542,221 | 14,035,567 |
**Affected versions**
* Fx 67.0b8
* Fx 68.0a1
**Affected platforms**
* Windows 10 x64
**Steps to reproduce**
1. Go to the folder where the build is installed and open the commander.
2. Type: "firefox.exe -p".
3. Check/Uncheck the "Use the selected profile without asking at startup"
4. Close the Profile Manager.
5. Type again in the commander the following string: "firefox.exe -p".
**Expected result**
* Profile Manager remembers the user choice.
**Actual result**
* Profile Manager does not remember the user choice.
**Regression range**
* First bad: 28-03-2019
* Last good: 27-03-2019
* Pushlog: https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=c045dd97faf291904e060d8889391497d92b8353&tochange=d2c82f845bfcf1ebd75e3a8aa932f17c3ac9ded8
* Potential regressor: https://bugzil.la/1527704
**Additional notes**
* Fx 67.0b7 is not affected.
|
|
1,542,316 | 14,036,082 |
[Affected versions]:
- Fx 68.0a1
- Fx67.0b8
**[Unaffected versions]:**
- **Fx67.0b7**
[Affected platforms]:
- macOS
[Steps to reproduce]:
1. Install Firefox in 2 different locations.
2. Launch Firefox from one of the locations and check the about:profiles section.
3. Launch Firefox from the second location and check the about:profiles section.
[Expected result]:
- Each instance has a separate profile created and in use.
[Actual result]:
- Both instances use the same profile.
[Regression range]:
- Last good build: 28-03-2019
- First bad build: 29-03-2019
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=e31357c7759379d2279b6883cb09c91997bfaa5d&tochange=bd1e28b0143bdcff0798b0e6a4f54791c41192e8
This was the best we could narrow it down so far, due to mozregression not being too useful in this case.
|
|
1,542,921 | 14,042,077 |
Block autoplay appears to be off by default in everything except Nightly as per https://searchfox.org/mozilla-central/rev/8d78f219702286c873860f39f9ed78bad1a6d062/browser/app/profile/firefox.js#1491
As we have successfully rolled out the feature via Normandy in 66, we should turn the feature on in >= 67 to not have to rely on Normandy going forward any more.
|
|
1,531,768 | 13,957,141 |
**Affected versions**
* Nightly 67.0a1
**Affected platforms**
* Windows, MacOS, Ubuntu
**Steps to reproduce**
1. Launch Firefox Nightly
2. Open https://mozilla.github.io/webrtc-landing/gum_test.html
3. Click the Audio&Video button
4. Click Allow on the camera and microphone access doorhanger
5. Reload the page and select Audio&Video button again
6. Click on the "Remember this decision" checkbox
**Expected result**
* Checked/Unchecked state is visible on the checkbox
**Actual result**
* The checkbox is empty after every click, the user doesn't know if the checkbox is checked or not
**Regression range:**
After running mozregression, it seems that this was introduced by https://bugzilla.mozilla.org/show_bug.cgi?id=1487065:
Pushlog:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=de71a4462179bb6c014c5e11782aad68db7648e0&tochange=04b57ffa53ce4c248bc3869247fed266b37eab2f
**Notes**
This is reproducible on all doorhangers, except the Location access doorhanger.
|
|
1,532,761 | 13,965,674 |
Because we're translating the new Google engines after setting up the jarNames list, the engines aren't found in jarNames.
So absearch is getting ignored on beta right now.
Simple fix is to read regionOverrides so that the new engines are in the list.
I'll investigate why this wasn't found by a test as well.
[Tracking Requested - why for this release]: This is needed or we won't read absearch properly.
|
|
1,533,667 | 13,973,353 |
This affects 66, not 65.
Running a mozregression to find the changes that introduced the regression
|
|
1,526,387 | 13,913,053 |
It was reported that the contextual addon recommendation immediately makes a request to `https://services.addons.mozilla.org/api/v3/addons/addon/<ID>/` when showing the doorhanger, even before the user clicks "Install".
:dholbert confirmed this behavior locally and :tspurway confirmed that this is a bug and the request should only happen when the user clicks "Install". The fact that the request contains the addon ID indirectly leaks what site the user has just visited without any user interaction (only affects the handful of sites hardcoded in the CFR code). Fixing this by putting the request behind the "Install" click should be sufficient from a privacy aspect.
:dholbert also figured out that this is probably a regression from bug 1494275, marking as such.
|
|
1,527,891 | 13,925,608 |
**Affected versions**
- latest Nightly 67.0a1
**Affected platforms**
* Windows 10 x64
* macOS 10.13
* Ubuntu 16.04 x64
**Prerequisites**
Launch Firefox on a clean profile.
Set the following prefs to true in about:config
- privacy.trackingprotection.cryptomining.enabled
- privacy.trackingprotection.fingerprinting.enabled
- browser.contentblocking.cryptomining.preferences.ui.enabled
- browser.contentblocking.fingerprinting.preferences.ui.enabled
**Steps to reproduce**
1. Uncheck the "Fingerprinters" item in about:preferences#privacy.
2. Access the https://senglehardt.com/test/trackingprotection/test_pages/fingerprinting_and_cryptomining.html and refresh the test page.
3. Restart the browser.
4. Check again the "Fingerprinters" item in about:preferences#privacy.
5. Refresh the test page.
6. Click on the Shield icon and inspect the "Fingerprinters" item from the door hanger.
**Expected result**
- Fingerprintres is displayed with the "Blocking >" status in the door hanger.
**Actual result**
- The "Blocking >" status is missing in the door hanger.
**Regression range**
- Not a regression, I was able to reproduce this on 67.0a1 (2019-02-12) as well, when this feature first landed.
**Additional notes**
- This seems to be an UI issue in the Control Center since the Fingerprinting is correctly blocked on the test page, and in the Application Menu.
|
|
1,537,609 | 14,000,750 |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0
Steps to reproduce:
Cleaned out cashie,
Actual results:
I got new update for firefox and since pogo.com is slow and pause during play.
The pogo site since firefox update runs so slow. Please fix this problem, it was not there until the firefox update.
Expected results:
the games should run smooth and not pause and jump during play.
|
|
1,538,966 | 14,010,781 |
This bug covers the sites we want to add to the blacklist controlled by dom.keyboardevent.keypress.hack.use_legacy_keycode_and_charcode.
We should get a patch landed ASAP, and request beta and release uplist to try to make the next dot release.
|
|
1,499,549 | 13,692,182 |
STR:
1. Enable blocking all detected trackers always by going to Content Blocking in Preferences, selected Always under Trackers.
2. Open www.reddit.com in a new non-private window.
3. From the Control Centre, select Disable Blocking For This Site.
4. Open a private window, and load www.reddit.com there as well.
Actual results:
* Trackers aren't blocked in the private window (no messages indicating any trackers are blocked gets logged to the browser console.)
Expected results:
* Trackers should be blocked in the private window.
5. Remove the exception added in step 3 by clicking that button again.
6. Now in the private window, add an exception for reddit by following a similar instruction to step 3.
7. Reload the non-private tab.
Actual results:
* Trackers aren't blocked in the non-private window (no messages indicating any trackers are blocked gets logged to the browser console.)
Expected results:
* Trackers should be blocked in the non-private window.
In very simple terms, before this regression, the exception lists used to be checked independently, the normal list for normal windows and the private list for private windows. After the regression, we are checking both lists for both types of windows.
|
|
1,495,517 | 13,654,475 |
In order for Normandy to properly roll out the search shortcuts experiment, we need to migrate the improvesearch.topSiteSearchShortcuts pref to firefox.js so that the value sticks.
|
|
1,495,661 | 13,655,842 |
Created attachment 9013532
Troubleshooting Information.xhtml
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0
Build ID: 20181001220118
Steps to reproduce:
(WARNING: may crash your browser and/or system)
1. Make sure WebRender is enabled.
2. Visit https://www.curtismann.org/variablefonts/
Actual results:
Ram usage on GPU process rises rapidly until all physical ram (16GB) are used. Eventually GPU process will crash, respawn and restart the cycle again.
I cannot release the memory with "Minimize memory usage" in about:memory. Killing GPU process in Windows Task Manager does release the ram and Nightly runs smooth again.
My about:support is attached. Some other computer info:
CPU: Intel i7-4771
RAM: 16GB
GPU: Nvidia GTX760 (latest driver 411.70)
Note:
With WebRender force disabled, the variable font tests run smoothly with moderate CPU usage and no memory leaks.
The page author shared some tidbits[1] about the test, which I fully quote below:
You’re so right about that. Do you mind telling me what device/browser you’re on?
Two things:
1) I’ve got some seriously ugly spaghetti code in there.
2) I’m finding that CSS animations involving the new font-variation-setting can be extremely resource intensive dependent on your browser. This is all demo two’s fault. I originally had a 10x10 matrix of interrobangs—it ran buttery smooth on both my mobile browsers (Safari and Chrome), crashed desktop Chrome, and ran alright’ish on desktop Opera and Firefox. The fact that it ran well on mobile and not on my relatively powerful desktop leads me to think there’s some bug in desktop Chrome’s implementation of variable font animations. It’s a pretty new technology though, so I kinda expect some hiccups.
[1]: https://www.reddit.com/r/typography/comments/9kkb51/new_interactions_experiment_with_variable_fonts/
|
|
1,498,973 | 13,683,422 |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0
Steps to reproduce:
Microsoft Windows 10 and Surface
1.- Open Firefox
2.- Change Mode Tablet (ON)
3.- Change Mode Laptop (OFF)
4.- Problem with the address bar
Actual results:
the address bar is visible and does not return to its original state (without showing the address history)
Expected results:
It must return to its original state (only show above) without having a half screen with the address history
|
|
1,498,987 | 13,683,617 |
Created attachment 9017080
Developer console history
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0
Steps to reproduce:
I listed all values of sessionStorage (or localStorage) in the developer console by typing "sessionStorage" (or "localStorage").
Actual results:
All items in the object are listed as "<key>": "<key>".
Expected results:
All items in the object should be listed as "<key>": "<value>".
|
|
1,489,785 | 13,600,535 |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:62.0) Gecko/20100101 Firefox/62.0
Build ID: 20180830143136
Steps to reproduce:
OS: MacOS Mojave 10.14
Problem: Cannot choose where to download, print, or browse files because popup window always freeze
Scenario 1:
- In Settings > General > Files and Application > Downloads. Check "Always ask you where you save files"
- Go to a random site, right click and select "Save Page As...". - The file explorer window appears. It freezes within 30 seconds, or even instantly
Scenario 2:
- Go to a random site. In Menu bar, File > Print
- The print window appears. It freezes within 30 seconds, or even instantly
Scenario 3:
- In Menu bar, File > Open File
- The file explorer window appears. It freezes within 30 seconds, or even instantly
Troubleshooting:
- The only way to solve the problem is to force close Firefox process from Activity Monitor.
- The issue persists in safe mode
- The issue persists when I refresh Firefox
- The issue persists when I uninstall/reinstall Firefox
Actual results:
Popup windows (for download, print, open files, browse files...) always freeze when they appear.
Expected results:
Popup windows (for download, print, open files, browse files...) should work fine without freezing
|
|
1,489,960 | 13,603,003 |
This Javascript failure can be seen a lot in Marionette test jobs and which seem to be related to a shutdown hang of Firefox:
https://treeherder.mozilla.org/logviewer.html#?job_id=197591760&repo=mozilla-inbound&lineNumber=53890-53895
> task 2018-09-05T12:42:01.319Z] 12:42:01 INFO - JavaScript error: resource:///modules/sessionstore/SessionStore.jsm, line 1627: NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIObserverService.removeObserver]
> [task 2018-09-05T12:42:01.336Z] 12:42:01 INFO - 1536151321324 Marionette DEBUG Closed connection 1
> [task 2018-09-05T12:42:01.412Z] 12:42:01 INFO - ###!!! [Parent][RunMessage] Error: Channel closing: too late to send/recv, messages will be lost
> [task 2018-09-05T12:42:02.162Z] 12:42:02 INFO - 1536151322158 Marionette DEBUG Received observer notification xpcom-will-shutdown
> [task 2018-09-05T12:42:02.163Z] 12:42:02 INFO - 1536151322159 Marionette DEBUG Remote service is inactive
> [task 2018-09-05T12:48:02.461Z] 12:48:02 INFO - TEST-UNEXPECTED-ERROR | js/xpconnect/tests/marionette/test_loader_global_sharing.py TestLoaderGlobalSharing.test_global_sharing_settings | IOError: Process killed because the connection to Marionette server is lost. Check gecko.log for errors (Reason: [Errno 111] Connection refused)
The problem is inside `AsyncShutdown.quitApplicationGranted.addBlocker`:
https://dxr.mozilla.org/mozilla-central/rev/c2e3be6a1dd352b969a45f0b85e87674e24ad284/browser/components/sessionstore/SessionStore.jsm#1627
As it looks like the custom timer as setup with `waitTimeMaxMs` doesn't fire and also the background hang monitor doesn't crash Firefox. As such the process hangs around infinitely until it gets killed.
This can be best seen for bug 1444600 which started to happen more frequently on August 19th:
https://treeherder.mozilla.org/intermittent-failures.html#/bugdetails?startday=2018-08-16&endday=2018-09-10&tree=all&bug=1444600
And that mostly for Linux64 ASAN builds.
Mike or Adam, can one of you see if that is related? If not, maybe we could simply fix this failure to get it out of possible candidates? Thanks.
|
|
1,521,098 | 13,870,863 |
The problem is reproduced with MS-IME and ATOK2016 as well.
Reproducible: always
Steps To Reproduce:
1. Open New Tab Page
2. Focus in-content search field
3. Try turn IME on (press [半角/全角] key)
---- Nothing happens --BUG!
4. Type text
---- Cannot type Japanese character --- BUG!
Only Latin character can be type unless extra keypress [半角/全角] key in Address bar
Actual Results:
see above
Expected Results:
3. Try turn IME on (press 半角/全角 key)
---- IME should be turned on
4. Type text
---- Japanese character should appear in Address Bar
Regression window:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=cc2853aad2c4180fdfc0504afd84f94d2ef1371f&tochange=25af8129d9f2c71b724398b64407cbde3215f407
Regressed by: 25af8129d9f2 Ed Lee — Bug 1520691 - Add Discovery components, search polish and bug fixes to Activity Stream r=k88hudson
|
|
1,521,396 | 13,872,931 |
Since bug 1461708 middle-clicking a link triggers a paste-event which allows websites to extract user clipboard content even when they only want to open a link in a new tab.
Kudos to redditor lihaarp for noticing it:
https://old.reddit.com/r/firefox/comments/ahwtpq/firefox_allows_sites_to_hijack_middle_clicks_and/
|
|
1,514,898 | 13,819,639 |
+++ This bug was initially created as a clone of Bug #1486637 +++
rstrong reported in bug 1486637 comment 18 that there has been a significant rate of impersonation failures (0.2% of all startup records, 0.8% of unique client startup records) in recent telemetry. Until we understand these failures better it seems like a good idea to prevent this from hitting release with 65.
|
|
1,515,011 | 13,820,375 |
Wycheproof testcases for ChaCha20-Poly1305 with empty message reveal that decryption with a manipulated tag for this empty message is successful.
The testcases are currently excluded for a different reason (see
https://bugzilla.mozilla.org/show_bug.cgi?id=1515007
), fixing which reveals this seemingly unrelated bug.
<<>>
Steps to reproduce:
Checkout current version of NSS.
Execute './mach wycheproof' to re-include testcases.
Change the following line
https://searchfox.org/nss/rev/7bc70a3317b800aac07bad83e74b6c79a9ec5bff/lib/softoken/pkcs11c.c#1628
to
*pulDataLen = 0;
Build NSS.
run '../dist/Debug/bin/pk11_gtest --gtest_filter="*ChaCha20*" '
<<>>
Expected result:
No test case failures.
<<>>
Actual result:
22 test cases fail, because several attempts of decryption with manipulated ciphertext, tag, IV or AAD are unexpectedly successful.
|
|
1,518,863 | 13,852,005 |
Created attachment 9035383
blank _page.png
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36
Steps to reproduce:
On Firefox Beta 65.0b6 and Nightly 66.0a1, completed the following steps:
1. Installed Web extension that takes over new tab.
2. Verified New tab page is displayed after successful install.
3. Closed browser using X button on top right.
4. Re-opened browser and verified page is blank.
Actual results:
After browser restart blank page is displayed due to browser JS error.
Error Message:
Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIWebNavigation.loadURIWithOptions]" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: resource://gre/actors/WebNavigationChild.jsm :: loadURI/< :: line 114" data: no]
Error Stack:
loadURI resource://gre/actors/WebNavigationChild.jsm:114 _wrapURIChangeCall resource://gre/actors/WebNavigationChild.jsm:63 loadURI resource://gre/actors/WebNavigationChild.jsm:113 receiveMessage resource://gre/actors/WebNavigationChild.jsm:43 receiveMessage resource://gre/modules/ActorManagerChild.jsm:160
Expected results:
After browser restart default new tab should be displayed.
|
|
1,520,512 | 13,866,022 |
[Tracking Requested - why for this release]: Completely broken caret positioning if use Japanese IME
Reproduced with MS-IME and/or ATOK2016 as well.
Reproducible : always
Steps To Reproduce:
1. Open New Tab
2. Click on in-content search
3. Type something in-content search using Japanese IME
--- now, character displays in address bar as expected
--- However, no caret display at insertion point of typed text --- BUG!
--- Instead, the caret is blinking in in-content search field --- BUG!
--- And also in-content search field does not disappear --- BUG!
4. Commit conversion strings
--- Caret is still blinking in in-content search field --- BUG!
Actual Results:
as above
Expected Results:
3. Type something in-content search using Japanese IME
--- now, character displays in address bar
--- Caret should be blinking at end of text in address bar
--- in-content search field should disappear
4. Commit conversion strings
--- Caret is blinking at end of text in address bar
|
|
1,510,678 | 13,784,706 |
Let's change the CFR Message Provider for CFR addons to *only* include these three addons:
- Facebook Container
- Youtube
- Google Translate
Let's land, export and uplift to 64.
|
|
1,510,985 | 13,786,608 |
We have to disable event.returnValue in 64 to fix regressions. The plan is to re-ship this along with window.event work in 65.
Hi Masayuki,
Can you please take care of this bug? Thank you.
|
|
629,386 | 5,232,114 |
User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:2.0b10) Gecko/20100101 Firefox/4.0b10
Build Identifier: Mozilla/5.0 (Windows NT 6.1; rv:2.0b10) Gecko/20100101 Firefox/4.0b10 ID:20110121161358
In many places of FireFox4b10 Arabic version, many text labels are showing small squares instead of letters.
These are shown in the About box, some menu items, and in many webpages (usually in titles that use <hx> tag).
I do not know if this affects other locales, I'll see and reply.
Reproducible: Always
Steps to Reproduce:
1. Download & Install Arabic version of FireFox4b10.
2. Launch the browser.
3. Open FireFox Menu, or go to the About Dialog.
Actual Results:
In many labels there are small squares instead of letters.
|
|
615,740 | 5,112,799 |
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12) Gecko/20101027 Ubuntu/10.04 (lucid) Firefox/3.6.12
Build Identifier: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12) Gecko/20101027 Ubuntu/10.04 (lucid) Firefox/3.6.12
Ctrl-Shift-Left Arrow or -Right Arrow won't move the cursor in contenteditable regions. It should move the selection focus by words. Shift-arrow works (selects by character), as does ctrl-arrow (moves by word).
Reproducible: Always
Steps to Reproduce:
1. Visit http://tinymce.moxiecode.com/examples/full.php
2. Click inside the example editor, in the middle of a sentence.
3. Press ctrl-shift-rightArrow
Actual Results:
Nothing happens
Expected Results:
The word after the cursor should become selected, and the selection focus should be on the right.
I'm running Ubuntu 10.4, and this error appeared in an update this morning.
|
|
627,616 | 5,215,901 |
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b9) Gecko/20100101 Firefox/4.0b9
Build Identifier: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b9) Gecko/20100101 Firefox/4.0b9
Most sites using font-face fonts do not work for me in Firefox 4.0b9 at work, behind an authenticating proxy using NTLM. This includes the Google Font Directory, typekit.com and webfonts.fonts.com. A few sites work, like http://openfontlibrary.org/files/fuex/279.
If I configure Firefox to use Basic authentication instead of NTLM, via network.automatic-ntlm-auth.allow-proxies, it still fails to display the fonts.
If I configure Firefox to use NTLMAPS, which does not require authentication, the fonts are displayed correctly.
Reproducible: Always
Steps to Reproduce:
1. Configure Firefox to use a proxy with Basic or NTLM authentication.
2. Load http://code.google.com/webfonts, http://webfonts.fonts.com/Project/ChooseFonts?fontQuery=frutiger, or another page using font-face fonts.
Actual Results:
Text configured to use font-face fonts is displayed in Times.
Expected Results:
Text should use the correct font, like Chrome, Safari, IE, or Firefox without a proxy.
The proxy server is a Blue Coat proxy, but this doesn't seem to make any difference.
|
|
637,644 | 5,311,418 |
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b12) Gecko/20100101 Firefox/4.0b12
Build Identifier: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b12) Gecko/20100101 Firefox/4.0b12
it is possible in all other browsers (including. firefox 3.6.13) to create a popup through
var popup = window.open("", "", "height=550, width=550,left=300, top=300");
and then work with it, e.g.
var doc = popup.document;
doc.body.appendChild(doc.createTextNode("I'm here"));
this adds a textnode to the popup in ff 3.6, ie, chrome, safari, opera, konqueror and more, but fails on ff 4.0b12
Reproducible: Always
Steps to Reproduce:
1. create a file whose content is the "additional information" attached.
2.open it with FF 4.0b12
3.press the "press me" button
Actual Results:
an empty popup opens
Expected Results:
a popup opens, containing the text "I'm here"
<html>
<head>
<script type="text/javascript">
function openPopup() {
var popup = window.open("", "", "resizable=1,height=550, width=550,left=300, top=300");
var doc = popup.document;
doc.body.appendChild(doc.createTextNode("I'm here"));
}
</script>
<body>
<input type = "button" onclick="javascript:openPopup();" value = "Press me" />
</body>
</html>
|
|
638,318 | 5,317,295 |
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b13pre) Gecko/20110302 Firefox/4.0b13pre
Build Identifier: 20110302123843
With the HTML5 Parser enabled the page renders in what looks like Asian characters. With the Parser disabled it renders correctly.
Reproducible: Always
Steps to Reproduce:
1.Go to http://www.rinconrojo.net/podium/index.php?showforum=4
2.
3.
Actual Results:
All Asian characters appear.
Expected Results:
A normal looking page.
Here's another page with the same problem: http://www.creators.com/featurepages/11_comics_speed-bump.html?name=bmp
|
|
638,535 | 5,319,585 |
Issue
The demo site contains mixed content loaded from twitter and facebook when loaded via https://.
Steps to Reproduce
Navigate to https://demos.mozilla.org/en-US/ to observe (if you have firebug or a local proxy server you can see the requests via HTTP without TLS.
Remediation
Update requests to the following servers to use SSL:
http://platform.twitter.com/widgets.js
http://platform0.twitter.com/widgets/tweet_button.html
http://static.ak.fbcdn.net/rsrc.php
http://urls.api.twitter.com/1/urls/count.json
http://www.facebook.com/plugins/like.php
|
|
677,154 | 5,638,860 |
Set up steps (only need to be done once):
1. Go to http://www.pennytel.com/.
2. Sign up for a "Personal VoIP-Free Access" account. You should only need to complete the first screen. You can just close the window requesting address details, etc.
3. Visit https://www.pennytel.com/login.jsp and log in.
4. Disable the soft phone to make life easier and the test simpler.
5. Log out.
Str:
1. With NVDA running, visit https://www.pennytel.com/login.jsp and log in.
2. Select "Profile" from the main navigation bar.
3. Retrieve and examine the tree of the accessible for the document in the last iframe (where the main content of the page is presented).
Expected: There should be quite a lot of accessibles, starting with a form just below the document.
Actual: There is just a "text frame" accessible. The tag attribute reveals this to be for the "body" tag.
Note: If this doesn't occur, repeat from step 2. It doesn't appear to be 100% reproduceable, but it does happen more often than not for me.
4. Press tab a few times to focus inside this document tree.
5. Retrieve the accessible for the focus.
6. Walk up its parents using IAccessibleObject::accParent to find the document accessible.
Expected: You should eventually reach the document accessible.
Actual: When you call IAccessible::accParent on the form accessible, you get E_UNEXPECTED.
|
|
655,254 | 5,453,379 |
Created attachment 530617
Disabled addons
Build id : Mozilla/5.0 (Android;Linux armv7l;rv:6.0a1)Gecko/20110506
Firefox/6.0a1 Fennec/6.0a1
Device: HTC Desire
OS: Android 2.2
Steps to reproduce:
1. Open Fennec App
2. Install at least 1 add-on
3. Quit Fennec
4. Move Fennec App to SD Card
5. After the app is moved reopen it
6. Go to Addons Manager
Expected result:
After step 6, addons installed at step 2 are still active and user is able at least to disable them.
Actual result:
Addons are disabled and buttons "Options" and "Enable" are grayed out. User is able only to uninstall those addons.
Note:
If after step 5, are repeated steps 2-3 and then the app is moved back to internal memory, all the installed addons are disabled.
Please see the attached screenshot.
|
|
680,144 | 5,662,888 |
Steps to Reproduce:
1. Go to https://mozillians-dev.allizom.org/en-US/
2. Login with a non-vouched account
3. Click on the "Mozillians" text on the top left
4. Click on "Invite"
Actual Results:
I can't invite anyone because I'm not vouched.
Expected Results:
I shouldn't have a home page that I can't use. How about showing the profile page instead?
|
|
680,162 | 5,663,037 |
Steps to Reproduce:
1. Go to https://mozillians-dev.allizom.org/
Actual Results:
The search box is available on the page
Expected Results:
The search box should not be shown/visible/usable unless the user is logged in as a vouched mozillian.
|
|
684,671 | 5,700,219 |
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:9.0a1) Gecko/20110904 Firefox/9.0a1
Build ID: 20110904030822
Steps to reproduce:
Opening www.virginamerica.com
Actual results:
Blank space where I usually find the booking part of the website. Also http://www.virginamerica.com/flights/ won't behave correctly (list options not dynamically changing, calendar not working).
Error in error console :
Erreur : uncaught exception: [Exception... "Illegal operation on WrappedNative prototype object" nsresult: "0x8057000c (NS_ERROR_XPC_BAD_OP_ON_WN_PROTO)" location: "JS frame :: http://www.virginamerica.com/scripts/GlobalScriptFile_08232011.js :: <TOP_LEVEL> :: line 1" data: no]
Expected results:
Website behaving correctly.
|
|
567,309 | 4,705,981 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; WOW64; en-US;
rv:1.9.3a5pre) Gecko/20100520 Minefield/3.7a5pre ID:20100520065946
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.1; WOW64; en-US;
rv:1.9.3a5pre) Gecko/20100520 Minefield/3.7a5pre ID:20100520065946
When I use FAYT( "/" ) for the first time after the start of the browser
window, FAYT does not start.
And also "Search for text when I start typing" option fails.
However, If I used FindBar once at least, The both commands function well.
Reproducible: Always
Steps to Reproduce:
1. Start Minefield with new profile
2. Open HOME( http://www.mozilla.org/projects/minefield/ )
3. Select text on the page
4. keypush "/" and "minefield" ( without quatation marks)
Actual Results:
When I use FAYT( "/" ) for the first time after the start of the browser
window, FAYT does not start.
And also "Search for text when I start typing" option fails.
Expected Results:
FAYT and "Search for text when I start typing" option should be effective.
Regression window:
Works:
http://hg.mozilla.org/mozilla-central/rev/d5d5ed6d3e1c
Mozilla/5.0 (Windows; U; Windows NT 6.1; WOW64; en-US; rv:1.9.3a5pre)
Gecko/20100518 Minefield/3.7a5pre ID:20100519083331
Fails:
http://hg.mozilla.org/mozilla-central/rev/046c2d2acd3b
Mozilla/5.0 (Windows; U; Windows NT 6.1; WOW64; en-US; rv:1.9.3a5pre)
Gecko/20100518 Minefield/3.7a5pre ID:20100519101258
Push log:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=d5d5ed6d3e1c&tochange=046c2d2acd3b
Candidate:
Bug 566736 - Lazily initialize the find toolbar
|
|
568,148 | 4,713,330 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; ja; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 (.NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; ja; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 (.NET CLR 3.5.30729)
"importScripts" method reads remote resources as a javascript even if that is not a JavaScript file.
And "importScripts" method sent cookies to remote server at requesting their resources.
Additionally, "importScripts" method can read HTML file as JavaScript source using E4X feature.
Thus attacker can read the victim's protected HTML file using "importScripts" and E4X across the domain.
Reproducible: Always
Steps to Reproduce:
see demo page for details.
http://openmya.hacker.jp/hasegawa/PoC/webworker.html
Actual Results:
attacker can read remote contents.
Expected Results:
"importScripts" should fail to read HTML as a javascript source, like as <script src="html">
|
|
562,434 | 4,666,130 |
Created attachment 442157
File bad.https for reproducing this bug
This bug was originally reported by aohelin in Chromium issue 42538:
http://code.google.com/p/chromium/issues/detail?id=42538
This bug does NOT affect any Mozilla product because none of them
calls SSL_ForceHandshake:
http://mxr.mozilla.org/mozilla1.9.2/ident?i=SSL_ForceHandshake&filter=
It is peripherally related to bug 273861.
If the peer sends us an application data record, SSL_ForceHandshake
returns SECSuccess, because ssl3_HandleRecord does not check the
current SSL3 handshake state when it receives an application data
record. The call chain when that happens is:
ssl3_HandleRecord
ssl3_GatherCompleteHandshake
SSL_ForceHandshake
Steps to reproduce (provided by aohelin):
1. On Linux, run the command
$ sudo nc -l -p 443 < bad.https
2. Visit https://localhost using Linux Chrome.
Here is the SSL packet trace:
$ ssltap -sx -p 8443 localhost:443
Looking up "localhost"...
Proxy socket ready and listening
Connected to localhost:443
<-- [
(109 bytes of 74, with 30 left over)
SSLRecord { [Wed Apr 28 12:56:13 2010]
0: 17 03 01 00 4a | ....J
type = 23 (application_data)
version = { 3,1 }
length = 74 (0x4a)
0: 02 00 00 46 03 01 4b c2 f8 b2 c1 56 42 b9 57 7f | ...F..K....VB.W
10: de 87 46 f7 a3 52 42 21 f0 13 1c 9c 83 88 d6 93 | ..F..RB!........
20: 0c f6 36 30 05 7e 20 b5 b5 73 36 53 83 0a fc 17 | ..60.~ ..s6S....
30: 63 bf a0 e4 42 90 0d 2f 18 6d 20 d8 36 3f fc e6 | c...B../.m .6?..
40: 01 fa 0f a5 75 7f 09 00 04 00 | ....u....
}
(109 bytes, making 30 of 4439)
]
--> [
(168 bytes of 163)
SSLRecord { [Wed Apr 28 12:56:14 2010]
0: 16 03 01 00 a3 | .....
type = 22 (handshake)
version = { 3,1 }
length = 163 (0xa3)
handshake {
0: 01 00 00 9f | ....
type = 1 (client_hello)
length = 159 (0x00009f)
ClientHelloV3 {
client_version = {3, 1}
random = {...}
0: 4b d8 92 de 6f fc 3b c5 87 6f e6 85 47 a4 3b 73 | K...o.;..o..G.;s
10: d3 02 1f a7 78 36 75 cb 6d c5 07 51 be 88 15 fe | ....x6u.m..Q....
session ID = {
length = 0
contents = {...}
}
cipher_suites[36] = {
(0xc00a) TLS/ECDHE-ECDSA/AES256-CBC/SHA
(0xc014) TLS/ECDHE-RSA/AES256-CBC/SHA
(0x0088) TLS/DHE-RSA/CAMELLIA256-CBC/SHA
(0x0087) TLS/DHE-DSS/CAMELLIA256-CBC/SHA
(0x0039) TLS/DHE-RSA/AES256-CBC/SHA
(0x0038) TLS/DHE-DSS/AES256-CBC/SHA
(0xc00f) TLS/ECDH-RSA/AES256-CBC/SHA
(0xc005) TLS/ECDH-ECDSA/AES256-CBC/SHA
(0x0084) TLS/RSA/CAMELLIA256-CBC/SHA
(0x0035) TLS/RSA/AES256-CBC/SHA
(0xc007) TLS/ECDHE-ECDSA/RC4-128/SHA
(0xc009) TLS/ECDHE-ECDSA/AES128-CBC/SHA
(0xc011) TLS/ECDHE-RSA/RC4-128/SHA
(0xc013) TLS/ECDHE-RSA/AES128-CBC/SHA
(0x0045) TLS/DHE-RSA/CAMELLIA128-CBC/SHA
(0x0044) TLS/DHE-DSS/CAMELLIA128-CBC/SHA
(0x0066) TLS/DHE-DSS/RC4-128/SHA
(0x0033) TLS/DHE-RSA/AES128-CBC/SHA
(0x0032) TLS/DHE-DSS/AES128-CBC/SHA
(0xc00c) TLS/ECDH-RSA/RC4-128/SHA
(0xc00e) TLS/ECDH-RSA/AES128-CBC/SHA
(0xc002) TLS/ECDH-ECDSA/RC4-128/SHA
(0xc004) TLS/ECDH-ECDSA/AES128-CBC/SHA
(0x0096) TLS/RSA/SEED-CBC/SHA
(0x0041) TLS/RSA/CAMELLIA128-CBC/SHA
(0x0004) SSL3/RSA/RC4-128/MD5
(0x0005) SSL3/RSA/RC4-128/SHA
(0x002f) TLS/RSA/AES128-CBC/SHA
(0xc008) TLS/ECDHE-ECDSA/3DES-EDE-CBC/SHA
(0xc012) TLS/ECDHE-RSA/3DES-EDE-CBC/SHA
(0x0016) SSL3/DHE-RSA/3DES192EDE-CBC/SHA
(0x0013) SSL3/DHE-DSS/DES192EDE3CBC/SHA
(0xc00d) TLS/ECDH-RSA/3DES-EDE-CBC/SHA
(0xc003) TLS/ECDH-ECDSA/3DES-EDE-CBC/SHA
(0xfeff) SSL3/RSA-FIPS/3DESEDE-CBC/SHA
(0x000a) SSL3/RSA/3DES192EDE-CBC/SHA
}
compression[2] = {
(01) DEFLATE
(00) NULL
}
extensions[45] = {
extension type server_name, length [14] = {
0: 00 0c 00 00 09 6c 6f 63 61 6c 68 6f 73 74 | .....localhost
}
extension type renegotiation_info, length [1] = {
0: 00 | .
}
extension type elliptic_curves, length [8] = {
0: 00 06 00 17 00 18 00 19 | ........
}
extension type ec_point_formats, length [2] = {
0: 01 00 | ..
}
extension type session_ticket, length [0]
}
}
}
}
]
|
|
555,182 | 4,605,927 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.3a4pre) Gecko/20100326 Minefield/3.7a4pre Firefox/3.6
Build Identifier: 20100326040105
http://img338.imageshack.us/i/68399803.png
Reproducible: Always
Steps to Reproduce:
1. Open up a sidebar
2.
3.
Actual Results:
Text is a very light blue.
Expected Results:
Text should be normal.
Screen Shot: http://img338.imageshack.us/i/68399803.png
|
|
575,245 | 4,770,113 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; WOW64; en-US; rv:1.9.3a6pre) Gecko/20100628 Minefield/3.7a6pre Firefox/3.6.4
Build Identifier: 20100628035917
1. When the Fx window is maximized the Windows Taskbar does not unhide if you set it to autohide. This is done by moving the mouse pointer to the side of the screen where you have the Taskbar on, which by default is the bottom.
2. The Taskbar pops under a non-maximized window until you move focus to something else like the desktop.
These two are probably related.
Reproducible: Always
Expected Results:
With Taskbar auto hide enabled (Set in 'Taskbar and Start Menu Properties') the Taskbar should rise from where it is docked (default is the bottom) over the window. As it also should with a non-maximized window which is placed over where the Taskbar is located.
|
|
526,995 | 4,384,244 |
Those are the steps:
1)Create a new account
2)In mail account setup window I put: My name, CORRECT email address (@Gmail.com), CORRECT password, remember password YES, Continue
R-> Shredder has found the settings for your email account
Username:My email address
Incoming: imap.googlemail.com IMAP 993 SSL/TLS
Outgoing: smtp.googlemail.com SMTP 465 SSL/TLS
3)I click on "Create account"
R-> Error Creating Account
TypeError: msgWindow is undefined
4)I click on "ok"
R-> A red string appear near the password field: "Username or password invalid"
5)I click on "start over"
6)I retype all the data like in step 2 and click on "continue"
R-> The same response of step 2
7)I click on "Create Account"
R-> Error Creating account: Incoming server already exist
8)I click on "Ok"
9)I click on "Cancel"
NOTE 1: In the left sidebar of TB, there's no the new account, (all folders visualization)
NOTE 2: If i go in the C:\<TB PROFILE FOLDER>\ImapMail now there is a new folder called imap.googlemail.com.sbd
|
|
530,653 | 4,414,469 |
steps to reproduce:
1.Search for- Extensions installed: não
2.Notice the "Did you mean section?"
Observed behavior:
Unknown(possibly Unicode) characters are visible in the suggestion section.See screenshot link.
screenshot: http://screencast.com/t/MzkxOWNlZjEt
|
|
521,955 | 4,343,279 |
STR:
1) Tools -> Account settings
2) New Account
i) name l
ii) email address : [email protected]
iii) password l
3) press create account
4) press the stop button
5) edit settings manually
Expected results :
I can enter my server settings
results :
I can't the item Server setting is not present under the account name.
|
|
524,013 | 4,360,239 |
This bug is originally reported in http://crbug.com/25059.
The server at https://ecommerce.amga.org/iMISPublic/ sends only the
leaf certificate, without the intermediate CA certificate.
CERT_VerifyCert reports the expected SEC_ERROR_UNKNOWN_ISSUER error.
CERT_PKIXVerifyCert reports SEC_ERROR_BAD_SIGNATURE.
Steps to reproduce:
1. Use 'vfyserv' to get the server certificate.
$ vfyserv -c ecommerce.amga.org
Connecting to host ecommerce.amga.org (addr 63.119.96.6) on port 443
Cert file cert.000 was created.
PROBLEM WITH THE CERT CHAIN:
CERT 0. CN=ecommerce.amga.org,OU=Secure Link SSL,OU=AMGA,O=American Medical Group Association,OID.2.5.4.9=1422 Duke St,L=Alexandria,ST=VA,postalCode=22314-3403,C=US :
ERROR -8179: Peer's Certificate issuer is not recognized.
CN=Network Solutions Certificate Authority,O=Network Solutions L.L.C.,C=US
Error in function PR_Write: -8179
- Peer's Certificate issuer is not recognized.
2. Use 'vfychain', with and without the -p option, to verify the
certificate. Observe that the error codes are different.
$ vfychain cert.000
Chain is bad, -8179 = Peer's Certificate issuer is not recognized.
PROBLEM WITH THE CERT CHAIN:
CERT 0. CN=ecommerce.amga.org,OU=Secure Link SSL,OU=AMGA,O=American Medical Group Association,OID.2.5.4.9=1422 Duke St,L=Alexandria,ST=VA,postalCode=22314-3403,C=US :
ERROR -8179: Peer's Certificate issuer is not recognized.
CN=Network Solutions Certificate Authority,O=Network Solutions L.L.C.,C=US
$ vfychain -p cert.000
Chain is bad, -8182 = Peer's certificate has an invalid signature.
PROBLEM WITH THE CERT CHAIN:
CERT 1. Builtin Object Token:Network Solutions Certificate Authority [Certificate Authority]:
ERROR -8182: Peer's certificate has an invalid signature.
$ vfychain -p -p cert.000
Chain is bad, -8182 = Peer's certificate has an invalid signature.
PROBLEM WITH THE CERT CHAIN:
CERT 1. Builtin Object Token:Network Solutions Certificate Authority [Certificate Authority]:
ERROR -8182: Peer's certificate has an invalid signature.
|
|
516,062 | 4,295,215 |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2a2pre) Gecko/20090911 Namoroka/3.6a2pre
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2a2pre) Gecko/20090911 Namoroka/3.6a2pre
The BBC weather page appears to load correctly, but when it's almost finished rendering, the page clears and it attempts to reload, which then hangs (ie. it never completes the reload or renders anything)
Reproducible: Always
Steps to Reproduce:
1. Go to http://www.bbc.co.uk/weather
2.
3.
Actual Results:
The BBC weather page appears to load correctly, but when it's almost finished rendering, the page clears and it attempts to reload, which then hangs (ie. it never completes the reload or renders anything)
Expected Results:
The BBC weather page should load a single time and display all the weather information
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.