Bug ID
int64
961
1.91M
Comment ID
int64
3.98k
17.1M
Author
stringlengths
8
48
Comment Text
stringlengths
1
64.3k
1,654,466
14,950,507
Created attachment 9165293 Recording of the issue **Affected versions:** Latest Nightly 80.0a1 (2020-07-21) (64-bit) **Tested on:** Windows 7/10 MacOS **Steps to reproduce:** 1. Go to Wikipedia's register form 2. Fill in the username 3. Choose to generate a password in the password field **Expected:** The "Password Saved!" toast is displayed and the key icon should be of blue color since we auto-saved a generated password. **Actual:** The key icon is grey even if the toast was displayed. **Regression-range:** Found commit message: Bug 1612258 - Show/adjust the dismissed login capture doorhanger in response to input events in the password & username field. r=MattN,severin Differential Revision: https://phabricator.services.mozilla.com/D81377 **Notes:** Didn't observe this issue while verifying Bug 1612258 but it was catched during our Nightly build validations.
1,654,648
14,951,756
Created attachment 9165509 A caputure of the lush.com checkout page with none of the css Tested on Nightly 80.0a1 on Windows 10 On lush.com, credit card autofill doesn't work correctly I've included a version of the page that won't load css or anything but should still show the problem. The form has a gift card section that is collapsed and then a credit card section. The gift card section still gets picked up by the `FieldScanner` and has fields classified as `cc-name` and then `cc-number`. The credit card fields start with `cc-number` and then go `cc-name`, `cc-exp-month`, and `cc-exp-year`. When processing of the form finishes, and we go to classify the sections (in `FieldScanner._classifySections()`) `FieldScanner.fieldDetails` starts with all of its fields in the default section with the order of those details being `cc-name`, `cc-number`, `cc-number`, `cc-name`, `cc-exp-month`, `cc-exp-year` where the first two are from the gift card and everything else is from the actual credit card information. `cc-name` and the first `cc-number` are placed into the first new section. When the second `cc-number` is being placed into a section, it is placed into the first section because, though `cc-number` is in `seenTypes`, the `previousType === cc-number`. Then `cc-name` from the credit card fields starts a new section because `cc-name` is in `seenTypes` and `previousType !== cc-name`. The expiration fields are placed in the second section. Because duplicates are not allowed, the second `cc-number` (from the credit card) is removed from the section that has the gift card information. Once we bubble back up to `FormAutofillHandler.collectFormFields()` the section with the gift card information is a valid `FormAutofillCreditCardSection()`, but the section with the credit card information is not valid, because its `cc-number` field did not make it into the right section.
1,654,814
14,953,091
In about:welcome page, there is a subtitle `onboarding-multistage-*-subtitle` which is 0 margin-top to the header and zap line. The margin-top is too small that made it doesn't look well, at least on my zh-TW Nightly. I'm proposing to increase the margin-top to 12px or an appropriate value (see screenshot)
1,654,913
14,953,821
(This was reported by a partner) When you uninstall Firefox, it leaves behind Mozilla Maintenance Service\UpdateLogs directory. It should completely remove everything. They've also noticed that C:\Program Files\Mozilla Firefox is getting left behind about 15% of the time. Not sure what we can do about that. Is there any way to diagnose that?
1,655,000
14,954,340
**Steps to reproduce** 1. set: webgl.out-of-process to true 2. access: https://cesium.com/ion/stories/viewer/?id=2f0131ab-3948-4467-947c-411d5705a116 Notes: * crash encountered on device with GPU - ATI Radeon 3000, but on others the page/test was loaded This bug is for crash report bp-20483e28-7aef-4930-a626-23f660200724. Top 10 frames of crashing thread: ``` 0 xul.dll mozilla::gfx::Swizzle_SSE2<1, 0> gfx/2d/SwizzleSSE2.cpp:377 1 xul.dll mozilla::gfx::SwizzleData gfx/2d/Swizzle.cpp 2 xul.dll static gfxUtils::ConvertBGRAtoRGBA gfx/thebes/gfxUtils.cpp:261 3 xul.dll mozilla::WebGLContext::FrontBufferSnapshotInto dom/canvas/WebGLContext.cpp:1079 4 xul.dll mozilla::dom::WebGLParent::RecvGetFrontBufferSnapshot dom/canvas/WebGLParent.cpp:98 5 xul.dll mozilla::dom::PWebGLParent::OnMessageReceived ipc/ipdl/PWebGLParent.cpp:365 6 xul.dll mozilla::layers::PCompositorManagerParent::OnMessageReceived ipc/ipdl/PCompositorManagerParent.cpp:498 7 xul.dll mozilla::ipc::MessageChannel::DispatchSyncMessage ipc/glue/MessageChannel.cpp:2119 8 xul.dll mozilla::ipc::MessageChannel::DispatchMessage ipc/glue/MessageChannel.cpp:2070 9 xul.dll mozilla::ipc::MessageChannel::MessageTask::Run ipc/glue/MessageChannel.cpp:1953 ```
1,655,010
14,954,542
Created attachment 9165864 Recording of the issue **Affected Versions:** Nightly 80.0a1 - since Bug 1641413 was landed and should've offered base domain and subdomain suggestions **Tested on:** Windows 10 **Steps to reproduce:** 1. Have saved credentials on facebook subomains, such as: - ro-ro.facebook.com - fr-fr.facebook.com 2. Have saved credential on Facebook.com (Base Domain) 3. Load Facebook.com and type in the username and password field 4. Open the dismissed doorhanger and check the suggested usernames list **Expected:** Credential saved on facebook subdomains should've been also displayed for username suggestion, not just the base domain. **Actual:** Only the username saved on the base domain (Facebook.com) is suggested. **Regression-range:** Not a regression, more like partial implementation of Bug 1641413 **Notes:** This is also reproducible with subdomain, ex: - on fr-fr.facebook.com only the username for this subdomain is shown as suggestion
1,655,034
14,954,789
https://telemetry.mozilla.org/new-pipeline/evo.html#!aggregates=Median&arch=x86-64&cumulative=0&end_date=null&include_spill=0&keys=&max_channel_version=nightly%252F80&measure=PLACES_AUTOCOMPLETE_6_FIRST_RESULTS_TIME_MS&min_channel_version=nightly%252F77&processType=*&product=Firefox&sanitize=0&sort_keys=submissions&start_date=null&trim=0&use_submission_date=0 From July 12-13 it seems to be stuck on 0.
1,655,175
14,955,528
This bug is for crash report bp-0b2ae810-1625-47cb-a93a-31df80200724. Top 10 frames of crashing thread: ``` 0 xul.dll mozilla::dom::HTMLMediaElement::MediaControlKeyListener::InitMediaAgent dom/html/HTMLMediaElement.cpp:555 1 xul.dll mozilla::dom::HTMLMediaElement::MediaControlKeyListener::Start dom/html/HTMLMediaElement.cpp:414 2 xul.dll mozilla::dom::HTMLMediaElement::StartListeningMediaControlKeyIfNeeded dom/html/HTMLMediaElement.cpp:7878 3 xul.dll mozilla::dom::HTMLMediaElement::MetadataLoaded dom/html/HTMLMediaElement.cpp:5529 4 xul.dll mozilla::MediaDecoder::MetadataLoaded dom/media/MediaDecoder.cpp:692 5 xul.dll mozilla::ChannelMediaDecoder::MetadataLoaded dom/media/ChannelMediaDecoder.cpp:543 6 xul.dll mozilla::detail::ListenerImpl<mozilla::AbstractThread, `lambda at /builds/worker/checkouts/gecko/dom/media/MediaEventSource.h:340:37', mozilla::UniquePtr<mozilla::MediaInfo, mozilla::DefaultDelete<mozilla::MediaInfo> >, mozilla::UniquePtr<nsDataHashtable<nsCStringHashKey, nsTString<char> >, mozilla::DefaultDelete<nsDataHashtable<nsCStringHashKey, nsTString<char> > > >, mozilla::MediaDecoderEventVisibility>::ApplyWithArgs dom/media/MediaEventSource.h:207 7 xul.dll mozilla::detail::RunnableMethodImpl<mozilla::detail::Listener<mozilla::UniquePtr<mozilla::MediaInfo, mozilla::DefaultDelete<mozilla::MediaInfo> >, mozilla::UniquePtr<nsDataHashtable<nsCStringHashKey, nsTString<char> >, mozilla::DefaultDelete<nsDataHashtable<nsCStringHashKey, nsTString<char> > > >, mozilla::MediaDecoderEventVisibility>*, void xpcom/threads/nsThreadUtils.h:1240 8 xul.dll mozilla::AutoTaskDispatcher::TaskGroupRunnable::Run xpcom/threads/TaskDispatcher.h:228 9 xul.dll mozilla::XPCOMThreadWrapper::Runner::Run xpcom/threads/AbstractThread.cpp:194 ``` Started in build 20200723212842. Regression window: https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=08c29f9d87799463cdf99ab81f08f62339b49328&tochange=1415430432706ec6b8c7590cda9b8ca87397e7a7. alwu, could this have been bug 1654959?
1,655,452
14,958,548
Form error state for new snippet does not redirect to the correct retry scene.
1,655,580
14,959,342
From bug 1625499 comment 8 and 9: (In reply to Kevin Brosnan [:kbrosnan] from bug 1625499 comment #8) > >hwinnemoe [Fenix #11284](https://github.com/mozilla-mobile/fenix/issues/11284) > > I did some measurements via `about:memory` using the following STR: > 1. Cold startup Fenix, no Addons activated > 2. Switch to PBM > 3. Open `about:memory` > 4. Press _Measure_ and copy the log > 5. Repeatedly switch between other apps and Fenix, e.g. switching 20 times between Settings and Fenix, thus switching to Fenix 10 times > 6. Press _Measure_ and copy the log > 7. Use _Close private tabs_ to close the single tab > 8. Open `about:memory` again > 9. Press _Measure_ and copy the log > > Here are the logs for > - STR Step 4: [11284 STR Step 4.txt](https://github.com/mozilla-mobile/fenix/files/4836565/11284.STR.Step.4.txt) > - STR Step 6: [11284 STR Step 6.txt](https://github.com/mozilla-mobile/fenix/files/4836573/11284.STR.Step.6.txt) > - STR Step 9: [11284 STR Step 9.txt](https://github.com/mozilla-mobile/fenix/files/4836575/11284.STR.Step.9.txt) (In reply to Henrik Winnemöller from bug 1625499 comment #9) > I did some follow-up investigations with multiple tabs on this issue based on my findings in [Fenix #11284](https://github.com/mozilla-mobile/fenix/issues/11284). The used Nightly version was Nightly 200723 06:01 (Build #22050610). The device was a Sony Xperia Z2, Android 6.0.1, without active WR. > > **STR Variant 1 - Single tab for comparison** > 1. Cold startup the browser on a fresh profile > 2. Open `about:memory` > 3. Press _Measure_ and note down the heap-unclassified memory > 4. Repeatedly switch between the browser and another app, thus opening up the browser 10 times > 5. Repeat steps 3 and 4. > > **Results for STR Variant 1 - Single tab for comparison** > heap-unclassified after switching to the browser app for ... > 10 times - 087.77 MiB > 20 times - 165.02 MiB > 30 times - 235.79 MiB > > **STR Variant 2 - Multiple tabs** > 1. Cold startup the browser on a fresh profile > 2. Open two tabs for `about:memory` > 3. Switch to the first tab. > 4. Press _Measure_ and note down the heap-unclassified memory > 5. Repeatedly switch between the browser and another app, thus opening up the browser 10 times > 6. Press _Measure_ and note down the heap-unclassified memory > 7. Switch to the second tab. > 8. Repeat Steps 5 and 6. > 9. Switch to the first tab. > 10. Repeat Steps 5 and 6. > 11. Switch to the second tab. > 12. Repeat Steps 5 and 6. > 13. Switch to the first tab. > 14. Repeat Steps 5 and 6. > 15. Switch to the first tab. > 16. Repeat Steps 5 and 6. > 17. Switch to the second tab. > 18. Repeat Steps 5 and 6. > > **Results for STR Variant 2 - Multiple tabs** > heap-unclassified after switching to the browser app for ... (Note: numbers are cumulative switches) > 10 times on 1. tab - 087.97 MiB > 10 times on 2. tab - 159.00 MiB > 20 times on 1. tab - 236.55 MiB > 20 times on 2. tab - 306.90 MiB > 30 times on 1. tab - 370.16 MiB > 30 times on 2. tab - 440.54 MiB > > This seems to grow unrelated to the number of tabs. Note: Nightly users might not see this in this extent since they normally get daily updates. But a Beta or Production user will most likely experience this when using the browser for several days. It would be interesting to look at telemetry for how often users open up the browser (by switching to it or unlocking the screen) to judge the severity of this issue.
1,655,784
14,960,465
After bug 1654679, the arrow keys now speak the character the caret moves across. However, this does not yet work when in the URL bar. There, it will always only speak the first character as before.
1,597,600
14,496,615
Created attachment 9109870 hearthstone-ai_engine at master · peter1591_hearthstone-ai · GitHub - Mozilla Firefox 2019-11-18 19-06-16.mp4 User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0 Steps to reproduce: Opened a link to a site with an expired SSL certificate. Verified that it shows a warning. Opened that link in private mode. Accepted the certificate in private mode. Tabbed back to the normal browser and visited the link. Saw that the certificate was accepted in normal mode (even though I did that action in private mode). Actual results: Saw that the certificate was accepted in normal mode (even though I did that action in private mode). Couldn't record the private browser, but interaction with the private browser occurs inbetween seeing the SSL warning in normal mode and then refreshing to see the SSL cert be accepted (with a yellow warning) in normal mode) Expected results: I expected firefox to separate accepted certificates in normal/private modes. This may be a feature request rather than a bug, but I'd expect there to be separation of accepted SSL certificates between normal/private mode. After closing the private mode window, normal mode unaccepts the SSL certificate, but while the private mode browser is open, the certificate is valid. I accept certificates in private mode so that if a site is malicious, I can simply view it without it potentially getting access to my private information.
1,611,093
14,607,032
Created attachment 9122587 Screenshot of issue **Affected versions** Nightly 74.0a1 74.0a1 (2020-01-21) (64-bit) Beta 73.0b8 (64-bit) Release 72.0.2 (64-bit) **Affected platforms** Windows 10 x64 MacOS 10.15 **Steps to reproduce** 1. Launch Firefox 2. Set up manual Proxy configuration 3. Go to a site on the same tab to toggle the auth dialog 4. Enter valid credentials and save them 5. Go to about:logins 6. Edit the password and click on "Save Changes" **Expected result** The changes should be saved **Actual Result** The "Discard unsaved changes" dialog appears. Clicking "Discard" will discard the changes Clicking "Cancel" will **save** the changes *This only happens to Proxy credentials, http, ftp and other credentials don't have this issue* **Note** Last good build was 71.0a1 (2019-09-17) **Regression-Range** Mozregression found Bug 1579184.
1,612,116
14,615,650
This bug is for crash report bp-c072d82e-9353-44e0-a4f5-f8c410200129. ``` Top 10 frames of crashing thread: 0 xul.dll mozilla::psm::GetXPCOMFromNSSError security/manager/ssl/NSSErrorsService.cpp:76 1 xul.dll mozilla::net::nsHttpConnection::EnsureNPNComplete netwerk/protocol/http/nsHttpConnection.cpp:572 2 xul.dll mozilla::net::nsHttpConnection::OnSocketWritable netwerk/protocol/http/nsHttpConnection.cpp:2068 3 xul.dll mozilla::net::TLSFilterTransaction::StartTimerCallback netwerk/protocol/http/TunnelUtils.cpp:579 4 xul.dll mozilla::net::TLSFilterTransaction::Notify netwerk/protocol/http/TunnelUtils.cpp:558 5 xul.dll nsTimerImpl::Fire xpcom/threads/nsTimerImpl.cpp:564 6 xul.dll nsTimerEvent::Run xpcom/threads/TimerThread.cpp:259 7 xul.dll nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:1241 8 xul.dll NS_ProcessNextEvent xpcom/threads/nsThreadUtils.cpp:486 9 xul.dll mozilla::net::nsSocketTransportService::Run netwerk/base/nsSocketTransportService2.cpp:1013 ``` this browser process crash signature is spiking up in volume in the past couple of hours and reports generally come with `MOZ_CRASH(Function failed without calling PR_GetError)`. i'm not entirely sure if this bug is better belonging in security:psm or networking. i can't see any obvious correlation yet of what might explain the sudden spike - some of the more affected locales are id & tr which is something we don't commonly see and NSFW site are quite common among the urls reported for crashing.
1,539,074
14,011,643
Created attachment 9053527 Sample PDF file -- all 'x' characters should have same height User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0 Steps to reproduce: View PDF file containing transformed font, prepared using ExtendFont in pdfTeX to condense the glyphs Actual results: The height as well as the width of characters is reduced Expected results: Reduction in width only, as seen when viewing the same file with Evince
1,528,958
13,934,105
[Platform affected]: Windows 10, Ubuntu 16.04, Mac OS X [Firefox versions]: latest nightly 67.0a1, beta 66.0b9, release 65.0.1 Steps to reproduce: 1. Access the link: https://www.bing.com/ 2. In the input search type any word 3. After the results are displayed, click on the back button (top left side). Expected result: the user should be redirected back to the main (default page) or at the previous page. Actual results: Nothing happens by pressing on back button. It will be necessary to click or double-click for many times to the back button to get a response. Please see the video link attached: https://streamable.com/88s2t Note: If you attempt to do the above actions on Yahoo-search, clicking on back button will work without any problems.
1,529,502
13,938,710
See https://bugzilla.mozilla.org/show_bug.cgi?id=1524888#c14, and for what it's worth I don't agree with closing than one when the underlying font conversion bug still isn't fixed. --- +++ This bug was initially created as a clone of Bug #1524888 +++ User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:65.0) Gecko/20100101 Firefox/65.0 Steps to reproduce: 1. Go to this pdf file: https://1password.com/files/1Password%20for%20Teams%20White%20Paper.pdf 2. The first occurence of this issue appears on page 10. Actual results: The character is displayed incorrectly. See the attached screenshot. Expected results: The characters "18000" should be displayed.
1,459,526
13,257,905
Created attachment 8973571 firefox fullrange video bug.png User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.30 Safari/537.36 Steps to reproduce: Open any full color range (instead of the common "limited") video. I found one on Twitch: https://clips.twitch.tv/FaithfulBitterOxSSSsss I also dumped the video file, which gives the same result if you play it locally in Firefox: https://www.dropbox.com/s/2wupchv45nncgts/Fullrange.mp4?dl=0 Color space : YUV Chroma subsampling : 4:2:0 Bit depth : 8 bits Scan type : Progressive Bits/(Pixel*Frame) : 0.040 Stream size : 17.8 MiB (96%) Color range : Full <------------- Color primaries : BT.709 Transfer characteristics : BT.709 Matrix coefficients : BT.709 Actual results: Since the video is full range, it should be played as-is, without any further limited->full conversion on PC. Expected results: Firefox incorrectly converts the color range and therefore clips the color. Makes the contrast too high. It plays flawlessly in any local capable video player, and Chrome (see attachment for comparison). This bug happens with both hardware acceleration ON and OFF.
1,496,074
13,659,110
Created attachment 9014015 Screen Shot 2018-10-03 at 9.18.58 AM.png User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36 Steps to reproduce: Navigate to any site with custom CSS for select or text entries. Google, or anything using bootstrap Actual results: Styles/custom controls aren't honored. Instead they are replaced with a motif-like representation of the control Expected results: Use/render the controls as desired and performed by other browsers (Chrome, Safari, etc.) or default to a look and feel from this century.
1,885,088
16,841,182
Steps to reproduce: On git commit 898d40036b2646daea9b44fd2e2fc44dc050158d the attached sample asserts in the js-shell when invoked as `obj-x86_64-pc-linux-gnu/dist/bin/js --fuzzing-safe crash.js` ``` const o3 = { "module": true, }; o3.lineNumber = dumpStencil; dumpStencil("export var z;", o3); ``` ``` #0 0x00005555585e10ea in ParseModuleToStencilAndMaybeInstantiate<mozilla::Utf8Unit> (maybeCx=0x7ffff7639100, fc=0x7fffffff9658, tempLifoAlloc=..., input=..., scopeCache=0x7fffffff9648, srcBuf=..., output=...) at js/src/frontend/BytecodeCompiler.cpp:1147 #1 0x00005555585e61d6 in ParseModuleToExtensibleStencilImpl<mozilla::Utf8Unit> (cx=0x7ffff7639100, fc=0x7fffffff9658, tempLifoAlloc=..., input=..., scopeCache=0x7fffffff9648, srcBuf=...) at js/src/frontend/BytecodeCompiler.cpp:1246 #2 0x00005555585aa77c in js::frontend::ParseModuleToExtensibleStencil (cx=0x7ffff7639100, fc=0x7fffffff9658, tempLifoAlloc=..., input=..., scopeCache=0x7fffffff9648, srcBuf=...) at js/src/frontend/BytecodeCompiler.cpp:1269 #3 0x00005555578e18c8 in DumpStencil<mozilla::Utf8Unit> (cx=0x7ffff7639100, options=..., units=0x7fffffffa1c8, length=13, goal=js::frontend::ParseGoal::Module) at js/src/shell/js.cpp:5658 #4 0x00005555578e10da in FrontendTest (cx=0x7ffff7639100, argc=2, vp=0x7ffff56e9090, funcName=0x5555559e7bda "dumpStencil", dumpType=DumpType::Stencil) at js/src/shell/js.cpp:5859 #5 0x00005555578cfbe0 in DumpStencil (cx=0x7ffff7639100, argc=2, vp=0x7ffff56e9090) at js/src/shell/js.cpp:5914 #6 0x0000555557ab4aec in CallJSNative (cx=0x7ffff7639100, native=0x5555578cfbb0 <DumpStencil(JSContext*, unsigned int, JS::Value*)>, reason=js::CallReason::Call, args=...) at js/src/vm/Interpreter.cpp:479 #7 0x0000555557a8af03 in js::InternalCallOrConstruct (cx=0x7ffff7639100, args=..., construct=js::NO_CONSTRUCT, reason=js::CallReason::Call) at js/src/vm/Interpreter.cpp:573 #8 0x0000555557a8b689 in InternalCall (cx=0x7ffff7639100, args=..., reason=js::CallReason::Call) at js/src/vm/Interpreter.cpp:640 #9 0x0000555557a8b4c3 in js::CallFromStack (cx=0x7ffff7639100, args=..., reason=js::CallReason::Call) at js/src/vm/Interpreter.cpp:645 #10 0x0000555557a99d1f in js::Interpret (cx=0x7ffff7639100, state=...) at js/src/vm/Interpreter.cpp:3060 #11 0x0000555557a8a8e5 in MaybeEnterInterpreterTrampoline (cx=0x7ffff7639100, state=...) at js/src/vm/Interpreter.cpp:393 #12 0x0000555557a8a591 in js::RunScript (cx=0x7ffff7639100, state=...) at js/src/vm/Interpreter.cpp:451 #13 0x0000555557a8cad1 in js::ExecuteKernel (cx=0x7ffff7639100, script=..., envChainArg=..., evalInFrame=..., result=...) at js/src/vm/Interpreter.cpp:838 #14 0x0000555557a8ce4c in js::Execute (cx=0x7ffff7639100, script=..., envChain=..., rval=...) at js/src/vm/Interpreter.cpp:870 ```
1,885,238
16,842,372
Created attachment 9391140 a.html User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0 Steps to reproduce: I tried out the WebGPU error reporting and tried using the positions reported by https://gpuweb.github.io/gpuweb/#gpucompilationmessage in Fixefox Nightly. I tried compiling a shader of the form `/*valid comment 😺😺😺😺😺😺😺*/ (error is here)`, and then inspected the `GPUCompilationMessage` However, they're quite wrong. See also https://github.com/gpuweb/cts/issues/3489 Actual results: GPUCompilationMessage { length: 0, // no idea if this is correct lineNum: 1, // correct linePos: 27, // wrong, since the underlying library reports "code points", while the specification demands UTF-16 code units offset: 0, // obviously wrong, how would the offset be 0 if the linePos is > 1 ... } See also Specification https://gpuweb.github.io/gpuweb/#gpucompilationmessage Naga reports full characters https://github.com/gfx-rs/wgpu/issues/5385 Firefox source code https://searchfox.org/mozilla-central/rev/898d40036b2646daea9b44fd2e2fc44dc050158d/gfx/wgpu_bindings/src/server.rs#336-364 Expected results: The line pos should be computed in terms of UTF-16 code units. And the length and offset should be exposed correctly. My hunch is that the current code does set the `utf16_length` and `utf16_offset` fields correctly, but doesn't expose them.
1,885,475
16,844,009
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0 Steps to reproduce: Build js shell with `--enable-debug` or `--enable-jitspew` on loongarch64 platform, not the simulator in SpiderMonkey. Then run: `./mach run -e 'dumpValue(1.1)'` Actual results: JS shell crash before print all output. Expected results: Get the following output, and exit normally. { "type": "double", "value": "1.1", "private": "0x3ff199999999999a" }
1,885,489
16,844,074
Steps to reproduce: On git commit 04f7743d94691fa24212fb43099f9d84c3bfc890 the attached sample asserts in the js-shell when invoked as `obj-x86_64-pc-linux-gnu/dist/bin/js --fast-warmup --fuzzing-safe crash.js` The crash is flakey but `rr record --chaos` should do the trick. If you have issues reproducing let me know and I'll provide a pernos.co session. ``` function f2(a3) { const v6 = String.fromCharCode(a3 * -16176); ("'" + a3) + v6; if (a3) { f2(a3 - 1); } evalcx(); return a3; } f2(400 - 1); ``` ``` #0 0x000055fec88ea614 in JS::Value::toInt32 (this=0x7fffb570be60) at obj-x86_64-pc-linux-gnu/dist/include/js/Value.h:942 #1 0x000055feca1093be in js::jit::RFromCharCode::recover (this=0x7fffb570bf38, cx=0x26794eb39100, iter=...) at js/src/jit/Recover.cpp:1047 #2 0x000055fec9f98987 in js::jit::SnapshotIterator::computeInstructionResults (this=0x7fffb570c020, cx=0x26794eb39100, results=0x7fffb5713890) at js/src/jit/JitFrames.cpp:2037 #3 0x000055fec9f97c3f in js::jit::SnapshotIterator::initInstructionResults (this=0x7fffb570c398, fallback=...) at js/src/jit/JitFrames.cpp:1990 #4 0x000055fec9a4ced0 in js::jit::BailoutIonToBaseline (cx=0x26794eb39100, activation=0x7fffb57137d8, iter=..., bailoutInfo=0x7fffb570c558, excInfo=0x0, reason=js::jit::BailoutReason::Normal) at js/src/jit/BaselineBailouts.cpp:1629 #5 0x000055fec9a4c5eb in js::jit::Bailout (sp=0x7fffb570c560, bailoutInfo=0x7fffb570c558) at js/src/jit/Bailouts.cpp:144 #6 0x00007511634d93e2 in ?? () ```
1,885,680
16,845,204
Steps to reproduce: On git commit 04f7743d94691fa24212fb43099f9d84c3bfc890 the attached sample asserts in the js-shell when invoked as `obj-x86_64-pc-linux-gnu/dist/bin/js --fuzzing-safe crash.js` ``` const v1 = newGlobal(); v1.enableShellAllocationMetadataBuilder(); function f3() { const v5 = v1.load; v5.toString = f3; return v5(v5); } f3(); ``` ``` #0 0x0000555557da4f73 in JSContext::onOverRecursed (this=0x7ffff7639100) at js/src/vm/JSContext.cpp:329 #1 0x0000555557da4ffa in js::ReportOverRecursed (maybecx=0x7ffff7639100) at js/src/vm/JSContext.cpp:343 #2 0x0000555557ab5739 in js::AutoCheckRecursionLimit::check (this=0x7fffffdfc54f, cx=0x7ffff7639100) at obj-x86_64-pc-linux-gnu/dist/include/js/friend/StackLimits.h:223 #3 0x0000555557e88e9c in CallJSAddPropertyOp (cx=0x7ffff7639100, op=0x555557b088a0 <array_addProperty(JSContext*, JS::Handle<JSObject*>, JS::Handle<JS::PropertyKey>, JS::Handle<JS::Value>)>, obj=..., id=..., v=...) at js/src/vm/NativeObject.cpp:1213 #4 0x0000555557e7d2dc in CallAddPropertyHook (cx=0x7ffff7639100, obj=..., id=..., value=...) at js/src/vm/NativeObject.cpp:1227 #5 0x0000555557e7f3d6 in AddOrChangeProperty<(IsAddOrChange)0> (cx=0x7ffff7639100, obj=..., id=..., desc=..., existing=0x0) at js/src/vm/NativeObject.cpp:1438 #6 0x0000555557e7dc3d in js::NativeDefineProperty (cx=0x7ffff7639100, obj=..., id=..., desc_=..., result=...) at js/src/vm/NativeObject.cpp:1695 #7 0x0000555557dc2a00 in js::DefineDataProperty (cx=0x7ffff7639100, obj=..., id=..., value=..., attrs=0, result=...) at js/src/vm/JSObject.cpp:2087 #8 0x0000555557db3cf2 in js::DefineDataProperty (cx=0x7ffff7639100, obj=..., id=..., value=..., attrs=0) at js/src/vm/JSObject.cpp:2107 #9 0x0000555557dc3ab7 in DefineFunctionFromSpec (cx=0x7ffff7639100, obj=..., fs=0x555559c51470 <array_methods>) at js/src/vm/JSObject.cpp:2265 #10 0x0000555557dc3820 in js::DefineFunctions (cx=0x7ffff7639100, obj=..., fs=0x555559c51470 <array_methods>) at js/src/vm/JSObject.cpp:2271 #11 0x0000555557f623f8 in JS_DefineFunctions (cx=0x7ffff7639100, obj=..., fs=0x555559c51470 <array_methods>) at js/src/vm/PropertyAndElement.cpp:954 #12 0x0000555557d1bd1e in js::GlobalObject::resolveConstructor (cx=0x7ffff7639100, global=..., key=JSProto_Array, mode=js::GlobalObject::IfClassIsDisabled::Throw) at js/src/vm/GlobalObject.cpp:394 #13 0x0000555557931557 in js::GlobalObject::ensureConstructor (cx=0x7ffff7639100, global=..., key=JSProto_Array) at js/src/vm/GlobalObject.h:344 #14 0x0000555557b2b317 in js::GlobalObject::getOrCreateArrayPrototype (cx=0x7ffff7639100, global=...) at js/src/vm/GlobalObject.h:521 #15 0x0000555557aeff5c in js::GlobalObject::createArrayShapeWithDefaultProto (cx=0x7ffff7639100) at js/src/builtin/Array.cpp:5074 #16 0x0000555557b39d6a in js::GlobalObject::getArrayShapeWithDefaultProto (cx=0x7ffff7639100) at js/src/vm/GlobalObject.h:1073 #17 0x0000555557af043d in NewArray<0u> (cx=0x7ffff7639100, length=0, newKind=js::GenericObject, site=0x0) at js/src/builtin/Array.cpp:5093 #18 0x0000555557af03dd in js::NewDenseEmptyArray (cx=0x7ffff7639100) at js/src/builtin/Array.cpp:5193 #19 0x00005555581b854c in ShellAllocationMetadataBuilder::build ( this=0x555559c65740 <ShellAllocationMetadataBuilder::metadataBuilder>, cx=0x7ffff7639100, oomUnsafe=...) at js/src/builtin/TestingFunctions.cpp:4825 #20 0x0000555557f65c35 in JS::Realm::setNewObjectMetadata (this=0x7ffff5780300, cx=0x7ffff7639100, obj=...) at js/src/vm/Realm.cpp:381 #21 0x0000555557a6c14f in js::SetNewObjectMetadata<js::NativeObject> (cx=0x7ffff7639100, obj=0x808f843e1e8) at js/src/vm/JSObject-inl.h:199 #22 0x0000555557a73783 in js::NativeObject::create (cx=0x7ffff7639100, kind=js::gc::AllocKind::OBJECT8_BACKGROUND, heap=js::gc::Heap::Tenured, shape=..., site=0x0) at js/src/vm/NativeObject-inl.h:517 #23 0x0000555557db9ea7 in NewObject (cx=0x7ffff7639100, clasp=0x555559c5aef0 <js::ErrorObject::classes>, proto=..., kind=js::gc::AllocKind::OBJECT8_BACKGROUND, newKind=js::GenericObject, objFlags=...) at js/src/vm/JSObject.cpp:769 #24 0x0000555557db9ac0 in js::NewObjectWithGivenTaggedProto (cx=0x7ffff7639100, clasp=0x555559c5aef0 <js::ErrorObject::classes>, proto=..., allocKind=js::gc::AllocKind::OBJECT8, newKind=js::GenericObject, objFlags=...) at js/src/vm/JSObject.cpp:781 #25 0x0000555557953175 in js::NewObjectWithGivenTaggedProto<(js::NewObjectKind)0> ( cx=0x7ffff7639100, clasp=0x555559c5aef0 <js::ErrorObject::classes>, proto=..., objFlags=...) at js/src/vm/JSObject-inl.h:370 #26 0x0000555557d10c2a in js::NewObjectWithGivenProto (cx=0x7ffff7639100, clasp=0x555559c5aef0 <js::ErrorObject::classes>, proto=...) at js/src/vm/JSObject-inl.h:396 #27 0x0000555557d02e8d in js::ErrorObject::create (cx=0x7ffff7639100, errorType=JSEXN_ERR, stack=..., fileName=..., sourceId=2, lineNumber=6, columnNumber=..., report=..., message=..., cause=..., protoArg=...) at js/src/vm/ErrorObject.cpp:549 #28 0x00005555582eaa03 in js::ErrorToException (cx=0x7ffff7639100, reportp=0x7fffffdfdf80, callback=0x5555578a8cc0 <js::shell::my_GetErrorMessage(void*, unsigned int)>, userRef=0x0) at js/src/jsexn.cpp:356 #29 0x0000555557d06fb9 in ReportError (cx=0x7ffff7639100, reportp=0x7fffffdfdf80, callback=0x5555578a8cc0 <js::shell::my_GetErrorMessage(void*, unsigned int)>, userRef=0x0) at js/src/vm/ErrorReporting.cpp:173 #30 0x0000555557d06cd0 in js::ReportErrorNumberVA (cx=0x7ffff7639100, isWarning=js::IsWarning::No, callback=0x5555578a8cc0 <js::shell::my_GetErrorMessage(void*, unsigned int)>, userRef=0x0, errorNumber=10, argumentsType=js::ArgumentsAreASCII, ap=0x7fffffdfe100) at js/src/vm/ErrorReporting.cpp:487 #31 0x00005555582aeaf5 in JS_ReportErrorNumberASCIIVA (cx=0x7ffff7639100, errorCallback=0x5555578a8cc0 <js::shell::my_GetErrorMessage(void*, unsigned int)>, userRef=0x0, errorNumber=10, ap=0x7fffffdfe100) at js/src/jsapi.cpp:3781 #32 0x000055555829b7eb in JS_ReportErrorNumberASCII (cx=0x7ffff7639100, errorCallback=0x5555578a8cc0 <js::shell::my_GetErrorMessage(void*, unsigned int)>, userRef=0x0, errorNumber=10) at js/src/jsapi.cpp:3771 #33 0x00005555578dd59c in LoadScript (cx=0x7ffff7639100, argc=1, vp=0x7fffffdfe300, scriptRelative=false) at js/src/shell/js.cpp:2197 #34 0x00005555578c5775 in Load (cx=0x7ffff7639100, argc=1, vp=0x7fffffdfe300) at js/src/shell/js.cpp:2234 #35 0x000019c2fe869dfa in ?? () #36 0x0000000000000000 in ?? () ```
1,885,801
16,845,799
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0 Steps to reproduce: Enable DNS over HTTPS, turn session restore ON. Quit firefox with a tab open then reopen. I tried this in safe mode, and confirmed it still happens unles DNA over HTTPS (set to always) is changed. Actual results: Firefox starts promptly and the UI is resposnive, tabs are restored however the websites do not load for anywhere between 5-10 seconds. Expected results: Firefox starts promptly, websites load promtply.
1,885,895
16,848,154
From github: https://github.com/webcompat/web-bugs/issues/134682. > <!-- @browser: Firefox Mobile 125.0 --> > <!-- @ua_header: Mozilla/5.0 (Android 13; Mobile; rv:125.0) Gecko/125.0 Firefox/125.0 --> > <!-- @reported_with: unknown --> > <!-- @public_url: https://github.com/webcompat/web-bugs/issues/134682 --> > > **URL**: https://lemmy.zip/ > > **Browser / Version**: Firefox Mobile 125.0 > **Operating System**: Android 13 > **Tested Another Browser**: Yes Chrome > > **Problem type**: Something else > **Description**: when installing it as a PWA it doesn't open > **Steps to Reproduce**: > 1. Open the website > 2. Tap on the 3 dots > 3. Tap on "Install" > 4. The app will not open when using Firefox Nightly but it will open fine when using Chrome > > <details> > <summary>Browser Configuration</summary> > <ul> > <li>None</li> > </ul> > </details> > > _From [webcompat.com](https://webcompat.com/) with ❤️_ Change performed by the [Move to Bugzilla add-on](https://addons.mozilla.org/en-US/firefox/addon/move-to-bugzilla/).
1,886,362
16,852,335
Created attachment 9392204 The 'import browsers' button on the about:welcome page lacks a collapse function, only expanding the list of browsers. **Affected Version:** - Firefox 123.0.1 (64-bit) **Affected Platforms:** - MacOS 14.1 (23B2073) **Steps to Reproduce:** - 1.Start Firefox. - 2.Navigate to about:welcome - 3.Choose "Import from previous browser." - 4.Click 'save and continue'. - 5.Click the browser button to display the list of browsers. - 6.Click the button again. **Actual Results:** - At step 6, clicking the browser button still expands the list of browsers without collapsing it. **Expected Results:** - At step 6, the expected behavior is for the list to collapse. The browser button should toggle between expanding and collapsing the list, not just expanding.
1,886,427
16,852,844
Created attachment 9392273 HighlightFrame.png **Found in** * Nightly 126.0a1 (2024-03-19) **Affected versions** * Nightly 126.0a1 (2024-03-19) **Affected platforms** * MacOs **Preconditions:** Enable pdfjs.enableHighlightEditor - true pdfjs.enableHighlightFloatingButton - true Enable Voice Over. **Steps to reproduce** 1. Open any PDF in Firefox. 2. Highlight any text. 3. Reach he highlighted text with the Voice Over commands. **Expected result** * The Voice Over frame should be as big as the Highlight. **Actual result** * The Voice Over frame displayed when reaching a Highlighted text is a lot bigger. More text is Highlighted the bigger the Voice over frame gets. **Regression range** Not a regression.
1,886,586
16,853,530
STR: - Make sure caret browsing mode is disabled - Open a pdf - Enable caret browsing mode - Click somewhere and move the cursor with with up/down keys Expected results: The caret should move up/down. Actual results: Pressing arrow keys changes the current page.
1,886,959
16,855,738
**Found in** * 126.0a1 (2024-03-21) **Affected versions** * 126.0a1 (2024-03-21) * Beta 125.0b3 **Affected platforms** * ALL **Preconditions:** pdfjs.enableHighlightEditor - true pdfjs.enableHighlightFloatingButton - true **Steps to reproduce** 1. Have a PDF opened in Firefox. 2. Highlight any text. 3. Delete the Highlight. 4. Hit Ctrl + Z on the keyboard or Right Click > Undo **Expected result** * The Highlight should be displayed again. **Actual result** * Undo stops working after we delete a Highlight. **Regression range** https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=e0d1a1dbfd5c36a2527b566ff831a989ca5ae5f5&tochange=5804e635dd1e6f9bac06c845381fc1e3c434e72e
1,887,017
16,856,076
Created attachment 9392757 2024-03-22_15h44_29.mp4 **Found in** * Firefox Beta 125.0b1 **Affected versions** * Firefox Beta 125.0b1 **Tested platforms** * Affected platforms: All **Preconditions** * Install CA Firefox build * Use CA VPN * browser.search.region = CA **Steps to reproduce** 1. Reach the address form on https://www.ebay.ca 2. Fill in the Shipping Address form and press the "Done" button to submit the form. **Expected result** * Save Address doorhanger should be displayed upon form submit **Actual result** * Save Address doorhanger isn't displayed upon form submit **Regression range** * Regressed by bug 1880450. **Additional notes** * Not reproducible on Chrome, the address capture doorhanger is displayed there. * The capture doorhanger is displayed accordingly on ebay.com * [Fathom Fox Sample](https://drive.google.com/file/d/1H2WtetX_Vi1yyABjsvITCYCTMU33Zdlz/view?usp=drive_link)
1,887,176
16,856,743
Created attachment 9392845 crash.js Steps to reproduce: The attached sample asserts in the js-shell when invoked as `obj-x86_64-pc-linux-gnu/dist/bin/js --fuzzing-safe crash.js`. Setting s-s as a precaution, could be some harmless shell-builtin. ``` #0 JS::TaggedColumnNumberOneOrigin::toLimitedColumnNumber (this=<optimized out>) at obj-x86_64-pc-linux-gnu/dist/include/js/ColumnNumber.h:396 #1 0x0000555557e40006 in js::frontend::TokenStreamAnyChars::fillExceptingContext ( this=<optimized out>, err=err@entry=0x7fffffffa380, offset=<optimized out>) at js/src/frontend/TokenStream.cpp:1492 #2 0x0000555557e63360 in js::frontend::GeneralTokenStreamChars<char16_t, js::frontend::ParserAnyCharsAccess<js::frontend::GeneralParser<js::frontend::FullParseHandler, char16_t> > >::fillExceptingContext (this=this@entry=0x7fffffffb098, err=0x0, err@entry=0x7fffffffa380, offset=4154455875, offset@entry=181) at js/src/frontend/TokenStream.h:2008 #3 0x0000555557e76346 in js::frontend::TokenStreamSpecific<char16_t, js::frontend::ParserAnyCharsAccess<js::frontend::GeneralParser<js::frontend::FullParseHandler, char16_t> > >::computeErrorMetadata (this=0x7fffffffb090, err=0x7fffffffa380, errorOffset=...) at js/src/frontend/TokenStream.cpp:1657 #4 0x0000555557cfb0ec in js::frontend::ErrorReportMixin::warningWithNotesAtVA ( this=0x7fffffffac20, offset=..., args=0x7fffffffa3b0, notes=..., errorNumber=<optimized out>) at js/src/frontend/ErrorReporter.h:204 #5 js::frontend::ErrorReportMixin::warningAt (this=this@entry=0x7fffffffac20, offset=offset@entry=181, errorNumber=errorNumber@entry=275) at js/src/frontend/ErrorReporter.h:181 #6 0x0000555557d30b6a in js::frontend::GeneralParser<js::frontend::FullParseHandler, char16_t>::statementList (this=this@entry=0x7fffffffac20, yieldHandling=yieldHandling@entry=js::frontend::YieldIsName) at js/src/frontend/Parser.cpp:4040 #7 0x0000555557d3a477 in js::frontend::GeneralParser<js::frontend::FullParseHandler, char16_t>::functionBody (this=this@entry=0x7fffffffac20, inHandling=inHandling@entry=js::frontend::InAllowed, yieldHandling=js::frontend::YieldIsName, kind=kind@entry=js::frontend::FunctionSyntaxKind::Method, type=js::frontend::GeneralParser<js::frontend::FullParseHandler, char16_t>::StatementListBody) at js/src/frontend/Parser.cpp:2421 #8 0x0000555557d3911e in js::frontend::GeneralParser<js::frontend::FullParseHandler, char16_t>::functionFormalParametersAndBody (this=this@entry=0x7fffffffac20, inHandling=inHandling@entry=js::frontend::InAllowed, yieldHandling=<optimized out>, funNode=funNode@entry=0x7fffffffa5c8, kind=kind@entry=js::frontend::FunctionSyntaxKind::Method, parameterListEnd=..., isStandaloneFunction=<optimized out>) at js/src/frontend/Parser.cpp:3566 #9 0x0000555557d6f6c6 in js::frontend::Parser<js::frontend::FullParseHandler, char16_t>::standaloneLazyFunction (this=0x7fffffffac20, input=..., toStringStart=<optimized out>, strict=false, generatorKind=<optimized out>, asyncKind=<optimized out>) at js/src/frontend/Parser.cpp:3398 #10 0x0000555557db5112 in CompileLazyFunctionToStencilMaybeInstantiate<char16_t> ( maybeCx=0x7ffff6039100, fc=fc@entry=0x7fffffffb7f8, tempLifoAlloc=..., input=..., scopeCache=scopeCache@entry=0x7ffff60388d8, units=0x7ffff60c8036 u"() {\n", ' ' <repeats 12 times>, "function F2() {\n", ' ' <repeats 16 times>, "if (!new.target) { throw 'must be called with new'; }\n", ' ' <repeats 12 times>, "}\n", ' ' <repeats 12 times>, "return F2();\n", ' ' <repeats 12 times>, "return {};\n },\n };\n\n const o7 = {"..., length=174, output=...) at js/src/frontend/BytecodeCompiler.cpp:1455 #11 0x0000555557d81701 in DelazifyCanonicalScriptedFunctionImpl<char16_t> (cx=0x7ffff6039100, fc=0x7fffffffb7f8, scopeCache=0x7ffff60388d8, fun=..., lazy=..., ss=0x7ffff6042820) at js/src/frontend/BytecodeCompiler.cpp:1597 #12 js::frontend::DelazifyCanonicalScriptedFunction (cx=cx@entry=0x7ffff6039100, fc=fc@entry=0x7fffffffb7f8, fun=fun@entry=...) at js/src/frontend/BytecodeCompiler.cpp:1624 #13 0x00005555575e7201 in JSFunction::delazifyLazilyInterpretedFunction (cx=0x7ffff6039100, fun=...) at js/src/vm/JSFunction.cpp:1194 #14 0x00005555571ede76 in JSFunction::getOrCreateScript (cx=0x7ffff6039100, fun=...) at js/src/vm/JSFunction.h:493 #15 0x00005555575e7082 in JSFunction::delazifyLazilyInterpretedFunction (cx=0x7ffff6039100, fun=...) at js/src/vm/JSFunction.cpp:1181 #16 0x00005555571ede76 in JSFunction::getOrCreateScript (cx=0x7ffff6039100, fun=...) at js/src/vm/JSFunction.h:493 #17 0x000055555728cf43 in js::InternalCallOrConstruct (cx=0x7ffff6039100, args=..., construct=construct@entry=js::NO_CONSTRUCT, reason=js::CallReason::Call) at js/src/vm/Interpreter.cpp:584 #18 0x000055555728ef56 in InternalCall (cx=0x7ffff7a008e0 <_IO_stdfile_2_lock>, cx@entry=0x7ffff6039100, args=..., reason=1506616576, reason@entry=js::CallReason::Call) at js/src/vm/Interpreter.cpp:640 #19 0x000055555728f13e in js::Call (cx=cx@entry=0x7ffff6039100, fval=fval@entry=..., thisv=thisv@entry=..., args=..., rval=rval@entry=..., reason=reason@entry=js::CallReason::Call) at js/src/vm/Interpreter.cpp:672 #20 0x0000555558ae5142 in js::wasm::Instance::callImport (this=0x7ffff4e8fc00, cx=0x7ffff6039100, funcImportIndex=<optimized out>, argc=<optimized out>, argv=0x7fffffffbe60) at js/src/wasm/WasmInstance.cpp:298 #21 0x0000555558ae6214 in js::wasm::Instance::callImport_general (instance=0x7ffff7a008e0 <_IO_stdfile_2_lock>, funcImportIndex=-140511421, argc=1506616576, argv=0x0) at js/src/wasm/WasmInstance.cpp:349 #22 0x0000131bba3ef199 in ?? () #23 0x00007ffff4f84c64 in ?? () #24 0xf4f84c0000000000 in ?? () #25 0x00007fffffffbea0 in ?? () #26 0x0000131bba3ef10f in ?? () #27 0x00007ffff4e8fc00 in ?? () #28 0x00007ffff4e8fc00 in ?? () #29 0x00007fffffffc560 in ?? () #30 0x0000138800000000 in ?? () #31 0x00007fffffffbec0 in ?? () #32 0x0000131bba3ef0a4 in ?? () #33 0x0000000000000050 in ?? () #34 0x00005555587a0911 in js::gc::MaybeForwarded<JSScript*> (t=0x7ffff4f80300) at js/src/gc/Marking-inl.h:122 ```
1,887,535
16,857,811
Created attachment 9392934 crash.js Steps to reproduce: On git commit f63ca2952da98e0817bdae0ddf1314281a497106 the attached sample asserts in the js-shell when invoked as `obj-x86_64-pc-linux-gnu/dist/bin/js --fast-warmup --fuzzing-safe crash.js` ``` #0 0x5cb034089e4b in js::JitFrameIter::JitFrameIter(js::jit::JitActivation*, bool) js/src/vm/FrameIter.cpp:88:3 #1 0x5cb034089e4b in js::FrameIter::settleOnActivation() js/src/vm/FrameIter.cpp:300:26 #2 0x5cb03409276f in js::FrameIter::FrameIter(JSContext*, js::FrameIter::DebuggerEvalOption, JSPrincipals*) js/src/vm/FrameIter.cpp:362:3 #3 0x5cb03409276f in js::NonBuiltinFrameIter::NonBuiltinFrameIter(JSContext*, JSPrincipals*) js/src/vm/FrameIter.h:461:9 #4 0x5cb034084ddc in PopulateReportBlame(JSContext*, JSErrorReport*) js/src/vm/ErrorReporting.cpp:190:23 #5 0x5cb034084a28 in js::ReportErrorNumberVA(JSContext*, js::IsWarning, JSErrorFormatString const* (*)(void*, unsigned int), void*, unsigned int, js::ErrorArgumentsType, __va_list_tag*) js/src/vm/ErrorReporting.cpp:479:3 #6 0x5cb034679845 in JS_ReportErrorNumberASCIIVA(JSContext*, JSErrorFormatString const* (*)(void*, unsigned int), void*, unsigned int, __va_list_tag*) js/src/jsapi.cpp:3782:3 #7 0x5cb034679845 in JS_ReportErrorNumberASCII(JSContext*, JSErrorFormatString const* (*)(void*, unsigned int), void*, unsigned int, ...) js/src/jsapi.cpp:3772:3 #8 0x5cb03412c27c in JSContext::onOverRecursed() js/src/vm/JSContext.cpp:325:3 #9 0x5cb034007fe5 in js::AutoCheckRecursionLimit::checkSystem(JSContext*) const obj-x86_64-pc-linux-gnu/dist/include/js/friend/StackLimits.h:296:5 #10 0x5cb034007fe5 in JS::Compartment::getNonWrapperObjectForCurrentCompartment(JSContext*, JS::Handle<JSObject*>, JS::MutableHandle<JSObject*>) js/src/vm/Compartment.cpp:274:18 #11 0x5cb034008e2e in JS::Compartment::wrap(JSContext*, JS::MutableHandle<JSObject*>) js/src/vm/Compartment.cpp:376:8 #12 0x5cb033d350ed in JS::Compartment::wrap(JSContext*, JS::MutableHandle<JS::Value>) js/src/vm/Compartment-inl.h:114:8 #13 0x5cb034132158 in JSContext::getPendingException(JS::MutableHandle<JS::Value>) js/src/vm/JSContext.cpp:1152:23 #14 0x5cb0355fcafc in js::wasm::HandleThrow(JSContext*, js::wasm::WasmFrameIter&, js::jit::ResumeFromException*) js/src/wasm/WasmBuiltins.cpp:755:39 #15 0x5cb0352f178b in js::jit::HandleExceptionWasm(JSContext*, js::wasm::WasmFrameIter*, js::jit::ResumeFromException*) js/src/jit/JitFrames.cpp:675:3 #16 0x5cb0352f50c8 in js::jit::HandleException(js::jit::ResumeFromException*) js/src/jit/JitFrames.cpp:726:7 #17 0x283653585cc5 ([anon:js-executable-memory]+0x1dcc5) ```
1,887,596
16,860,354
Steps to reproduce: On git commit f63ca2952da98e0817bdae0ddf1314281a497106 the attached sample asserts when invoking the js-shell as `obj-x86_64-pc-linux-gnu/dist/bin/js --fuzzing-safe crash.js` ``` const v47 = ` (module (func $f (result f32) f32.const nan:0x42) (table (export "table") 10 funcref) (elem (i32.const 0) $f) )`; const v55 = wasmTextToBinary(v47); const v56 = new WebAssembly.Module(v55); const v57 = new WebAssembly.Instance(v56); const v58 = v57.exports; const v60 = v58.table; const v61 = v60.get(0); this.wasmLosslessInvoke(v61); ``` ``` #0 GetInterpEntryAndEnsureStubs (instance=..., funcIndex=0, args=..., cx=<optimized out>, interpEntry=<optimized out>, funcType=<optimized out>) at js/src/wasm/WasmInstance.cpp:2964 #1 js::wasm::Instance::callExport (this=0x7ffff4fa86f0, cx=0x7ffff6039100, funcIndex=0, args=..., level=js::wasm::CoercionLevel::Lossless) at js/src/wasm/WasmInstance.cpp:3113 #2 0x0000555557a6e73d in WasmLosslessInvoke (cx=cx@entry=0x7ffff6039100, argc=1, vp=<optimized out>) at js/src/builtin/TestingFunctions.cpp:1635 #3 0x000055555728dfe7 in CallJSNative (cx=cx@entry=0x7ffff6039100, native=native@entry=0x555557a6e160 <WasmLosslessInvoke(JSContext*, unsigned int, JS::Value*)>, reason=reason@entry=js::CallReason::Call, args=...) at js/src/vm/Interpreter.cpp:479 #4 0x000055555728d202 in js::InternalCallOrConstruct (cx=0x7ffff6039100, args=..., construct=construct@entry=js::NO_CONSTRUCT, reason=js::CallReason::Call) at js/src/vm/Interpreter.cpp:573 #5 0x000055555728ef56 in InternalCall (cx=0x7ffff7a008e0 <_IO_stdfile_2_lock>, args=..., reason=1506616576) at js/src/vm/Interpreter.cpp:640 #6 0x00005555572a34d1 in js::CallFromStack (cx=0x7ffff7a008e0 <_IO_stdfile_2_lock>, args=..., reason=<optimized out>) at js/src/vm/Interpreter.cpp:645 #7 js::Interpret (cx=0x7ffff6039100, state=...) at js/src/vm/Interpreter.cpp:3060 #8 0x000055555728c757 in MaybeEnterInterpreterTrampoline (cx=0x7ffff7a008e0 <_IO_stdfile_2_lock>, cx@entry=0x7ffff6039100, state=...) at js/src/vm/Interpreter.cpp:393 #9 0x000055555728c44a in js::RunScript (cx=cx@entry=0x7ffff6039100, state=...) at js/src/vm/Interpreter.cpp:451 #10 0x0000555557291422 in js::ExecuteKernel (cx=cx@entry=0x7ffff6039100, script=script@entry=..., envChainArg=envChainArg@entry=..., evalInFrame=evalInFrame@entry=..., result=result@entry=...) at js/src/vm/Interpreter.cpp:838 #11 0x0000555557291c2d in js::Execute (cx=cx@entry=0x7ffff6039100, script=script@entry=..., envChain=..., rval=rval@entry=...) at js/src/vm/Interpreter.cpp:870 #12 0x00005555574ba56a in ExecuteScript (cx=cx@entry=0x7ffff6039100, envChain=..., script=..., rval=rval@entry=...) at js/src/vm/CompilationAndEvaluation.cpp:494 #13 0x00005555574ba7e8 in JS_ExecuteScript (cx=cx@entry=0x7ffff6039100, scriptArg=scriptArg@entry=...) at js/src/vm/CompilationAndEvaluation.cpp:518 #14 0x00005555571c9f08 in RunFile (cx=0x7ffff6039100, filename=<optimized out>, file=<optimized out>, compileMethod=CompileUtf8::DontInflate, compileOnly=false, fullParse=<optimized out>) at js/src/shell/js.cpp:1199 #15 0x00005555571c93ce in Process (cx=cx@entry=0x7ffff6039100, filename=0x0, forceTTY=<optimized out>, kind=kind@entry=FileScript) at js/src/shell/js.cpp:1778 #16 0x0000555557185413 in ProcessArgs (cx=0x7ffff6039100, op=0x7fffffffdd08) at js/src/shell/js.cpp:11131 #17 Shell (cx=0x7ffff6039100, op=op@entry=0x7fffffffdd08) at js/src/shell/js.cpp:11390 #18 0x000055555717dbc9 in main (argc=<optimized out>, argv=0x7fffffffdf98) at js/src/shell/js.cpp:11898 ```
1,888,148
16,864,038
**Found in** * Latest Nightly 126.0a1 **Affected versions** * Latest Nightly 126.0a1 **Tested platforms** * Affected platforms: MacOS 13 Intel and macOS 14 M1 * Unaffected platforms: Windows 11 and Ubuntu 22.04 **Preconditions** * `browser.tabs.cardPreview.enabled` set to `true` **Steps to reproduce** 1. Open a few (3-4) windows with tabs - make sure that one window is on the top of the page (more easy to have in view a background window) 2. Close Firefox 3. Start Firefox and restore the previous session 4. Hover over a tab from the background window 5. Open a new window using the keyboard shortcut (CMD+N) - redo steps 2-5 if not reproducible in one run (possible to redo these steps a few times) **Expected result** * Preview hover from the background tab is closed (like in Windows or Ubuntu) OR still visible but still in background **Actual result** * The preview overlaps all opened browser windows. Navigating away from the tab strip and then hovering again will make it again visible but in the background (as it shoud). **Regression range** * Not a regression since this happens after bug 1875831. Testing with a build before the fix from bug 1875831 will just make the window from background to become in focus. **Additional notes** * Here is a video showing the issue (very large in size so I had to upload it to Google Drive): https://drive.google.com/file/d/1x9c-mA-dl_2XhFYMhNYwsZeZsCH895tZ/view?usp=sharing * Here is the profile I used (its basically a clean one with just a few tabs) in case is needed: https://drive.google.com/file/d/1vKKNU_f6wZ6mYqZV4QCaFPVxcocYcTMt/view?usp=sharing
1,888,354
16,865,383
Created attachment 9393715 about-support.json Steps to reproduce: I am experiencing an issue where youtube performance becomes slower and slower the longer the browser stays open. After about 1-1.5 days uptime I see these symptoms: - Starting or resuming a video takes 1-2 seconds. - Seeking in a video (either paused or playing) takes 1-2 seconds. - Power usage (cpu package power) is much higher, eventually it starts using the entire power budget of my CPU just to play a video. The only way to restore performance back to normal is to restart the browser. It can be reproduced quickly with these steps: 1. Download firefox nightly, clean profile, no addons. 2a. Open a youtube video (I used https://www.youtube.com/watch?v=EgC6dzn0wgw). Skip any adds. 2b. Pause the video. Wait a few seconds for the GPU threads to unload. 2c. Use the right arrow key on the keyboard to seek 5s forwards. Observe that seeking is instant. 3. 'Burn in': click the top recommended video. Repeat this 20 times. I do this as fast as I can. 4. Repeat step 2. Observe that seeking is no longer instant, but takes 1-2 seconds. I attached 2 profiles: Seeking in a paused video with fresh firefox, seek took approx 24ms: https://share.firefox.dev/3PHBljr Seeking in a paused video after performing the exact steps above, seek took approx 1.9s: https://share.firefox.dev/3xeLEVO Looking at the profile, MediaPDecoder #1/#2 stand out. With a fresh firefox I can observe a 6 calls to CContext::SubmitDecoderBuffers (d3d11.dll) when seeking. With a 'burned in' firefox I count 828 calls to CContext::SubmitDecoderBuffers. When playing video with 'fresh' firefox CContext::SubmitDecoderBuffers is called about 5 times per second, after performing the 'burn in' steps listed above I count 132 calls per second. Some notes: After 'burn in', symptoms occur on all video resolutions, 240p seek is as slow as 1080p seek. After 'burn in', av1 is about 3x slower than vp9. I performed steps above with av1 enabled, but I have av1 disabled on my main browser profile. The slowness seems to be linearly correlated with the length of the burn in phase. I don't see anything obvious in about:memory, but I don't really know where to look. Specs: Version 126.0a1, windows 11, 12th gen intel CPU + IGP.
1,888,618
16,867,020
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0 Steps to reproduce: I have two client certificates (mine are government issued, so I can't "fix" them). One of them has an email, the other does not. I have Firefox configured to Ask Every Time when accessing a web (`security.default_personal_cert` = Ask Every Time) Actual results: The certificate that does not have an email shows the other certificate. I believe that when toggling between the two of them, the UI does not "blank" the email, so it seems as if both client certificates have the same email. It is confusing as it is showing incorrect information for a security certificate. Potentially insecure, because we are talking about client certificates. Expected results: I expect the email field to show nothing or to indicate that it is blank for that certificate. I expect the email field to effectively always refresh when toggling certificates.
1,888,657
16,867,319
STR: - open a pdf - wait a little and take a profile Actual result: In the marker chart we can see that a CSS animation is running (named `spinLoadingIcon`). Expected result: Nothing is running. Here's a profile: https://share.firefox.dev/3vtsL0X
1,870,816
16,718,870
[Central-as-beta simulation:](https://treeherder.mozilla.org/jobs?repo=try&resultStatus=testfailed%2Cbusted%2Cexception%2Crunnable&revision=828e682352889d83d4c8ac21944337d66e621353&selectedTaskRun=G28FdqKsQziXFoE1zYxJxA.0) [How to run these simulations:](https://wiki.mozilla.org/Sheriffing/How_To/Beta_simulations#TRUNK_AS_EARLY_BETA) [Failure log](https://treeherder.mozilla.org/logviewer?job_id=440673371&repo=try&lineNumber=152251) ``` [task 2023-12-19T12:15:18.728Z] 12:15:18 INFO - TEST-PASS | /webdriver/tests/bidi/network/continue_with_auth/action.py | test_default [task 2023-12-19T12:15:18.729Z] 12:15:18 INFO - TEST-UNEXPECTED-FAIL | /webdriver/tests/bidi/network/continue_with_auth/action.py | test_provideCredentials - AssertionError [task 2023-12-19T12:15:18.729Z] 12:15:18 INFO - setup_blocked_request = <function setup_blocked_request.<locals>.setup_blocked_request at 0x7f83f77ac310> [task 2023-12-19T12:15:18.730Z] 12:15:18 INFO - subscribe_events = <function subscribe_events.<locals>.subscribe_events at 0x7f83f77acb80> [task 2023-12-19T12:15:18.730Z] 12:15:18 INFO - bidi_session = <webdriver.bidi.client.BidiSession object at 0x7f83f77d7130> [task 2023-12-19T12:15:18.730Z] 12:15:18 INFO - url = <function url.<locals>.url at 0x7f83f77ac040> [task 2023-12-19T12:15:18.731Z] 12:15:18 INFO - [task 2023-12-19T12:15:18.731Z] 12:15:18 INFO - async def test_provideCredentials( [task 2023-12-19T12:15:18.731Z] 12:15:18 INFO - setup_blocked_request, subscribe_events, bidi_session, url [task 2023-12-19T12:15:18.731Z] 12:15:18 INFO - ): [task 2023-12-19T12:15:18.731Z] 12:15:18 INFO - # Setup unique username / password because browsers cache credentials. [task 2023-12-19T12:15:18.732Z] 12:15:18 INFO - username = "test_provideCredentials" [task 2023-12-19T12:15:18.732Z] 12:15:18 INFO - password = "test_provideCredentials_password" [task 2023-12-19T12:15:18.732Z] 12:15:18 INFO - request = await setup_blocked_request("authRequired", username=username, password=password) [task 2023-12-19T12:15:18.732Z] 12:15:18 INFO - [task 2023-12-19T12:15:18.732Z] 12:15:18 INFO - # Additionally subscribe to network.responseCompleted [task 2023-12-19T12:15:18.732Z] 12:15:18 INFO - await subscribe_events(events=[RESPONSE_COMPLETED_EVENT]) [task 2023-12-19T12:15:18.732Z] 12:15:18 INFO - [task 2023-12-19T12:15:18.732Z] 12:15:18 INFO - # Track all received network.responseCompleted events in the events array [task 2023-12-19T12:15:18.732Z] 12:15:18 INFO - events = [] [task 2023-12-19T12:15:18.732Z] 12:15:18 INFO - [task 2023-12-19T12:15:18.732Z] 12:15:18 INFO - async def on_event(method, data): [task 2023-12-19T12:15:18.732Z] 12:15:18 INFO - events.append(data) [task 2023-12-19T12:15:18.732Z] 12:15:18 INFO - [task 2023-12-19T12:15:18.733Z] 12:15:18 INFO - remove_listener = bidi_session.add_event_listener( [task 2023-12-19T12:15:18.733Z] 12:15:18 INFO - RESPONSE_COMPLETED_EVENT, on_event [task 2023-12-19T12:15:18.733Z] 12:15:18 INFO - ) [task 2023-12-19T12:15:18.733Z] 12:15:18 INFO - [task 2023-12-19T12:15:18.733Z] 12:15:18 INFO - credentials = AuthCredentials(username=username, password=password) [task 2023-12-19T12:15:18.733Z] 12:15:18 INFO - await bidi_session.network.continue_with_auth( [task 2023-12-19T12:15:18.733Z] 12:15:18 INFO - request=request, action="provideCredentials", credentials=credentials [task 2023-12-19T12:15:18.733Z] 12:15:18 INFO - ) [task 2023-12-19T12:15:18.733Z] 12:15:18 INFO - [task 2023-12-19T12:15:18.734Z] 12:15:18 INFO - wait = AsyncPoll(bidi_session, message="Didn't receive response completed events") [task 2023-12-19T12:15:18.734Z] 12:15:18 INFO - await wait.until(lambda _: len(events) >= 2) [task 2023-12-19T12:15:18.734Z] 12:15:18 INFO - assert len(events) == 2 [task 2023-12-19T12:15:18.734Z] 12:15:18 INFO - [task 2023-12-19T12:15:18.734Z] 12:15:18 INFO - > assert_response_event( [task 2023-12-19T12:15:18.734Z] 12:15:18 INFO - events[0], [task 2023-12-19T12:15:18.734Z] 12:15:18 INFO - expected_response={ [task 2023-12-19T12:15:18.734Z] 12:15:18 INFO - "status": 401, [task 2023-12-19T12:15:18.734Z] 12:15:18 INFO - "statusText": "Unauthorized", [task 2023-12-19T12:15:18.734Z] 12:15:18 INFO - }, [task 2023-12-19T12:15:18.734Z] 12:15:18 INFO - ) [task 2023-12-19T12:15:18.735Z] 12:15:18 INFO - ``` Julian, could you please take a look at this? Thanks.
1,871,048
16,720,778
While working on removing support for `application/http-index-format` (Bug 1824325), I noticed the following bug. Regression testing suggests it was introduced by Bug 1871048. To reproduce: 1. Set up webserver which responds with a [valid directory listing](https://www-archive.mozilla.org/projects/netlib/dirindexformat), for example `100: You seem to have gotten the directory listing!` and with content type `application/http-index-format` (One such server is running at https://http-index-format.polar.onl via nginx 1.18.0-6ubuntu14.4) 2. Visit that server Expected result: We see a directory listing with the content "You seem to have gotten the directory listing!" Actual result: We get the error "Gah. Your tab just crashed." with not much more information This only seems to happen on real websites and not on pages like file:/// or resource:///, which use the same content type to display the directory listing. Additionally, every time the crash happens, I see `[Parent 45727, IPC I/O Parent] WARNING: process 46877 exited on signal 11: file /home/maltejur/mozilla-unified-3/ipc/chromium/src/base/process_util_posix.cc:265` in the terminal. This is the generated crash report https://crash-stats.mozilla.org/report/index/de3fc8a9-ba5c-42fa-a2dc-f2b020231220. As we probably want to remove web-facing support for that content type anyways, I am not sure if a direct fix is even required. I still wanted to report this issue though, because maybe it is a wider problem that is not just affecting `application/http-index-format`.
1,871,137
16,721,340
Created attachment 9369717 firefox_white_bookmark_120_121.jpg User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0 Steps to reproduce: Just using a theme with white text on the frame. For the test, I used "Have a fox dream" and "Furfox Tail Twister (light)" Actual results: Since Firefox 121, using a theme with "colors.tab_background_text: white" (or similar) doesn't render a text shadow for elements of bookmarks bar. Expected results: I think it should not change from the previous version (except if this a feature)
1,871,365
16,722,172
Steps to reproduce: On Solaris, environ variable is not part of libc.so (weak binding only) and hence loading it from libc yields only a null pointer. Instead it should be read from a.out.
1,872,764
16,734,335
Created attachment 9370808 screenshot_bug.webm Steps to reproduce: 1) Navigate to about:config 2) Make sure `screenshots.browser.component.enabled` is `true` 3) Navigate to https://demos.neolms.com/join_no_access_code 4) Create an account 5) Navigate to https://demos.neolms.com/account/picture 6) Click "Add Picture" 7) Screenshot an area of the page 8) Click "X" or "Copy" or "Download" Actual result: Buttons do not work Expected result: Buttons work
1,873,019
16,736,086
Created attachment 9371046 about-welcome-refresh.png **Found in** * Firefox 122.0b5 **Affected versions** * Firefox 122.0b5 * Firefox 121.0 * Firefox 120.0 **Affected platforms** * Windows 10, Ubuntu 22, macOS 12 **Preconditions** * Firefox IS NOT set as the default browser. **Steps to reproduce** 1. Launch Firefox with new profile. 2. Have the first screen of the "about:welcome" page displayed. 3. Observe the elements displayed on the page, checkboxes are functional (can be checked/unchecked). 4. Click on "Skip this step" until you reach the Start browsing page. 5. Refresh the about:welcome page. **Expected result** * The checkboxes from the first slide are functional and clicking on "Skip this step" button the next slide appears. **Actual result** * The checkboxes from the first slide are not functional and clicking on "Skip this step" button appears an empty slide. **Regression range** * I will come back with regression range ASAP. **Additional notes** * Latest Firefox Nightly not affected. * See this issue in the attached screenshot.
1,873,075
16,736,648
On macOS Nightly, when vertically enlarging a window with an active tab showing a pageless Google doc, the cursor "beachballs" and the browser is not responsive to clicks for minutes at a time. The problem is 100% reproducible for me with a 1-page pageless Google doc. Working on posting a profile. Edit: making the doc pageless (Google Docs -> File -> Page Setup -> Pageless) might be a requirement. Edit 2: the problem is also reproducible with a 1-page pageless doc. Mozregression identified bug 1829026 as introducing the regression: https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=76e2b9f2481dbcacbc2e651a1767703edb37992e&tochange=83615059eb4dfb8173a1bf013ca993d824a02937 Specifically, this group of changesets (since the bug landed more than once and in different groups of patches): ``` 83615059eb4dfb8173a1bf013ca993d824a02937 - Bug 1829026 - Handle KERN_ABORTED from semaphore_wait. r=aosmond 822c66ed408ab28bb5a08478423be26f7f174c8b - Bug 1829026 - Implement DrawShadow in DrawTargetRecording. r=aosmond 15e7f73b77936757e324591934e1a46aa0d874af - Bug 1829026 - Optimize circle drawing in DrawTargetWebgl. r=aosmond ce28584e386976fc6df815260cdfebd8e6ffbadd - Bug 1829026 - Update CanvasTranslator to work with DrawTargetWebgl. r=aosmond bb4029ea69bb13aa65f44c829a4af7fab86adf91 - Bug 1829026 - Support using DrawTargetWebgl via remote canvas. r=aosmond 967a8001136b1e945bcbfc42f55dd7e7b44d380c - Bug 1829026 - Allow invalidating the current TLS context on establishing TLS scope. r=aosmond e3bcc55039504d036927804771d61523588da531 - Bug 1829026 - Allow WebGLContext::PushRemoteTexture to specify an explicit pid. r=aosmond bcaab9b6721dc4f325d7eba65b9998326aab2a10 - Bug 1829026 - Allow WebGLContext to work without a host or client wrapper. r=jgilbert,aosmond 34286f1165b3c316c0d52cca3303d856c1590c4a - Bug 1829026 - Remove unused ClientWebGLContext local extensions. r=jgilbert,aosmond ```
1,873,947
16,744,696
Created attachment 9372037 Screen Recording with the issue **Found in** * Nightly 123.0a1 **Affected versions** * Nightly 123.0a1 **Tested platforms** * Affected platforms: macOS 13, Ubuntu 22.04 and Windows 10 x64. **Preconditions** * 'screenshots.browser.component.enabled' is set to true in about:config. **Steps to reproduce** 1. Navigate to any website. 2. Enable Enable Screenshots by hitting the Cmd/Ctrl+Shift+S keys. 3. Drag the tab to create a new window. **Expected result** * A second window is created, and Screenshots should remain enabled. **Actual result** * The Screenshots overlay follows the tab in the second window while the buttons remain in the first window. Please see the screen recording for more details. **Regression range** This is not a regression, it's reproducible only when enabling the component version of Screenshots. **Additional notes** * The issue does not occur when 'screenshots.browser.component.enabled' is set to false in about:config.
1,874,380
16,747,221
Created attachment 9372445 Screenshot with the issue **Found in** * Nightly 123.0a1 **Affected versions** * Nightly 123.0a1 **Tested platforms** * Affected platforms: macOS 13, Windows 10 x64 and Ubuntu 22.04. **Preconditions** * 'screenshots.browser.component.enabled' is set to true in about:config. * On a Light OS theme, enable High Contrast Mode. **Steps to reproduce** 1. Navigate to any website. 2. Enable Screenshots and observe the screenshots overlay. **Expected result** * Text, buttons and options should be visible while in High Contrast Mode. **Actual result** * The text "Drag or click on the page to select a region. Press ESC to cancel" and the Cancel button are poorly visible. Please see the screenshot for more details. **Regression range** * This is not a regression, it's reproducible only when enabling the component version of Screenshots. **Additional notes** * This is not reproducible when the pref 'screenshots.browser.component.enabled' is set to false in about:config.
1,874,671
16,751,069
Created attachment 9372793 Resize points in HCM **Found in** * Nightly 123.0a1 **Affected versions** * Nightly 123.0a1 * Firefox 122.0b9 * Firefox 121.0.1 **Tested platforms** * Affected platforms: Windows 10 x64 **Preconditions** * 'screenshots.browser.component.enabled' is set to true in about:config * High Contrast Mode is enabled. **Steps to reproduce** 1. Navigate to any website and enable Screenshots. 2. Drag your mouse to do a capture selection. 3. Observe the resize points. **Expected result** * Text, buttons and options should be visible while in High Contrast Mode. **Actual result** * The resize points of the capture selection are not visible, making adjustment less intuitive. **Regression range** * This is not a regression.
1,875,034
16,753,973
Created attachment 9373205 Comparison with the Screenshot component enabled/disabled **Found in** * Nightly 123.0a1 **Affected versions** * Nightly 123.0a1 **Tested platforms** * Affected platforms: macOS 13, Ubuntu 22.04 x64 and Windows 10 x64 **Preconditions** * 'screenshots.browser.component.enabled' is set to true in about:config **Steps to reproduce** 1. Navigate to any website and take a screenshot. 2. Go to about:config and set the preference 'screenshots.browser.component.enabled' to false. 3. Retake the screenshot. 4. Compare the two screenshots. **Expected result** * The Screenshots should have the same quality. **Actual result** * The screenshot taken in step 1 appears more blurry than the one captured when the preference 'screenshots.browser.component.enabled' is set to false in about:config. **Regression range** * Not a regression.
1,875,111
16,754,679
So far this side-effect is documented to show up in Focus and Reference Browser, but further investigation is needed to both fix and ensure Fenix is working as expected. Related unexpected behaviors (on Android 14 devices when targeting Android 14.) - When opening Focus the keyboard does not show up even if the URL bar is focused. - When having an active browsing session in Focus, when the users tap on the URL, the keyboard does not show up even if the URL bar is focused. (Same thing for RB)
1,875,486
16,759,065
Created attachment 9375427 Screenshot with the click selection and the Save buttons **Found in** * Nightly 123.0a1 **Affected versions** * Nightly 123.0a1 **Tested platforms** * Affected platforms: macOS 13, Ubuntu 22.04 x64 **Preconditions** * 'screenshots.browser.component.enabled' is set to true in about:config **Steps to reproduce** 1. Go to about:crashes 2. Enable Screenshots and do a click selection. **Expected result** * The Save buttons should be dismissed when the click selection is done. **Actual result** * The Save buttons are not dismissed when the click selection is done. Please see the screenshot for mode details. **Regression range** * This is not a regression, it's reproducible only when enabling the component version of Screenshots.
1,875,668
16,760,166
User Agent: Mozilla/5.0 (Android 10; Mobile; rv:122.0) Gecko/122.0 Firefox/122.0 Firefox for Android Steps to reproduce: It's quite hard to reproduce, but I have seen this with different websites other than google.com too. It started after FF was updated to 122.0 Load a simple website such as the google search in Firefox (Android) and perform a search e.g. for "mozilla". Then toggle to view the page as desktop website. This should still work. Open another tab and do the same. I had three tabs open, two in desktop-website-mode. After switching through the tabs, I toggled one of the google search tabs back from desktop-website to normal (mobile) mode, but the tab does not reload and still displays the page in desktop mode. Also reloading the page does not help and appears to be way to fast, like actually nothing is happening. Actual results: Under the described circumstances you cannot toggle back from desktop-website mode (the toggle control does toogle, the page does not). And even reloading seems ti do nothing any more. Expected results: You should be able to successfully toggle between desktop and normal mode, which is usually recognizable because the page gets reloaded.
1,867,259
16,689,086
Created attachment 9366069 CBH_CFR.png **[Affected versions]:** - Firefox Nightly Version 122.0a1, Build ID 20231128094907 - Firefox Beta Version 121.0b4, Build ID 20231127091758 **[Affected platforms]:** - Windows 10 x64 **[Prerequisites]:** - Have the latest Firefox Beta 121 installed. - Have a browser client enrolled in a Nimbus experiment that enables both CBH and the CFR. (e.g. https://stage.experimenter.nonprod.dataops.mozgcp.net/nimbus/ppop-cbh-test-2/summary) **[Steps to reproduce]:** 1. Open the browser with the profile from prerequisites. 2. Open a new Private browsing window and navigate to a supported website (e.g. cnn.com) 3. Observe the CBH continuous onboarding CFR. **[Expected result]:** - The CFR is displayed with all its elements. **[Actual result]:** - The "Learn more" button is missing from the CFR. **[Notes]:** - The learn more button is not present in the current payload for the Nimbus CBH CFR. - Attached a screenshot of the issue.
1,867,588
16,690,922
Steps to reproduce the problem: 1. Draw something on top of a page 2. Click outside the page to commit the drawing Before bug 1866850, clicking outside the page committed the drawing.
1,868,332
16,697,780
### Steps to reproduce 1. Turn on ReviewChecker by self enrolling in the experiment. 2. Navigate to this [product page](https://www.amazon.com/dp/B0BYN9R8LY/?th=1) ### Expected behavior Highlights should show packaging category as well (confirm by opening the same pdp on desktop) ### Actual behavior Highlights does not show packaging category ### Device information * Firefox version: * Android device model: * Android OS version: ### Any additional information?
1,868,469
16,698,648
### Steps to reproduce 1. Be on a slow network connection, or target a slow site 2. Put a new URL in the URL bar and confirm load ### Expected behavior New URL should show up in the URL bar. ### Actual behavior After entering the new URL the URL bar reverts to the old URL. ### Device information * Firefox version: 121 * Android device model: Any * Android OS version: Any ### Any additional information?
1,868,503
16,698,921
Created attachment 9367198 participnot.pdf Attach (recommended) or Link to PDF file here: https://www.fidelity.com/bin-public/060_www_fidelity_com/documents/participnot.pdf Steps to reproduce the problem: 1. Type any date into date field at bottom 2. Select Print at top What is the expected behavior? (add screenshot) Prints with date entered What went wrong? (add screenshot) Prints with 12 31 1969 in date field Works in Chrome's pdf viewer
1,868,563
16,699,434
**Found in** - Firefox 122.0a1 **Affected versions** - Firefox 122.0a1 **Tested platforms** - Affected platforms: macOS 14.1.2, Windows 11, Ubuntu 22.04 **Preconditions** - Have browser.firefox-view.virtual-list.enabled set to true - Have a large number of history websites **Steps to reproduce** 1. Launch Firefox and access Firefox View 2. Select History **Expected result** - The History list is smoothly presented **Actual result** - The History list stutters **Additional notes** - The issue can be seen in the [following attachment](https://drive.google.com/file/d/1smA_-JfgW-k5ytxEZZgcfENMg5wGODDM/view?usp=sharing) - This is reproducible most of the times, just go back and forth between History and other sections of Firefox View - This issue does not reproduce with browser.firefox-view.virtual-list.enabled set to false
1,868,756
16,700,774
+++ This bug was initially created as a clone of Bug #1852045 +++ I had the search suggestions main pref enabled but the one for address bar disabled. After bug 1852045 this leads to an inconsistency in about:preferences#search where search suggestions seem to be enabled, but they're really disabled for the address bar, see the attached screenshot.
1,868,759
16,700,790
Created attachment 9367442 1.pdf **Found in** * Nightly 122.0a1 (2023-12-07) **Affected versions** * Nightly 122.0a1 (2023-12-07) **Affected platforms** * ALL **Steps to reproduce** 1. Open a PDF with multiple links. (Attached file) 2. Enable the Highlight tool. 3. Highlight just one word or Row with a link. **Expected result** * Users should be able to highlight just one word or row of text even if its a Link. **Actual result** * Trying to highlight just one word, will highlight everything down to that area. **Regression range** Not Applicable
1,868,933
16,702,008
Created attachment 9367573 build.log.gz User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0 Steps to reproduce: I downloaded the firefox-121.0 beta8 source tarball from mozilla ftp and tried to compile it on linux for armv7a, with clang-17 Actual results: there is a whole barrage of errors: 669:35.23 /var/tmp/portage/www-client/firefox-121.0_beta8/work/firefox-121.0/third_party/xsimd/include/xsimd/types/../arch/././generic/xsimd_generic_memory.hpp:454:21: error: no template named 'store_aligned' in namespace 'xsimd::kernel'; did you mean 'load_aligned'? 669:35.69 /var/tmp/portage/www-client/firefox-121.0_beta8/work/firefox-121.0/third_party/xsimd/include/xsimd/types/xsimd_batch.hpp:503:38: error: no template named 'broadcast' in namespace 'xsimd::kernel'; did you mean simply 'broadcast'? 669:36.11 /var/tmp/portage/www-client/firefox-121.0_beta8/work/firefox-121.0/third_party/xsimd/include/xsimd/types/xsimd_batch.hpp:503:38: error: no template named 'broadcast' in namespace 'xsimd::kernel'; did you mean simply 'broadcast'? 669:36.64 /var/tmp/portage/www-client/firefox-121.0_beta8/work/firefox-121.0/third_party/xsimd/include/xsimd/types/xsimd_batch.hpp:515:25: error: no template named 'set' in namespace 'xsimd::kernel'; did you mean 'get'? 669:37.06 /var/tmp/portage/www-client/firefox-121.0_beta8/work/firefox-121.0/third_party/xsimd/include/xsimd/types/xsimd_batch.hpp:707:20: error: no template named 'eq' in namespace 'xsimd::kernel'; did you mean simply 'eq'? 669:37.41 /var/tmp/portage/www-client/firefox-121.0_beta8/work/firefox-121.0/third_party/xsimd/include/xsimd/types/xsimd_batch.hpp:707:20: error: no template named 'eq' in namespace 'xsimd::kernel'; did you mean simply 'eq'? 669:37.79 /var/tmp/portage/www-client/firefox-121.0_beta8/work/firefox-121.0/third_party/xsimd/include/xsimd/types/xsimd_batch.hpp:757:20: error: no template named 'lt' in namespace 'xsimd::kernel'; did you mean simply 'lt'? 669:38.17 /var/tmp/portage/www-client/firefox-121.0_beta8/work/firefox-121.0/third_party/xsimd/include/xsimd/types/xsimd_batch.hpp:757:20: error: no template named 'lt' in namespace 'xsimd::kernel'; did you mean simply 'lt'? 669:38.56 /var/tmp/portage/www-client/firefox-121.0_beta8/work/firefox-121.0/third_party/xsimd/include/xsimd/types/xsimd_batch.hpp:769:24: error: no template named 'add' in namespace 'xsimd::kernel'; did you mean simply 'add'? 669:38.97 /var/tmp/portage/www-client/firefox-121.0_beta8/work/firefox-121.0/third_party/xsimd/include/xsimd/types/xsimd_batch.hpp:769:24: error: no template named 'add' in namespace 'xsimd::kernel'; did you mean simply 'add'? 669:39.36 /var/tmp/portage/www-client/firefox-121.0_beta8/work/firefox-121.0/third_party/xsimd/include/xsimd/types/xsimd_batch.hpp:776:24: error: no template named 'sub' in namespace 'xsimd::kernel'; did you mean simply 'sub'? 669:39.76 /var/tmp/portage/www-client/firefox-121.0_beta8/work/firefox-121.0/third_party/xsimd/include/xsimd/types/xsimd_batch.hpp:776:24: error: no template named 'sub' in namespace 'xsimd::kernel'; did you mean simply 'sub'? 669:40.16 /var/tmp/portage/www-client/firefox-121.0_beta8/work/firefox-121.0/third_party/xsimd/include/xsimd/types/xsimd_batch.hpp:804:24: error: no template named 'bitwise_and' in namespace 'xsimd::kernel'; did you mean simply 'bitwise_and'? 669:40.57 /var/tmp/portage/www-client/firefox-121.0_beta8/work/firefox-121.0/third_party/xsimd/include/xsimd/types/xsimd_batch.hpp:804:24: error: no template named 'bitwise_and' in namespace 'xsimd::kernel'; did you mean simply 'bitwise_and'? 669:40.97 /var/tmp/portage/www-client/firefox-121.0_beta8/work/firefox-121.0/third_party/xsimd/include/xsimd/types/xsimd_batch.hpp:811:24: error: no template named 'bitwise_or' in namespace 'xsimd::kernel'; did you mean simply 'bitwise_or'? 669:41.37 /var/tmp/portage/www-client/firefox-121.0_beta8/work/firefox-121.0/third_party/xsimd/include/xsimd/types/xsimd_batch.hpp:811:24: error: no template named 'bitwise_or' in namespace 'xsimd::kernel'; did you mean simply 'bitwise_or'? 669:41.77 /var/tmp/portage/www-client/firefox-121.0_beta8/work/firefox-121.0/third_party/xsimd/include/xsimd/types/xsimd_batch.hpp:818:24: error: no template named 'bitwise_xor' in namespace 'xsimd::kernel'; did you mean simply 'bitwise_xor'? 669:42.18 /var/tmp/portage/www-client/firefox-121.0_beta8/work/firefox-121.0/third_party/xsimd/include/xsimd/types/xsimd_batch.hpp:818:24: error: no template named 'bitwise_xor' in namespace 'xsimd::kernel'; did you mean simply 'bitwise_xor'? 669:42.56 /var/tmp/portage/www-client/firefox-121.0_beta8/work/firefox-121.0/third_party/xsimd/include/xsimd/types/xsimd_batch.hpp:893:16: error: no template named 'eq' in namespace 'xsimd::kernel'; did you mean simply 'eq'? there are more, but the output is stopped: 669:42.91 fatal error: too many errors emitted, stopping now [-ferror-limit=] Expected results: I expect the build to succeed, and build me a nice firefox binary My guess is the new code from #1863847 is incompatible with clang, as I haven't hit this bug with a cross gcc-11 setup
1,868,993
16,702,577
### Steps to reproduce 0. Just the similar issue as bug 1860472 1. Follow the instruction from https://bugzilla.mozilla.org/show_bug.cgi?id=1866293#c3 to install local addons file 2. Quit Fenix and start it again 3. If you're rooted , you can observe the path "/data/data/org.mozilla.firefox/cache/XPIs" that .xpi files still exist. ### Expected behavior Upload cache is cleaned after local addons installation done (no matter success or failed) ### Actual behavior Files still exist. ### Any additional information? AGAIN: I know users can manually clean the cache via "App Info". But it could be a long time before user could notice that Because normally [addons files are not such big <=200MB ](https://extensionworkshop.com/documentation/publish/submitting-an-add-on/) , also users may not want to cleanup some specific cache like browser content.
1,876,121
16,764,729
With Bug 1874923, `mach bootstrap` no longer runs on Fedora 39 with Python 3.12.1. ``` central$ hg co 278693c1ad81 obsolete feature not enabled but 248 markers found! 0 files updated, 0 files merged, 0 files removed, 0 files unresolved central$ rm -rf ~/.mozbuild && hg purge --all && ./mach bootstrap permanently delete 619 ignored files? (yN) y Mach and the build system store shared state in a common directory on the filesystem. The following directory will be created: /home/jimb/.mozbuild If you would like to use a different directory, rename or move it to your desired location, and set the MOZBUILD_STATE_PATH environment variable accordingly. Creating default state directory: /home/jimb/.mozbuild Creating local state directory: /home/jimb/.mozbuild/srcdirs/central-d3f2b0561fa4 ERROR: Exception: Traceback (most recent call last): File "/home/jimb/moz/central/third_party/python/pip/pip/_internal/cli/base_command.py", line 160, in exc_logging_wrapper status = run_func(*args) ^^^^^^^^^^^^^^^ File "/home/jimb/moz/central/third_party/python/pip/pip/_internal/commands/list.py", line 169, in run packages: "_ProcessedDists" = [ ^ File "/home/jimb/moz/central/third_party/python/pip/pip/_internal/metadata/base.py", line 664, in <genexpr> return (d for d in it if d.canonical_name not in skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/jimb/moz/central/third_party/python/pip/pip/_internal/metadata/base.py", line 612, in iter_all_distributions for dist in self._iter_distributions(): File "/home/jimb/moz/central/third_party/python/pip/pip/_internal/metadata/importlib/_envs.py", line 176, in _iter_distributions for dist in finder.find_eggs(location): File "/home/jimb/moz/central/third_party/python/pip/pip/_internal/metadata/importlib/_envs.py", line 144, in find_eggs yield from self._find_eggs_in_dir(location) File "/home/jimb/moz/central/third_party/python/pip/pip/_internal/metadata/importlib/_envs.py", line 111, in _find_eggs_in_dir from pip._vendor.pkg_resources import find_distributions File "/home/jimb/moz/central/third_party/python/pip/pip/_vendor/pkg_resources/__init__.py", line 2164, in <module> register_finder(pkgutil.ImpImporter, find_on_path) ^^^^^^^^^^^^^^^^^^^ AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'? Could not install glean-sdk, so telemetry will not be collected. Continuing. ``` This is followed by various other errors in the same vein.
1,876,137
16,764,845
Ryan ran into https://searchfox.org/mozilla-central/source/js/src/jit/ShuffleAnalysis.cpp#395 assert when loading PhotoShop in a debug build. ``` (const js::jit::SimdConstant::I8x16 &) lanes = <no value available>: { [0] = '\0' [1] = '\x02' [2] = '\x04' [3] = '\x06' [4] = '\b' [5] = '\n' [6] = '\f' [7] = '\x0e' [8] = '\x10' [9] = '\x12' [10] = '\x14' [11] = '\x16' [12] = '\x18' [13] = '\x1a' [14] = '\x1c' [15] = '\x1e' } ``` Link to repro: https://photoshop.adobe.com/id/tmp:6zebda?learnid=7b050fa34872
1,878,036
16,778,110
**[Affected versions]:** - Firefox Release 121.0.1 - Build ID: 20240108143603 - Firefox Release 122.0 - Build ID: 20240118164516 - Firefox Beta 123.0b5 - Build ID: 20240131091640 **[Affected Platforms]:** - Windows 10 x64 - macOS 13.1 - Linux Ubuntu 22.04 x64 **[Prerequisites]:** - Have a Firefox profile older than 28 days. - Set the `browser.search.region` pref to US. - Paste the [user.js](https://drive.google.com/file/d/1Qe1RCLUEyVkjKeXRUrrQ0TrNMtBvPixm/view?usp=sharing) file in the Profile Folder from the “about:support” page and restart the browser. **[Steps to reproduce]:** 1. Open the browser with the profile from the prerequisites. 2. Navigate to one of the supported websites (e.g. www.amazon.com) and click on any of the products. 3. Click the "Yes, try it" option from the bottom part of the Review Checker sidebar. 4. Click the Settings drop-down from the Review Checker sidebar. 5. Click the "Turn off Review Checker" button. 6. Observe what happens next. **[Expected result]:** - There is no Callout triggered by turning off the Review Checker feature. **[Actual result]:** - Callout 1 is triggered and displayed. **[Notes]:** - According to [Figma](https://www.figma.com/file/JhKhHqJJ9bjzU1TITUpiWi/Review-Checker---Experiments?type=design&node-id=662-25257&mode=design&t=rNjKngqNN7ZiSX1o-0), no Callouts should be shown if the user turns the feature off. - Here is a [screen recording](https://drive.google.com/file/d/1vxHfZWn_jAcKbkVRkofencV0Omfw1dyk/view?usp=sharing) of the issue.
1,878,051
16,778,181
**Found in** * Latest Nightly 124.0a1 **Affected versions** * Latest Nightly 124.0a1 **Tested platforms** * Affected platforms: Windows 11, Ubuntu 22.04 * Unaffected platforms: MacOS 13 (even though something similar happens there as well, more details bellow). **Preconditions** * Have the Tab Hover feature active with `browser.tabs.cardPreview.enabled` as `true` in about:config **Steps to reproduce** 1. Open two websites in two different tabs. 2. Right click on the tab there is no focus on. 3. Hover over the same tab where the context menu is opened. **Expected result** * Hover effect is not active while context menu is opened. **Actual result** * Hover preview can still be used while having a context menu opened in the browser thus it is possible to have the hover overlap the context menu (Ubuntu) or the hover can be overlapped by the context menu (Windows). **Regression range** * Not a regression since this is reproducible on old Nightly build from 2024-01-13 where this feature officially landed. **Additional notes** * On Chrome and Firefox (Mac) the hover effect is disabled if having a context menu opened. * In Firefox (mac included) the hover is also enabled if having hamburger menu opened, not in Chrome though. In Chrome the hover effect is active if Music control or Extensions menus are open but not their "hamburger" menu. We need to have a consistent behavior here I think. * Probably this is not a specific Tabbed Browser issue but it does negatively affect this feature imho.
1,879,035
16,786,420
Created attachment 9378716 FreeHighlight.mp4 **Found in** * Nightly 124.0a1 (2024-02-07) **Affected versions** * Nightly 124.0a1 (2024-02-07) **Affected platforms** * All **Steps to reproduce** 1. Open any PDF in Firefox. 2. Highlight any text. 3. Start to Free Highlight from a non text area until the Highlighted text. **Expected result** * Users should be able to free Highlight on top of other Highlighted text. **Actual result** * The Free highlight stops working if it crosses an already Highlighted text. **Regression range** Not a Regression
1,879,096
16,786,778
Created attachment 9378753 unreachable-and-cast-v2.wasm Steps to reproduce: Validate the following Wasm: ``` (module (func (param anyref) (result anyref) ref.null struct local.get 0 br_on_null 0 drop br_on_cast_fail 0 structref structref ) ) ``` (I've also attached the assembled `.wasm` binary of this WAT) Actual results: SpiderMonkey reports it as valid. Expected results: It should have failed with type mismatch: expected structref, found anyref at the `br_on_cast_fail` instruction, although the root cause of the issue is the `br_on_null`. The `br_on_null` should be typed `[anyref anyref] -> [anyref (ref any)]` due to the label type. The validator's stack going into the instruction is `[structref anyref]` which matches the isntruction due to `structref <: anyref`, but it seems that SpiderMonkey is not handling the result correctly. The instruction *should* effectively erase some type information about the `structref`, turning it into an `anyref`, but SpiderMonkey doesn't lose that information. The validator should be doing: pop_operands(label_types) push_operands(label_types) But I suspect it is either doing push_operands(pop_operands(label_types)) or simply leaving the label types on the stack without any pushing/popping and only checking that the types on top of the stack match the label types.
1,879,102
16,786,799
Created attachment 9378758 Screenshot 2024-02-07 at 16.55.43.png **Found in** * Nightly 124.0a1 (2024-02-07) **Affected versions** * Nightly 124.0a1 (2024-02-07) **Tested platforms** * Affected platforms: All **Preconditions** * Have a PDF opened in Firefox **Steps to reproduce** 1. Enable the Highlight tool. 2. Free Highlight over the PDF. 3. Rotate the PDF. 4. Click over the added highlight. **Expected result** * The focus frame is correctly displayed. **Actual result** * The focus frame is cut off. **Regression range** Not a Regression
1,879,104
16,786,804
Created attachment 9378760 Deletebutton.mp4 **Found in** * Nightly 124.0a1 (2024-02-07) **Affected versions** * Nightly 124.0a1 (2024-02-07) **Affected platforms** * All **Steps to reproduce** 1. Open any PDF in Firefox. 2. Enable the highlight tool. 3. Highlight any text. 4. Free Highlight some Text close to the already highlighted text so that the Delete button overlaps the already Highlighted text. **Expected result** * Delete and Color buttons should have priority over the already highlighted text. **Actual result** * Clicking any of the buttons from the submenu will focus the highlight underneath. **Regression range** Not a Regression
1,879,107
16,786,818
Created attachment 9378764 2024-02-07_16h44_31.png **Found in** * Nightly 124.0a1 (2024-02-07) **Affected versions** * Nightly 124.0a1 (2024-02-07) **Affected platforms** * Windows **Preconditions:** Enable High Contrast mode. **Steps to reproduce** 1. Open any PDF in Firefox. 2. Enable the Highlight tool. **Expected result** * The Small and Large Dot for the Thickness levels should be visible with High Contrast **Actual result** * The Small and Large Dot for the Thickness levels are not visible with High Contrast **Regression range** Not a Regression Please note that I'm not entirely sure that those two Thickness Dots should be visible with High Contrast mode, please close the issue if its invalid.
1,879,108
16,786,820
**Found in** * Nightly 124.0a1 (2024-02-07) **Affected versions** * Nightly 124.0a1 (2024-02-07) **Tested platforms** * Affected platforms: All **Preconditions** * Have a PDF opened in Firefox **Steps to reproduce** 1. Enable the Highlight tool. 2. Free Highlight over the PDF. 3. Rotate the PDF. 4. Select the added highlight and change its thickness. **Expected result** * Its thickness is correctly changed and the highlight element remains static. **Actual result** * The highlight element jumps across the PDF. **Regression range** * Not a Regression
1,879,113
16,786,858
Created attachment 9378773 Screen Recording 2024-02-07 at 17.30.14.mov **Found in** * Nightly 124.0a1 (2024-02-07) **Affected versions** * Nightly 124.0a1 (2024-02-07) **Tested platforms** * Affected platforms: All **Preconditions** * Have a PDF opened in Firefox **Steps to reproduce** 1. Enable the Highlight tool. 2. Rotate the PDF. 3. Free Highlight over the PDF. **Expected result** * The free highlight element it's correctly displayed with its tooltip beside. **Actual result** * The tooltip is incorrectly displayed. **Regression range** * Not a Regression
1,879,238
16,787,609
Created attachment 9378913 poc0208.2.js User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Steps to reproduce: OS : Linux ubuntu 5.11.10 #1 SMP Sat Oct 30 23:40:08 CST 2021 x86_64 x86_64 x86_64 GNU/Linux Commit : 719b4a8853b449674c018178f85b3667afe4f193 Build : ac_add_options --enable-project=js ac_add_options --disable-optimize ac_add_options --disable-unified-build ac_add_options --disable-debug ac_add_options --disable-jemalloc ac_add_options --disable-tests Running: ./js --wasm-compiler=baseline --wasm-exnref poc.js Actual results: ``` #0 0x0000555558656719 in js::wasm::BaseCompiler::branchIfRefSubtype(js::wasm::RegRef, js::wasm::RefType, js::wasm::RefType, js::jit::Label*, bool) (this=0x7fffffff03b8, ref=..., sourceType=..., destType=..., label=0x7fffffff0970, onSuccess=0x0) at /home/p1umer/Git/gecko-dev-latest/js/src/wasm/WasmBaselineCompile.cpp:8325 #1 0x00005555586561b3 in js::wasm::BaseCompiler::jumpConditionalWithResults(js::wasm::BranchState*, js::wasm::RegRef, js::wasm::RefType, js::wasm::RefType, bool) (this=0x7fffffff03b8, b=0x7ffffffed598, object=..., sourceType=..., destType=..., onSuccess=0x0) at /home/p1umer/Git/gecko-dev-latest/js/src/wasm/WasmBaselineCompile.cpp:3253 #2 0x0000555558666f8b in js::wasm::BaseCompiler::emitBrOnCastCommon(bool, unsigned int, js::wasm::ResultType const&, js::wasm::RefType, js::wasm::RefType) (this=0x7fffffff03b8, onSuccess=0x0, labelRelativeDepth=0x2, labelType=..., sourceType=..., destType=...) at /home/p1umer/Git/gecko-dev-latest/js/src/wasm/WasmBaselineCompile.cpp:8392 #3 0x00005555586670e8 in js::wasm::BaseCompiler::emitBrOnCast(bool) (this=0x7fffffff03b8, onSuccess=0x0) at /home/p1umer/Git/gecko-dev-latest/js/src/wasm/WasmBaselineCompile.cpp:8418 #4 0x0000555558671fe7 in js::wasm::BaseCompiler::emitBody() (this=0x7fffffff03b8) at /home/p1umer/Git/gecko-dev-latest/js/src/wasm/WasmBaselineCompile.cpp:10629 #5 0x000055555868872c in js::wasm::BaseCompiler::emitFunction() (this=0x7fffffff03b8) at /home/p1umer/Git/gecko-dev-latest/js/src/wasm/WasmBaselineCompile.cpp:11740 #6 0x000055555868a09f in js::wasm::BaselineCompileFunctions(js::wasm::ModuleEnvironment const&, js::wasm::CompilerEnvironment const&, js::LifoAlloc&, mozilla::Vector<js::wasm::FuncCompileInput, 8ul, js::SystemAllocPolicy> const&, js::wasm::CompiledCode*, mozilla::UniquePtr<char [], JS::FreePolicy>*) (moduleEnv=..., compilerEnv=..., lifo=..., inputs=..., code=0x555559224d40, error=0x7fffffff2808) at /home/p1umer/Git/gecko-dev-latest/js/src/wasm/WasmBaselineCompile.cpp:11917 #7 0x0000555558721cd3 in ExecuteCompileTask(js::wasm::CompileTask*, mozilla::UniquePtr<char [], JS::FreePolicy>*) (task=0x555559224a28, error=0x7fffffff2808) at /home/p1umer/Git/gecko-dev-latest/js/src/wasm/WasmGenerator.cpp:735 #8 0x0000555558721dd4 in js::wasm::ModuleGenerator::locallyCompileCurrentTask() (this=0x7fffffff1a10) at /home/p1umer/Git/gecko-dev-latest/js/src/wasm/WasmGenerator.cpp:784 #9 0x00005555587225a1 in js::wasm::ModuleGenerator::finishFuncDefs() (this=0x7fffffff1a10) at /home/p1umer/Git/gecko-dev-latest/js/src/wasm/WasmGenerator.cpp:915 #10 0x00005555587033d8 in DecodeCodeSection<js::wasm::Decoder>(js::wasm::ModuleEnvironment const&, js::wasm::Decoder&, js::wasm::ModuleGenerator&) (env=..., d=..., mg=...) at /home/p1umer/Git/gecko-dev-latest/js/src/wasm/WasmCompile.cpp:785 #11 0x0000555558703114 in js::wasm::CompileBuffer(js::wasm::CompileArgs const&, js::wasm::ShareableBytes const&, mozilla::UniquePtr<char [], JS::FreePolicy>*, mozilla::Vector<mozilla::UniquePtr<char [], JS::FreePolicy>, 0ul, js::SystemAllocPolicy>*, JS::OptimizedEncodingListener*) (args=..., bytecode=..., error=0x7fffffff2808, warnings=0x7fffffff27f0, listener=0x0) at /home/p1umer/Git/gecko-dev-latest/js/src/wasm/WasmCompile.cpp:807 #12 0x00005555587b3b65 in js::WasmModuleObject::construct(JSContext*, unsigned int, JS::Value*) (cx=0x5555591087f0, argc=0x1, vp=0x55555920a698) at /home/p1umer/Git/gecko-dev-latest/js/src/wasm/WasmJS.cpp:1494 #13 0x0000555557219eff in CallJSNative(JSContext*, bool (*)(JSContext*, unsigned int, JS::Value*), js::CallReason, JS::CallArgs const&) (cx=0x5555591087f0, native=0x5555587b3780 <js::WasmModuleObject::construct(JSContext*, unsigned int, JS::Value*)>, reason=js::CallReason::Call, args=...) at /home/p1umer/Git/gecko-dev-latest/js/src/vm/Interpreter.cpp:480 #14 CallJSNativeConstructor(JSContext*, bool (*)(JSContext*, unsigned int, JS::Value*), JS::CallArgs const&) (cx=0x5555591087f0, native=0x5555587b3780 <js::WasmModuleObject::construct(JSContext*, unsigned int, JS::Value*)>, args=...) at /home/p1umer/Git/gecko-dev-latest/js/src/vm/Interpreter.cpp:496 #15 InternalConstruct(JSContext*, js::AnyConstructArgs const&, js::CallReason) (cx=0x5555591087f0, args=..., reason=js::CallReason::Call) at /home/p1umer/Git/gecko-dev-latest/js/src/vm/Interpreter.cpp:702 #16 0x0000555557219881 in js::ConstructFromStack(JSContext*, JS::CallArgs const&, js::CallReason) (cx=0x5555591087f0, args=..., reason=js::CallReason::Call) at /home/p1umer/Git/gecko-dev-latest/js/src/vm/Interpreter.cpp:749 #17 0x0000555557236661 in js::Interpret(JSContext*, js::RunState&) (cx=0x5555591087f0, state=...) at /home/p1umer/Git/gecko-dev-latest/js/src/vm/Interpreter.cpp:3046 #18 0x0000555557217aac in MaybeEnterInterpreterTrampoline(JSContext*, js::RunState&) (cx=0x5555591087f0, state=...) at /home/p1umer/Git/gecko-dev-latest/js/src/vm/Interpreter.cpp:394 #19 js::RunScript(JSContext*, js::RunState&) (cx=0x5555591087f0, state=...) at /home/p1umer/Git/gecko-dev-latest/js/src/vm/Interpreter.cpp:452 #20 0x000055555721adf2 in js::ExecuteKernel(JSContext*, JS::Handle<JSScript*>, JS::Handle<JSObject*>, js::AbstractFramePtr, JS::MutableHandle<JS::Value>) (cx=0x5555591087f0, script=0x176351562060, envChainArg=(JSObject * const) 0x17635153d038 [object LexicalEnvironment], evalInFrame=AbstractFramePtr ((js::InterpreterFrame *) 0x0) = {...}, result=$JS::UndefinedValue()) at /home/p1umer/Git/gecko-dev-latest/js/src/vm/Interpreter.cpp:839 #21 0x000055555721b082 in js::Execute(JSContext*, JS::Handle<JSScript*>, JS::Handle<JSObject*>, JS::MutableHandle<JS::Value>) (cx=0x5555591087f0, script=0x176351562060, envChain=(JSObject * const) 0x17635153d038 [object LexicalEnvironment], rval=$JS::UndefinedValue()) at /home/p1umer/Git/gecko-dev-latest/js/src/vm/Interpreter.cpp:871 #22 0x00005555575b8adf in ExecuteScript(JSContext*, JS::Handle<JSObject*>, JS::Handle<JSScript*>, JS::MutableHandle<JS::Value>) (cx=0x5555591087f0, envChain=(JSObject * const) 0x17635153d038 [object LexicalEnvironment], script=0x176351562060, rval=$JS::UndefinedValue()) at /home/p1umer/Git/gecko-dev-latest/js/src/vm/CompilationAndEvaluation.cpp:494 #23 0x00005555575b8bd0 in JS_ExecuteScript(JSContext*, JS::Handle<JSScript*>) (cx=0x5555591087f0, scriptArg=0x176351562060) at /home/p1umer/Git/gecko-dev-latest/js/src/vm/CompilationAndEvaluation.cpp:518 #24 0x00005555570f11ae in RunFile(JSContext*, char const*, _IO_FILE*, CompileUtf8, bool, bool) (cx=0x5555591087f0, filename=0x555559209350 "/tmp/crash1.js", file=0x555559209410, compileMethod=CompileUtf8::DontInflate, compileOnly=0x0, fullParse=0x0) at /home/p1umer/Git/gecko-dev-latest/js/src/shell/js.cpp:1221 #25 0x00005555570f07f3 in Process(JSContext*, char const*, bool, FileKind) (cx=0x5555591087f0, filename=0x555559209350 "/tmp/crash1.js", forceTTY=0x0, kind=FileScript) at /home/p1umer/Git/gecko-dev-latest/js/src/shell/js.cpp:1801 #26 0x00005555570c0367 in ProcessArgs(JSContext*, js::cli::OptionParser*) (cx=0x5555591087f0, op=0x7fffffffdee0) at /home/p1umer/Git/gecko-dev-latest/js/src/shell/js.cpp:10905 #27 0x00005555570b8c40 in Shell(JSContext*, js::cli::OptionParser*) (cx=0x5555591087f0, op=0x7fffffffdee0) at /home/p1umer/Git/gecko-dev-latest/js/src/shell/js.cpp:11167 #28 0x00005555570b2be1 in main(int, char**) (argc=0x5, argv=0x7fffffffe0f8) at /home/p1umer/Git/gecko-dev-latest/js/src/shell/js.cpp:11571 #29 0x00007ffff7a48083 in __libc_start_main () at /lib/x86_64-linux-gnu/libc.so.6 #30 0x0000555557087a49 in _start () ```
1,879,281
16,787,860
Created attachment 9378946 Lag.mp4 **Found in** * Nightly 124.0a1 (2024-02-07) **Affected versions** * Nightly 124.0a1 (2024-02-07) **Affected platforms** * ALL **Steps to reproduce** 1. Open any PDF. 2. Enable the Highlight tool. 3. Start to Free Highlight from a specific point and drag the mouse cursor in any direction. **Expected result** * The Highlight Should start and Stop exactly where the Mouse cursor is. **Actual result** * The Highlight Tool will start working after the user dragged the mouse cursor a few pixels. If the user reaches the end of a document he might not be able to Highlight the last few pixels because the user has to go out of bounds for the Highlight to Follow all the way to the end. **Regression range** Not Applicable
1,879,655
16,790,285
Each one of [radio buttons in the survey](https://searchfox.org/mozilla-central/rev/41edcdf7fe44678c5913a603a286b1fc3979d540/browser/components/aboutwelcome/actors/AboutWelcomeChild.sys.mjs#513-548) receives keyboard focus separately while it is expected for a user to `Tab` to the first radio button (or to the selected one, if selection is present) and then use arrow keys to change the selection and then `Tab` away from the radio group. Also, the radio group is not related to the question, thus [fieldset](https://www.w3.org/WAI/tutorials/forms/grouping/) or, at minimum, [ARIA group](https://www.w3.org/WAI/ARIA/apg/patterns/radio/) markup should be utilized.
1,880,067
16,795,610
I just tried searching history on the latest nightly on a Mac M1 Pro. I started typing `mozsearch` as I got to about the fourth or fifth character, the screen flickered, updated, and lost characters in the search - my search came out as `mozearch`. It all depends on timing, but generally you have to be typing when the auto-refresh kicks in. I'm not quite sure the flickering is true flickering, because of the the update and the potential changes, it felt like it was flickering, but it might have just been the way it updates the page. The main thing is that loss of characters when typing.
1,880,371
16,797,680
Created attachment 9380273 panel-issue.png STR 0. Enable shopping 1. Go to a shopping page 2. Click the shopping page action icon until the reminder panel shows up 3. Open the shield menu Expected results: It look normal Actual results: The heading styling has changed
1,880,667
16,799,869
Created attachment 9380634 text ty message.jpg **[Affected versions]:** - Firefox Nightly 124.0a1 - Build ID: 20240216094648 **[Affected Platforms]:** - Windows 10 x64 - macOS 12.6.1 - Linux Ubuntu 20.04 x64 **[Prerequisites]:** - Have the following prefs set with the values to enable the feature: `browser.search.region` = US (connect to a VPN server if outside US) `browser.urlbar.quicksuggest.rustEnabled` = true `browser.urlbar.suggest.yelp` = true `browser.urlbar.yelp.featureGate` = true `browser.urlbar.yelp.priority` = true **[Steps to reproduce]:** 1. Open the browser with the profile from the prerequisites. 2. Type the “sushi” string in the Address Bar. 3. Click the “Feedback” button. 4. Click the “Don’t show this” option. 5. Dismiss the suggestion by clicking any of the “Not relevant” or “Not interested” options. 6. Observe how the message is displayed. **[Expected result]:** - The Firefox icon and “Thanks for your feedback” text are horizontally aligned in the middle of the message row. **[Actual result]:** - The Firefox icon and “Thanks for your feedback” text are placed higher, in the top half area of the message row. **[Notes]:** - This issue affects Yelp results displayed on both Top Pick and Firefox Suggest locations. - Attached is a screenshot of the issue.
1,880,835
16,802,627
Created attachment 9380834 fontstb.png User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Steps to reproduce: 1. click on the hamburger menu 2. choose "Compact" density Actual results: As we can observe in the attached screenshot, bottom of gpqj letters is cut off in the emails list. Expected results: All letters should be entirely readable.
1,880,862
16,802,811
Created attachment 9380865 duplicated indicator.jpg **[Affected versions]:** - Firefox Nightly 125.0a1 - Build ID: 20240219095613 **[Affected Platforms]:** - Windows 10 x64 - macOS 12.6.1 - Linux Ubuntu 20.04 x64 **[Prerequisites]:** - Have the following prefs set with the values to enable the feature: `browser.search.region` = US (connect to a VPN server if outside US) `browser.urlbar.quicksuggest.rustEnabled` = true `browser.urlbar.suggest.yelp` = true `browser.urlbar.yelp.featureGate` = true `browser.urlbar.yelp.priority` = true **[Steps to reproduce]:** 1. Open the browser with the profile from the prerequisites. 2. Type the “burgers in” string in the Address Bar. 3. Observe the wording of the Yelp result. **[Expected result]:** - “burgers in (city, state)” suggestion is displayed. **[Actual result]:** - “burgers in in (city, state)” suggestion is displayed. **[Notes]:** - This issue affects Yelp results displayed on both Top Pick and Firefox Suggest locations. - Attached is a screenshot of the issue.
1,881,071
16,804,141
**[Affected versions]:** - Firefox Nightly 125.0a1 - Build ID: 20240220094730 - Firefox Beta 124.0b1 - Build ID: 20240219092531 **[Affected Platforms]:** - Windows 10 x64 - macOS 12.6.1 - Linux Ubuntu 20.04 x64 **[Prerequisites]:** - Have the following prefs set with the values to enable the feature: `browser.search.region` = US (connect to a VPN server if outside US) `nimbus.debug` = true - Switch to the Stage server using the Remote Settings Devtools [addon](https://github.com/mozilla-extensions/remote-settings-devtools/releases). **[Steps to reproduce]:** 1. Open the browser with the profile from the prerequisites. 2. Copy and paste the following link in order to force enroll in the Yelp suggestions experiment: `about:studies?optin_slug=qa-2280-yelp-suggestions-qa&optin_branch=treatment-suggest&optin_collection=nimbus-preview` 3. Restart the browser. 4. Type the “best ra” string in the Address Bar. 5. Click the “Feedback” button from the Yelp suggestion. 6. Click the “Show less frequently” option. 7. Click outside the Address Bar panel. 8. Click inside the Address Bar panel. 9. Observe the behavior. **[Expected result]:** - The Yelp suggestion is no longer displayed. **[Actual result]:** - The Yelp suggestion is displayed again. **[Notes]:** - This is also reproducible when typing only the subject, without any of the modifiers. - This issue affects Yelp results displayed on both Top Pick and Firefox Suggest locations. - Here is a [screen recording](https://drive.google.com/file/d/1eRdcODawnoYCjFN5ZpPkmG6tzXvqH1KH/view?usp=sharing) of the issue.
1,881,073
16,804,174
**[Affected versions]:** - Firefox Nightly 125.0a1 - Build ID: 20240220094730 - Firefox Beta 124.0b1 - Build ID: 20240219092531 **[Affected Platforms]:** - Windows 10 x64 - macOS 12.6.1 - Linux Ubuntu 20.04 x64 **[Prerequisites]:** - Have the following prefs set with the values to enable the feature: `browser.search.region` = US (connect to a VPN server if outside the US) `nimbus.debug` = true - Switch to the Stage server using the Remote Settings Devtools [addon](https://github.com/mozilla-extensions/remote-settings-devtools/releases). **[Steps to reproduce]:** 1. Open the browser with the profile from the prerequisites. 2. Copy and paste the following link in order to force enroll in the Yelp suggestions [experiment](https://stage.experimenter.nonprod.dataops.mozgcp.net/nimbus/qa-2280-yelp-suggestions-qa/summary): `about:studies?optin_slug=qa-2280-yelp-suggestions-qa&optin_branch=treatment-suggest&optin_collection=nimbus-preview` 3. Restart the browser. 4. Type the “arcade” string in the Address Bar. 5. Click the “Feedback” button from the Yelp suggestion. 6. Click the “Show less frequently” option. 7. Repeat steps 5 and 6 for at least 2 more times. 8. Click the Feedback button. 9. Observe the menu options. **[Expected result]:** - The “Show less frequently” option is no longer available. **[Actual result]:** - The “Show less frequently” option remains displayed. **[Notes]:** - The `browser.urlbar.yelp.showLessFrequentlyCount` pref registers only one click when the Address Bar results panel is open. To register the next click, the user has to close the Address Bar results panel and then trigger the Yelp suggestion again. - This issue affects Yelp results displayed on both Top Pick and Firefox Suggest locations. - Here is a [screen recording](https://drive.google.com/file/d/1m8KdZq6sFMbRk63KTMdzOBfS5ti8BS3e/view?usp=sharing) of the issue.
1,881,219
16,805,112
Created attachment 9381162 ThickLevels.mp4 **Found in** * Nightly 125.0a1 (2024-02-21) **Affected versions** * Nightly 125.0a1 (2024-02-21) * Beta 124.0b1 * Release 123 **Affected platforms** * All **Steps to reproduce** 1. Open any PDF in Firefox. 2. Enable the Highlight tool. 3. Highlight some Text. 4. Try to Edit the Thickness levels. 5. Click Anywhere else to Unselect the Highlighted Text. 6. Try to Edit the Thickness levels. 7. Disable the Highlight tool from the Toolbar and re Enabled it. 8. Try to Edit the Thickness levels. **Expected result** * The Moment the Highlighted text is unselected the Thickness levels should be unlocked and editable. **Actual result** * The Thickness levels remain locked after the Tool is disabled and re enabled, or the Highlighted text is unselected. **Regression range** Not a Regression
1,881,692
16,808,820
Attach (recommended) or Link to PDF file here: Steps to reproduce the problem: 1. Set caret browsing mode 2. Highlight some text. 3. Put the caret in the middle of a line just under the highlighted text 4. Move the caret up. What is the expected behavior? (add screenshot) The caret should be in the middle. What went wrong? (add screenshot) The caret is at the beginning of the line.
1,881,802
16,809,564
Attach (recommended) or Link to PDF file here: Steps to reproduce the problem: 1. Enable caret browsing mode; 2. Open a pdf with some text; 3. Enable highlighting tool; 4. Position the caret on some text; 5. Press shift and the arrow down, release shift. What is the expected behavior? (add screenshot) The text must be highlighted. What went wrong? (add screenshot) Nothing is highlighted. In caret browsing mode, pdf.js is handling the selection itself, which means that no `selectstart` is triggered.
1,881,927
16,810,308
https://crash-stats.mozilla.org/report/index/b2d7eb9b-64f8-4dde-ae90-d1b520240205 This crash looks like a regression in 122. ``` java.lang.NullPointerException: Attempt to invoke virtual method 'void android.content.res.AssetFileDescriptor.close()' on a null object reference at org.mozilla.geckoview.ContentInputStream.isReadable(ContentInputStream.java:37) at org.mozilla.gecko.mozglue.GeckoLoader.nativeRun(Native Method) at org.mozilla.gecko.GeckoThread.run(GeckoThread.java:611) ```
1,882,003
16,810,657
4.7.x has no OSX x64 10.15 builds and there seems to be an issue building from source (which starts using numpy 1.22 rather than 1.23.5, and building 1.22 from source on 3.11 has some other issues too) 4.6.0.66 seems to work fine
1,882,043
16,812,711
Created attachment 9382572 Screenshot 2024-02-26 at 12.29.45.png **Notes** * Please see the attached screenshot for more details. * This issue is reproducible only when both Trending search suggestions and Recent Searches are both enabled. **Found in** * Firefox 124.0b3; **Affected versions** * Firefox 124.0b3; **Tested platforms** * Windows 10; * macOS 12; * Ubuntu 22; **Affected platforms** * Windows 10; * macOS 12; * Ubuntu 22; **Unaffected platforms** * N/A; **Preconditions** * browser.urlbar.suggest.recentsearches = true * browser.urlbar.suggest.trending =true * browser.urlbar.trending.featureGate = true * browser.urlbar.recentsearches.featureGate = true * browser.urlbar.trending.requireSearchMode = false * VPN connected to US/CA. * Google set as default search engine **Steps to reproduce** 1. Launch Firefox with the profile from preconditions. 2. Perform a few searches using the default search engine. 3. Go to about:preferences#search and uncheck the ‘Show trending search suggestions’ option. 4. Open a new tab, focus the Address Bar and observe the UI. **Expected result** * Recent searches section is placed below Top Sites. **Actual result** * Recent Searches section is placed above Top Sites. * 'Shortcuts' string is present. **Regression range** * Will look for one ASAP.
1,882,613
16,821,701
Created attachment 9388213 Screen shot of Fenix Steps to reproduce: I opened the pdf at: https://www.whitehouse.gov/wp-content/uploads/2024/02/Final-ONCD-Technical-Report.pdf on Firefox Nightly: 125.0a1 build # 2016006119 12b61f9318+ Actual results: It used an incorrect font which made (at least parts of) the document very difficult to read. Expected results: It should have used a better font so that the document is readable.
1,882,863
16,823,087
Crash report: https://crash-stats.mozilla.org/report/index/a51a612d-810a-4e2b-a4a2-477f30240229 MOZ_CRASH Reason: ```called `Option::unwrap()` on a `None` value``` Top 10 frames of crashing thread: ``` 0 xul.dll MOZ_Crash mfbt/Assertions.h:301 0 xul.dll RustMozCrash mozglue/static/rust/wrappers.cpp:17 1 xul.dll mozglue_static::panic_hook mozglue/static/rust/lib.rs:96 2 xul.dll core::ops::function::Fn::call<void /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/core/src/ops/function.rs:250 3 xul.dll alloc::boxed::impl$49::call library/alloc/src/boxed.rs:2029 3 xul.dll std::panicking::rust_panic_with_hook library/std/src/panicking.rs:783 4 xul.dll std::panicking::begin_panic_handler::closure$0 library/std/src/panicking.rs:649 5 xul.dll std::sys_common::backtrace::__rust_end_short_backtrace<std::panicking::begin_panic_handler::closure_env$0, never$> library/std/src/sys_common/backtrace.rs:171 6 xul.dll std::panicking::begin_panic_handler library/std/src/panicking.rs:645 7 xul.dll core::panicking::panic_fmt library/core/src/panicking.rs:72 ```
1,883,235
16,825,538
Created attachment 9388875 FxViewBug User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0) Gecko/20100101 Firefox/125.0 Steps to reproduce: 1. Set the UI language to Simplified/Traditional Chinese (or Japanese and Korean) 2. Open Firefox View 3. Check the CJK characters in the search box Actual results: The search box cannot fully display CJK characters Expected results: Fully display CJK characters.
1,883,394
16,828,765
**Found in** * Nightly 125.0a1 (2024-03-04) **Affected versions** * Nightly 125.0a1 (2024-03-04) * Beta 124.0b7 * Release 123 **Affected platforms** * All **Preconditions:** Enable pdfjs.enableHighlightEditor true **Steps to reproduce** 1. Open any PDF in Firefox. 2. Enable the Highlight editor from the Toolbar. 3. Free Highlight anywhere. 4. Reach about:glean and submit a "metric" type Telemetry. 5. Reach https://debug-ping-preview.firebaseapp.com/ and search for the previously submitted ping. **Expected result** * The Following metric should be recorded. * "pdfjs.editing.highlight.method": { "main_toolbar": 2 }, **Actual result** * The following metric is recorded: "pdfjs.editing.highlight.method": { "__other__": 2 }, **Regression range** Not a regression.
1,883,476
16,829,298
The set default path we migrated to in the JavaScript implementation of Windows Default Agent intervention does not trigger the Windows Settings fallback. We should use the [Shell Service](https://searchfox.org/mozilla-central/source/browser/components/shell/nsIShellService.idl#33) set default implementation instead of the [Default Agent](https://searchfox.org/mozilla-central/source/toolkit/mozapps/defaultagent/nsIDefaultAgent.idl#132) implementation (n.b. we should move the Default Agent implementation into the Shell Service eventually).
1,883,482
16,829,338
**[Affected versions]:** - Firefox Nightly 125.0a1 - Build ID: 20240301091852 - Firefox Beta 124.0b7 - Build ID: 20240304091753 **[Affected Platforms]:** - Windows 10 x64 - macOS 12.6.1 - Linux Ubuntu 20.04 x64 **[Prerequisites]:** - Have the following prefs set with the values to enable the feature: `browser.search.region` = US (connect to a VPN server if outside US) `browser.urlbar.yelp.featureGate` = true `browser.urlbar.yelp.suggestedIndex` = 0 - Have a bookmark/history result that contains a keyword that would trigger a Yelp result (e.g. pet shop). **[Steps to reproduce]:** 1. Open the browser with the profile from the prerequisites. 2. Type the “pet shop” keyword in the Address Bar. 3. Click the “Feedback” button from the Yelp suggestion. 4. Click the “Don’t show this” option. 5. Dismiss the suggestion by clicking any of the “Not relevant” or “Not interested” options. 6. Observe how the message is displayed. **[Expected result]:** - The dismissal acknowledgment remains displayed inside the Firefox Suggest section, on the row where the Yelp suggestion was previously displayed. **[Actual result]:** - The dismissal acknowledgment is displayed outside the Firefox Suggest section. **[Notes]:** - This issue is not reproducible when the Yelp suggestion is positioned as the second result, nor the last one (at the bottom of the section). - Here is a [screen recording](https://drive.google.com/file/d/1zMkOAvfFqFEPPQPZzktgiZVtTckEMYX7/view?usp=sharing) of the issue.
1,883,609
16,830,068
Created attachment 9389352 Screen Recording 2024-03-05 at 12.56.56.mov **Found in** * Beta 124.0b7 (2024-03-04) **Affected versions** * Nightly 125.0a1 (2024-03-04) * Beta 124.0b7 * Release 123 **Tested platforms** * Affected platforms: All **Steps to reproduce** 1. Open any PDF which has a text field in Firefox (eg: http://foersom.com/net/HowTo/data/OoPdfFormExample.pdf). 2. Add text in any one of the fields. 3. Enable the Highlight tool. 4. Free Highlight the added text. 5. Save the PDF and reopen it in Firefox. 6. Click inside the highlighted field and try to add some text. **Expected result** * The text can be added successfully, without any issue. **Actual result** * Highlighting the field will add a layer which won't let the user to click behind it. **Regression range** * Not a regression. **Additional notes** * If the field is entirely highlighted, saved and then reopened that will make impossible for the user to add text to that field.
1,883,828
16,831,285
Steps to reproduce: On git commit ba6b30df796659bf70cf8ca60b7bd7a37f617a71 the attached sample asserts in the js-shell when invoked as `obj-x86_64-pc-linux-gnu/dist/bin/js --fuzzing-safe crash.js` ``` function h() {} const v0 = []; v0[Symbol.toPrimitive] = quit; const o18 = { "stack": saveStack(), "cause": v0, }; const t21 = bindToAsyncStack(h, o18); t21(); ``` ``` #0 0x000055555792f65a in BoundToAsyncStack (cx=0x7ffff7639100, argc=0, vp=0x7ffff56e9090) at js/src/shell/js.cpp:1535 #1 0x0000555557aff05c in CallJSNative (cx=0x7ffff7639100, native=0x55555792f280 <BoundToAsyncStack(JSContext*, unsigned int, JS::Value*)>, reason=js::CallReason::Call, args=...) at js/src/vm/Interpreter.cpp:479 #2 0x0000555557ad5473 in js::InternalCallOrConstruct (cx=0x7ffff7639100, args=..., construct=js::NO_CONSTRUCT, reason=js::CallReason::Call) at js/src/vm/Interpreter.cpp:573 #3 0x0000555557ad5bf9 in InternalCall (cx=0x7ffff7639100, args=..., reason=js::CallReason::Call) at js/src/vm/Interpreter.cpp:640 #4 0x0000555557ad5a33 in js::CallFromStack (cx=0x7ffff7639100, args=..., reason=js::CallReason::Call) at js/src/vm/Interpreter.cpp:645 #5 0x0000555557ae428f in js::Interpret (cx=0x7ffff7639100, state=...) at js/src/vm/Interpreter.cpp:3060 #6 0x0000555557ad4e55 in MaybeEnterInterpreterTrampoline (cx=0x7ffff7639100, state=...) at js/src/vm/Interpreter.cpp:393 #7 0x0000555557ad4b01 in js::RunScript (cx=0x7ffff7639100, state=...) at js/src/vm/Interpreter.cpp:451 #8 0x0000555557ad7041 in js::ExecuteKernel (cx=0x7ffff7639100, script=..., envChainArg=..., evalInFrame=..., result=...) at js/src/vm/Interpreter.cpp:838 #9 0x0000555557ad73bc in js::Execute (cx=0x7ffff7639100, script=..., envChain=..., rval=...) at js/src/vm/Interpreter.cpp:870 #10 0x0000555557cd4c1f in ExecuteScript (cx=0x7ffff7639100, envChain=..., script=..., rval=...) at js/src/vm/CompilationAndEvaluation.cpp:494 #11 0x0000555557cd4d45 in JS_ExecuteScript (cx=0x7ffff7639100, scriptArg=...) at js/src/vm/CompilationAndEvaluation.cpp:518 #12 0x000055555793537f in RunFile (cx=0x7ffff7639100, filename=0x7ffff5708980 "../gecko-fuzzilli/modifiedStuff/crash_2024_03_06.js", file=0x7ffff7769020, compileMethod=CompileUtf8::DontInflate, compileOnly=false, fullParse=false) at js/src/shell/js.cpp:1200 #13 0x0000555557934c4c in Process (cx=0x7ffff7639100, filename=0x7ffff5708980 "../gecko-fuzzilli/modifiedStuff/crash_2024_03_06.js", forceTTY=false, kind=FileScript) at js/src/shell/js.cpp:1780 #14 0x000055555790e191 in ProcessArgs (cx=0x7ffff7639100, op=0x7fffffffdd20) at js/src/shell/js.cpp:10991 #15 0x00005555578fcbe3 in Shell (cx=0x7ffff7639100, op=0x7fffffffdd20) at js/src/shell/js.cpp:11250 #16 0x00005555578f7a44 in main (argc=3, argv=0x7fffffffdf88) at js/src/shell/js.cpp:11758 ```
1,883,876
16,831,530
**Affected versions** * Firefox 125.0a1 **Affected platforms** * Windows 10 * Ubuntu 22.04 * MacOS 14.3.1 **Preconditions** * Have some pinned tabs **Steps to reproduce** 1. Navigate to Firefox View Open Tabs 2. Unpin a tab or select a normal tab and drag it to create a new window 3. Focus on Open tabs and drag the tab from the new window between the pinned tabs in the main window 4. Focus on Open tabs again **Expected result** * The changes are reflected in Open tabs **Actual result** * The changes are visible after a page refresh **Additional Notes** * The issue can be seen in the [following attachment](https://drive.google.com/file/d/1KfX-IIZdkNtXwGY_34Pnuu4pYcsa-Lsn/view?usp=sharing) * It seems that the issue reproduces 100% the first time in a session, so to reproduce again just restart the session. * Sometimes it seems that by selecting a pinned tab from Open tabs will focus the respective tab but will not reflect this change (move the interacted tab in the first place) when selecting back Open tabs (with sort by recent activity selected), so it may be related to this issue as well. [see attachment](https://drive.google.com/file/d/198R0PzDO6AQcMLocLQPiXSjKlUnMitqe/view?usp=sharing)
1,884,039
16,832,593
Steps to reproduce: We rolled out a legacyHeartbeat experiment using Nimbus: https://experimenter.services.mozilla.com/nimbus/legacy-nimbus-test-1-viewpoint/summary Actual results: Results: We received survey responses on our survey platform and the responses captured the expected url variables such as flowId. However, we cannot find the heartbeat telemetry pings that correspond to profiles who were targeted by this experiment. Expected results: Here is a query that looks for the pings that should have been associated with the survey id of this experiment but finds none: https://sql.telemetry.mozilla.org/queries/98167/ Other things to note: QA showed that the heartbeat ping is locally created when the experiment is manually triggered for testing: QA ticket here -> https://mozilla-hub.atlassian.net/browse/QA-2310 Impact: This issue prevents the user research team from being able to join telemetry data with in-product survey data on Firefox desktop using Nimbus, which is a blocker to being able to fully test and use the new legacyHeartbeat experiment on Nimbus and eventually migrating from the Normandy system to Nimbus for survey recruitment on desktop. I have filed a similar bug in the Nimbus project since I'm not sure what the source of the issue is: https://mozilla-hub.atlassian.net/browse/EXP-4404
1,884,349
16,834,420
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0 Steps to reproduce: use firefox for a long time, so i don't known what trigger it Actual results: it random stall networking. i can not open any page in firefox browser but chrome can normally open that page. and after i restart firefox it work fines. this is my profiler that i try to capture. from about:logging networking preset: https://share.firefox.dev/3IqKRU2 http/3 preset https://share.firefox.dev/4amtO1B Expected results: firefox should open page normally.