Bug ID
int64 961
1.91M
| Comment ID
int64 3.98k
17.1M
| Author
stringlengths 8
48
| Comment Text
stringlengths 1
64.3k
⌀ |
---|---|---|---|
1,507,301 | 13,757,509 |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36
Steps to reproduce:
This bug covers converting about:sessionrestore ( https://searchfox.org/mozilla-central/source/browser/components/sessionstore/content/aboutSessionRestore.xhtml) to using Fluent for localization.
|
|
1,507,428 | 13,758,611 |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36
Steps to reproduce:
Create a session with arbitrary capabilities.
Actual results:
Received response with header:
"content-type": "application/json; charset=utf8"
Expected results:
Receive response with header:
"content-type": "application/json; charset=utf-8"
|
|
1,507,433 | 13,758,654 |
User Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0
Steps to reproduce:
This link is a clickable map to create a route for traveling by snowmobile.
http://fcmq.viaexplora.com/carte-motoneige/index.html#map
Actual results:
No longer working with Firefox or partially working only after a long time waiting...and even after waiting and waiting it still is not working properly.
Expected results:
Was working last year with Firefox. You click on a town a green dot appears..select another area and a red dot appears or a dot with a number inside. You move the red dot along a path and it will highlight the selected path.
Only fix right now is to use Chrome !! Works fine with Chrome......
|
|
1,507,444 | 13,758,695 | null |
|
1,507,568 | 13,759,799 |
When you type @, you get a list of all the @shortcuts. Right now, if you click one of those shortcuts, you visit the site's search page. Instead, we should fill in the @shortcut in the urlbar input so that you can type a search query and do a search from the urlbar. (I mention "when you type @", but this should happen any time there are @shortcuts in the popup results, e.g., if you type "@a" and there happen to be two shortcuts that start with "a" that are shown in the popup (bug 1502930).)
I'm filing this based on a meeting Verdi and I had just now about @shortcuts improvements.
|
|
1,507,599 | 13,759,991 |
Steps to test:
1. Build or download a German copy of the browser.
2. Go to about:home
Expected: should not see a "more Recommendations" link.
Actual: you do see a "more Recommendations" and the page it links to is in English.
Pretty sure this was caused by bug #1483655
|
|
1,507,696 | 13,760,705 |
Crash bug, passing -1 where we expect a small positive number. Hopefully just sec-dos.
ANGLE is *full* of bugs in this code, it seems like.
Also WebRender wants to use this codepath. Oops.
|
|
1,507,702 | 13,760,727 |
The firefox special URL "about:crashcontent" will trigger a crash of the current tab for testing purposes.
It is possible to trigger that URL from within a webpage, e.g. via an <img> tag. This also extends to being able to crash a browser from within an iframe, which I believe is particularly problematic as iframes are often used to embed content that a site not necessarily trusts.
(For a practical example look at https://twitter.com/xsamaster/status/1063347833271713792 - a tweet that embeds a "video" that will crash the browser tab.)
I believe a special debugging feature URL like about:crashcontent should never be accessible from a webpage, it should only be possible to activate it if the user actually types in that URL.
|
|
1,507,749 | 13,761,067 |
Steps to reproduce:
- go to https://developer.mozilla.org/en-US/docs/Web/CSS/shape-outside
- inspect the balloon image
- toggle on the Shape Path Editor for the `shape-outside` property in the Rule view
- attempt to drag the outer circle to resize the circle
Result:
The shape updates slightly, then stops working. Inspecting the browser console shows an error thrown:
```
Error: Invalid index -1. Expected positive integer:
```
|
|
1,507,947 | 13,762,437 |
There has been one instance of this crash signature from a Focus 8.0 Nightly user with GV 64 Beta.
This bug was filed from the Socorro interface and is
report bp-c227ee6b-7050-4182-a3b4-6478f0181116.
=============================================================
Java stack trace:
java.lang.IllegalArgumentException: Service not registered: org.mozilla.gecko.process.GeckoProcessManager$ChildConnection@f3bf8d0
at android.app.LoadedApk.forgetServiceDispatcher(LoadedApk.java:1517)
at android.app.ContextImpl.unbindService(ContextImpl.java:1639)
at android.content.ContextWrapper.unbindService(ContextWrapper.java:698)
at org.mozilla.gecko.process.GeckoProcessManager$ChildConnection.bind(GeckoProcessManager.java:85)
at org.mozilla.gecko.process.GeckoProcessManager.start(GeckoProcessManager.java:201)
at org.mozilla.gecko.process.GeckoProcessManager.start(GeckoProcessManager.java:189)
|
|
1,508,144 | 13,763,613 |
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:65.0) Gecko/20100101 Firefox/65.0
Actual results:
It triggers the menus.onClicked callback when you right/middle-click on the menu item.
Expected results:
It should not trigger the menu item (like with browser build in menus).
|
|
1,508,651 | 13,768,626 |
Created attachment 9026382
image.png
STRs:
- open DevTools, go to settings and enable dark theme
- open about:debugging
- inspect any tab
The header text is black on dark gray and therefore unreadable.
|
|
1,508,777 | 13,769,608 |
The LWT that are bundled and installable through Customize do not include an updateURL. It is assumed that each LWT will have an updateURL though, and the update code will throw an error preventing all LWT updates [1].
I haven't tested the upgrade to static themes but it looks like the upgrade should happen regardless. However since the LWT update was prevented, you will likely end up with a static theme and a now duplicate LWT.
We also need to figure out what to do to deal with the recommended LWTs. Including an updateURL may allow them to be upgraded normally, if there's a reasonable way to do so.
[1] https://searchfox.org/mozilla-central/rev/55895c49f55073d82d977cb74ec1d3a71ae4b25f/toolkit/mozapps/extensions/LightweightThemeManager.jsm#286
|
|
1,508,853 | 13,770,008 |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36
Steps to reproduce:
Do inline install of Extension that requires Search Override permission. Users have to opt-in for the permission after extension is installed.
This is based of changes introduced for "Installation notification Prompt" described here https://blog.mozilla.org/addons/2018/11/08/extensions-in-firefox-64/
Actual results:
After extension is installed users get prompted with 2 notifications.
1. Opt-in for Search override permission
2. Installation notification Prompt
When user click on "OK" for Installation notification Prompt the Opt-in Permission automatically hides not giving users opportunity to take action.
Expected results:
Similar to addon installation experience in AMO Store users should be prompted for "Opt-In" Permission first and based on user action "Installation notification Prompt" should follow.
|
|
1,508,936 | 13,770,507 |
Created attachment 9026630
windows retrieving CC numbers.png
[Affected versions]:
Nightly 65.0a1
[Affected platforms]:
Platforms: Windows 10 x64 and Windows 7 x32
[Preconditions]:
- set the pref dom.payments.request.enabled to "true"
- set the pref browser.search.region to "US"
- make sure to have at least one Shipping Address and saved CC
[Steps to reproduce]:
1. Go to "https://rsolomakhin.github.io/pr/single/" and click on "Buy".
2. Select any address and a Payment Method enter the CVV.
3. Click on "Pay".
4. Observe Windows Security window.
[Expected result]:
Firefox is trying to use stored credit card information. Enter password to allow this.
OR
Firefox is trying to show credit card information. Enter password to allow this.
Messages should be displayed.
[Actual result]:
Wrong label is shown on Windows login UI when retrieving credit card numbers.
|
|
1,508,954 | 13,770,630 |
Created attachment 9026644
fullscreenvideo.png
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0
Steps to reproduce:
1. Enable classic (non-aero) theme on Windows 7
2. Create new profile
3. Set light theme on about:addons page
4. Open any video (from youtube, for example)
Mozregression pointed on this:
Last good
build_url: https://queue.taskcluster.net/v1/task/KyM6RUuBTouiMU0Qu0casA/runs/0/artifacts/public%2Fbuild%2Ftarget.zip
changeset: 1ab00b6e99fd65b651381c235f1ae95ed746e57a
pushlog_url: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=1ab00b6e99fd65b651381c235f1ae95ed746e57a&tochange=e354a018b703c453e8afcda1f44f1d51456536f5
First bad
build_url: https://queue.taskcluster.net/v1/task/XCgw0ycCTmaBulq9nPft1w/runs/0/artifacts/public%2Fbuild%2Ftarget.zip
changeset: e354a018b703c453e8afcda1f44f1d51456536f5
pushlog_url: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=c41c4eba7e027bb7cc0735f94be19a8111790dc1&tochange=e354a018b703c453e8afcda1f44f1d51456536f5
|
|
1,508,961 | 13,770,656 |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0
Steps to reproduce:
Most of the time web notifications are annoying and intrusive – even more this message pane popping up to ask for permission. It can only be closed if I make a decision right now. Therefore I search for a way to block notifications by default – but still get informed that a website offers it.
I tried checking the checkbox in the permission options to block new requests for showing notifications.
Actual results:
With this setting checked I no longer get informed that a website offers notifications at all. But sometimes these notifications are very practical, e.g. on Skype, so I’d like to have a choice.
Expected results:
Although I don’t want to be asked for permissions when the website is loaded I want the possibility to decide that later. So I need to be informed about this option, e.g. with an icon in the url bar (like it’s done when content blocking is active or the website offers an RSS feed).
There’s a setting permissions.default.desktop-notification, but it seems to hide the informing icon when the value is not 0. I didn’t find a documentation and don’t know what it’s doing.
|
|
1,509,271 | 13,772,891 |
STR:
* Go to a wikipedia article
* Select some text
Expected: Floating text selection toolbar should be positioned above/below the selected text
Actual: The toolbar is always in the upper part of the screen.
Screenshot: https://user-images.githubusercontent.com/89638/48894967-405fb100-ee44-11e8-917e-146541fe4d86.png
This almost looks like as if some "multiplier" is missing and the toolbar gets positioned in a smaller scale at the top of the screen.
|
|
1,509,277 | 13,772,915 |
Steps to reproduce: Launch firefox from a cmd.exe shell as follows:
> cmd.exe /C start firefox.exe
I see a message box saying "Invalid Parameter". Clicking OK will continue normal execution.
A quick debug, it's failing on OpenProcess() because the parent PID (which was the child cmd.exe) is no longer running.
I reproduced this on mozilla-central rev 28497e7f30ae
|
|
1,509,488 | 13,774,980 |
Looks like we need to handle this in the keydown handler as well (like tabbox does), instead of relying on <key>.
|
|
1,509,631 | 13,776,108 |
Created attachment 9027319
Screen Shot 2018-11-24 at 12.49.55.png
|
|
1,509,711 | 13,776,683 |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0
Steps to reproduce:
1) Use latest Nightly-build. (with a new profile)
2) Enable the menubar-toolbar.
3) Try to drag the firefox-window with the mouse on the menubar-toolbar.
Actual results:
You can't drag the firefox-window on the menubar-toolbar (no-drag area).
Only the tabbar/navigationtoolbar is draggable with the mouse.
Expected results:
The menubar-toolbar should be draggable with the mouse.
Additional information:
According to mozregression the problem was caused because of the introduced change of Bug 1507536.
|
|
1,509,768 | 13,777,094 |
Created attachment 9027433
eshost output
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:64.0) Gecko/20100101 Firefox/64.0
Steps to reproduce:
Running this series of regex related methods returns unexpected results:
`'aa.ui.widget.Progressbar'.replace(/\./g, '/').replace('', 'baz')`
Actual results:
Got the output "aa/ui/widget/Progressbar"
Expected results:
got the output "bazaa/ui/widget/Progressbar"
|
|
1,509,810 | 13,778,536 |
I identified the following missing default values for the FxA signup template in ASR snippets:
- scene1_button_label has no default value. `Learn more`
- scene2_placeholder_text has no default `YOUR EMAIL HERE`
- scene2_dismiss_button has no default `Dismiss`
- scene2_button_label has no default `Sign Me Up`
Tested on 65.0a1.
Also please make sure to uplift those issues currently fixed in nightly to beta:
- scene2_text is not rich text - fixed in nightly
- scene2_title will not appear - fixed in nightly
- scene2_text is larger compared to scene1_text (14px vs 12px) - fixed in nightly
I'm available to help interpret current templates and answer any questions if needed.
See also https://github.com/mozmeao/snippets-service/issues/833
|
|
1,510,281 | 13,781,773 |
We want to always use a private context, and isolate the origin.
|
|
1,510,296 | 13,781,922 |
We've got some new codes from Google we'll be using in product.
|
|
1,510,487 | 13,783,331 |
Created attachment 9028124
SDP_and_DTLS_exchange_Logs.txt
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36
Steps to reproduce:
Connect to Firefox 64 datachannel session through webrtc.
The remote/local SDP is attached.
Actual results:
The DTLS exchange failed. Specifically after the DTLS certificate message is send, the remote DTLS server connection closes. Our Native DTLS exchange that we capture in our native stack is also attached.
Expected results:
I expected DTLS exchange to pass with datachannels. Did something change in Firefox 64 that could effect this?(maybe in the sdp ,DTLS or SCTP). I will attach a success version of DTLS exchange when connected to chrome (or firefox 63).
Our data channel native stack connects fine with firefox 63 and before. It also working fine with Chrome. The DTLS exchange works fine with Audio/Video connection in firefox 64 also.
|
|
1,518,258 | 13,846,595 |
Right now our discovery stream layout pref has consumer_key baked into it, but there should be a pref for this, and we just need to inject it when we do the fetch.
This is currently how the old top stories fetch works, example: consumer_key=$apiKey
|
|
1,518,278 | 13,846,682 |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.1 Safari/605.1.15
Steps to reproduce:
Here is a set of links that will always set trackers and browsing data, even if the user sets Private Browsing mode:
* Showing the Privacy Policy from Settings
* Showing the Help page from Settings
* Showing Your Rights page from Settings
* Showing "Show Tour" page from Settings
* Open a Link in Firefox from another application using the Sharing extension (e.g. "Open in Firefox" or "Load in Background")
* Opening a link copied from the Clipoard
Actual results:
When I switch to Private Browsing mode, the app tells me "Firefox won't remember your history or cookies…". However, this is only partially accurate, and potentially misleading.
Firefox appears to implement Private Browsing mode as separate tab groups: one set for private browsing, where no web data is saved; and another tab group for "normal" browsing that does save web data.
The issue I see with this implementation is that, even if I select Private Browsing, Firefox will still open some links in the "normal" tab group, with no way to change this behavior to open in the private browsing group.
Expected results:
When I switch to Private Browsing mode, I expect that no links should open in the "normal browsing" tab group. They should all open in the "private browsing" group.
My suggestion would be something to that implements this behavior. For example,
* All links open in the private tab group when switching to Private Browsing
* Create a preference "Always Open Links in Private Mode".
* Help and Settings links should either open in the private browsing tab group or the trackers/website data is not stored in the app-wide website data.
* Create a preference "Open links from other applications in Private Mode".
In the absence of these changes, it would be helpful to educate the user that switching to Private Browsing mode will still store browsing data under some circumstances, as outlined above.
|
|
1,518,321 | 13,846,991 |
Due to the Contextual Feature Recommendations (CFR) roll-out being reversed in 64 (see Bug 1512212), we need to now pref-on CFR in 65 for all users by default.
This feature involves showing add-on recommendations for users if they visit matching websites.
|
|
1,518,663 | 13,850,415 |
User Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:64.0) Gecko/20100101 Firefox/64.0
Steps to reproduce:
I've been trying to create an Enterprise Policy via policies.json that will install extensions from AMO, however, it only works the first time the browser is launched from a fresh profile.
Repro Steps:
1. Place this "policies.json" in the distributions/ directory of the Firefox install path:
{
"policies": {
"Extensions": {
"Install": [
"https://addons.mozilla.org/firefox/downloads/latest/darkreader",
"https://addons.mozilla.org/firefox/downloads/latest/vimium-ff",
"https://addons.mozilla.org/firefox/downloads/latest/ublock-origin"
],
"Uninstall": [],
"Locked": []
}
}
}
2. Run Firefox and view about:policies. The URLs show up under the Active tab. However, none of the extensions are ever installed, and in the Error tab it shows the following errors:
Policy Errors
Download failed - https://addons.mozilla.org/firefox/downloads/latest/ublock-origin
Download failed - https://addons.mozilla.org/firefox/downloads/latest/vimium-ff
3. Create a new Firefox profile "firefox --new-instance -P"
4. Observe that the extensions do actually install
5. Add an extension to "policies.json" (this is in order to trigger Firefox to reload the policy)
6. Restart Firefox with the new profile, go to about:policies, and notice that the same list of errors has appeared for every extension listed
Actual results:
Extensions will only be installed on the first run of Firefox on a fresh user profile. Otherwise there are errors in downloading the extensions.
Expected results:
Any change to policies.json should cause the new extensions to be installed successfully, without errors.
|
|
1,518,786 | 13,851,296 |
Created attachment 9035300
AddSecurityException_BottomPadding_Get.png
[Affected versions]:
- 65.0b9, 65.0b9devED
[Affected platforms]:
- Windows 10, Ubuntu 18.04
[Steps to reproduce]:
1. Access https://forum.kaspersky.com/index.php?/topic/403934-possible-fake-emails-from-kasperskyuk/
2. Click on the Advanced button;
3. Click on the Add Exception button;
4. Click on the Get Certificate button;
[Expected result]:
- the window is properly displayed
[Actual result]:
- step.3: bottom_padding is needed the Permanently store this exception option;
- step.4: window displayed at what seems to be the min-height; buttons they appear truncated;
[Regression range]:
- issue appears to be limited to the beta 9 builds;
[Additional notes]:
- attached screenshot with the issue;
- macOS(10.13) does not seem to be affected by this issue;
- on Ubuntu, resizing of the window is possible;
|
|
1,518,834 | 13,851,758 |
When muting the local audio input on appear.in the local preview video freezes as well. Furthermore the video send to the remote side also freezes. If the participant is muted when another party joins the call, the new joiner doesn't get any video until the first party un-mutes him/her-self.
Mozregression run points at bug 1513973.
|
|
1,518,872 | 13,852,124 |
Created attachment 9035402
Screen Shot 2019-01-09 at 10.37.04 AM.png
When a typical user gets a blank page when browsing to a site they've previously used, how are they supposed to know that they need to click on the icons next to the URL to get the popup and turn off blocking for the site?
I was in a meeting, and needed to quickly get to the webpage, so I switched to a different browser which worked. Later I went back to Nightly to figure out what was wrong, and found it was due to content blocking -- screenshot attached.
I think a typical user would just continue using the other browser. :-(
|
|
1,518,996 | 13,852,959 |
Created attachment 9035532
Snipaste_2019-01-10_11-35-46.png
User Agent: Mozilla/5.0 (Windows NT 6.1; rv:66.0) Gecko/20100101 Firefox/66.0
Steps to reproduce:
Open about:preferences#general
Actual results:
The input box looks strange.
Expected results:
The input box looks normal.
|
|
1,519,019 | 13,853,143 |
The fix landed as part of Bug 1517572 ([rd3524cb549ec](https://hg.mozilla.org/mozilla-central/rev/d3524cb549ec)).
We can't directly request an uplift directly since there are other commits in that patch, so let's do it here.
|
|
1,519,022 | 13,853,156 |
[Description]:
- When the user publishes a recipe, opens the browser with the correct preconditions and confirms the experiment action has been made, the actions made can be seen in the about:telemetry page (Events section, dynamic events shown). Furthermore, if the user restarts the browser again, he will not find the previously shown data in the about:telemetry page (Archived ping data, Events section is not being displayed).
[Affected versions]:
- Nightly v66.0a1
- Beta v65.0b9
- Release v64.0.2
[Affected platforms]:
- Tested in Windows, most probably all
[Steps to reproduce]:
1. Create, approve and run a recipe.
2. Open the browser with the correct preconditions.
3. Go to about:telemetry page and notice that the experiment actions are documented.
4. Restart the browser.
[Expected result]:
- The experiment actions can be checked in the archive of about:telemetry page.
[Actual result]:
- The preference experiment actions are not archived.
|
|
1,519,051 | 13,853,353 |
Steps to reproduce from the webcompat issue:
1. Navigate to https://hangouts.google.com/ with a personal Google account (enterprise one doesn't work because it would redirect to meet.google.com)
2. Click “Video Call” and start a video chat.
3. Click “More” button.
4. Click “Fullscreen” and observe behavior.
I had a look at this issue on my surface, and it seems the fullscreen request gets stuck: it's neither accepted nor rejected. You see no error message in the console, and manually hook fullscreenerror event gets nothing. This is apparently something going wrong in the browser.
It's not clear to me yet whether it's something wrong in the DOM code or in the Windows widget code.
|
|
1,519,058 | 13,853,398 |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0
Steps to reproduce:
I open Firefox, all the bookmark favicons are displayed, I close Firefox.
I found that the option causing the issue is this one: Clear history when Firefox closes ---> Settings... BROWSING HISTORY AND DOWNLOAD HISTORY.
I have version 64 but it started with version 63. Other users discussed it here: http://forums.mozillazine.org/viewtopic.php?f=38&t=3042626
Actual results:
When I open Firefox some specific bookmark favicons disappear sometimes, they become the default globe instead and I need to click on the bookmark and open its website in order to make the favicon come back. Like I said it only happens with some bookmarks like this one: https://store.steampowered.com/explore/new/
It doesn't happen every time I open Firefox, but it seems to happen more easily if I have visited that bookmark last time.
Expected results:
The favicons should not disappear.
|
|
1,519,060 | 13,853,418 |
here https://searchfox.org/mozilla-central/rev/5053031ba7621fa8f63f42de4c204ab3561e4e59/toolkit/components/places/PlacesDBUtils.jsm#117 we look for Cr.NS_ERROR_FILE_CORRUPTED, and that doesn't seem to work as expected.
|
|
1,519,081 | 13,853,542 |
Created attachment 9035605
state field.png
[Affected versions]:
Nightly 66.0a1
[Affected platforms]:
Platforms: Windows 10 x 64, Mac OS X 10.12 and Ubuntu 16.04 x64.
[Steps to reproduce]:
1. In about:config set the pref dom.payments.request.enabled to "true" and set the pref browser.search.region to "US" or "CA".
2. Go to "https://rsolomakhin.github.io/pr/us/" page and click on "Buy".
3. In case you have already saved info click on "Add" from shipping address.
4. Observe that "state" field is displayed in case United states is selected in "Country or Region" field.
5. From "Country or Region" field select "Gaza Strip".
[Expected result]:
"State" field shouldn't be displayed.
[Actual result]:
"State" field is displayed even after selecting a Country/Region with no list of state/Province
|
|
1,519,095 | 13,853,636 |
**Affected versions**
* Firefox 65.0b9
* Firefox 66.0a1 (2019-01-09)
**Affected platforms**
* Windows 10x64
* Ubuntu 18.04x64
* macOS 10.12.6
**Steps to reproduce**
1. Launch Firefox.
2. Open Web Console.
3. Run this script **while (true) {window.open('http://google.fi');}** and observe the displayed pop-up.
**Expected result**
* *Nightly prevented this site from opening more than 100 pop-up windows.* message is displayed.
**Actual result**
* *Nightly prevented this site from opening a pop-up window* message is displayed.
**Regression range**
* First bad: 65.0a1 (2018-11-14)
* Last good: 65.0a1 (2018-11-13)
* Pushlog: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=b9725b8b1c14bb944e5ed3526758fe966da79905&tochange=fcbdfdfb077626ac424844baed754b9f7168ada2
**Additional notes**
* On Firefox 64.0.2 RC it's displayed exactly the no. of pop-ups that are prevented for opening. It seems that this is the old behavior.
|
|
1,519,137 | 13,853,928 |
**Affected versions**
- latest Nightly 66.0a1
- Beta 65.0b9
**Affected platforms**
- Windows 10 x64
- macOS 10.13
- Ubuntu 16.04 x64
**Steps to reproduce**
1. Launch Firefox.
2. Go to about:preferences, to the "Content Blocking" section from Privacy & Security
3. Click on the radio button next to "Custom" and check Cookies.
4. Access https://www.reddit.com/.
5. Restart the browser.
- inspect the Cookies' label inside the information panel
**Expected result**
- "Blocking Tracking Cookies" label is displayed in the information panel.
**Actual result**
- "Blocking Tracking Cookies" label is NOT displayed in the information panel.
**Regression range**
- Not a regression since I was able to reproduce it on 65.0b8 as well, when the Cookies' labels have been implemented.
**Additional notes**
- a workaround is to select another blocking level from the Cookies' drop-down menu, and then reopen the info panel.
- please see the screencast: https://drive.google.com/open?id=1e6WlHPr83PkECVYdfssoPVV47xlidAT0
|
|
1,519,164 | 13,854,233 |
The UI tours live behind a pref. A new pref needs to be uplifted so that 65 Release users are served the correct tour. To do this, Johann needs the exact URLs.
|
|
1,519,342 | 13,855,650 |
Created attachment 9035877
onboarding card.mov
[Platform]:
- MacOS 10.13.6
[Application]:
- Nightly 66.0a1
[Steps to reproduce]
1. Go to about:config and set the 'browser.newtabpage.activity-stream.asrouter.devtoolsEnabled' to True
2. Open about:newtab#asrouter, scroll to the bottom of the page and press the 'Force Attribution' button
3. Open about:welcome and click on Add to Firefox button to install the extension
[Actual result]
User is redirected to the Onboarding card before confirming the installation (Add/Cancel) in the doorhanger
[Expected result]
According to the [specs](https://docs.google.com/presentation/d/1blJHV5RQnU0qEEXP56JOkmMBscWf2RVnne3DuAs5IMg/edit#slide=id.g435d454b98_6_44), the user should first confirm the installation and only then the redirection to the Onboarding card should happen
Notes:
- please refer to the attachments in this bug for a visual representation of the issue
|
|
1,519,553 | 13,857,191 |
STR:
1. Launch Firefox.
2. Navigate to https://output.jsbin.com/tumuru/quiet and slowly scroll the content so only the text is visible.
3. Observe.
ER: Solid scroll position.
AR: The page jitter.
This issue does not reproduce in the competitor browser.
Disabling layout.css.scroll-anchoring.enabled makes the page jumping up and down.
|
|
1,519,589 | 13,857,455 |
Steps to reproduce:
1. Set browser.urlbar.quantumbar to true and restart Fx to enable quantumbar.
2. Type in addressbar to cause dropdown to open.
3. Middle-click one of the suggested entries in the dropdown.
Expected result: Selected (middle-clicked) item's url opens in a new tab (same effect as Ctrl-click).
Actual result: Nothing; middle-click is ignored / not yet supported.
|
|
1,519,616 | 13,857,670 |
Created attachment 9036107
Screencast.mp4
STR:
1. Use some external Light Themes/Appearances/Personas not build in browser (like https://addons.mozilla.org/addon/virtualfox/ for example)
2. Open Add-ons Manager (about:addons)
3. Open Themes tab
4. Open external Light Themes/Appearances/Personas
5. Open other item
and see that preview of Light Themes/Appearances/Personas is visible on other items
|
|
1,519,617 | 13,857,677 |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:66.0) Gecko/20100101 Firefox/66.0
Steps to reproduce:
try to view html5-hls video for example on the website:
https://www.phoenix.de/sendungen/gespraeche/augstein-und-blome/wut-auf-afd-und-gruene-verroht-die-republik-a-627419.html (geo-block may appear it's for germany)
Actual results:
playing the video starts one second and than shows endless spinning - videoplayback not possible
Expected results:
video playback
|
|
1,519,879 | 13,860,991 |
This may just be QA verification, or it may also involve a bit of code. It should also work on double-wide list items, if those are implemented by the time this is done.
|
|
1,520,125 | 13,862,910 |
Created attachment 9036533
firefox_proxy.PNG
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0
Steps to reproduce:
I have 65.0b10 (64bit)
When I open new window or new tab, every time I write second letter to address bar (and firefox try to search domain) I asked for proxy username and password. But I have saved working username and password (when I can go thrue website whatewer I want without asking for proxy).
I have proxy set like Url for automatic proxy settings.
Actual results:
Asking for proxy account every time.
Expected results:
No asking for proxy everytime.
|
|
1,520,200 | 13,863,582 |
**Note**
* Must have two accounts on the http://web.ciscospark.com/.
* This issue has occured on Ubuntu 16.04 LTS.
* The affected OS's have the following GPU: Intel(R) HD Graphics 5500
**Affected versions**
* Fx 65.0b10
* Fx 66.0a1
**Affected platforms**
* Fx 65.0b10 and Fx 66.0a1(web app) Ubuntu 16.04 LTS (affected) and Fx 64.0.2 macOS 10.14
* Fx 65.0b10 and Fx 66.0a1(web app) Windows 7 x64 (affected) and native app Windows 10 x64.
* Fx 65.0b10 and Fx 66.0a1(web app) Windows 7 x64 (affected) and native app macOS 10.14 (it occurred for a few seconds).
* Fx 65.0b10 and Fx 66.0a1(web app) Windows 7 x64 (affected) and web app macOS 10.14 (it occurred for a few seconds).
**Steps to reproduce**
1. Launch Firefox.
2. Go to http://web.ciscospark.com/ and log in.
3. Initiate a call.
**Expected result**
* The call has no audio/video issues.
**Actual result**
* As soon as the call is initiated, the native app notices a flicker in the video then the video displayed is a zoom in in the upper-left corner.
**Regression range**
* Will investigate as soon as possible.
**Additional notes**
* Image with the zoomed in video feed: https://imgur.com/a/OffUNjY
|
|
1,520,224 | 13,863,808 |
Steps to reproduce:
1. Navigate to about: config and set extensions.formautofill.available to "on".
2. Open https://luke-chang.github.io/autofill-demo/basic.html
3. Fill fields with some data
4. Press "Submit"
Expected: The autofill warning popup is displayed
Actual: There is no popup showed. The Autofill is not avaliable
|
|
1,520,483 | 13,865,800 |
I wanted to keep bug 1515459 open until I have resolved the other 2 crashes, but I forgot to set leave-open.
Crash mozilla::net::TLSFilterTransaction::OnReadSegment may have been resolved with bug 1515459, I will keep an eye on it. the crash rate is low so I can not say 100% if it has been resolved.
mozilla::net::nsHttpTransaction::ReadSegments has not been resolved.
|
|
1,520,635 | 13,866,935 |
Created attachment 9037069
Chrome out Of Sync
I've only seen this once so far, so no STR, but
Closed another tab, tab URL remained in address bar, and despite hitting refresh button, wrong URL in tab remained.
Also seeing long presses on URLs bringing up wrong link (ie, a link further up the page)
|
|
1,520,760 | 13,867,812 |
User Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0
Steps to reproduce:
Please, take a look at https://crash-stats.mozilla.com/signature/?signature=jsimd_idct_islow_avx2&date=%3E%3D2019-01-10T13%3A57%3A52.000Z&date=%3C2019-01-17T13%3A57%3A52.000Z&_sort=-date
A lot of crashes on Windows on Windows platform, for FF 64 and 65
|
|
1,515,608 | 13,824,967 |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36
Steps to reproduce:
1. Installed localhost certificated and added to trusted list and availabled in Keychains.
2. Tested in Chrome and Safari browsers and these browsers accepting that localhost trusted certificate but it is failing with Mozilla.
3. For this followed about:config and enabled security.enterprise_roots.enabled boolean value to true but this is not working Mac mozilla browser, where as same process working in windows mozilla browser
Tested this with Mozilla 63 and latest version 64 also.
Actual results:
Mozilla browser detecting them as untrusted site. Even though Safari and chrome browsers are accepting that as trusted.
Expected results:
Localhost trusted certificates available in Mac OS keychains should be accepted by Mozilla browser. And it should not show the site as untrusted.
|
|
1,515,663 | 13,825,452 |
Created attachment 9032712
rec of the issue.gif
[Affected versions]:
- Firefox 64 and above
[Affected Platforms]:
- All Windows
- All Linux
- All Mac
[Prerequisites]:
- Have the latest Firefox Nightly build installed.
- Have the "Browser Console" opened.
- Have valid FxA credentials.
- Have a Firefox profile with the following prefs in the "about:config" page:
- "browser.newtabpage.activity-stream.asrouterExperimentEnabled" with "true" value;
[Steps to reproduce]:
1. Open the browser with the profile from prerequisites.
2. Navigate to "about:config#asrouter" page.
3. Scroll down to the "FXA_SNIPPET_TEST_1" section and click the "Show" button.
4. Click the stage one button and insert the email from prerequisites in the text field.
5. Click the stage two button and enter the password from prerequisites.
6. Click the "Sign In" button and navigate to the "about:newtab#asrouter" page in a new tab.
7. Scroll down to the "FXA_SNIPPET_TEST_1" section and observe its status.
[Expected result]:
- The "FXA_SNIPPET_TEST_1" section is blocked (grayed out).
[Actual result]:
- The "FXA_SNIPPET_TEST_1" section is still active.
[Additional Notes]:
- This issue is not reproducible with the "Newsletter" and the "SEND_TO_DEVICE" test snippets.
- Attached a screen recording of the issue.
|
|
1,515,714 | 13,825,794 |
Filing a new bug for an issue recently seen by QA from a bug fixed in 2017.
+++
I managed to reproduce this issue again with the latest 65.0b5(20181217180946) build.
I pulled the following regression : https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=d8e07613f15e55f43d654af8708ffa0cba1710d1&tochange=d341e1dcdfeff2ba187ada77af2e77f4b430604d
It seems that the issue which causes this may be Bug 1511905 - Fix window controls' hover and active colors in light titlebars on Windows 10.
Johann, how would you like us to proceed with this issue?
+++ This bug was initially created as a clone of Bug #1368679 +++
Almost I can not recognize the hover effect.
Steps To Reproduce:
1. Enable Menubar
2. Mouse hover over menu or keypress alt key
Actual Results:
Almost I can not recognize active menu.
Expected Results:
More lighter background color.
PS. I think hover active color of caption buttons are also less contrast
|
|
1,515,902 | 13,826,964 |
For now, to address the regressions, I'll use this to share color and background-color only, although there's potential to consolidate and share more things.
|
|
1,515,939 | 13,827,175 |
Some classes went missing in bug 1493536.
|
|
1,516,136 | 13,828,621 |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0
Steps to reproduce:
Downloaded latest version of Nightly on 12/22/2018
Actual results:
Nightly freezes. Sometimes after visiting one website, sometimes after visitng several.
Expected results:
Nithly freezes. Have to go to Task Master (contol alt delete) to close FIrefox Nightly
|
|
1,516,413 | 13,831,453 |
Created attachment 9033320
Screencast_12-26-2018_03:41:47 PM.mp4
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:66.0) Gecko/20100101 Firefox/66.0
Steps to reproduce:
- Open any website
- Switch to responsive design mode
- Zoom in using CTRL + Mouse wheel
- Reset zoom level using CTRL + 0
Actual results:
The area inside viewport doesn't reset to original zoom level.
Please see the attached screencast
Expected results:
Viewport zoom level should reset as well
|
|
1,516,524 | 13,832,512 |
Created attachment 9033404
Tab_reopened.jpg
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:64.0) Gecko/20100101 Firefox/64.0
Steps to reproduce:
1. Open any pdf file (e.g. http://www.pdf995.com/samples/pdf.pdf)
2. Open tab overview
3. Switch back to the tab, where you opened the pdf
Actual results:
After switching back, the PDF file is no longer loaded. I have to reload the page in order to view it again (see screenshot)
I am using Firefox 14.0 Build 12646 on my iPhone X with iOS 12.0 Build 16A366
Expected results:
The PDF should be kept loaded, when switching between tabs.
|
|
1,516,768 | 13,834,142 |
Created attachment 9033636
cardcss.PNG
|
|
1,516,889 | 13,834,626 |
Firefox Nightly 65.0a1 20181230093119
Pressing the Esc key the while storage access prompt is open grants access but should block (because that is styled as the primary action).
Steps to reproduce, from https://testrail.stage.mozaws.net/index.php?/cases/view/226129
Preconditions
Set the following preferences in about:config :
* Make sure dom.storage_access.enabled is TRUE (default in Nightly)
* Make sure urlclassifier.trackingAnnotationTable.testEntries is set to "storage-access.englehardt-tracker.com,imminent-archeology.glitch.me".
* Make sure network.cookie.cookieBehavior is 4 (default in Nightly)
* Make sure dom.storage_access.auto_grants is FALSE
1. Open the Firefox Browser and set the preferences from the Preconditions section.
2. Reach https://storage-access.englehardt-tracker.com/index.html and Click anywhere on the page.
Reach https://imminent-archeology.glitch.me/ and Click anywhere on the page.
3. Reach https://ehsanakhgari.org/test/storage_access/
4. Click the "Call document.hasStorageAccess()" button from the Top 2 frames.
The "False" text is returned since the Storage Access is Blocked with the STANDARD option selected.
5. Click the "Set and Get cookie via document.cookie" button from the Top 2 frames.
Expected:
The message:
Trying to set cookie with value:
0.random number
Your current non-HTTPonly cookies are:
is blank since the Storage Access is Blocked.
6. Click the Call document.requestStorageAccess() button from the Top 2 frames.
The Permission Prompt is displayed:
Will you give storage-access.englehardt-tracker.com access to track your browsing activity on senglehardt.com?
You may want to block storage-access on this site if you dont recognize or trust it.
Learn more about third-party trackers. message is displayed.
7. Press the Esc key to dismiss the Permissions prompt.
Expected: The "Access Denied" message is displayed.
Reality: "access granted" is shown.
|
|
1,517,078 | 13,836,579 |
ASAP after QA has passed the on multilingual preferences in Beta 65 - land and request uplift to enable that by default in Beta 65.
Release Management (ryanvm) is expecting this pref flip uplift request - after the final round of QA.
|
|
1,517,101 | 13,836,668 |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:65.0) Gecko/20100101 Firefox/65.0
Steps to reproduce:
When being prompted as to where should a file be open or downloaded, the dialog box opens but then the browser is almost frozen/very very slow.
I sometimes have to wait 3 or 4 minutes before being able to click OK. Meanwhile, the browser is not usable.
Using Linux Mint 19.1, the issues appeared with Firefox 64.
Testing through different versions from here: https://ftp.mozilla.org/pub/firefox/releases/
The issue happens only with Firefox 64 and 65 : 63 works fine.
Actual results:
Browser freezes
Expected results:
Let me click OK or Cancel
|
|
1,517,197 | 13,837,083 |
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.80 Safari/537.36
Steps to reproduce:
1. Open https://www.pixum.de/editor?product_id=5885 on a Desktop Resolution
2. In the bottom preview bar click on different month's of the calendar
Actual results:
You don't see the month's days of the calendar. The svg image is not being shown.
If you click a second time, the days are visible. (Maybe because now the svg image is loaded into browser cache)
Expected results:
The days of the month should be visible. The svg image should be visible.
|
|
1,517,737 | 13,841,711 |
[Affected versions]:
- Firefox 66.0a1 Build ID - 20190103220533
[Affected Platforms]:
- All Windows
- All Mac
- All Linux
[Prerequisites]:
- Have a new Firefox profile.
[Steps to reproduce]:
1. Open the browser and navigate to about:newtab.
2. Click to the left of the in-content Search bar.
3. Press the Tab key.
4. Press any alpha-numeric key and observe the behavior.
[Expected result]:
- Focus is shifted to the Address bar and the letters/numbers appear there.
[Actual result]:
- Nothing happens.
[Notes]:
- Attached a screen recording of the issue: https://goo.gl/RoVv2C
|
|
1,518,001 | 13,843,534 |
1. https://jsfiddle.net/talon4567/0chsbLgr/ with Nightly or Beta debug
Wait
2. Assertion failure: currentEnd_ - position_ <= NurseryChunkUsableSize, at z:/build/build/src/js/src/gc/Nursery.h:316
Operating system: Windows NT
10.0.17134
CPU: amd64
family 6 model 45 stepping 2
2 CPUs
GPU: UNKNOWN
Crash reason: EXCEPTION_BREAKPOINT
Crash address: 0x7ffb51f2c937
Assertion: Unknown assertion type 0x00000000
Process uptime: 165 seconds
Thread 0 (crashed)
0 xul.dll!js::Nursery::needIdleTimeCollection() [Nursery.cpp:e0a4fe89a7b0a36b246f79121d7e4fd70bd898b7 : 697 + 0x35]
rax = 0x00007ffb542aa0ce rdx = 0x00007ffb8184a650
rcx = 0x00007ffb71eeeac8 rbx = 0x00000247bb81eb20
rsi = 0x00000247b1eea000 rdi = 0x0000000000000001
rbp = 0x0000000000000001 rsp = 0x000000c43cbfeba0
r8 = 0x000000c43cbfce98 r9 = 0x000000c43cbfe471
r10 = 0x0000000000000000 r11 = 0x000000c43cbfea40
r12 = 0x00000247b1e1bb00 r13 = 0x0000000000000000
r14 = 0x00000000ffffffff r15 = 0x000000c43cbff23f
rip = 0x00007ffb51f2c937
Found by: given as instruction pointer in context
1 xul.dll!mozilla::CycleCollectedJSContext::IsIdleGCTaskNeeded() [CycleCollectedJSContext.cpp:e0a4fe89a7b0a36b246f79121d7e4fd70bd898b7 : 428 + 0xa]
rbx = 0x00000247bb81eb20 rbp = 0x0000000000000001
rsp = 0x000000c43cbfebd0 r12 = 0x00000247b1e1bb00
r13 = 0x0000000000000000 r14 = 0x00000000ffffffff
r15 = 0x000000c43cbff23f rip = 0x00007ffb4be3812a
Found by: call frame info
2 xul.dll!XPCJSContext::AfterProcessTask(unsigned int) [XPCJSContext.cpp:e0a4fe89a7b0a36b246f79121d7e4fd70bd898b7 : 1254 + 0xa]
rbx = 0x00000247bb81eb20 rbp = 0x0000000000000001
rsp = 0x000000c43cbfec20 r12 = 0x00000247b1e1bb00
r13 = 0x0000000000000000 r14 = 0x00000000ffffffff
r15 = 0x000000c43cbff23f rip = 0x00007ffb4cce2014
Found by: call frame info
3 xul.dll!nsThread::ProcessNextEvent(bool,bool *) [nsThread.cpp:e0a4fe89a7b0a36b246f79121d7e4fd70bd898b7 : 1215 + 0xe]
rbx = 0x00000247bb81eb20 rbp = 0x0000000000000001
rsp = 0x000000c43cbfec60 r12 = 0x00000247b1e1bb00
r13 = 0x0000000000000000 r14 = 0x00000000ffffffff
r15 = 0x000000c43cbff23f rip = 0x00007ffb4bf20eda
Found by: call frame info
Windows 10 x86_64 with 8G of RAM, Fedora 29 x86_64 with 16G. Didn't crash Nightly opt on Fedora locally.
Test case to supposedly crash chrome which is similar enough to other oom test cases we've seen.
txt = "a";
while(1){
txt = txt += "a";
}
s-s since it is gc and other gc/nursery bugs were s-s.
|
|
1,518,113 | 13,845,557 |
We need to revert the Preferences document to the "application" role on Beta to prevent bug 1514687 from happening, to give us more time for testing a patch that fixes the underlying issue in Nightly.
|
|
1,513,149 | 13,805,198 |
STR: For any download listed in the downloads panel, hover over its action button - open containing folder, cancel or retry.
AR: The small description under the file name remains the same as when hovering over the main area. E.g., on a completed download, you get `Open file` when you hover over the folder icon.
ER: It should change. E.g., on a completed download, you should get `Open containing folder` when you hover over the folder icon.
This regressed in bug 1452626. Now, the `.downloadHoveringButton` class is added to `.downloadButton` when the CSS expects it on `richlistitem`.
|
|
1,513,177 | 13,805,356 |
Created attachment 9030411
Screen Shot 2018-12-10 at 21.09.05.png
|
|
1,513,222 | 13,805,702 |
> sfoster> I commandeered a revision to make a couple of changes to the patch (I
> was unable to moz-phab submit otherwise?) I've re-submitted it with moz-phab
> submit but now its complaining about the author - which phabricator thinks is me,
> but the patch (correctly) has as the original author. How to fix?
> The rev. in question: https://phabricator.services.mozilla.com/D13738
Diff 1 (https://phabricator.services.mozilla.com/D13738?id=41819, made by the original author) has the correct commit author info
Diff 2 (https://phabricator.services.mozilla.com/D13738?id=42731, presumably pushed by sfoster) has no commit author info
The problem could be with phabricator, arcanist, or mozphab.
|
|
1,513,227 | 13,805,750 |
Fairly sure it's bug 1425277.
The various CStringRef are rubbish when looking at what they resolve into.
I also get high CPU usage when playing a H264 1080p apple trailer.
|
|
1,513,232 | 13,805,802 |
Device(s):
- Samsung S9 (Android 8.0.0);
Build(s):
- Nightly 66.0a1 (2018-12-11);
Steps to reproduce:
1. Watch any Youtube video in fullscreen
2. From Fullscreen go into Picture in picture mode
3. Return back to full screen video from Picture in picture
Expected result:
- Video is not zoomed in and is still in full screen
Actual result:
- Video is zoomed in in full screen
Notes:
- Was unable to reproduce the issue on Beta or Release
- https://youtu.be/E1IaSJnM_Ag
|
|
1,513,469 | 13,807,921 |
Created attachment 9030640
No highlight.gif
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0
Steps to reproduce:
Type `test` in the address bar without quotes.
Actual results:
The `[lens] test` line did not have the usual blue background. If I press down-arrow, followed by up-arrow, it still does not get the blue background.
Expected results:
The `[lens] test` line should have a blue background.
|
|
1,513,500 | 13,808,142 |
Created attachment 9030664
flex.mp4
STR:
- Visit https://bugzilla.mozilla.org/show_bug.cgi?id=1409965
- Open the inspector and select #header-item > a
ER:
- sidebar should show flex container section
AR:
- sidebar shows flex container as well as flex item section, though the item section is empty. the selected element is actually not a flex item of div.inner
The problem can be reproduced in multiple places, e.g. for div.dinner.
|
|
1,513,505 | 13,808,172 |
**Steps to reproduce**
1. Evaluate the following:
```js
class C {
constructor() {
this.obj = { prop: "prop" };
}
get someGetter() { return this.obj.prop; }
}
new C
```
2. Expand `obj`, then `<prototype>`
3. `someGetter` node should be visible, click it
**Expected results**
`someGetter` changes to show "prop"
**Actual results**
There's an error displayed next to the label: `TypeError: "this.obj is undefined; can't access its "prop" property"`
---
Actual fix will be done in https://github.com/devtools-html/debugger.html/pull/7484. This bug will be used to land the bug, add a test, and trying to uplift the fix to beta since Bug 820878 rid the train.
|
|
1,513,600 | 13,809,001 |
**Steps to reproduce**
1. Open http://html5doctor.com/demos/webvtt/
2. Play the video (important, the bug only appears when the video is playing)
3. Click the closedCaptionButton to make the list of track appears (there should be 2 items: Off and an empty one
4. Try to click on "Off" (or the other one, it doesn't matter)
**Expected results**
I can click the button
**Actual results**
As soon as I move the mouse, the popup disappear, making it impossible to to select a track.
---
Ran mozregression against this: https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=4ff0fcd61c7a1f791414516a6e22efca94530f19&tochange=d8dca67e244037cefcee992c48b1ef1f0fc7293c
Seems that Bug 1493525 introduced the bug.
|
|
1,513,710 | 13,809,695 |
Bug 1498448 removed the string bundle that certViewer.xul uses to export certificates (the actual use is in pippki.js, which is unfortunately convoluted).
STR: open the certificate viewer (e.g. view page info -> security -> view certificate), go to the details tab, click "export"
|
|
1,513,737 | 13,809,926 |
We found that Array.shift had a significant slow down when mapping pause points
https://treeherder.mozilla.org/perf.html#/comparesubtest?originalProject=mozilla-central&newProject=try&newRevision=b312ec87a42574e3c252acd65d2d46735d85e649&originalSignature=f79b6a4f1f8f53326d3056f6c8008c0ff4de0a94&newSignature=f79b6a4f1f8f53326d3056f6c8008c0ff4de0a94&framework=12&selectedTimeRange=172800
|
|
1,513,778 | 13,810,197 |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0
Steps to reproduce:
1. Open Google gmail page and compose an email in Firefox 60.4.0esr 64-bit or 64.0 64-bit in Debian 9 GNU/Linux OS.
2. Drag and drop a file from the file manager to Firefox gmail page.
Actual results:
The "Drop File Here" frame appears but the dropping fails. The "Drop File Here" frame persists even after the dropping failure, interfering with email editing. The composing email has to be either closed or be refreshed by reloading the page to make it editable again. Sometimes re-dropping the file makes it work.
Expected results:
The dropped file should be accepted as an attachment to the composing email and you should be able to continue editing the email. Google chrome and Firefox 52.9.0 64-bit work as expected.
|
|
1,513,973 | 13,811,398 |
On the dec 8th Nightly on Ubuntu [1] I'm experiencing latency on the microphone side in one-on-one calls on appear.in. So far two out of two calls today have experienced roughly 1s latency.
It doesn't appear to be in pulseaudio as pavucontrol's volume meter for the active Firefox recording is snappy.
It is not on the other party's speaker side, as unmuting my local media element exhibits the latency too.
The remote party's audio on my end is all right.
Meanwhile another tab running [2] is perfectly fine. That would use another MediaStreamGraph and cubeb stream, so perhaps that makes sense.
I have disabled cubeb sandboxing and am on the pulse-rust cubeb backend.
To me it seems like the latency is in either cubeb or MediaStreamGraph or in between.
[1] https://launchpad.net/~ubuntu-mozilla-daily/+archive/ubuntu/ppa
[2] https://mozilla.github.io/webrtc-landing/gum_test.html
|
|
1,514,070 | 13,812,320 |
Created attachment 9031296
Screenshot 2018-12-13 15:04:56.png
STR:
1. On a fresh profile open https://senglehardt.com/test/identity_providers/google_custom.html.
2. Click "Google", which should trigger a popup from accounts.google.com.
3. Interact with the pop-up window (enter some text, click around)
4. Open the cookies subpanel.
Expected result:
accounts.google.com row says "Allowed" and is not grayed out.
Actual result:
accounts.google.com row says "Blocked", is grayed out, but contains an X icon that indicates the origin (correctly) has an exception.
When I refresh the page, I see the expected result.
I've observed this both on Nightly (66.0a1 - 20181213094243) and Beta (65.0b4 - 20181211223337).
|
|
1,514,118 | 13,812,660 |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0
Steps to reproduce:
Start Firefox
Actual results:
The master password dialog appears on startup. When dismissed it returns a second time.
Expected results:
Nothing.
I am not using Sync.
The problem still occurs in safe mode.
Restoring my profile from a backup I made when 63.0.3 was installed fixed the issue once, but it recurred on the next startup. Based on a thread about a related problem, I tried deleting cert9.db, which also prevented the problem once only.
This issue only occurs in version 64. Downgrading to 63.0.3 fixed it.
|
|
1,514,204 | 13,813,280 |
Created attachment 9031406
Tracking protection animation
I *think* this is a regression caused by bug 1506996, but I'm not sure and can't verify this at the moment.
STR:
Be on default/dark theme, open www.bbc.com and watch the tracking protection animation on the address bar.
AR:
At the very end on the animation, the shield slowly turns black (on the default theme) or white (on the dark theme) but eventually the shield turns back to be purple.
ER:
It should stay black/white.
|
|
1,514,232 | 13,813,625 |
Build: 8b1450fbe
Device: iPhone 7
iOS: 12.1
Pre-conditions:
- Log in to FxA
Steps to reproduce:
1. Go to 'google.com'
2. Bookmark the page via Page Action Menu
3. Open the menu
4. Open Library
5. Delete the bookmark via long press context menu or by sliding and deleting.
Actual results:
- Bookmark are not deleted.
Note:
- After performing a Sync, the bookmarks can be deleted.
- Local bookmarks can also be deleted if user is not logged in to FxA
|
|
1,514,613 | 13,816,217 |
Created attachment 9031764
click.png
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:66.0) Gecko/20100101 Firefox/66.0
Steps to reproduce:
Have a lot of tabs open, making the tabs take their minimum horizontal space. Then try to switch to a tab that is currently outputting audio by clicking between the favicon and the speaker icon.
Actual results:
Firefox switches to the tab and mutes the tab at the same time. The speaker icon sits below the mouse cursor now, as the close tab icon has come into view.
(It is almost as if the icon moved position before the click was fully handled by the browser. Thus making me click the newly repositioned speaker icon.)
Expected results:
Firefox switches to the tab with no further action taken.
|
|
1,514,652 | 13,816,439 |
Created attachment 9031784
screenshot 64 vs 65
[Tracking Requested - why for this release]:broken ui die to new theme.
See attached screenshot
STR
1. Open about:preferences#privacy
2. Click on [Clear History...] button
3. If time range is not "Everything", perform the following steps
4. Select "Everything" and click on [Clear Now]
5. Click on [Clear History...] button again
Actual results:
buttons are truncated
|
|
1,514,653 | 13,816,440 |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:65.0) Gecko/20100101 Firefox/65.0
Steps to reproduce:
1. Go to https://groupme.com/ (14 million visits/month according to SimilarWeb) and sign up for an account.
2. Create a new chat, and have someone send you a picture.
3. Open the conversation, and click on the picture to enlarge it.
Actual results:
The picture should display correctly, as it does in other browsers.
Expected results:
There are artifacts around the picture, and part of the picture is cut off (see attached screenshots). Doing anything to trigger a reflow (resizing the browser window, etc.) makes the picture display correctly again.
Mozregression result: https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=85f1c6e5ddac7792b327c05996f8bf27ed728d72&tochange=92bd3b2178623a036ea91990aa5570e039890ff4
|
|
1,514,682 | 13,817,881 |
The following testcase crashes the latest debug build of the jsshell. It requires the --ion-eager flag.
Testcase:
o0=(class Cl26349 extends ReferenceError{ set stack (x) {super.stack=fun0()}});
o1=new o0(o0,null);
o0.__proto__=o1.__proto__;
o26=[1.1,2.2,3.3];
o26.__proto__=o0.__proto__;
o39=[1.1,2.2,3.3];
o26['stack']={};
function fun0() {
o26.__proto__=o39.__proto__;
return 0xdead;
}
Debugger output:
lldb-4.0 -- ./build/js --ion-eager bug.js
(lldb) target create "./build/js"
Current executable set to './build/js' (x86_64).
(lldb) settings set -- target.run-args "--ion-eager" "bug.js"
(lldb) r
Process 18223 launched: './build/js' (x86_64)
Assertion failure: obj->is<PlainObject>(), at /builds/worker/workspace/build/src/js/src/jit/CacheIR.cpp:4626
Process 18223 stopped
* thread #1, name = 'js', stop reason = signal SIGSEGV: invalid address (fault address: 0x0)
frame #0: 0x00005555561bd340 js`js::jit::SetPropIRGenerator::tryAttachAddSlotStub(JS::Handle<js::ObjectGroup*>, JS::Handle<js::Shape*>) + 4800
js`js::jit::SetPropIRGenerator::tryAttachAddSlotStub:
-> 0x5555561bd340 <+4800>: movl $0x1212, 0x0 ; imm = 0x1212
0x5555561bd34b <+4811>: callq 0x5555557655f2 ; abort
0x5555561bd350 <+4816>: leaq 0x7f4676(%rip), %rdi ; + 10701
0x5555561bd357 <+4823>: leaq 0x7f467d(%rip), %rsi ; + 10715
(lldb) bt 16
* thread #1, name = 'js', stop reason = signal SIGSEGV: invalid address (fault address: 0x0)
* frame #0: 0x00005555561bd340 js`js::jit::SetPropIRGenerator::tryAttachAddSlotStub(JS::Handle<js::ObjectGroup*>, JS::Handle<js::Shape*>) + 4800
frame #1: 0x000055555609e9a2 js`js::jit::DoSetPropFallback(JSContext*, js::jit::BaselineFrame*, js::jit::ICSetProp_Fallback*, JS::Value*, JS::Handle<JS::Value>, J S::Handle<JS::Value>) + 2738
frame #2: 0x000025b6efb8e9f5
frame #3: 0x000025b6efb7cac4
frame #4: 0x000055555632c914 js`js::jit::MaybeEnterJit(JSContext*, js::RunState&) + 1636
frame #5: 0x00005555557e2ac7 js`js::RunScript(JSContext*, js::RunState&) + 535
frame #6: 0x00005555557f7d75 js`js::ExecuteKernel(JSContext*, JS::Handle<JSScript*>, JSObject&, JS::Value const&, js::AbstractFramePtr, JS::Value*) + 1077
frame #7: 0x00005555557f837d js`js::Execute(JSContext*, JS::Handle<JSScript*>, JSObject&, JS::Value*) + 621
frame #8: 0x000055555591fa96 js`ExecuteScript(JSContext*, JS::Handle<JSObject*>, JS::Handle<JSScript*>, JS::Value*) + 294
frame #9: 0x000055555591fc06 js`JS_ExecuteScript(JSContext*, JS::Handle<JSScript*>) + 150
frame #10: 0x00005555557422d9 js`RunFile(JSContext*, char const*, _IO_FILE*, CompileUtf8, bool) + 521
frame #11: 0x000055555574165f js`Process(JSContext*, char const*, bool, FileKind) + 2463
frame #12: 0x00005555556f9ed0 js`main + 17552
frame #13: 0x00007ffff6af81c1 libc.so.6`__libc_start_main + 241
frame #14: 0x00005555556f0f55 js`_start + 41
|
|
1,514,687 | 13,817,912 |
This is after the fix for bug 1429940. Steps to reproduce, with the NVDA screen reader:
1. Open Settings. For my example, I used the tracking protection radio buttons.
2. Switch to NVDA's browse mode (virtual cursor) by pressing Escape and a deep beep tone is heard.
3. Arrow down through the options.
Expected: NVDA should read the different radio buttons for Standard or Strict, but the selected radio button should be unchanged when the browser focuses the second radio button. The status should only change if the user presses Enter or Space when the virtual cursor is on that second radio button.
Actual: As soon as the virtual cursor is on that second radio button, NVDA causes Firefox to set focus to it. This automatically sets this radio button to checked, changes the check mark. This is not standard behavior, as on normal web sites, simply focusing a different radio button does not change its state. This only happens if in focus mode and changing the radio buttons with the arrow keys. The Settings dialogs should behave in the same way.
|
|
1,514,688 | 13,817,938 |
Created attachment 9031806
Screenshot from 2018-12-16 14-41-39.png
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.80 Safari/537.36
Steps to reproduce:
* download Firefox 65 beta4 on Linux and started it
* Opened this page https://cocalc.com/app?skip_preflight
Actual results:
* No websocket connection (top right has a connection indicator)
* JS console (sorry, german, it says that it can't establish a wss:// connection)
> Firefox kann keine Verbindung zu dem Server unter wss://cocalc.com/hub/?_primuscb=MUxYhFa aufbauen.
> Die Verbindung zu wss://cocalc.com/hub/?_primuscb=MUxYhFa wurde unterbrochen, während die Seite geladen wurde.
Expected results:
Just like with Firefox 64 or Chrome, the connection should be established.
Additionally, trying to connect via the same way directly to the secret IP address works.
Also, this reminds me a lot of https://bugzilla.mozilla.org/show_bug.cgi?id=1453204
|
|
1,514,745 | 13,818,361 |
Build: 15.0 (13479)
Device: iPhone 7
iOS: 12.1
Preconditions:
- Log in to FxA on iOS and desktop
- On desktop created a test folder inside 'Mobile Bookmarks' folder
- Inside the created test folder, bookmark a page
Steps to reproduce:
1. Sync on Desktop
2. Sync on iOS
3. Go to the Library panel on iOS
4. Go to Bookmarks
5. Tap on the test folder previously created on desktop.
Actual results:
- The bookmark created on desktop is not shown on iOS.
Expected results:
- The bookmark created on desktop should be displayed on iOS.
Note:
- This is working on beta 15.0 (13375)
- Regression possibly caused by patch: https://github.com/mozilla-mobile/firefox-ios/commit/923b6fde375c47725286b6667f7ce6337b121cdb
|
|
1,514,763 | 13,818,527 |
This is probably due to Bug 1502524
|
|
1,514,832 | 13,819,074 |
Reproducible: always
Steps To Reproduce:
1. Navigate several page in a tab.
i.e, Navigates like New Tab > Site 1 > Site 2 > Site 3 > Site 4
2. Long mouse press back button, and then mouse up on 1st history(New Tab)
3. Long mouse press forward button, and then mouse up on history(Site 2 or 3 or 4)
i.e,
Mouse down on back/forward button and holding down mouse button so that session history dropdown will pop up. Continue holding down mouse button and then mouse up on a history entry.
--- tab jumps to Site 1 instead select one, BUG!!
4. Long mouse press back button, and then mouse up on history(Site 1 or 2 or 3 or 4)
--- tab jumps to New Tab instead select one, BUG!!
Actual Results:
Tab does not jump to the selected history.
Expected Results:
Tab should jump to selected history entry
Regression window:
https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=f6eebcc14c22762f521fb567a9588963b8720592&tochange=61570c16c2d564c24fab36713fb169c4144453e9
Suspect: 36b949bef798 Olli Pettay — Bug 1089326, make <button> hit testing similar to other elements which may have some content, and for click target find the common (interactive) ancestor, r=masayuki
|
|
1,514,853 | 13,819,245 |
https://searchfox.org/mozilla-central/rev/47edbd91c43db6229cf32d1fc4bae9b325b9e2d0/browser/app/profile/firefox.js#1511
We need to add back an #ifdef NIGHTLY_OR_EARLY_BETA for network.cookie.cookieBehavior. Something like:
// Enable blocking access to storage from tracking resources by default
#ifdef NIGHTLY_OR_EARLY_BETA
pref("network.cookie.cookieBehavior", 4 /* BEHAVIOR_REJECT_TRACKER */);
#endif
pref("network.cookie.cookieBehavior", 0 /* BEHAVIOR_ACCEPT */);
|
|
1,514,940 | 13,819,909 |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:65.0) Gecko/20100101 Firefox/65.0
Steps to reproduce:
Open a page in confluence on either Firefox 65b2 or Nightly. Attempt to write a comment at the bottom, or create an inline comment. Try to type a '.'.
Actual results:
Nothing. No text is added to the text box.
Expected results:
A '.' should have appeared.
Every other character I tested works correctly. I would assume this is a confluence bug, but it works as expected in stable Firefox (64) and in chrome.
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.