Bug ID
int64 961
1.91M
| Comment ID
int64 3.98k
17.1M
| Author
stringlengths 8
48
| Comment Text
stringlengths 1
64.3k
⌀ |
---|---|---|---|
1,592,078 | 14,452,438 |
PeerConnectionImpl::UpdateSignalingState causes callbacks to reach JS, which can then close the PC, spin the event loop with XHR until the PC is freed, and then allow execution to continue.
Most of these bugs can probably be worked around by grabbing a stack copy of mCPObserver, but it may be more useful to move the event dispatching to JS.
|
|
1,592,172 | 14,453,137 |
+++ This bug was initially created as a clone of Bug #1591327 +++
This error happens repeatedly as I type to trigger my tip provider:
tipButton is undefined UrlbarView.jsm:976
_updateIndices resource:///modules/UrlbarView.jsm:976
_updateResults resource:///modules/UrlbarView.jsm:739
onQueryResults resource:///modules/UrlbarView.jsm:440
notify resource:///modules/UrlbarController.jsm:602
receiveResults resource:///modules/UrlbarController.jsm:193
notifyResults resource:///modules/UrlbarProvidersManager.jsm:401
add resource:///modules/UrlbarProvidersManager.jsm:407
add self-hosted:870
onSearchResult resource:///modules/UrlbarProviderUnifiedComplete.jsm:138
notify resource://gre/modules/UnifiedComplete.jsm:2773
notifyResult resource://gre/modules/UnifiedComplete.jsm:2788
_addMatch resource://gre/modules/UnifiedComplete.jsm:2155
_addSearchEngineMatch resource://gre/modules/UnifiedComplete.jsm:1860
_matchCurrentSearchEngine resource://gre/modules/UnifiedComplete.jsm:1777
InterpretGeneratorResume self-hosted:1149
AsyncFunctionNext self-hosted:688
|
|
1,592,416 | 14,455,253 |
Created attachment 9105046
sc2.png
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:70.0) Gecko/20100101 Firefox/70.0
Steps to reproduce:
Opened a few firefox windows, dragged one from desktop 1 to desktop 5 (second monitor). clicked on folders in my toolbar folder, right clicked on images to download them.
Actual results:
Things show up in the proper place on first click, but after that only show up on Desktop 1.
Expected results:
I expect menus to stay on the same desktop as the browser. Tried turning off hardware acceleration and that didn't help. Here's a screenshot showing a right-click popup menu off floating in space on the wrong desktop.
|
|
1,592,532 | 14,456,208 |
Created attachment 9105158
Firefox71beta4_certificats.png
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0
Steps to reproduce:
Insert smartcard in reader
Connect to a secured web site with FF71beta.
FF prompts for user PIN
User validates the smartcard right PIN code.
Then FF prompts for the certificate to select (by default the one with 'Non repudiation' key usage) regardless of the key usage apparently
User select this certificate.
Then authentication fails with following error: SSL_ERROR_UNSUPPORTED_CERT_ALERT.
Actual results:
Then authentication fails with following error: SSL_ERROR_UNSUPPORTED_CERT_ALERT.
The user has to re-select the right client certificate with key usage: Signing for the authenticiation to succeed
Expected results:
In earlier versions of FF, only the 'Signing key usage' certificate was presented at first.
On selection of ths certificate, the authentication was directly OK.
|
|
1,592,628 | 14,456,958 |
From bug 1585236 comment 10, when using Firefox Private Network:
I've been testing with the `network.http.proxy.respect-be-conservative` pref set to false. The update check succeeds after I set it, but when Firefox is restarted it doesn't always take effect; sometimes I'll see the update check fail until I flip the pref back and forth again.
I was seeing this on FPN v11, and I'm still seeing it on v14. I think [v15 will set](https://github.com/mozilla/secure-proxy/commit/b954f70529feaf0f13f6fe4aeb73f36036764435) respect-be-conservative false by itself, but I don't think that will fix this.
---
For completeness, in Nightly 72.0a1 (2019-10-30), Windows 64-bit:
1. Create and run a new profile (other instances of Nightly should be closed, only one of them will be able to do update checks)
2. Install FPN from https://private-network.firefox.com/
3. Click the FPN icon, click "Sign in" in the dropdown, sign in to a Firefox account with access to the FPN beta.
4. In about:config, set `app.update.log` true and `network.http.proxy.respect-be-conservative` false
5. Close Nightly.
6. Start Nightly.
7. Open the About dialog, which will trigger an update check.
This message will be logged to the browser console:
```
AUS:SVC Checker:onError - request.status: 2153394078
AUS:SVC Checker:onError - Getting secInfo failed.
AUS:SVC getStatusTextFromCode - transfer error: Update XML file malformed (200), default code: 200
```
Then after toggling respect-be-conservative true, then false:
```
AUS:SVC Checker:onLoad - request completed downloading document
AUS:SVC Checker:onLoad - Getting sslStatus failed.
AUS:SVC Checker:onLoad - number of updates available: 0
```
(this is the correct behavior)
I'm seeing this every time now, I'm not sure why I saw it only about 50% before. Possibly FPN wasn't activating soon enough; if I turn off FPN and restart, then turn FPN on and open About, the update checks succeeds, though this happens even with respect-be-conservative true.
|
|
1,592,871 | 14,458,414 |
Created attachment 9105451
visited-and-style-attribute.html
I got a report for a bug that breaks the ruleview from Brian.
STRs:
1. Open the attachment
2. Inspect a link in the document
ER: Can inspect correctly
AR: Will be blank
I have investigated a bit.
Since it seems that the reason is the style which is defined by style attribute does not handle as CSSStyleRule, `InspectorUtils.getSelectorCount()` throw an exception.
This makes the ruleview to be a blank.
|
|
1,592,968 | 14,459,264 |
[Affected Versions]:
- Beta 70.0bx
- Beta 71.0bx
[Affected Platforms]
- Windows 10 x64
[Prerequisites]:
- In order to reproduce the issue, there are a few setups that need to be done. Here is a doc that describes the setups and the data used in order to reproduce the issue: [Gdoc](https://docs.google.com/document/d/1IU4Q21GszqKpJEuXzs96n_7oiWe5AQ-nReNKeTMBsfQ/edit).
- Have a Firefox Beta 69.0b19 installed.
- Have an update server set and running as described in the [Gdoc](https://docs.google.com/document/d/1IU4Q21GszqKpJEuXzs96n_7oiWe5AQ-nReNKeTMBsfQ/edit).
[Steps to reproduce]:
1. In the directory where the Firefox Beta 69.0b16 is installed create the "distribution" folder and add the "[policies.json](https://drive.google.com/open?id=1zPYQ6AFAzuiwu38SW8Q7a6kYpoI6C_Gm)" file described in the Gdoc from prerequisites.
- The "policies.json" file points to the local XML file that enables the browser to be updated to the 70.0b14 version.
2. Open the browser and update it.
- The browser will be updated to Firefox 70.0b14 version. It will be recognized as the latest version.
3. Navigate to "about:config" and add the "installer.taskbarpin.win10.enabled" boolean pref to true.
4. Restart the Firefox browser.
5. Right click on the Firefox browser from the taskbar and select the "Unpin from taskbar" option.
6. Delete the "distribution" folder created in step 1.
- This will allow the Firefox Beta 70.0b14 to be updated to the latest version 71.0b5.
6. Restart the browser and update it to the latest version (71.0b5).
7. Restart the browser and observe the Firefox shortcut from the taskbar.
[Expected results]:
- The Firefox browser is not pinned to the taskbar.
[Actual results]:
- The Firefox browser is pinned to the taskbar.
[Notes]:
- Here is a link with the screen recording of the issue: [Link](https://drive.google.com/open?id=1h76bYKk52KqJ1dNaOhb3CQcKf-YmRfPC).
|
|
1,592,996 | 14,459,443 |
Created attachment 9105557
Screen Shot 2019-10-31 at 14.21.58.png
## Steps to reproduce
- Go to https://codepen.io/fvsch/pen/yLBMEwe
- Open the Inspector
- Use the frame switcher dropdown to select the iframe as the currently inspected document
## Expected
The markup view updates to show the iframe contents.
## Actual Result
The markup view stops rendering at the root node.
[Mozregression range](https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=9277be3613ca5109ae4007a512ee75856f8f1120&tochange=0ec9e4f71228e0cdc4bcb325fe9095ede13df7d5). Likely regressed by changes in Bug 1590050.
## Error in console
```
TypeError: "container.editor is undefined"
showNode resource://devtools/client/inspector/markup/markup.js:1577
process resource://gre/modules/Promise-backend.js:961
walkerLoop resource://gre/modules/Promise-backend.js:845
scheduleWalkerLoop resource://gre/modules/Promise-backend.js:775
schedulePromise resource://gre/modules/Promise-backend.js:809
completePromise resource://gre/modules/Promise-backend.js:741
checkForCompletion resource://gre/modules/Promise-backend.js:596
resolver resource://gre/modules/Promise-backend.js:603
markup.js:425:15
```
|
|
1,593,007 | 14,459,502 |
Nightly, release, Windows.
STR:
$ set MOZ_LOG=nsHttp:5
$ set MOZ_LOG_FILE=/some-writtable-path/log
$ ./firefox ...
AR:
child logs are either empty or missing completely
ER:
write all logging from all child processes as we are adding an exception for child processes to allow log writing
|
|
1,593,060 | 14,459,864 |
Created attachment 9105595
screenshot 72.0a1 vs 70.0
Reproducible : always
Steps to reproduce:
1. Open Options
2. Click [Choose...] button of Language section
3. Click "Select a language to add" so that language list options will pops up.
Actual results:
Language list popup shift up. So, there is gap between select button and optioons popup.
See attached screenshot
Expected results:
And the popup should not shift up. There should not be gap.
Regression window:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=922881dd399a94bda9635be2745af79fa8878238&tochange=aefedc124f9a4ad6598a6757fe0e3c5c688efa06
Regressed by:
aefedc124f9a4ad6598a6757fe0e3c5c688efa06 Tim Nguyen — Bug 1579516 - Remove XUL grid from browser/components/preferences/languages.xul. r=jaws
|
|
1,593,167 | 14,460,475 |
User Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:69.0) Gecko/20100101 Firefox/69.0
Steps to reproduce:
Opened browser and navigated to mlb.com and nfl.com.
Actual results:
Received warning.
Warning: Potential Security Risk Ahead
SEC_ERROR_UNKNOWN_ISSUER
Certificate is from DigiCert ECC Secure Server CA
Serial Number:
0B:54:63:60:DA:9F:10:FF:FA:65:F9:D9:DF:5E:C1:25
SHA-256 Fingerprint:
A6:F9:49:FE:96:2C:EF:6A:5F:E7:43:2B:20:E4:AF:47:8F:82:AB:54:E5:69:AF:C3:C3:22:9E:0F:54:E0:FB:D0
Expected results:
The site should have been verified as secure.
|
|
1,593,226 | 14,460,947 |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:72.0) Gecko/20100101 Firefox/72.0
Steps to reproduce:
I am implementing testing with CDP for Firefox in Cockpit project [1]. I was using Firefox 69 (firefox-69.0.1-3.fc31.x86_64 Fedora 30/31) and when page with iframe was loaded I was able to catch Runtime.ExecutionContextCreated event twice (one for the default/top most page and one for the iframe). With Firefox 70 (firefox-70.0-1.fc31.x86_64.rpm Fedora 31) I get only one such event (for the default frame).
I also tested it with Firefox nightly and same unwanted behavior.
I don't have any standalone reproducer, but it should be fairly simple to reproduce - just have page with <iframe> in it. I am happy to provide any more needed information if requested, since this is actual blocker for us.
[1] https://github.com/cockpit-project/cockpit/pull/12971
Actual results:
I get only one `executionContextCreated` instead of expected 2 (one for the page itself and one for iframe). Maybe I should note that we need this to work with main page and a few (usually 2-4, but up to 10) iframes at once.
Expected results:
I expect to get n+1 events, n being number of iframes in the page.
|
|
1,596,668 | 14,488,850 |
Created attachment 9108939
firefox-extension-fileloc.zip
FF Version: 70.0.1
macOS: 10.15.1 (19B88)
1. .fileloc files behave on macOS similarly to .url files on Windows - as shortcuts that can execute local apps.
2. A malicious extension with `downloads/downloads.open` permissions can download a .fileloc file + execute it to launch arbitrary local apps.
3. It looks like a non-secure feature of macOS(that I'm going to report), so it's not clear what'd be your opinion. I guess you'd like to add this file to your file handling mechanism as well.
PoC opens Calculator.app on Catalina.
|
|
1,596,767 | 14,489,604 |
STR:
1. open e.g. https://bugzilla.mozilla.org/enter_bug.cgi?product=Firefox&component=Page%20Info
2. open page info window
3. switch to "Media" tab
4. move through the rows in the tree listing the different images / media items, and look at the "Type" row in the table underneath the tree
ER:
the type field matches the type listed in the tree
AR:
sometimes, the type field does not update
This looks like it may have regressed in bug 1517493, due to the mix of fluent and non-fluent being used, but I'm not certain - AFAICT all of these strings are the fallback values from the tree, and there's never an actual mimetype being used...
|
|
1,596,825 | 14,489,895 |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:71.0) Gecko/20100101 Firefox/71.0
Steps to reproduce:
Go to site:
https://teams.microsoft.com/dl/launcher/launcher.html?url=%2f_%23%2fl%2fhome%3ftenantId%12345%26lm%3ddeeplink%26lmsrc%3demail%26cmpid%3dFreemiumInviteEmail&type=home&deeplinkId=12345&directDl=true&msLaunch=true&enableMobilePage=true&suppressPrompt=true#
Click on the link "Open it" link.
Actual results:
No onLoadRequest() call to Android Component.
Expected results:
onLoadRequest() called so we can launch the deep link intent in Microsoft Team App.
|
|
1,596,920 | 14,490,661 |
Created attachment 9109153
Actual results.
Steps to Reproduce:
1) Open settings and click account button
2) attempt to enter email address `[email protected]`
Actual result:
Text displayed is `[email protected]`
Expected result:
Text should be displayed as entered.
Notes:
FxR is using GeckoView Nightly 72.0.20191104094118
I have not seen this issue on faster devices such as the Oculus Quest or HTC Focus.
|
|
1,597,029 | 14,491,530 |
Created attachment 9109222
screenshot
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:71.0) Gecko/20100101 Firefox/71.0
Steps to reproduce:
1. Open a direct link to an image via an https-URL (e. g. https://www.faceandfeet-lounge.de/images/banner.jpg)
2. Open page information (ctrl/cmd + I)
3. Go to tab security
Actual results:
1. Page is shown as not encrypted in spite is was delivered via HTTPS by the server.
2. Button to show certificate is not displayed
(see attached screenshot)
Expected results:
Show how the truth about the HTTPS connection and let users see the certificate chain.
|
|
1,597,210 | 14,494,255 |
Created attachment 9109383
2019-11-18 12_08_04-Options - Firefox Nightly.png
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0
Steps to reproduce:
Open settings > Privacy & Security > Forms and Autofill > Saved Addresses
Actual results:
Popup is too small, the buttons at the bottom are hidden. There's no scroll bar in this window. The only way to reach the buttons is to resize the window dragging from the bottom right corner.
Expected results:
Popup should be the right size to show all its contents. In extreme cases where it's not possible, at least it should have a scroll bar.
|
|
1,597,211 | 14,494,256 |
This bug is for crash report bp-39225571-b387-4f9c-8222-5d9190191117.
```
Top 10 frames of crashing thread:
0 xul.dll void mozilla::ipc::ProcessLink::SendMessage ipc/glue/MessageLink.cpp:151
1 xul.dll mozilla::ipc::MessageChannel::Send ipc/glue/MessageChannel.cpp:1020
2 xul.dll mozilla::ipc::IProtocol::ChannelSend ipc/glue/ProtocolUtils.cpp:477
3 xul.dll mozilla::dom::indexedDB::PBackgroundIDBCursorParent::SendResponse ipc/ipdl/PBackgroundIDBCursorParent.cpp:100
4 xul.dll void mozilla::dom::indexedDB::`anonymous namespace'::Cursor::SendResponseInternal dom/indexedDB/ActorsParent.cpp:15323
5 xul.dll nsresult mozilla::dom::indexedDB::`anonymous namespace'::Cursor::ContinueOp::SendSuccessResult dom/indexedDB/ActorsParent.cpp:26565
6 xul.dll void mozilla::dom::indexedDB::`anonymous namespace'::TransactionDatabaseOperationBase::SendPreprocessInfoOrResults dom/indexedDB/ActorsParent.cpp:22171
7 xul.dll nsresult mozilla::dom::indexedDB::`anonymous namespace'::TransactionDatabaseOperationBase::Run dom/indexedDB/ActorsParent.cpp
8 xul.dll nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:1250
9 xul.dll NS_ProcessNextEvent xpcom/threads/nsThreadUtils.cpp:486
```
Crashes across all three platforms on nightly only (apparently). The raw crash reason is:
MOZ_CRASH(IPC message size is too large)
|
|
1,597,265 | 14,494,880 |
QA reported to me today that they noticed the following behavior:
if Enter is pressed right after the report dialog has been open, then the report dialog is being closed and the report cancelled.
I reproduced the issue locally to look into the underlying reason and I did notice that (once the dialog window has been just opened) pressing Enter is triggering a click event with the "close icon button" as the target (which is actually hidden when the report is open as a dialog, because it is redundant with the close icon already provided by the operating system on the dialog window itself) and handling that click event is what is cancelling the report dialog:
- https://searchfox.org/mozilla-central/rev/524bed6dfbc5ae21c62632d83b7573448b29e0ac/toolkit/mozapps/extensions/content/abuse-report-panel.js#485-486,491
|
|
1,597,273 | 14,494,934 |
Created attachment 9109658
log
1. https://collab.sundance.org/people/Adeola-Hammed-Giwa-1558568874
2. Hit MOZ_CRASH(internal error: entered unreachable code) at /builds/worker/workspace/build/src/obj-firefox/x86_64-unknown-linux-gnu/debug/build/style-3d3b100190f0a3e1/out/properties.rs:49920
Windows/Linux Nightly opt and debug. Also reproduced locally on Fedora 31 with Beta.
bp-13ef4748-2a42-4411-9807-545a50191118
```
Operating system: Linux
0.0.0 Linux 5.3.11-200.fc30.x86_64 #1 SMP Tue Nov 12 19:25:25 UTC 2019 x86_64
CPU: amd64
family 6 model 45 stepping 2
2 CPUs
GPU: UNKNOWN
Crash reason: SIGSEGV /SEGV_MAPERR
Crash address: 0x0
Process uptime: not available
Thread 0 (crashed)
0 libxul.so!GeckoCrash [nsAppRunner.cpp:caf55914ccddba34d462a1206530d7868b6c4992 : 5103 + 0x15]
rax = 0x000056216503de28 rdx = 0x00007ff4d06338b0
rcx = 0x0000000000000c00 rbx = 0x00007fff22f63cea
rsi = 0x0000000000000000 rdi = 0x00007ff4d06326a0
rbp = 0x00007fff22f63ad0 rsp = 0x00007fff22f63ac0
r8 = 0x0000000000000000 r9 = 0x00007fff22f62e70
r10 = 0x00007fff22f62d24 r11 = 0x0000000000000000
r12 = 0x000000000000c300 r13 = 0x000000000000007c
r14 = 0x000000000000c300 r15 = 0x0000000000000028
rip = 0x00007ff4c8fa20b4
Found by: given as instruction pointer in context
1 libxul.so!gkrust_shared::panic_hook [lib.rs:caf55914ccddba34d462a1206530d7868b6c4992 : 250 + 0x9]
rbx = 0x00007fff22f63fb0 rbp = 0x00007fff22f63f20
rsp = 0x00007fff22f63ae0 r12 = 0x000000000000c300
r13 = 0x000000000000007c r14 = 0x00007ff4cc7a5f9c
r15 = 0x0000000000000028 rip = 0x00007ff4ca051cba
Found by: call frame info
2 libxul.so!core::ops::function::Fn::call [function.rs:625451e376bb2e5283fc4741caa0a3e8a2ca4d54 : 69 + 0xc]
rbx = 0x00007ff4cdb86e58 rbp = 0x00007fff22f63f30
rsp = 0x00007fff22f63f30 r12 = 0x00007ff4cdbf2a18
r13 = 0x00007fff22f64020 r14 = 0x0000000000000001
r15 = 0x0000000000000001 rip = 0x00007ff4ca050aec
Found by: call frame info
3 libxul.so!std::panicking::rust_panic_with_hook [panicking.rs:625451e376bb2e5283fc4741caa0a3e8a2ca4d54 : 481 + 0x6]
rbx = 0x00007ff4cdb86e58 rbp = 0x00007ff4cc805690
rsp = 0x00007fff22f63f40 r12 = 0x00007ff4cdbf2a18
r13 = 0x00007fff22f64020 r14 = 0x0000000000000001
r15 = 0x0000000000000001 rip = 0x00007ff4caa9fbe6
Found by: call frame info
4 libxul.so!std::panicking::begin_panic [panicking.rs:625451e376bb2e5283fc4741caa0a3e8a2ca4d54 : 411 + 0x8]
rbx = 0x0000000000000001 rbp = 0x00007fff22f64030
rsp = 0x00007fff22f64020 r12 = 0x00007ff4ae79bb20
r13 = 0x0000000000000001 r14 = 0x00007ff4ae530400
r15 = 0x00007fff22f644e0 rip = 0x00007ff4ca6e8ad6
Found by: call frame info
5 libxul.so!style::properties::UnparsedValue::substitute_variables::{{closure}} [properties.rs: : 0 + 0xa]
rbx = 0x0000000000000001 rbp = 0x00007fff22f64440
rsp = 0x00007fff22f64040 r12 = 0x00007ff4ae79bb20
r13 = 0x0000000000000001 r14 = 0x00007ff4ae530400
r15 = 0x00007fff22f644e0 rip = 0x00007ff4ca7ee4b9
Found by: call frame info
6 libxul.so!style::properties::UnparsedValue::substitute_variables [parser.rs:caf55914ccddba34d462a1206530d7868b6c4992 : 634 + 0x8]
rbx = 0x00007fff22f644e0 rbp = 0x00007fff22f64620
rsp = 0x00007fff22f64450 r12 = 0x00007fff22f64700
r13 = 0x0000000000000002 r14 = 0x00007ff4ae530400
r15 = 0x00007fff22f64458 rip = 0x00007ff4ca7e5360
Found by: call frame info
7 libxul.so!style::properties::animated_properties::AnimationValue::from_declaration [properties.rs: : 32342 + 0x1b]
rbx = 0x0000000000000000 rbp = 0x00007fff22f64820
rsp = 0x00007fff22f64630 r12 = 0x00007fff22f64700
r13 = 0x00007fff22f64830 r14 = 0x0000000000000000
r15 = 0x00007ff4b088ce38 rip = 0x00007ff4ca666bcc
Found by: call frame info
8 libxul.so!Servo_GetComputedKeyframeValues [declaration_block.rs:caf55914ccddba34d462a1206530d7868b6c4992 : 197 + 0x1c]
rbx = 0x00007ff4ae530360 rbp = 0x00007fff22f64d40
rsp = 0x00007fff22f64830 r12 = 0x000000000000003f
r13 = 0x00007ff4ae530340 r14 = 0x0000000000000000
r15 = 0x0000000000000000 rip = 0x00007ff4ca5ac64d
Found by: call frame info
9 libxul.so!mozilla::ServoStyleSet::GetComputedKeyframeValuesFor(nsTArray<mozilla::Keyframe> const&, mozilla::dom::Element*, mozilla::ComputedStyle const*) [ServoStyleSet.cpp:caf55914ccddba34d462a1206530d7868b6c4992 : 901 + 0x8]
rbx = 0x00007fff22f64e00 rbp = 0x00007fff22f64d80
rsp = 0x00007fff22f64d50 r12 = 0x00007fff22f64e58
r13 = 0x00007ff4b20f9000 r14 = 0x0000000000000003
r15 = 0x00007ff4af6989d0 rip = 0x00007ff4c7fff9c6
Found by: call frame info
10 libxul.so!mozilla::KeyframeUtils::GetAnimationPropertiesFromKeyframes(nsTArray<mozilla::Keyframe> const&, mozilla::dom::Element*, mozilla::ComputedStyle const*, mozilla::dom::CompositeOperation) [KeyframeUtils.cpp:caf55914ccddba34d462a1206530d7868b6c4992 : 281 + 0x5a]
rbx = 0x00007ff4af6989d0 rbp = 0x00007fff22f64e40
rsp = 0x00007fff22f64d90 r12 = 0x00007ff4cdcd4ca0
r13 = 0xaaaaaaaaaaaaaaaa r14 = 0x00007ff4ae52d978
r15 = 0x00007fff22f64e00 rip = 0x00007ff4c633ecd6
Found by: call frame info
```
|
|
1,597,481 | 14,496,045 |
Testcase found while fuzzing mozilla-central rev 4def8673359e on Windows 10. I'm waiting on a Windows license to validate the testcase and reduce it. I will provide an update once I've had a chance to test it.
```
==17780==ERROR: AddressSanitizer: heap-use-after-free on address 0x12585910bea0 at pc 0x7ffe09bac4c5 bp 0x00c72ebfdea0 sp 0x00c72ebfdee8
READ of size 8 at 0x12585910bea0 thread T27
#0 0x7ffe09bac4c4 in mozilla::dom::MessagePortService::CloseAll \src\dom\messagechannel\MessagePortService.cpp:266
#1 0x7ffe09bac1a2 in mozilla::dom::MessagePortService::CloseAll \src\dom\messagechannel\MessagePortService.cpp:291
#2 0x7ffe09babcd5 in mozilla::dom::MessagePortParent::ForceClose \src\dom\messagechannel\MessagePortParent.cpp:158
#3 0x7ffe09b583d7 in mozilla::dom::RemoteWorkerController::PendingSharedWorkerOp::Cancel \src\dom\workers\remoteworkers\RemoteWorkerController.cpp:372
#4 0x7ffe09b524e8 in mozilla::dom::RemoteWorkerController::CancelAllPendingOps \src\dom\workers\remoteworkers\RemoteWorkerController.cpp:148
#5 0x7ffe09b5194a in mozilla::dom::RemoteWorkerController::Shutdown \src\dom\workers\remoteworkers\RemoteWorkerController.cpp:163
#6 0x7ffe09b5f214 in mozilla::dom::RemoteWorkerParent::ActorDestroy \src\dom\workers\remoteworkers\RemoteWorkerParent.cpp:106
#7 0x7ffe01e9ae71 in mozilla::ipc::IProtocol::DestroySubtree \src\ipc\glue\ProtocolUtils.cpp:572
#8 0x7ffe01e9ad82 in mozilla::ipc::IProtocol::DestroySubtree \src\ipc\glue\ProtocolUtils.cpp:560
#9 0x7ffe029457c9 in mozilla::ipc::PBackgroundParent::OnChannelError \src\obj-firefox\ipc\ipdl\PBackgroundParent.cpp:6091
#10 0x7ffe01e8932d in mozilla::ipc::MessageChannel::OnNotifyMaybeChannelError \src\ipc\glue\MessageChannel.cpp:2653
#11 0x7ffe01ea5ac3 in mozilla::detail::RunnableMethodImpl<mozilla::ipc::MessageChannel *,void (mozilla::ipc::MessageChannel::*)(),0,mozilla::RunnableKind::Cancelable>::Run \src\xpcom\threads\nsThreadUtils.h:1176
#12 0x7ffe00c24c47 in nsThread::ProcessNextEvent \src\xpcom\threads\nsThread.cpp:1250
#13 0x7ffe00c2ebb8 in NS_ProcessNextEvent \src\xpcom\threads\nsThreadUtils.cpp:486
#14 0x7ffe01e8efce in mozilla::ipc::MessagePumpForNonMainThreads::Run \src\ipc\glue\MessagePump.cpp:303
#15 0x7ffe01dce09e in MessageLoop::RunHandler \src\ipc\chromium\src\base\message_loop.cc:308
#16 0x7ffe01dcde35 in MessageLoop::Run \src\ipc\chromium\src\base\message_loop.cc:290
#17 0x7ffe00c1cd26 in nsThread::ThreadFunc \src\xpcom\threads\nsThread.cpp:458
#18 0x7ffe16d773dd in _PR_NativeRunThread \src\nsprpub\pr\src\threads\combined\pruthr.c:399
#19 0x7ffe16d473f4 in pr_root \src\nsprpub\pr\src\md\windows\w95thred.c:139
#20 0x7ffe4445d9f1 in o_strncat_s+0x71 (C:\Windows\System32\ucrtbase.dll+0x18001d9f1)
#21 0x7ffe1718f838 in __asan::AsanThread::ThreadStart Z:\task_1573467939\fetches\llvm-project\llvm\projects\compiler-rt\lib\asan\asan_thread.cc:262
#22 0x7ffe46107bd3 in BaseThreadInitThunk+0x13 (C:\Windows\System32\KERNEL32.DLL+0x180017bd3)
#23 0x7ffe18ef4d8b in patched_BaseThreadInitThunk \src\mozglue\dllservices\WindowsDllBlocklist.cpp:564
#24 0x7ffe46cccee0 in RtlUserThreadStart+0x20 (C:\Windows\SYSTEM32\ntdll.dll+0x18006cee0)
0x12585910bea0 is located 48 bytes inside of 80-byte region [0x12585910be70,0x12585910bec0)
freed by thread T27 here:
#0 0x7ffe17184ae4 in free Z:\task_1573467939\fetches\llvm-project\llvm\projects\compiler-rt\lib\asan\asan_malloc_win.cc:85
#1 0x7ffe09bacb4e in mozilla::dom::MessagePortParent::~MessagePortParent \src\dom\messagechannel\MessagePortParent.cpp:23
#2 0x7ffe01b7bc8b in mozilla::net::NeckoChild::DeallocPChannelDiverterChild \src\netwerk\ipc\NeckoChild.cpp:279
#3 0x7ffe01e95ee9 in mozilla::ipc::ActorLifecycleProxy::~ActorLifecycleProxy \src\ipc\glue\ProtocolUtils.cpp:253
#4 0x7ffe0293f9e1 in mozilla::ipc::PBackgroundParent::ClearSubtree \src\obj-firefox\ipc\ipdl\PBackgroundParent.cpp:6417
#5 0x7ffe029457d1 in mozilla::ipc::PBackgroundParent::OnChannelError \src\obj-firefox\ipc\ipdl\PBackgroundParent.cpp:6092
#6 0x7ffe01e8932d in mozilla::ipc::MessageChannel::OnNotifyMaybeChannelError \src\ipc\glue\MessageChannel.cpp:2653
#7 0x7ffe01ea5ac3 in mozilla::detail::RunnableMethodImpl<mozilla::ipc::MessageChannel *,void (mozilla::ipc::MessageChannel::*)(),0,mozilla::RunnableKind::Cancelable>::Run \src\xpcom\threads\nsThreadUtils.h:1176
#8 0x7ffe00c24c47 in nsThread::ProcessNextEvent \src\xpcom\threads\nsThread.cpp:1250
#9 0x7ffe00c2ebb8 in NS_ProcessNextEvent \src\xpcom\threads\nsThreadUtils.cpp:486
#10 0x7ffe01e8efce in mozilla::ipc::MessagePumpForNonMainThreads::Run \src\ipc\glue\MessagePump.cpp:303
#11 0x7ffe01dce09e in MessageLoop::RunHandler \src\ipc\chromium\src\base\message_loop.cc:308
#12 0x7ffe01dcde35 in MessageLoop::Run \src\ipc\chromium\src\base\message_loop.cc:290
#13 0x7ffe00c1cd26 in nsThread::ThreadFunc \src\xpcom\threads\nsThread.cpp:458
#14 0x7ffe16d773dd in _PR_NativeRunThread \src\nsprpub\pr\src\threads\combined\pruthr.c:399
#15 0x7ffe16d473f4 in pr_root \src\nsprpub\pr\src\md\windows\w95thred.c:139
#16 0x7ffe4445d9f1 in o_strncat_s+0x71 (C:\Windows\System32\ucrtbase.dll+0x18001d9f1)
#17 0x7ffe1718f838 in __asan::AsanThread::ThreadStart Z:\task_1573467939\fetches\llvm-project\llvm\projects\compiler-rt\lib\asan\asan_thread.cc:262
#18 0x7ffe46107bd3 in BaseThreadInitThunk+0x13 (C:\Windows\System32\KERNEL32.DLL+0x180017bd3)
previously allocated by thread T27 here:
#0 0x7ffe17184bf4 in malloc Z:\task_1573467939\fetches\llvm-project\llvm\projects\compiler-rt\lib\asan\asan_malloc_win.cc:101
#1 0x7ffe18ef16cd in moz_xmalloc \src\memory\mozalloc\mozalloc.cpp:52
#2 0x7ffe01df6b52 in mozilla::ipc::BackgroundParentImpl::AllocPMessagePortParent \src\ipc\glue\BackgroundParentImpl.cpp:984
#3 0x7ffe0292340f in mozilla::ipc::PBackgroundParent::OnMessageReceived \src\obj-firefox\ipc\ipdl\PBackgroundParent.cpp:4644
#4 0x7ffe01e85b8a in mozilla::ipc::MessageChannel::DispatchAsyncMessage \src\ipc\glue\MessageChannel.cpp:2208
#5 0x7ffe01e816b8 in mozilla::ipc::MessageChannel::DispatchMessage \src\ipc\glue\MessageChannel.cpp:2130
#6 0x7ffe01e83875 in mozilla::ipc::MessageChannel::RunMessage \src\ipc\glue\MessageChannel.cpp:1972
#7 0x7ffe01e83f25 in mozilla::ipc::MessageChannel::MessageTask::Run \src\ipc\glue\MessageChannel.cpp:2003
#8 0x7ffe00c24c47 in nsThread::ProcessNextEvent \src\xpcom\threads\nsThread.cpp:1250
#9 0x7ffe00c2ebb8 in NS_ProcessNextEvent \src\xpcom\threads\nsThreadUtils.cpp:486
#10 0x7ffe01e8f12c in mozilla::ipc::MessagePumpForNonMainThreads::Run \src\ipc\glue\MessagePump.cpp:333
#11 0x7ffe01dce09e in MessageLoop::RunHandler \src\ipc\chromium\src\base\message_loop.cc:308
#12 0x7ffe01dcde35 in MessageLoop::Run \src\ipc\chromium\src\base\message_loop.cc:290
#13 0x7ffe00c1cd26 in nsThread::ThreadFunc \src\xpcom\threads\nsThread.cpp:458
#14 0x7ffe16d773dd in _PR_NativeRunThread \src\nsprpub\pr\src\threads\combined\pruthr.c:399
#15 0x7ffe16d473f4 in pr_root \src\nsprpub\pr\src\md\windows\w95thred.c:139
#16 0x7ffe4445d9f1 in o_strncat_s+0x71 (C:\Windows\System32\ucrtbase.dll+0x18001d9f1)
#17 0x7ffe1718f838 in __asan::AsanThread::ThreadStart Z:\task_1573467939\fetches\llvm-project\llvm\projects\compiler-rt\lib\asan\asan_thread.cc:262
#18 0x7ffe46107bd3 in BaseThreadInitThunk+0x13 (C:\Windows\System32\KERNEL32.DLL+0x180017bd3)
Thread T27 created by T0 here:
#0 0x7ffe1719095c in __asan_wrap_CreateThread Z:\task_1573467939\fetches\llvm-project\llvm\projects\compiler-rt\lib\asan\asan_win.cc:146
#1 0x7ffe4445d8d6 in beginthreadex+0x56 (C:\Windows\System32\ucrtbase.dll+0x18001d8d6)
#2 0x7ffe16d4721d in _PR_MD_CREATE_THREAD \src\nsprpub\pr\src\md\windows\w95thred.c:153
#3 0x7ffe16d782ec in _PR_NativeCreateThread \src\nsprpub\pr\src\threads\combined\pruthr.c:1058
#4 0x7ffe16d78c95 in _PR_CreateThread \src\nsprpub\pr\src\threads\combined\pruthr.c:1184
#5 0x7ffe16d6b6ef in PR_CreateThread \src\nsprpub\pr\src\threads\combined\pruthr.c:1404
#6 0x7ffe00c1fc37 in nsThread::Init \src\xpcom\threads\nsThread.cpp:673
#7 0x7ffe00c2d757 in nsThreadManager::NewNamedThread \src\xpcom\threads\nsThreadManager.cpp:550
#8 0x7ffe00c31f40 in NS_NewNamedThread \src\xpcom\threads\nsThreadUtils.cpp:139
#9 0x7ffe01e441ee in `anonymous namespace'::ParentImpl::CreateBackgroundThread \src\ipc\glue\BackgroundImpl.cpp:944
#10 0x7ffe01e4a7bf in `anonymous namespace'::ParentImpl::CreateActorHelper::Run \src\ipc\glue\BackgroundImpl.cpp:1263
#11 0x7ffe00c24c47 in nsThread::ProcessNextEvent \src\xpcom\threads\nsThread.cpp:1250
#12 0x7ffe00c2ebb8 in NS_ProcessNextEvent \src\xpcom\threads\nsThreadUtils.cpp:486
#13 0x7ffe00c2e0f5 in nsThreadManager::SpinEventLoopUntilInternal \src\xpcom\threads\nsThreadManager.cpp:624
#14 0x7ffe11774ab1 in XPTC__InvokebyIndex+0x71 (C:\Users\Administrator\builds\asan\xul.dll+0x190e94ab1)
#15 0x7ffe02ce0a51 in XPCWrappedNative::CallMethod \src\js\xpconnect\src\XPCWrappedNative.cpp:1149
#16 0x7ffe02ce831e in XPC_WN_CallMethod \src\js\xpconnect\src\XPCWrappedNativeJSOps.cpp:946
#17 0x7ffe0ea504a4 in js::InternalCallOrConstruct \src\js\src\vm\Interpreter.cpp:548
#18 0x7ffe0ea5369a in InternalCall \src\js\src\vm\Interpreter.cpp:617
#19 0x7ffe0ea347a4 in Interpret \src\js\src\vm\Interpreter.cpp:3119
#20 0x7ffe0ea1702a in js::RunScript \src\js\src\vm\Interpreter.cpp:423
#21 0x7ffe0ea50d75 in js::InternalCallOrConstruct \src\js\src\vm\Interpreter.cpp:589
#22 0x7ffe0ea5369a in InternalCall \src\js\src\vm\Interpreter.cpp:617
#23 0x7ffe0ea538d2 in js::Call \src\js\src\vm\Interpreter.cpp:634
#24 0x7ffe0f0a1ecf in js::fun_apply \src\js\src\vm\JSFunction.cpp:1190
#25 0x7ffe0ea504a4 in js::InternalCallOrConstruct \src\js\src\vm\Interpreter.cpp:548
#26 0x7ffe0ea5369a in InternalCall \src\js\src\vm\Interpreter.cpp:617
#27 0x7ffe0ea347a4 in Interpret \src\js\src\vm\Interpreter.cpp:3119
#28 0x7ffe0ea1702a in js::RunScript \src\js\src\vm\Interpreter.cpp:423
#29 0x7ffe0ea50d75 in js::InternalCallOrConstruct \src\js\src\vm\Interpreter.cpp:589
#30 0x7ffe0ea5369a in InternalCall \src\js\src\vm\Interpreter.cpp:617
#31 0x7ffe0ea538d2 in js::Call \src\js\src\vm\Interpreter.cpp:634
#32 0x7ffe0ec30626 in JS_CallFunctionValue \src\js\src\jsapi.cpp:2655
#33 0x7ffe02cce934 in nsXPCWrappedJS::CallMethod \src\js\xpconnect\src\XPCWrappedJSClass.cpp:956
#34 0x7ffe00c5e966 in PrepareAndDispatch \src\xpcom\reflect\xptcall\md\win32\xptcstubs_x86_64.cpp:181
#35 0x7ffe11774b08 in SharedStub+0x48 (C:\Users\Administrator\builds\asan\xul.dll+0x190e94b08)
#36 0x7ffe0e79d0f9 in nsXREDirProvider::DoStartup \src\toolkit\xre\nsXREDirProvider.cpp:952
#37 0x7ffe0e74ab21 in XREMain::XRE_mainRun \src\toolkit\xre\nsAppRunner.cpp:4397
#38 0x7ffe0e74f4ed in XREMain::XRE_main \src\toolkit\xre\nsAppRunner.cpp:4721
#39 0x7ffe0e751378 in XRE_main \src\toolkit\xre\nsAppRunner.cpp:4802
#40 0x7ff758c6234e in NS_internal_main \src\browser\app\nsBrowserApp.cpp:308
#41 0x7ff758c61501 in wmain \src\toolkit\xre\nsWindowsWMain.cpp:131
#42 0x7ff758d5da67 in __scrt_common_main_seh f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl:288
#43 0x7ffe46107bd3 in BaseThreadInitThunk+0x13 (C:\Windows\System32\KERNEL32.DLL+0x180017bd3)
#44 0x7ffe46cccee0 in RtlUserThreadStart+0x20 (C:\Windows\SYSTEM32\ntdll.dll+0x18006cee0)
SUMMARY: AddressSanitizer: heap-use-after-free \src\dom\messagechannel\MessagePortService.cpp:266 in mozilla::dom::MessagePortService::CloseAll
Shadow bytes around the buggy address:
0x049563c21780: fd fd fd fd fa fa fa fa fd fd fd fd fd fd fd fd
0x049563c21790: fd fd fa fa fa fa fd fd fd fd fd fd fd fd fd fd
0x049563c217a0: fa fa fa fa fd fd fd fd fd fd fd fd fd fd fa fa
0x049563c217b0: fa fa fd fd fd fd fd fd fd fd fd fd fa fa fa fa
0x049563c217c0: fd fd fd fd fd fd fd fd fd fd fa fa fa fa fd fd
=>0x049563c217d0: fd fd fd fd[fd]fd fd fd fa fa fa fa fd fd fd fd
0x049563c217e0: fd fd fd fd fd fd fa fa fa fa fd fd fd fd fd fd
0x049563c217f0: fd fd fd fd fa fa fa fa fd fd fd fd fd fd fd fd
0x049563c21800: fd fd fa fa fa fa fd fd fd fd fd fd fd fd fd fa
0x049563c21810: fa fa fa fa 00 00 00 00 00 00 00 00 00 fa fa fa
0x049563c21820: fa fa 00 00 00 00 00 00 00 00 00 fa fa fa fa fa
Shadow byte legend (one shadow byte represents 8 application bytes):
Addressable: 00
Partially addressable: 01 02 03 04 05 06 07
Heap left redzone: fa
Freed heap region: fd
Stack left redzone: f1
Stack mid redzone: f2
Stack right redzone: f3
Stack after return: f5
Stack use after scope: f8
Global redzone: f9
Global init order: f6
Poisoned by user: f7
Container overflow: fc
Array cookie: ac
Intra object redzone: bb
ASan internal: fe
Left alloca redzone: ca
Right alloca redzone: cb
Shadow gap: cc
==17780==ABORTING
```
|
|
1,597,543 | 14,496,284 |
I've recently seen several of these in "idle" tabs.
This bug is for crash report bp-e843afd4-5f36-4cd8-81b6-eb7730191118.
```
Top 10 frames of crashing thread:
0 xul.dll JS::AddAssociatedMemory js/src/jsapi.cpp:1230
1 xul.dll void mozilla::dom::BindingJSObjectCreator<mozilla::dom::CanvasRenderingContext2D>::CreateObject dom/bindings/BindingUtils.h:2609
2 xul.dll mozilla::dom::CanvasRenderingContext2D_Binding::Wrap dom/bindings/CanvasRenderingContext2DBinding.cpp:7642
3 xul.dll mozilla::dom::CanvasRenderingContext2D::WrapObject dom/canvas/CanvasRenderingContext2D.cpp:997
4 xul.dll mozilla::dom::XPCOMObjectToJsval dom/bindings/BindingUtils.cpp:1123
5 xul.dll static bool mozilla::dom::HTMLCanvasElement_Binding::getContext dom/bindings/HTMLCanvasElementBinding.cpp:293
6 xul.dll mozilla::dom::binding_detail::GenericMethod<mozilla::dom::binding_detail::NormalThisPolicy, mozilla::dom::binding_detail::ThrowExceptions> dom/bindings/BindingUtils.cpp:3236
7 xul.dll js::InternalCallOrConstruct js/src/vm/Interpreter.cpp:539
8 xul.dll Interpret js/src/vm/Interpreter.cpp:3084
9 xul.dll js::RunScript js/src/vm/Interpreter.cpp:424
```
|
|
1,597,622 | 14,496,822 |
Created attachment 9109896
protectkiosk.png
[Affected versions]
Firefox 71.0b10
[Affected platforms]
All
[Steps to reproduce]
1. Open the Firefox browser in KIOSK mode from the command line using firefox.exe --kiosk https://www.mrmoneymustache.com/2013/02/22/getting-rich-from-zero-to-hero-in-one-blog-post/
2. Disconnect the device from the internet.
3. Click the Next POST button from the bottom of the article.
4. Reconnect to the internet and click the Try Again button.
[Expected result]
The Enhanced Tracking protection panel should not be displayed in kiosk mode.
[Actual result]
The Enhanced Tracking Protection panel is displayed and the user could reach Privacy Settings and General Settings.
Please also note that By Clicking F9 on a keyboard while in Kiosk mode and then Exiting Reader View the Enhanced Tracking Protection panel is also displayed.
|
|
1,597,706 | 14,497,548 |
We need to remove the message and prevent the badge from showing up in 71 because we don't have any new content.
|
|
1,597,878 | 14,499,183 |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:70.0) Gecko/20100101 Firefox/70.0
Steps to reproduce:
1. Do one-off search from searchbar
2. Do normal search from searchbar
Actual results:
One-off engine is used.
Expected results:
Default engine is used.
|
|
1,597,993 | 14,500,229 |
Created attachment 9110252
Tabbing.mp4
[Affected versions]:
- Latest Firefox Nightly 72.0a1 (Build ID: 20191120094758) (64-bit)
- Firefox Beta 71.0b11 (Build ID: 20191118154140) (64-bit)
[Affected Platforms]:
- Mac 10.14
- Windows 10 x64
- Arch Linux x64
[Prerequisites]:
- Have a Firefox profile with at least one saved login.
[Steps to reproduce]:
1. Open the Firefox browser with the profile from prerequisites.
2. Navigate to the “about:logins” page.
3. Press the “Tab” key until all elements from the page are focused.
4. Repeat the previous step and observe the behavior.
[Expected result]:
- All elements from the page are focused.
[Actual result]:
- The focus remains trapped in the Login Item mode.
[Regression]
- The issue is not reproducible with older Nightly 71.0a1 builds. Considering this, using mozregression tool I have found the issue that broke this in the latest Nightly build. Here are the results:
- Pushlog: https://tinyurl.com/y2benyvj
- Last good revision: 263936aecc1dcd15f9dadbf4e41f7e7eebad29a6
- First bad revision: ab46062892d418b37dbfa35fc3a61db5f7c9de59
[Additional Notes]:
- Attached a screen recording with the issue.
|
|
1,598,068 | 14,500,864 |
Created attachment 9110326
logcat
User Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:70.0) Gecko/20100101 Firefox/70.0
Steps to reproduce:
Created a new blank app in Studio, then followed this getting started guide from the docs: https://mozilla.github.io/geckoview/consumer/docs/geckoview-quick-start - tried both latest stable and nightly
Actual results:
App immediately crashes with a SIGSEGV after failing to open /dev/ashmem (see logcat)
Expected results:
It should load the page passed in in session.loadUri() call
|
|
1,598,212 | 14,501,626 |
When I test bug Bug 1597076 (but str is not same)
I can reproduce the issue on Linux Mint19 Cinnamon.
Reproducible: 1 of 5
Steps to reproduce:
1. Make sure newtab page is shown in tab
2. Left click item on Top Sites (e.g Wikipedia) in the tab, So that the page will load in current tab.
3. Immediately after the clicking, Create new tab (hit Ctrl+t). So that a newtab page will open in new foreground.
--- Observe which tab a page is loaded in.
4. If the page loads correctly, repeat step 2 and 3
Actual Results:
By a probability of approximately 1/5, the page loads in the created new tab at step 3.
Expected Results:
The page should load in the tab at step 2.
Regression window:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=63a0e2f626febb98d87d2543955ab99a653654ff&tochange=d2d518b1f8730eb61554df7179ef9a2aeed4d843
|
|
1,598,289 | 14,502,189 |
User Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:70.0) Gecko/20100101 Firefox/70.0
Steps to reproduce:
Build SpiderMonkey on mips{32|64} platform.
Actual results:
Build failure: call deleted function 'MacroAssembler::cmp32LoadPtr'.
Expected results:
MacroAssembler::comp32LoadPtr should be declared and defined on mips{32|64} and the building should pass with no error.
|
|
1,598,347 | 14,502,535 |
Regressions from bug 1580246.
```js
var xs = [{a: 0}, {a: 1}];
function f(x) {
return x.a;
}
var r = 0;
for (var i = 0; i < 10000; ++i) {
r += f(xs[i & 1]);
}
```
STR:
- Compile with `IONFLAGS=logs` and `--ion-offthread-compile=off`.
- Execute `iongraph/iongraph --final /tmp/ion.json` and `iongraph/genpdfs` to view the generated MIR nodes.
Comparing the generated MIR shows multiple issues:
1. `f` is no longer inlined.
2. Because `f` isn't inlined anymore, we need to reload `xs`'s MElements in every iteration.
3. Loading `x.a` now emits an extra `MGuardShape`.
|
|
1,598,371 | 14,502,689 |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:70.0) Gecko/20100101 Firefox/70.0
Steps to reproduce:
My mail provider uses favicon to display amount of messages unread.
To achieve it auto-generated urls are used, e.g.: https://mail.yandex.ru/u2709/favicon/png/main-favicon/16/2.png?nocacheIcon=9992105949301
These urls have no-cache header:
Cache-Control: private,no-cache,no-store,must-revalidate,max-age=0
I used Firefox for many months and got huge and slow favicons cache.
Actual results:
Each time after some months of Firefox usage I find that my favicons.sqlite storage had grown up to 1 GB+ of size and when I open new tab, Firefox freezes for some time. I found that during that time it performs some lookups in favicons.sqlite. I used the following sql to inspect it:
with domain(item) as (select replace(replace(icon_url, "https://" ,""), "http://", "") as item from moz_icons)
select count(*) as cnt, substr(item, 0, instr(item, '/')) as dom from domain group by dom order by cnt desc limit 5;
There I found the following distribution:
cnt dom
---------- -------------------
207516 mail.yandex.ru
120 yastatic.net
93 cdn.sstatic.net
86 img.imgsmail.ru
42 s.rbk.ru
The cache is flooded with the nocache-urls similar to the example above. It appears that Firefox doesn't respect no-cache header, nor does it prune old records after receiving new favicon.
Expected results:
The favicons db is clean and tidy, no non-relevant records remain after continuous usage.
|
|
1,598,717 | 14,505,267 |
Bug 1566536 is adding "{brandShorterName} will save this password for this website." to the password generation autocomplete menu but that text shouldn't show if we won't actually auto-save due to an existing saved login with an empty username:
(Quoting katieC from bug 1566536 comment #9)
> (In reply to Matthew N. [:MattN] (PM me if requests are blocking you) from bug 1566536 comment #8)
> > Ugh… I forgot about an edge-case… if we already have a login with no username saved for this site then we won't auto-save but the string will still claim that we will… should we show/hide the "Firefox will save this password for this website" string depending on whether we will automatically save?
>
> Yes, if we autosave the generated password - show string. If we don't autosave it - hide string.
|
|
1,599,163 | 14,509,707 |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0
Steps to reproduce:
I was trying out new language features, as one does, and typed in `(void 0) ?? "test"` in the console.
Actual results:
The resulting value was `undefined`.
Expected results:
I think the correct result is `"test"`. Assigning `void 0` to a temporary value produces that result, as does the original expression in Chromium.
I'm not sure when an expression like this would ever come up in practice, but I wanted to make a note of it just in case.
|
|
1,599,256 | 14,510,290 |
Created attachment 9111388
image.png
## How to reproduce
* Go to: https://www.thestar.com/sign-in
* Click on "create account"
* Enter a set of valid credentials (doesn't matter what)
* Click on "Create Account"
I also filed a webcompat issue for this, before realizing this might just be a bug: https://webcompat.com/issues/45399
Running mozregression, it appears this commit is the culprit: https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=cd45360fb1ff5110acd8d54329ab45fce7395ba0&tochange=d5bee3db1b4f0ce5ff876f08230336022ae7d8ab
... which points to bug 1584998
|
|
1,599,368 | 14,511,026 |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0
Steps to reproduce:
Navigate enough times a website having a samesite strict cookie to have it linked from your local Firefox default home page.
Open a new tab, use the link to that site from your local firefox default home page to open the iste
Actual results:
The samesite strict cookies are not sent
Expected results:
The samesite strict cookies should have been sent IMO.
Since that is a link locally generated for the user browser by the browser itself from its history of browsing, it should not be considered as a cross-origin link. (Even though I guess technically this Firefox default home page is implemented as a local dynamically generated html page.)
|
|
1,599,421 | 14,511,386 |
Affected platforms:
Ubuntu 18
Description:
When resizing the PiP video frame it can be noticed that on Ubuntu systems there is no minimum size at which the frame would stop shrinking. This also causes the frame to be moved to the bottom right corner of the screen when reaching 1x1 pixels. Check the GIF attached for more information.
Steps to reproduce:
1. Open any page that contains video content and start the video
2. Click on the PiP button
3. Grab a corner or a side of the PiP video frame and drag it to shrink the video
Expected result:
The minimum video frame size is reached and the frame cannot be shrunken after that point.
Actual result:
There is no minimum video frame size, allowing the user to reach a 1x1 pixels sized frame.
|
|
1,599,582 | 14,512,708 |
Created attachment 9111737
Screenshot_20191126-091227_Firefox.jpg
Steps to reproduce:
Install Firefox, sign out of FxA (if signed in), clear cache.
Open the following deeplink URL with Firefox set as your default browser: firefox://fxa-signin?entrypoint=fx-push-notification%26utm_source=leanplum-push-notification-test%26utm_campaign=android-push-notification-test
Expected behavior: FxA signup page resolves normally.
Actual behavior: FxA signup page resolves but is very small (screenshot attached).
Tested using:
Device: Galaxy Note 10+
Android OS Version: 9
Note that the deeplink schema was tested and validated in this ticket:
https://bugzilla.mozilla.org/show_bug.cgi?id=1522704
|
|
1,599,693 | 14,513,426 |
#### Affected versions:
Nightly 72.0a1 (2019-11-26), Beta 71.
#### Affected platforms:
Windows 7, Windows 10, Ubuntu 16, Mac OS 10.15
#### Steps:
1. Launch Firefox and enable the search bar from about:preferences#search by clicking on "Add search bar in toolbar" option.
2. Hover the mouse over the Search Bar.
#### Actual result:
"Search using <search engine set as default>" is not shown as tooltip.
#### Expected result:
"Search using <search engine set as default>" tooltip should be displayed.
#### Regression range:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=04da00a61c6df437250e3af0d20f8ec72bbe9f48&tochange=9596d7f4a7457bccc78cadf9c39bcc9c4b5b97f8
|
|
1,584,976 | 14,394,475 |
[Tracking Requested - why for this release]:
Central as beta:
https://treeherder.mozilla.org/#/jobs?repo=try&selectedJob=269028923&resultStatus=success%2Ctestfailed%2Cbusted%2Cexception%2Cusercancel%2Crunnable&revision=18f827ea7975724deef68b1629513fbc3a8cf496
Failure log:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=269028923&repo=try&lineNumber=5203
```
INFO - TEST-START | AccessibleCaretManagerTester.TestScrollInCursorModeWithCaretShownWhenLongTappingOnEmptyContentPref
[task 2019-09-30T11:55:19.961Z] 11:55:19 INFO - TEST-PASS | AccessibleCaretManagerTester.TestScrollInCursorModeWithCaretShownWhenLongTappingOnEmptyContentPref | test completed (time: 0ms)
[task 2019-09-30T11:55:19.961Z] 11:55:19 INFO - TEST-START | LulIntegration.unwind_consistency
[task 2019-09-30T11:55:19.962Z] 11:55:19 WARNING - TEST-UNEXPECTED-FAIL | LulIntegration.unwind_consistency | Value of: nTestsPassed == nTests
[task 2019-09-30T11:55:19.962Z] 11:55:19 INFO - Actual: false
[task 2019-09-30T11:55:19.962Z] 11:55:19 INFO - Expected: true
[task 2019-09-30T11:55:19.962Z] 11:55:19 INFO - Not all tests passed @ /builds/worker/workspace/build/src/tools/profiler/tests/gtest/LulTest.cpp:48
[task 2019-09-30T11:55:19.962Z] 11:55:19 WARNING - TEST-UNEXPECTED-FAIL | LulIntegration.unwind_consistency | test completed (time: 54ms)
[task 2019-09-30T11:55:19.962Z] 11:55:19 INFO - TEST-START | LulDwarfCFI.EmptyRegion
[task 2019-09-30T11:55:19.962Z] 11:55:19 INFO - TEST-PASS | LulDwarfCFI.EmptyRegion | test completed (time: 0ms)
[task 2019-09-30T11:55:19.962Z] 11:55:19 INFO - TEST-START | LulDwarfCFI.IncompleteLength32
[task 2019-09-30T11:55:19.962Z] 11:55:19 INFO - TEST-PASS | LulDwarfCFI.IncompleteLength32 | test completed (time: 0ms)
[task 2019-09-30T11:55:19.962Z] 11:55:19 INFO - TEST-START | LulDwarfCFI.IncompleteLength64
[task 2019-09-30T11:55:19.962Z] 11:55:19 INFO - TEST-PASS | LulDwarfCFI.IncompleteLength64 | test completed (time: 1ms)
```
|
|
1,584,986 | 14,394,639 |
Preconditions:
- visit https://www.reddit.com/ and click "I agree" on the cookies banner at the bottom of the page, to have a considerable amount of cookies stored
Steps to reproduce:
1 Open Firefox and go to about:preferences, "Privacy & Security" section.
- Firefox is successfully opened.
- The about:preferences page is successfully loaded.
- The options for "Privacy & Security" section are displayed.
2 In the "Cookies and Site Data" set the "Delete cookies and site data when Firefox is closed".
- The option is selected.
3 Close Reddit or all the sites opened and reopen Firefox.
- All the sites are closed
- The browser opens without any issues.
4 Go to about:preferences#privacy -> Cookies and Site Data -> click on "Manage Data..."
- The "Manage Cookies and Site Data" subdialog is displayed.
- THERE ARE sites listed in the subdialog.
|
|
1,585,058 | 14,395,061 |
https://dxr.mozilla.org/mozilla-central/source/toolkit/content/contentAreaUtils.js?q=orginalReferrer&redirect_type=single#503
```
identifier_typo: Using orginalReferrer appears to be a typo:
Identifier orginalReferrer is only known to be referenced here, or in copies of this code.
Identifier originalReferrer is referenced elsewhere at least 7 times.
```
|
|
1,585,851 | 14,401,113 |
Created attachment 9098416
testcase.html
Reduced with m-c:
BuildID=20191002163554
SourceStamp=314a0fee08fdb0cbeb9c9023f634ef95375dab9b
Assertion failure: aNewIndex <= mChildren.Length() (Wrong new index was given), at src/accessible/generic/Accessible.cpp:2219
```
==106154==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000001 (pc 0x7fb54c8ab94a bp 0x7ffeab0c9b10 sp 0x7ffeab0c9ab0 T0)
==106154==The signal is caused by a WRITE memory access.
==106154==Hint: address points to the zero page.
#0 0x7fb54c8ab949 in mozilla::a11y::Accessible::RelocateChild(unsigned int, mozilla::a11y::Accessible*) src/accessible/generic/Accessible.cpp:2215:3
#1 0x7fb54c8c96fe in mozilla::a11y::DocAccessible::MoveChild(mozilla::a11y::Accessible*, mozilla::a11y::Accessible*, int) src/accessible/generic/DocAccessible.cpp:2337:16
#2 0x7fb54c8c8e50 in mozilla::a11y::DocAccessible::ProcessContentInserted(mozilla::a11y::Accessible*, nsTArray<nsCOMPtr<nsIContent> > const*) src/accessible/generic/DocAccessible.cpp:1946:9
#3 0x7fb54c8313f3 in mozilla::a11y::NotificationController::WillRefresh(mozilla::TimeStamp) src/accessible/base/NotificationController.cpp:743:16
#4 0x7fb5499524bd in nsRefreshDriver::Tick(mozilla::layers::BaseTransactionId<mozilla::VsyncIdType>, mozilla::TimeStamp) src/layout/base/nsRefreshDriver.cpp:1928:12
#5 0x7fb54996447f in TickDriver src/layout/base/nsRefreshDriver.cpp:373:13
#6 0x7fb54996447f in mozilla::RefreshDriverTimer::TickRefreshDrivers(mozilla::layers::BaseTransactionId<mozilla::VsyncIdType>, mozilla::TimeStamp, nsTArray<RefPtr<nsRefreshDriver> >&) src/layout/base/nsRefreshDriver.cpp:350
#7 0x7fb549963e40 in mozilla::RefreshDriverTimer::Tick(mozilla::layers::BaseTransactionId<mozilla::VsyncIdType>, mozilla::TimeStamp) src/layout/base/nsRefreshDriver.cpp:367:5
#8 0x7fb549967683 in RunRefreshDrivers src/layout/base/nsRefreshDriver.cpp:807:5
#9 0x7fb549967683 in mozilla::VsyncRefreshDriverTimer::RefreshDriverVsyncObserver::TickRefreshDriver(mozilla::layers::BaseTransactionId<mozilla::VsyncIdType>, mozilla::TimeStamp) src/layout/base/nsRefreshDriver.cpp:727
#10 0x7fb5499669b9 in mozilla::VsyncRefreshDriverTimer::RefreshDriverVsyncObserver::NotifyVsync(mozilla::VsyncEvent const&) src/layout/base/nsRefreshDriver.cpp:622:9
#11 0x7fb54a25b6db in mozilla::layout::VsyncChild::RecvNotify(mozilla::VsyncEvent const&) src/layout/ipc/VsyncChild.cpp:65:16
#12 0x7fb541caba75 in mozilla::layout::PVsyncChild::OnMessageReceived(IPC::Message const&) src/obj-firefox/ipc/ipdl/PVsyncChild.cpp:187:54
#13 0x7fb54175c5cb in mozilla::ipc::PBackgroundChild::OnMessageReceived(IPC::Message const&) src/obj-firefox/ipc/ipdl/PBackgroundChild.cpp:5876:32
#14 0x7fb540fc2736 in mozilla::ipc::MessageChannel::DispatchAsyncMessage(mozilla::ipc::ActorLifecycleProxy*, IPC::Message const&) src/ipc/glue/MessageChannel.cpp:2185:25
#15 0x7fb540fbd38d in mozilla::ipc::MessageChannel::DispatchMessage(IPC::Message&&) src/ipc/glue/MessageChannel.cpp:2109:9
#16 0x7fb540fbf9b7 in mozilla::ipc::MessageChannel::RunMessage(mozilla::ipc::MessageChannel::MessageTask&) src/ipc/glue/MessageChannel.cpp:1954:3
#17 0x7fb540fc0847 in mozilla::ipc::MessageChannel::MessageTask::Run() src/ipc/glue/MessageChannel.cpp:1985:13
#18 0x7fb53fd87e79 in nsThread::ProcessNextEvent(bool, bool*) src/xpcom/threads/nsThread.cpp:1225:14
#19 0x7fb53fd8eae8 in NS_ProcessNextEvent(nsIThread*, bool) src/xpcom/threads/nsThreadUtils.cpp:486:10
#20 0x7fb540fcbb1f in mozilla::ipc::MessagePump::Run(base::MessagePump::Delegate*) src/ipc/glue/MessagePump.cpp:88:21
#21 0x7fb540ec49e2 in RunInternal src/ipc/chromium/src/base/message_loop.cc:315:10
#22 0x7fb540ec49e2 in RunHandler src/ipc/chromium/src/base/message_loop.cc:308
#23 0x7fb540ec49e2 in MessageLoop::Run() src/ipc/chromium/src/base/message_loop.cc:290
#24 0x7fb5493be619 in nsBaseAppShell::Run() src/widget/nsBaseAppShell.cpp:137:27
#25 0x7fb54d30dabf in XRE_RunAppShell() src/toolkit/xre/nsEmbedFunctions.cpp:934:20
#26 0x7fb540ec49e2 in RunInternal src/ipc/chromium/src/base/message_loop.cc:315:10
#27 0x7fb540ec49e2 in RunHandler src/ipc/chromium/src/base/message_loop.cc:308
#28 0x7fb540ec49e2 in MessageLoop::Run() src/ipc/chromium/src/base/message_loop.cc:290
#29 0x7fb54d30d366 in XRE_InitChildProcess(int, char**, XREChildData const*) src/toolkit/xre/nsEmbedFunctions.cpp:769:34
#30 0x55aed89f5cea in content_process_main src/browser/app/../../ipc/contentproc/plugin-container.cpp:56:28
#31 0x55aed89f5cea in main src/browser/app/nsBrowserApp.cpp:272
```
|
|
1,585,931 | 14,401,671 |
Created attachment 9098482
bad.png - blurry fonts
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:71.0) Gecko/20100101 Firefox/71.0
Steps to reproduce:
As from 71.0a1 (2019-10-02) (64-bit) some fonts appear blurry. See shots
|
|
1,586,126 | 14,403,190 |
Created attachment 9098690
captive-portal-issue.zip
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0
Steps to reproduce:
I work in an environment where we have appliances that have certificates that were generated with my own CA. The cert roots were added to the Firefox and I tried setting the about:config security.enterprise_roots.enabled to true with the certificates added to the Windows trust store. I expected to be able to go to the IP address of the site (SAN does not have a IP:IPAddress setting, only a DNS:host entry after accepting the certificate exception.
Actual results:
Firefox 69.0.2 doesn't let me proceed after trying to accept the exception. I am attaching a zip file with the log and a mp4 video of what happens.
Expected results:
This did work previously to 69.0.0. I should be able to open the WEB page for the appliance given the IP address and accepting the exception.
|
|
1,586,200 | 14,403,699 |
Created attachment 9098757
link is not opened on click.gif
[Affected Versions]:
- Nightly 71.0a1
[Affected Platforms]
- All Windows
- All Mac
- All Linux
[Prerequisites]:
- Have at least one saved logins.
[Steps to reproduce]:
1. Open the latest Nightly browser and navigate to "about:logins" page.
2. Select any of the saved logins.
3. Right click on the website address link.
4. Observe the behavior.
[Expected results]:
- The website is opened in a new tab.
[Actual results]:
- Nothing happens.
[Regression]:
- The issue is not reproducible with older Nightly 71.0a1 (2019-09-03) build. Considering this, using mozregression tool I have found a pushlog which contains the issue that broke this in the latest Nightly build. Here are the results:
- Pushlog: https://tinyurl.com/y39ej5a9
- Last good revision: ff09f16f5b3d5310a96675f53671b622a5aa1e5e
- First bad revision: faaf976800c27b0f423a69deb5fd6a6dd557de98
This pushlog contains multiple patches and we are not sure which one introduced this behavior.
@Jared can you please take a look?
[Notes]:
- The issue is not reproducible if you are using the middle click. The website is correctly opened in a new tab if you are using the middle click.
- Attached a screen recording with the issue.
|
|
1,586,297 | 14,404,347 |
**Steps to reproduce**
1. Run `yarn test` within the debugger folder
**Expected results**
Tests pass
**Actual results**
Tests fail:
```
FAIL test src/actions/sources/tests/loadSource.spec.js
● Test suite failed to run
Cannot find module 'devtools/client/shared/thread-utils' from 'targets.js'
11 |
12 | // $FlowIgnore
> 13 | const { defaultThreadOptions } = require("devtools/client/shared/thread-utils");
| ^
14 |
15 | type Args = {
16 | currentTarget: Target,
at Resolver.resolveModule (node_modules/jest-resolve/build/index.js:221:17)
at Object.require (src/client/firefox/targets.js:13:34)
```
---
This wasn't picked up by treeherder because in the runner we check for the `numFailedTests` property of the result JSON. In our case, this property is still at 0, but others are showing there's an issue.
We should do like the devtools runner, and check the length of the `errors` array we build in [devtools/client/debugger/bin/try-runner.js#78-88](https://searchfox.org/mozilla-central/rev/01d1011ca4a460f751da030d455d35c267c3e210/devtools/client/debugger/bin/try-runner.js#78-88)
|
|
1,586,304 | 14,404,413 |
Created attachment 9098858
Video of the issue
**Affected versions**
Nightly71
Beta70.0b12
**Affected platforms**
All
**Steps to reproduce**
- Launch Firefox
- Go to reddit.com and log in, save credentials
- Go to change password form
- Fill in both password field with generated password (notice the blue key icon)
- Click on Save
**Expected result**
After the save process is completed and the page reloaded (or redirected) the blue key icon should still be displayed for the user to access the doorhanger
**Actual Result**
The Blue key icon is not displayed when Reddit redirects to a different page, thus the user cannot save the changes of the password from the doorhanger.
**Note**
This only happens when Reddit redirects to a different page, otherwise it will work correctly - check the video.
|
|
1,586,315 | 14,404,465 | null |
|
1,586,355 | 14,404,745 |
Created attachment 9098892
screenshot.png
similar to what was reported in bug 1584080, the whole list for filetypes has gone blank in the applications section of about:preferences#general in my profile after these changes landed: https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=8148aceb475d210993469c5bcf82e93d4f11ab72&tochange=33b58a35cd4e9c52f6b0969c8e28e249e2a92154
this is still apparent in today's nightly build and didn't get fixed with the patch for bug 1584080.
the browser console is showing:
>TypeError: Argument 1 of DOMLocalization.getAttributes is not an object.
main.js:3069:40
>[fluent] Missing translations in de: search-separate-default-engine, search-engine-default-private-desc, search-suggestions-header, search-suggestions-desc, suggestions-addressbar-settings. Localization.jsm:202:13
>[fluent] Missing translations in de: sync-sign-out, prefs-syncing-off, prefs-sync-offer-setup-label, prefs-sync-setup, prefs-syncing-on, prefs-sync-now, sync-currently-syncing-heading, sync-currently-syncing-bookmarks, sync-currently-syncing-history, sync-currently-syncing-tabs, sync-currently-syncing-logins-passwords, sync-currently-syncing-addresses, sync-currently-syncing-creditcards, sync-currently-syncing-addons, sync-currently-syncing-prefs.
|
|
1,586,392 | 14,405,013 |
Created attachment 9098936
Screenshot, MegaBar vs disabled MegaBar
Steps To reproduce:
1. Open any page
2. Click on Address Bar
3. Select URL if need
4. Drag a selected text in Address Bar and move mouse over Tab Bar
Actual results:
The MegaBar covers Drop Indicator, so I can not see the Drop Indicator.
See attached screenshot
Expected Results:
The whole of the drop indicator should be visible.
|
|
1,586,453 | 14,405,416 |
If you have invalid favicons, bookmarks don't work properly:
{
"policies": {
"DisplayBookmarksToolbar": true,
"Bookmarks": [
{
"Title": "Example.com",
"URL": "https://www.example.com",
"Favicon": "https://www.example.com/favicon.ico"
},
{
"Title": "Example Email",
"URL": "https://mail.example.com",
"Favicon": "https://mail.example.com/favicon.ico"
},
{
"Title": "Example Wiki",
"URL": "https://wiki.example.com/intranet/links",
"Favicon": "https://wiki.example.com/img/favicon.png"
}
]
}
}
This is because setAndFetchFaviconForPage never calls the callback in the failing case.
We actually don't need to wait for any of this (it's all async).
|
|
1,586,599 | 14,406,230 |
Created attachment 9099098
crash report for assertion
1. https://www.songsterr.com/a/wsa/carlos-santana-smooth-tab-s17608t1
2. Assertion failure: MIR instruction returned object with unexpected type, at /builds/worker/workspace/build/src/js/src/jit/MacroAssembler.cpp:1653 one or more times in the log.
Reproducible Nightly Linux/Windows and at least on Firefox 69.0.2 debug on Linux.
S-S for type confusion.
Log only shows
```
Assertion failure: MIR instruction returned object with unexpected type, at /builds/worker/workspace/build/src/js/src/jit/MacroAssembler.cpp:1653
```
Attaching the crash report
|
|
1,586,630 | 14,406,422 |
There is an issue in our appcache implementation that allows a manifest served from a subdirectory, to confuse the browser into using the appcache to requests to the top level directory. (i.e. we dont enforced the rule that appcache is only supposed to be able to be responsible for requests to sub-directories.
This bug was confirmed by Honza. From email:
>I quickly confirmed on **IIS 10** with statically served content: when the <html manifest> attribute value is in a form of "/dir%2fsubdir%2fcache.manifest" and the manifest, served at `/dir/subdir/cache.manifest`, has `FALLBACK: / some-evil-resource-url`, we load the evil resource for anything that can't be found on the web site for the origin the document was loaded in.
An example of a real world attack scenario (which I'm not linking, so as not to draw attention) is given in https://bugzilla.mozilla.org/show_bug.cgi?id=1376459#c4.
While appcache is close to deprecation, as we have had external reports here of this issue, I'm filing this bug to consider if a fix is need in the short term, or if we can just push for appcache deprecation (1237782 ). The consensus from the discussion so far is that deprecation will _not_ make ESR68, so we make need an interim fix.
|
|
1,586,769 | 14,409,142 |
Created attachment 9099229
Dismiss button on modals.gif
**[Affected versions]:**
- Firefox Nightly 71.0a1, Build ID: 20191007092954
**[Affected Platforms]:**
- All Windows
- All Mac
- All Linux
**[Prerequisites]:**
- Have a new Firefox profile with the following preference set `browser.search.region` to `US`.
**[Steps to reproduce]:**
1. Open the browser with the profile from the prerequisites.
2. Open a new tab.
3. Click the Context Menu button from a top site.
4. Click on the Edit button.
5. Observe the displayed modal.
**[Expected result]:**
- Only the “Cancel” and “Save” buttons are displayed.
**[Actual result]:**
- An additional dismiss (x) button is displayed in the top left part of the modal.
**[Regression range]:**
- Due to the fact that this issue is not reproducible on Firefox Beta 70, and older Firefox Nightly versions, using the mozregression tool I ran a regression range and reached the following pushlog:
Last good revision: b868b0719ca6610eb2631f1b0099db4822a1ffd9
First bad revision: 0acda2d61aac93f6cc7cf270d0c2b75b335db167
Pushlog:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=b868b0719ca6610eb2631f1b0099db4822a1ffd9&tochange=0acda2d61aac93f6cc7cf270d0c2b75b335db167
**[Notes]:**
- The “dismiss” (X) button is also displayed on the “New Top Site” and “Add Search Engine” modals.
- Attached a screen recording with the issue.
@Ed could you please take a look at this?
|
|
1,586,845 | 14,409,579 |
[1] should probably be called under the lock. The callback list is normally manipulated only under nsHostResolver::mLock.
[1] https://searchfox.org/mozilla-central/rev/5cb522c7baba24e55874809e0e206b001494c1e9/netwerk/dns/nsHostResolver.cpp#1117-1119
|
|
1,586,992 | 14,410,749 |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:69.0) Gecko/20100101 Firefox/69.0
Steps to reproduce:
Compile the JS program, and run it on MIPS platform.
Actual results:
Get segmentation fault on start up.
Debug in gdb: gdb obj-release/js, get:
Program received signal SIGSEGV, Segmentation fault.
branchSub32<js::jit::Imm32> (this=<optimized out>, cond=js::jit::AssemblerMIPSShared::Signed,
src=..., dest=..., overflow=<optimized out>)
at /home/zjz/disk/firefox-central/js/src/jit/mips-shared/MacroAssembler-mips-shared-inl.h:517
517 MOZ_CRASH("NYI");
Expected results:
The JS program should start normally
|
|
1,587,127 | 14,411,900 |
Created attachment 9099617
backplate_windows_actual.png
STR:
1. Enable windows high contrast mode, or navigate to `settings > colors > enable high contrast` and set the dropdown menu to `Always`
2. Ensure `permit_backplate` in `about:config` is set to True.
3. Visit https://www.google.com/search?client=firefox-b-1-d&q=test
Expected:
- Text in the search bar is backplated
Actual:
- Text in the search bar is backplated
- Portions of the results are obscured by backplate boxes
|
|
1,587,421 | 14,414,122 |
Created attachment 9099882
mac-ff-open264.png
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:69.0) Gecko/20100101 Firefox/69.0
Steps to reproduce:
* Firefox is installed on a Mac device running Mac OS 10.14
* Confirm that the OpenH264 Video Codec V 1.8.1 plugin is installed
* Update the OS to 10.15
* Go to a WebRTC meeting, and try to share your webcam or screen
Actual results:
* I can see the stream locally.
* The stream is not sent, i.e. the counterpart in the meeting won't receive the stream
* The attached window opened. It reads, translated from German:
"libgmpopenh264.dylib" can't be opened, because the developer can't be verified.
macOS cannot verify that this App is malware free.
Firefox downloaded this file on the 3rd June 2019.
Expected results:
* No error message should be displayed when sending a stream
* My counterpart in the meeting should receive the stream
Workaround that worked:
* Close FF
* Remove the `1.8.1` folder, where the extension is located
* Open FF again and force it to re-download the extension.
|
|
1,587,450 | 14,414,233 |
[Affected versions]:
Firefox 71.0a1 (2019-10-09)
[Affected platforms]:
MAC OS X 10.14.6
Windows 10 x64
[Steps to reproduce]:
1.Launch Firefox and login using a Firefox Account.
2.Ensure that Sync is ON.
3.Log out.
4.Login again and check the sync status.
[Expected Results]:
Sync setting persists after a FxA reconnection.
[Actual Results]:
Sync is turned OFF on each sign out.
[Additional Notes]:
- This issue was regressed by Bug 1577690 (https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=e1a65223d498aa0b8e3e4802d8267db2768073d9&tochange=be9a6289486a6f366e431782b84a0c0633f8fec2)
- I am attaching a video: https://drive.google.com/file/d/1HnUGPyUQmrj_jIMyVJno5rhYuCIu_etG/view
|
|
1,587,534 | 14,414,857 |
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=270243806&repo=try&lineNumber=11154
Call stack:
```
#0 0x7ffb2aed4610 in malloc Z:\task_1569588313\fetches\llvm-project\llvm\projects\compiler-rt\lib\asan\asan_malloc_win.cc:69
#1 0x7ffaf562a14a in nsIncrementalStreamLoader::OnStartRequest z:\build\build\src\netwerk\base\nsIncrementalStreamLoader.cpp:66
#2 0x7ffaf5fc29d2 in mozilla::net::HttpChannelChild::DoOnStartRequest z:\build\build\src\netwerk\protocol\http\HttpChannelChild.cpp:682
#3 0x7ffaf5fcdca7 in mozilla::net::HttpChannelChild::OnStartRequest z:\build\build\src\netwerk\protocol\http\HttpChannelChild.cpp:607
#4 0x7ffaf607851f in mozilla::net::StartRequestEvent::Run z:\build\build\src\netwerk\protocol\http\HttpChannelChild.cpp:426
#5 0x7ffaf5e770d8 in mozilla::net::ChannelEventQueue::RunOrEnqueue z:\build\build\src\obj-firefox\dist\include\mozilla\net\ChannelEventQueue.h:210
#6 0x7ffaf5fcbe95 in mozilla::net::HttpChannelChild::RecvOnStartRequest z:\build\build\src\netwerk\protocol\http\HttpChannelChild.cpp:488
#7 0x7ffaf6a4bdf4 in mozilla::net::PHttpChannelChild::OnMessageReceived z:\build\build\src\obj-firefox\ipc\ipdl\PHttpChannelChild.cpp:833
#8 0x7ffaf67eccbf in mozilla::dom::PContentChild::OnMessageReceived z:\build\build\src\obj-firefox\ipc\ipdl\PContentChild.cpp:7879
#9 0x7ffaf65bff5a in mozilla::ipc::MessageChannel::DispatchAsyncMessage z:\build\build\src\ipc\glue\MessageChannel.cpp:2185
#10 0x7ffaf65bbafd in mozilla::ipc::MessageChannel::DispatchMessage z:\build\build\src\ipc\glue\MessageChannel.cpp:2109
#11 0x7ffaf65bdc44 in mozilla::ipc::MessageChannel::RunMessage z:\build\build\src\ipc\glue\MessageChannel.cpp:1954
#12 0x7ffaf65be2f5 in mozilla::ipc::MessageChannel::MessageTask::Run z:\build\build\src\ipc\glue\MessageChannel.cpp:1985
#13 0x7ffaf53359a5 in mozilla::SchedulerGroup::Runnable::Run z:\build\build\src\xpcom\threads\SchedulerGroup.cpp:295
#14 0x7ffaf53637e9 in nsThread::ProcessNextEvent z:\build\build\src\xpcom\threads\nsThread.cpp:1225
#15 0x7ffaf536cd48 in NS_ProcessNextEvent z:\build\build\src\xpcom\threads\nsThreadUtils.cpp:486
#16 0x7ffaf65c814f in mozilla::ipc::MessagePump::Run z:\build\build\src\ipc\glue\MessagePump.cpp:88
#17 0x7ffaf65010ae in MessageLoop::RunHandler z:\build\build\src\ipc\chromium\src\base\message_loop.cc:308
#18 0x7ffaf6500e45 in MessageLoop::Run z:\build\build\src\ipc\chromium\src\base\message_loop.cc:290
#19 0x7ffaffeb63ea in nsBaseAppShell::Run z:\build\build\src\widget\nsBaseAppShell.cpp:137
#20 0x7ffb0004dc18 in nsAppShell::Run z:\build\build\src\widget\windows\nsAppShell.cpp:406
#21 0x7ffb041bf1ed in XRE_RunAppShell z:\build\build\src\toolkit\xre\nsEmbedFunctions.cpp:934
#22 0x7ffaf65010ae in MessageLoop::RunHandler z:\build\build\src\ipc\chromium\src\base\message_loop.cc:308
#23 0x7ffaf6500e45 in MessageLoop::Run z:\build\build\src\ipc\chromium\src\base\message_loop.cc:290
#24 0x7ffb041be3d5 in XRE_InitChildProcess z:\build\build\src\toolkit\xre\nsEmbedFunctions.cpp:769
#25 0x7ff60c2020f4 in NS_internal_main z:\build\build\src\browser\app\nsBrowserApp.cpp:273
#26 0x7ff60c2014f2 in wmain z:\build\build\src\toolkit\xre\nsWindowsWMain.cpp:131
#27 0x7ff60c2fc0d7 in __scrt_common_main_seh f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl:288
#28 0x7ffb433e3033 in BaseThreadInitThunk+0x13 (C:\Windows\System32\KERNEL32.DLL+0x180013033)
#29 0x7ffb43f31460 in RtlUserThreadStart+0x20 (C:\Windows\SYSTEM32\ntdll.dll+0x180071460)
```
The scary part to me is that the allocation length looks a lot like a pointer to something on the stack.
|
|
1,587,557 | 14,415,022 |
+++ This bug was initially created as a clone of Bug #1558289 +++
Bug 1558289 was fixed in GeckoView 69, but QA can still reproduce this screen reader bug in Fenix with GeckoView 70 Beta. Are they seeing a different problem?
## Steps to reproduce
1. Open Fenix with a screen reader on.
2. Go to any page with a text input.
3. Focus the text input and activate it.
4. Close the keyboard.
5. Explore via touch the screen.
## Expected behavior
It's possible to land on the text input.
## Actual behavior
It's not possible to land on the text input, although it is when using navigation gestures.
This also applies to links; easy to verify in a page in which links are used to perform actions, like the column headers in Bugzilla. Tested with both ShinePlus and TalkBack.
This bug was originally reported in the Fenix issue tracker, but the bug is also reproducible on Fennec:
https://github.com/mozilla-mobile/fenix/issues/3197
## Device information
Android device: TP-Link Neffos C5 Max (Android 5.1)
Fenix version: Build #11561807
|
|
1,587,691 | 14,415,806 |
In the login webchannel message, desktop will fail if `declinedEngines` or `offeredEngines` is anything other than an array. However, we want the ability to enable sync without touching declined engines locally for bug 1587450.
Even if we do this, the Firefox Accounts server remains in control of the behavior - if we later change policy to never enable sync without offering what to sync, that becomes a server-only change - so this change alone doesn't cause any behaviour change - it just allows more flexibility in the behaviour changes which FxA can cause.
|
|
1,587,867 | 14,416,996 |
Created attachment 9100241
firefox-dos.mkv
- Discovering the issue -
This issue was discovered via I accidentally copy and pasted a full list of subdomains from another website into Firefox search bar, it crashed.
The version I used is Firefox Quantum 69.0 64 bit, I am unsure whether it still works in 32 bit version.
After verifying with my friend, I conclude that Windows and Linux both works.
I had verify it with Chrome, Brave and Opera, they didn't crash but just show address not found.
I also tested it with Nightly build and Firefox Beta, both of them crashed too.
- Steps to reproduce -
Since I haven't found the root cause for it, I'll be using the website's subdomain as proof of concept.
1. Navigate to https://pastebin.com/raw/Sb6bbGQH
2. Copy all by using "Ctrl + A" and "Ctrl + C"
3. Open a new tab by using "Ctrl + T"
4. Paste in search bar by using "Ctrl + V"
- Expected results -
Address not found
- Actual results -
Firefox stopped working and crashed
- Crash reports -
I tried checking my crash report as shown in https://developer.mozilla.org/en-US/docs/Mozilla/How_to_get_a_stacktrace_for_a_bug_report
However it only shows InstallTime20190828152820 with the value of 1570725503 and an empty "events" directory.
- Closing -
Attachment is a POC I made for the crash.
Looking forward to hearing from you.
|
|
1,587,960 | 14,417,643 |
Created attachment 9100314
test.zip
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0
Steps to reproduce:
Simple xmlhttprequest webRequestBlocking listener that does nothing but decode and encode the stream.
See attached extension example for testing.
Install it on Nightly (current version I tested on was 2019-10-10 also on the previous one 2019-10-09)
Open any YouTube video, for example: https://www.youtube.com/watch?v=YzbARjL1o-s
Select another video on the right side in order to navigate the page or simply click to go to the homepage
The top of the website shows a progress bar conveying the loading state for the navigation that was initiated
This is a Single Page Application style loading, it loads the next page via a JSON file and updates the DOM when it finishes receiving it.
Actual results:
The progress bar never reaches the end and the page never finishes loading. The next video might play, but that's the only thing that happens.
This problem was not happening until 3 days ago. I thought this was a problem with my code, but just removing the "filterResponseData" alone from the background script makes the page work normally again.
It was working perfectly fine before and modifications were being applied with success.
It feels like the website no longer receives the intercepted request after it is modified.
Expected results:
The page should finish loading, normal behavior should not be affected since there is nothing being modified on the request, the only thing being done is attaching a filterResponseData to the requestId.
|
|
1,587,962 | 14,417,650 |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:69.0) Gecko/20100101 Firefox/69.0
Steps to reproduce:
Prerequisite: Must be running OSX Catalina version 10.15 (19A583)
1. Open System Preferences
2. Go to Keyboard preferences
3. Select Shortcuts tab and check "Use keyboard navigation to move focus between controls".
4. Open Firefox 69.0.3 and navigate to page with hyperlinks
5. Try navigating to links by pressing Tab key
Actual results:
Links are skipped over instead of receiving focus, and therefore cannot be tabbed to.
Expected results:
Links should receive focus in correct tabbing order when the "Use keyboard navigation to move focus between controls" option is enabled through OSX Catalina System Preferences. Prior to upgrading to Catalina, this feature worked as expected in OSX Mojave.
|
|
1,593,270 | 14,461,298 |
Looking at telemetry I saw that the budget overrun time increased around this date:
https://telemetry.mozilla.org/new-pipeline/evo.html#!aggregates=Median!Mean!5th%2520percentile!25th%2520percentile!75th%2520percentile!95th%2520percentile&cumulative=0&end_date=null&include_spill=0&keys=&max_channel_version=nightly%252F72&measure=GC_BUDGET_OVERRUN&min_channel_version=nightly%252F71&processType=*&product=Firefox&sanitize=1&sort_keys=submissions&start_date=null&trim=1&use_submission_date=0
I tracked this down to bug 1579426 which increases the slice time of long-running GCs. This is working as expected, however it is increasing the budget after it has been recorded by AutoGCSlice.
We probably want to record the budget after budgetIncrementalGC has had a chance to modify it instead. It's possible that we should have telemetry about how often we increase the budget too, but that should be a separate histogram.
|
|
1,593,321 | 14,461,693 |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:72.0) Gecko/20100101 Firefox/72.0
Steps to reproduce:
Updated Firefox Nightly to 72.0a1 (2019-11-01) (64-bit).
Surfed to https://www.bonnieradvocaten.nl/bereikbaarheid
This site has Google Maps Embedded in the webpage and uses the:
"x-frame-options: sameorigin" header set.
Actual results:
The Embedded Google Maps portion of the page (https://www.bonnieradvocaten.nl/bereikbaarheid) shows the following error:
```
Blocked by X-Frame-Options Policy
An error occurred during a connection to maps.google.com.
Nightly prevented this page from loading in this context because the page has an X-Frame-Options policy that disallows it.
```
Expected results:
As far as i know, and:
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options
seems to confirm this, the "x-frame-options: sameorigin" should prevent other pages from loading "www.bonnieradvocaten.nl" within a iframe.
Setting the header should not prevent maps.google.com from loading from within the page as it currently does.
|
|
1,593,683 | 14,465,999 |
Created attachment 9106176
device-2019-11-04-152302.mp4
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:70.0) Gecko/20100101 Firefox/70.0
Steps to reproduce:
Enter some text in an input field on a website (search field at https://startpage.com for example). Try to go back a few characters by using the arrow keys at the bottom of the screen (I believe this is a CyanogenMode/LineageOS specific feature. That feature works as expected in every other app, including the on-board (webview-based) browser app.)
Phone: Nexus 5X
OS: LineageOS 15.1 (aka Android 8.1)
Keyboard: AOSP Keyboard
Actual results:
The cursor keeps jumping back to the end of the current word. Holding down the left arrow key I can finally get it to skip to a prior word.
Using the right arrow key it skips to the end of the current word again, not just a single character.
This behaviour doesn't occur when I disable all next word suggestions/autocorrection in the AOSP keyboard. This is not a usable workaround though.
Expected results:
The arrow keys control the cursor position like the left and right arrow keys do on a physical keyboard.
This works in every other Android app except Firefox.
|
|
1,593,708 | 14,466,172 |
When RDM is open and the user either refreshes or performs a "OnLocationChange" event, attributes on the document (such as the `inRDMPane`) need to persist.
**Steps to Reproduce**
1. Make sure `devtools.responsive.browserUI.enabled`
2. Open RDM, and select the iPad from the devices list.
3. Check `screen.height` in the DevTools console. You should see a value of `1022` (which is supposed to be 1024, but that's another issue)
4. Refresh the page and check the value `screen.height` again.
**ER:**
The value should still be `1022`
**AR:**
The value is the actual height of the physical device.
|
|
1,593,801 | 14,466,851 |
Created attachment 9106311
0001-Add-test-for-storing-with-3-heap-digits-on-32-bit.patch
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:70.0) Gecko/20100101 Firefox/70.0
Steps to reproduce:
Storing a BigInt to a BigInt Typed Array where the BigInt has 3 heap allocated digits on a 32-bit platform currently fails. You can see this failure in the test case added in the cacheir JIT test patch attached below.
I believe the bug is in `loadBigIntDigits` in `MacroAssembler.cpp` (line 1466), where a mask is used to compare the inline digits length against the actual length of the BigInt digits. This doesn't seem to work in general when the length is greater than the threshold but less than the next power of two.
Actual results:
Running the JIT tests with the test patch applied:
```
$ ../jit-test/jit_test.py dist/bin/js store-typed-element-bigint.js
/home/asumu/mozilla-unified/js/src/jit-test/tests/cacheir/store-typed-element-bigint.js:100:13 Error: Assertion failed: got -494248726736, expected 0
Stack:
storeHeapDigitsThreeDigits@/home/asumu/mozilla-unified/js/src/jit-test/tests/cacheir/store-typed-element-bigint.js:100:13
@/home/asumu/mozilla-unified/js/src/jit-test/tests/cacheir/store-typed-element-bigint.js:103:1
Exit code: 3
FAIL - cacheir/store-typed-element-bigint.js
[0|1|0|0] 100% ==========================================================>| 0.1s
FAILURES:
cacheir/store-typed-element-bigint.js
TIMEOUTS:
```
Expected results:
The test should pass with no assertion failure.
|
|
1,593,806 | 14,466,897 |
Created attachment 9106320
application extension bug.PNG
Steps to Reproduce:
1. Navigate to about:preferences
2. Search for "application"
3. In the "Applications" section, select an entry with a Content Type like "<extension> File" (i.e. pick something like "PNG File", not "Portable Document Format (PDF)").
4. Click the Action field and click "Use other..."
5. Observe the description of the file type
Expected result:
Description will display the content type selected (i.e. "PNG file").
Actual result
Description reads "{$extension} file" (see attached image).
|
|
1,594,021 | 14,468,614 |
Created attachment 9106555
CFR displayed when sync is disabled via identity.fxaccounts.enabled pref.gif
**[Affected versions]:**
- Firefox Beta 71.0b7, Build ID: 20191104135555
- Firefox Nightly 72.0a1, Build ID: 20191104214406
**[Affected Platforms]:**
- All Windows
- All Mac
- All Linux
**[Prerequisites]:**
- You are logged into Firefox Sync.
**[Steps to reproduce]:**
1. Open the browser with the profile from the prerequisites.
2. Navigate to the “about:config” page.
3. Set the `identity.fxaccounts.enabled` preference to false.
4. Restart the browser.
5. Navigate to the https://time.com/ website and click on one of the articles from the website.
6. Observe the right part of the "Address Bar".
**[Expected result]:**
- Only the "Page actions", "Save to Pocket" and "Bookmark this page" buttons are displayed.
**[Actual result]:**
- The "Recommendation" button is displayed in the right part of the "Address Bar"
**[Notes]:**
- Clicking the “Try Send Tab” button only dismisses the doorhanger.
- This issue is also reproducible with both the Longform-content - Send Tab to Device CFR and Recipes / Cooking -[Send Tab to Device CFR.
- Attached a screen recording with the issue.
|
|
1,594,097 | 14,469,332 |
Steps to reproduce:
-Run MOZ_PROFILER_STARTUP=1 MOZ_PROFILER_STARTUP_FILTERS="GeckoMain,Compositor,Gecko_IOThread" ./mach run from command line
-Notice that the profiler on Gecko_IOThread never moves past "Waiting for symbol tables for libarary xul.pdb..."
|
|
1,594,162 | 14,469,710 |
[Description:]
Blank tabs are shown after Firefox updated to version 71.0b7
From version 50.0b2 (zh-CN ) to 56.0b3 it is ok
from version 56.0b3 (zh-CN) to 71.0b7 it shows 2 blank tabs.
[Steps to reproduce:]
- Install FF Beta 50.0b2 (zh-CN localization) with new profile http://releases.mozilla.org/pub/firefox/candidates/50.0b2-candidates/build1/win64/zh-CN/
- Update version by going into hamburger menu - Help
- after Firefox updates to 56.0b3 , restart it
- Notice 2 tabs are open with information
- Update firefox again to 71.0b7 by going to hamburger menu - Help
- after Firefox updates to 71.0b7 restart it.
[Actual results]:
Previously open tabs are now showing all white, without data
[Expected results:]
Open tabs Should show data after restart
NOTE:
the links on those 2 tabs are:
https://support.mozilla.org/zh-CN/kb/how-change-your-default-browser-windows-10?utm_source=firefox-browser&utm_medium=firefox-browser&utm_campaign=redirect&utm_content=windows10-welcome-tab
https://start.firefoxchina.cn
by clicking on those links and hitting [enter key] the information appears on the screen.
On MacOs & Ubuntu: Only the tab with https://start.firefoxchina.cn showed empty.
TESTED ON:
Windows 10 64bit updating 50.0b2 (zh-CN localization) to latest version
Ubuntu 18.04 64bit updating 50.0b2 (zh-CN localization) to latest version
MacOS 10.14 updating 50.0b2 (zh-CN localization) to latest version
|
|
1,594,405 | 14,471,225 |
I captured 2 profiles yesterday where I saw mozjexl.js causing significant jank.
One was a startup profile on Windows https://perfht.ml/2pHpk4E, the other was on Mac after opening two new tabs https://perfht.ml/33jwzyx Both were captured on fast machines.
I think this is a regression as I haven't seen this before in profiles, but I can't say for sure.
|
|
1,594,408 | 14,471,251 |
Created attachment 9106887
image_2019_11_06T13_20_35_638Z.png
**[Affected versions]:**
- Firefox Beta 71.0b7 Ru locale, Build ID: 20191104135555
- Firefox Nightly 72.0a1 Ru locale, Build ID: 20191106095742
**[Affected Platforms]:**
- All Windows
- All Mac
- All Linux
**[Prerequisites]:**
- You are logged into Firefox Sync.
**[Steps to reproduce]:**
1. Open the browser with the profile from the prerequisites.
2. Navigate to the https://time.com/ website and click on one of the articles from the website.
3. Click on the “Recommendation” icon from the address bar.
4. Observe the “Try Send Tab” button.
**[Expected result]:**
- The button is correctly displayed and the string does not exceed the boundaries of the button.
**[Actual result]:**
- The “Try Send Tab” label exceeds the boundaries of the button.
**[Notes]:**
- This issue is only reproducible on the "SEND_RECIPE_TAB_CFR" and "SEND_TAB_CFR", and is not reproducible on the "PDF_URL_FFX_SEND" .
- Attached a screenshot of the issue.
|
|
1,594,662 | 14,473,119 |
**Affected versions**
* Firefox 72.0a1
* Firefox 71.0b7
**Affected platforms**
* Windows 10x64
* Ubuntu 18.04 x64
* macOS 10.13
**Prerequisites**
* Set "browser.contentblocking.cfr-milestone.milestones" pref to "[15, 5000, 10000, 25000, 50000, 100000, 500000]"
* Set "browser.contentblocking.cfr-milestone.milestone-achieved" to "1000"
* Set "browser.newtabpage.activity-stream.asrouter.providers.cfr" to {"id":"cfr","enabled":true,"type":"local","localProvider":"CFRMessageProvider","frequency":{"custom":[{"period":"daily","cap":10}]},"categories":["cfrAddons","cfrFeatures"],"updateCycleInMs":3600000}
**Steps to reproduce**
1. Open an ar build.
2. Go to reddit.com and refresh the page a few times.
**Expected result**
* The Celebration Toast banner is displayed.
**Actual result**
* The Celebration Toast is not displayed.
**Regression range**
* This is not a regression.
**Additional notes**
* In about:protection the trackers are counted.
*It's possible that issue is reproducing on other RTL builds, but as far as we could tell on he builds the issue is not reproducing.
|
|
1,594,704 | 14,473,545 |
Created attachment 9107158
sync options.gif
[Affected versions]:
Firefox 72.0a1 (2019-11-06)
Firefox 71.0b7
[Affected platforms]:
Windows 10 64-bit
MAC OS X 10.14.6
[Steps to reproduce]:
1. Launch Firefox and login using a Firefox Account.
2. Navigate to about:preferences#sync
3. Uncheck some Sync options and click “Save Changes”
4. Perform a Sync.
5. Disconnect Sync.
6. Click on ”Set Up Sync” and check some of the unselected options.
7. Click “Save Changes” button.
[Expected Results]:
Sync preferences changes are successfully saved.
[Actual Results]:
Sync preferences changed after reconnecting the sync are replaced by the sync options saved before sync disconnection.
|
|
1,595,092 | 14,476,315 |
**Steps to Reproduce**
1. Make sure `devtools.responsive.browserUI.enabled` pref is enabled.
2. Open Responsive Design Mode .
3. Select iPhone 6/7/8 (or any device) from the devices menu.
4. Check the `screen.width`/`screen.height` values for the simulated device in the web console.
**ER:**
Values should match the simulated device's width and height.
**AR:**
Values are incorrect from the simulated device's width and height. This is especially obvious when adjusting zoom levels.
|
|
1,595,197 | 14,477,106 |
Created attachment 9107608
test.zip
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0
Steps to reproduce:
Bug discovered in Nightly 72.0a1 (2019-11-08) (64-bit)
Load attached demo extension
Click "Inspect" and switch to the console
Open www.youtube.com
Actual results:
The console outputs two messages confirming the .onStop function is now being called twice:
19:59:45.916
This message should only show once in the console 0.27884815437952426 background.js:21:21
19:59:45.982
This message should only show once in the console 0.2947613163421413
Expected results:
The console should only output once, the onstop function should only be called once.
This appears to be related to a fix for this (these) issue(s)
1587960
1590898
|
|
1,595,211 | 14,477,201 |
The `GleanDebugActivity` fails to trigger the metrics ping on the `sample-browser` using the following command (on either a device or emulator):
```
adb shell am start -n org.mozilla.samples.browser/mozilla.telemetry.glean.debug.GleanDebugActivity --ez logPings true --es tagPings tlong --es sendPing metrics
```
Meanwhile, the same command works just fine for `samples-glean`:
```
adb shell am start -n org.mozilla.samples.glean.debug/mozilla.telemetry.glean.debug.GleanDebugActivity --ez logPings true --es tagPings tlong --es sendPing metrics
```
In addition, when running the command for the `sample-browser`, the following line appears in the terminal and does not appear when ran for the `samples-glean`:
```
Warning: Activity not started, its current task has been brought to the front
```
The metrics ping does trigger correctly if the command launches the `sample-browser` when it is not running. But if it is already running (even running in the background), then the warning above is displayed and nothing happens. The only logcat output generated by the adb command in this situation is the following:
```
2019-11-08 14:49:36.775 11226-11226/? I/ADB_SERVICES: service_to_fd shell,v2,TERM=xterm-256color,raw:am start -n org.mozilla.samples.browser/mozilla.telemetry.glean.debug.GleanDebugActivity --ez logPings true --es tagPings tlong --es sendPing metrics
2019-11-08 14:49:36.861 2395-11019/? I/ActivityManager: START u0 {flg=0x10000000 cmp=org.mozilla.samples.browser/mozilla.telemetry.glean.debug.GleanDebugActivity (has extras)} from uid 2000
```
This indicates to me that the intent is being received, but not handled the same as it is in other applications.
I can confirm similar behavior on Fenix release (play store), but not for fenixNightlyDebug
|
|
1,595,413 | 14,478,151 |
Created attachment 9107744
image.png
## What were you doing?
1. Switch Debugger to vertical layout
2. Resize Breakpoints panel
## What happened?
Content resizes past min-width of the panel.
|
|
1,595,578 | 14,481,008 |
Created attachment 9107896
server.js to help submitting more than 1MB text in a multi-part form.
+++ This bug was initially created as a clone of Bug #1595513 +++
Mozilla/5.0 (X11; Linux x86_64; rv:72.0) Gecko/20100101 Firefox/72.0
Version: 72.0a1
Build ID: 20191111100226
Steps to reproduce:
1) Attempt a multipart form submission whose non-binary (non file) data amounts to more than 1MB (e.g. by running the attached server.js NodeJS test and browsing it at https://localhost:5000 )
Actual results:
The tab usually crashes, see https://crash-stats.mozilla.org/report/index/9675a718-8e79-4937-8959-db1780191111.
Expected results:
The submission should complete normally.
|
|
1,595,692 | 14,481,923 |
The attached testcase crashes on mozilla-central revision 20191109-caf55914ccdd.
For detailed crash information, see attachment.
To reproduce the issue, perform the following steps:
1. Download the attached testcase, save as "test.bin".
2a. Build with --enable-fuzzing (requires Clang and ASan, also build gtests using `./mach gtest dontruntests`).
2b. Alternatively you can download builds from TC using `python -mfuzzfetch -a --fuzzing --tests gtest` (see https://github.com/MozillaSecurity/fuzzfetch).
3. Run `FUZZER=NetworkHttpProxyPlain objdir/dist/bin/firefox test.bin`
|
|
1,595,800 | 14,482,627 |
**Steps to Reproduce**
1. Make sure devtools.responsive.browserUI.enabled
2. Open RDM, and select the iPad from the devices list.
3. Rotate the viewport by pressing the "Rotate Viewport" icon located in the toolbar.
4. Check the `screen.orientation` object in the DevTools console. The `type` attribute should be "landscape-primary" and the `angle` attribute should be 90.
5. Refresh the page and check these values again.
**ER:**
`type` and `angle` values should still be "landscape-primary" and 90, respectively.
**AR:**
Values reflect the orientation of the physical device.
|
|
1,596,007 | 14,484,230 |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0
Steps to reproduce:
when clicking on up and down arrow keys using NVDA, the focus in not moving on image and its skip it to another HTML element. this issue i am facing on only FireFox
<div class="container">
<img src="img/example1.jpg" data-small="img/example1-mobile.jpg"
data-large="img/example1.jpg" class="img-section" alt="example image alt tag"/>
<div>
Actual results:
NVDA should focus on image and read the ALT value using arrow keys in firefox
Expected results:
NVDA should focus on image and read the ALT value using arrow keys in firefox
|
|
1,596,050 | 14,484,529 |
Created attachment 9108369
Firefox and Edge with Windows High Contrast enabled and multiple text blocks selected. Sections of text (which have the CSS ::selection property set) are shown to have no highlight in Firefox.
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36
Steps to reproduce:
1. Turn on Windows High Contrast (Windows 10, 8, 7, XP, doesn't matter):
On Windows, activate the High Contrast setting using the Alt+Shift+PrtScn shortcut, or access it via the Access Settings (Windows Key + U, or via Start Menu → Settings → Ease of Access). It does not matter which theme is chosen.
2. Open Firefox and view a web page which uses CSS ::selection properties to set a custom selection highlight. For example, https://www.smashingmagazine.com/2019/11/newspapers-teach-web-design
3. Select some text, either with the mouse or by using caret navigation (Shift+arrows).
4. Observe the selected text.
5. Perform the above steps in another browser which supports WHC (Edge, IE11).
6. Observe the selected text.
Actual results:
No selection highlight is seen in Firefox.
Selection highlight is seen in other WHC-supporting browsers (Edge, IE11), albeit with the WHC selection colours and not those of the site.
Expected results:
A selection highlight should be visible in Firefox.
|
|
1,596,133 | 14,485,041 |
The addon details returned from the AMO API endpoint for webextensions static themes is type "statictheme", but for an installed WebExtension static theme we expect addon.type to be "theme".
`AbuseReporter.queryAMOAddonDetails` should normalize the type received to ensure it matches what Firefox expects.
This fix is needed to ensure that reporting a "not installed" theme from AMO works as expected (see https://github.com/mozilla/addons-frontend/issues/8762#issuecomment-553430081).
|
|
1,596,166 | 14,485,369 |
**Steps to Reproduce**
1. Make sure `devtools.responsive.browserUI.enabled` and `devtools.responsive.showUserAgentInput` prefs are true.
2. Open RDM.
3. Resize window width to less than half the screen.
**ER**
User-agent input should go to the next line of the toolbar to accommodate for the lack of space.
**AR**
User-agent input disappears.
|
|
1,596,176 | 14,485,427 |
Created attachment 9108492
broken_badge.png
Steps to reproduce:
1. Create a new profile or open an existing one, doesn't matter.
2. Install [uBlock Origin](https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/)
3. Go to [YouTube](https://youtube.com), so that uBO has things to block and draws its badge to tell you how many things it blocked.
Expected result:
The badge appears in the corner of the uBO icon.
Actual result:
The badge overlays the entire uBO icon.
I've attached a screenshot (showing the MyQOnly addon, not uBlock Origin as in the STR).
This may be Windows-only, I haven't checked elsewhere.
Mozregression gave me [this range](https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=5e6b050c9427da9ae37ca4c7c8000ba5b47ceea8&tochange=1a85c571a4645798ba4d9295ba2504acac149ac8), which points to bug 1576946. That's why I used this component, but this may need to be fixed on the WebExtension side, I would not know.
|
|
1,596,297 | 14,486,232 |
Pushes viewed on treeherder prior to the Taskcluster switchover to firefox-ci is linking to the new interface, where the task does not exist.
Try push: https://treeherder.mozilla.org/#/jobs?repo=try&revision=d9346bb7139dd8020f77ef0c196b66a1fe175c63&selectedJob=275259613
Steps to reproduce:
1. open https://treeherder.mozilla.org/#/jobs?repo=try&revision=d9346bb7139dd8020f77ef0c196b66a1fe175c63&selectedJob=275259613
2. select one of the test tasks (eg. mochitest-a11y)
3. click on the task identifier on bottom left
Expected:
4. since the push was on November 7, 2019 (prior to the switchover) it should link to the older taskcluster interface
Actual:
4. link takes user to the firefox-ci interface where the task with such id does not exist
|
|
1,599,811 | 14,514,306 |
### Basic information
As reported on reddit: https://www.reddit.com/r/firefox/comments/e2hqdi/firefox_has_drastically_slowed_down/
Steps to Reproduce:
>I was attempting to switch from one tab to another and it froze for several seconds.
Expected Results:
No freezing.
Actual Results:
Freezing when switching tabs.
---
### More information
Screenshot: (if relevant, please attach a screenshot or screencast to this bug report)
Profile URL: https://perfht.ml/2KYMGdo
#### Basic systems configuration:
OS version: Windows 10
GPU model: NVIDIA GeForce GTX 1070
Number of cores: 4
Amount of memory (RAM): 16GB
Thanks so much for your help.
|
|
1,599,816 | 14,514,331 |
**Affected versions**
* Firefox 72.0a1 (BuildId:20191126212708)
**Affected platforms**
* Windows 10 64bit.
**Preconditions**
* Connect to a VPN server:
Steps to configure VPN server: https://my.ibvpn.com/knowledgebase/267/Set-up-the-PPTP-on-Windows-10.html
Free VPN servers: https://www.vpnbook.com/
**Steps to reproduce**
1. Launch Firefox.
2. Access the about:config page.
3. Set the network.trr.mode pref to 2.
4. Restart Firefox.
5. Access a random domain.
**Expected result**
* A VPN connection is detected and the request is not being handled via TRR.
**Actual result**
* The request is being handled via TRR.
**Regression Range**
* I don’t think that this is a regression.
|
|
1,599,864 | 14,514,606 |
Created attachment 9112042
69551924-36681500-0fa6-11ea-9951-d1a95fd8b0f5.png
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0
Steps to reproduce:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/number
In link above, title contains HTML tag.
Title is not shown correct on the taskbar when contains HTML tag.
Expected results:
title on taskbar should show html taks in like title bar.
|
|
1,599,877 | 14,514,717 |
In testing a theory around why we sometimes only get metrics pings and no baseline pings from clients, I discovered that a user can open the task-switcher menu and force close an app quickly enough that the ON_STOP lifecycle event handler is not called. This means that baseline and events pings _are neither collected or submitted_ in this case.
I tested this on the glean-sample-app, which does very little on shutdown and it still is affected, so I imagine apps like Fenix that are doing significantly more work on shutdown, the problem is even easier to reproduce.
I tried to find statistics on what percentage of mobile users close their apps in this way but couldn't find anything concrete, but there are lots of articles explaining why this behavior is bad, and I know several mobile users who perform this behavior all the time. So, no concrete numbers, but my instincts tell me that this is a statistically significant population.
Steps to Reproduce:
1. Open Glean-enabled Android app
2. Click the square OS icon at the bottom of the device to launch the task switcher
3. Immediately swipe away the app to force-close it.
The app will send the baseline ping if you pause between steps 2 and 3, given enough time, but I was consistently able to reproduce this without having to rush, even in the emulator.
To the best of my experimentation, this affects multiple versions of Android and Glean.
At the current time, I'm not sure if iOS suffers from the same problem but I plan to investigate this also.
|
|
1,600,109 | 14,516,309 |
The patches in bug 1598223 at the time of writing this comment implement the following flow:
1. Add a network change listener and a captive portal connectivity available listener. Keep a variable `networkSettledTimeout` for storing a timeout later.
2. When we get a network "up", if `networkSettledTimeout` is unset, set a 60 second timer and assign it to `networkSettledTimeout`. Otherwise, do nothing.
3. When we get a network "down", clear `networkSettledTimeout` if it's set.
4. When we get a captive portal connectivity available event, clear `networkSettledTimeout` if it's set, and run heuristics.
5. When the timer fires, run heuristics and clear `networkSettledTimeout`.
This seems ok except for two flaws,
1. We don't check/set the initial state at extension startup.
2. It's possible for the timer to fire before we get connectivity available, resulting in either running heuristics when we don't have connectivity or running it twice (once when the timer fires and once upon captive portal event).
This bug is about fixing these flaws. I think the following flow (at a high level) should work:
1. Add only the captive portal listener
2. Check the current state. Run heuristics if we have connectivity.
3. Run heuristics when the listener fires.
I don't think we need to worry about network link status at all, because the captive portal system is abstracting that away for us. But we might want to set the network listener anyway in case the user has disabled captive portal detection for some reason.
Dragana, what do you think?
|
|
1,600,122 | 14,516,410 |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0
Steps to reproduce:
We are trying to roll out an extension to a few thousand users on Firefox 68.2 ESR (Linux). I would like to use the policies.json way and the option "ExtensionSettings".
The extension gets installed, but a user is not able to disable it. Every time firefox is installed, the Addon is enabled again.
$ cat /usr/lib64/firefox/distribution/policies.json
{
"policies": {
"ExtensionSettings": {
"ADDONNAME":{
"installation_mode": "normal_installed",
"install_url": "URL to xpi"
}
}
}
}
Actual results:
When using the /usr/lib64/firefox/distribution/policies.json file above, the user is no longer able to disable the Addon, however [0] states that this should be possible. Every time you restart Firefox, the Addon is enabled again.
[0] https://github.com/mozilla/policy-templates#extensionupdate
Expected results:
The Addon should stay disabled if the user disabled it in the Addon settings
|
|
1,600,174 | 14,516,787 |
Reproducible: always
Steps To Reproduce:
1. Log in https://mail.protonmail.com/login
2. Click [COMPOSE] button at the top-left
Actual Results:
Mail Compose Window would not open
Error in Web Condole:
Content Security Policy: Directive ‘child-src’ has been deprecated. Please use directive ‘worker-src’ to control workers, or directive ‘frame-src’ to control frames respectively. 2
Content Security Policy: Ignoring ‘x-frame-options’ because of ‘frame-ancestors’ directive.
Expected Results:
Mail Compose Window should open
Regression window:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=3bd3398c2f0c4a7853dec584457f4b71773718db&tochange=432a6d44236d2f6f5efd083fd14e0a1a0a34aa9e
|
|
1,600,325 | 14,518,132 |
Created attachment 9112574
keyboard navigation.gif
[Affected versions]:
- Latest Firefox Nightly 72.0a1 (Build ID: 20191128214853)
[Affected Platforms]:
- Mac 10.14
- Windows 10 x64
- Ubuntu 16.04 x64
[Prerequisites]:
- Have the latest Nightly installed.
- Have the “devtools.chrome.enabled” pref set to “true”.
- Run the “(async function() { let { ProfileAge } = ChromeUtils.import("resource://gre/modules/ProfileAge.jsm"); let age = await ProfileAge(); age._times = { firstUse: 1368255600000, created: 1368255600000 }; await age.writeTimes(); })();” code on the browser console.
- Have access to the stage delivery console.
- Have an active branched add-on [recipe](https://delivery-console.stage.mozaws.net/recipe/881/).
- Have the “security.content.signature.root_hash” pref set to "DB:74:CE:58:E4:F9:D0:9E:E0:42:36:BE:6C:C5:C4:F6:6A:E7:74:7D:C0:21:42:7A:03:BC:2F:57:0C:8B:9B:90".
- Have the "app.normandy.api_url" pref set to "https://stage.normandy.nonprod.cloudops.mozgcp.net/api/v1".
- Have the "app.normandy.dev_mode" pref set to “true”.
- Have the "app.normandy.logging.level" pref set to “0”.
- Have the "services.settings.server" pref set to "https://settings.stage.mozaws.net/v1".
- Have the "xpinstall.signatures.dev-root" pref set to “true”.
- Create a new pref named “carmentips” and set it as “true”.
[Steps to reproduce]:
1. Open the Firefox browser with the profile from prerequisites.
2. Navigate to the “www.google.com” page.
3. Press the “Tab” key until the “Okay, Got It” button is focused.
4. Press the “Enter” key and observe what happens next.
[Expected result]:
- The “Redirect” tip is dismissed.
[Actual result]:
- The “Redirect” tip is still displayed.
[Notes]:
- This issue is not reproducible with the “Onboarding” tip.
- Attached a screen recording with the issue.
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.