The Wayback Machine - https://web.archive.org/web/20201110155605/https://github.com/topics/mozilla
Skip to content
#

mozilla

Here are 423 public repositories matching this topic...

fenix
softvision-miralobontiu
softvision-miralobontiu commented Nov 5, 2020

Steps to reproduce

  1. Have the Accessibility scanner app installed and opened.
  2. In Firefox, go to the History page, and scan it.

Expected behavior

No suggestions are made.

Actual behavior

Suggestions are made for the "Recently closed tabs".

  • Text contrast
    org.mozilla.fenix:id/recently_closed_tabs_header
    The item's text contrast ratio is 2.53. This ratio is based on an e
kbrosnan
kbrosnan commented Sep 23, 2020

In A-C there are some search templates that use http it would be better to use https where possible. The work here would be to verify that the engine accepts queries on the https protocol and then create a pr which changes the http call to https

https://github.com/mozilla-mobile/android-components/search?q=%22template%3D%5C%22http%22&unscoped_q=%22template%3D%5C%22http%22

oliviabrown9
oliviabrown9 commented Jan 15, 2019

SearchSuggestionsPromptView is not always displayed during tests as seen in screenshots, which causes both the enable and disable tests to fail.

Test Failure

t =    42.16s Assertion Failure: SearchSuggestionsTest.swift:89: Failed to find "SearchSuggestionsPromptView" Other after 30 seconds.
t =    42.19s Assertion Failure: BaseTestCase.swift:53: Asynchronous wait failed: Exceeded ti
wolfbeast
wolfbeast commented Jun 18, 2018

We're having a mix of named function syntax (old style) and non-named function syntax (new style) in our internal JavaScript.

The old style was mostly there for JS stack traces before they were as nice as what we have now. Since that's solved, having named functions has become unnecessary and will just take up JS data space when processing.

We should convert all named function syntax in JSO

Improve this page

Add a description, image, and links to the mozilla topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mozilla topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.