Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sources from Firefox. #2

Merged
merged 182 commits into from
Sep 15, 2021
Merged

Update sources from Firefox. #2

merged 182 commits into from
Sep 15, 2021

Commits on Aug 23, 2021

  1. Configuration menu
    Copy the full SHA
    f403171 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92fefbe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b1e068 View commit details
    Browse the repository at this point in the history
  4. No issue: move kotlin-allopen outside appVariants loop.

    The kotlin-allopen plugin could be getting applied for each variant we
    have in the app. With the changed code, it will only get applied once.
    mcomella authored and pkirakosyan committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    ac41d84 View commit details
    Browse the repository at this point in the history
  5. Ship nightlies to Google Play twice a day

    This was moved to once per day in https://bugzilla.mozilla.org/show_bug.cgi?id=1628413 when Google Play reviews were very slow. That hasn't been a problem for awhile, and the less frequent nightlies are causing delays getting new Android Components bumps shipped out.
    bhearsum authored and pkirakosyan committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    940c148 View commit details
    Browse the repository at this point in the history
  6. Filter out test target packages in Flank-x86 (mozilla-mobile#20841)

    * Filter out test target packages in Flank-x86
    * Ignore verifyRunBlockingAndStrictModeSuppresionCount
    AaronMT authored and pkirakosyan committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    f24d749 View commit details
    Browse the repository at this point in the history
  7. Update Android Components version to 93.0.20210813143343. (mozilla-mo…

    …bile#20839)
    
    Co-authored-by: Ryan VanderMeulen <ryanvm@gmail.com>
    2 people authored and pkirakosyan committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    859b432 View commit details
    Browse the repository at this point in the history
  8. Close mozilla-mobile#20792: Fix intermittent test failures in QuickSe…

    …ttingsFragmentReducerTest
    jonalmeida authored and pkirakosyan committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    c83e6bc View commit details
    Browse the repository at this point in the history
  9. Close mozilla-mobile#20797: Fix intermittent test failures in Shortcu…

    …tsSuggestionProviderTest
    jonalmeida authored and pkirakosyan committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    f0540bc View commit details
    Browse the repository at this point in the history
  10. Close mozilla-mobile#20795: Speculative fix for intermittent test fai…

    …lures in HomeFragmentTest
    
    The expectation is that replacing `return` with `answers` will compute
    the return value for the extension function again in order to avoid the
    error, "no answer found for: Settings".
    jonalmeida authored and pkirakosyan committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    20e1582 View commit details
    Browse the repository at this point in the history
  11. Close mozilla-mobile#20796: Fix intermittent test failure in Tracking…

    …ProtectionExceptionsInteractorTest
    jonalmeida authored and pkirakosyan committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    e7c8300 View commit details
    Browse the repository at this point in the history
  12. Close mozilla-mobile#15168: Remove intermittent failing test in Toolb…

    …arViewTest
    
    This test seems to be hacking at the binding between Fenix and the
    BrowserToolbar to simulate toolbar events passing to the Fenix
    interactor.
    
    This is rather clumsy test that relies on the magic working of mockk
    instead of following a general unit testing strategy that would commonly
    require the class to be re-written to allow for better testing instead.
    
    It is far safer to remove this test since we are not guaranteeing
    anything in it and instead we see intermittent failures that make us
    lose more time.
    
    So therefore.. 🔥
    jonalmeida authored and pkirakosyan committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    41beb06 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9e3adec View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2f32269 View commit details
    Browse the repository at this point in the history
  15. Use theming in debug screen.

    pocmo authored and pkirakosyan committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    5f3a941 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1aca1dc View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1fdb592 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3b3b9ee View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7688641 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    50a550c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3d80a58 View commit details
    Browse the repository at this point in the history
  22. For mozilla-mobile#19886 - Add navigation from quick settings to trac…

    …king protection panel
    gabrielluong authored and pkirakosyan committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    c5e5a09 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6f5afe0 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    367598b View commit details
    Browse the repository at this point in the history
  25. For mozilla-mobile#19886 - Add favicon to website info view

    Co-authored-by: Arturo Mejia <arturomejiamarmol@gmail.com>
    2 people authored and pkirakosyan committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    c1232ee View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    674b441 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    68a9b74 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    0d34050 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    7d2623a View commit details
    Browse the repository at this point in the history
  30. For mozilla-mobile#19886 - Add a back navigation to the Global Quick …

    …Settings from the Tracking Protection dialog
    gabrielluong authored and pkirakosyan committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    aa73bc9 View commit details
    Browse the repository at this point in the history
  31. For mozilla-mobile#19886 fix ui tests

    Amejia481 authored and pkirakosyan committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    8c8f3c2 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    9dddd85 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    3746ac4 View commit details
    Browse the repository at this point in the history
  34. Close mozilla-mobile#20796: Additional fixes for intermittent failing…

    … test
    
    Fixes for TrackingProtectionExceptionsInteractorTest to remove the lamba
    mocking and test actual BrowserState changes instead (where possible).
    jonalmeida authored and pkirakosyan committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    cc4cd07 View commit details
    Browse the repository at this point in the history
  35. Import l10n.

    mozilla-l10n-automation-bot authored and pkirakosyan committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    3970b4e View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    02a8595 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    1e32d5f View commit details
    Browse the repository at this point in the history
  38. For mozilla-mobile#17917: Use View binding in Onboarding Tests

    codrut.topliceanu authored and pkirakosyan committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    b5bad26 View commit details
    Browse the repository at this point in the history
  39. For mozilla-mobile#17917: Use View binding in Share views

    codrut.topliceanu authored and pkirakosyan committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    2601215 View commit details
    Browse the repository at this point in the history
  40. For mozilla-mobile#20824: use fast service loader for MainDispatcherF…

    …actory.
    
    For details on the root cause, see the commit. We replaced the similar
    proguard rules because:
    - the key line was returning false instead of true
    - the other line had the same outcome as the written code. I believe it
      was a micro-optimization. Since perf seems fine without it, let's
      remove it
    
    I benchmarked this change on COLD MAIN first frame. We see an
    improvement of 89ms:
    - before: 1346ms
    - after: 1257ms
    mcomella authored and pkirakosyan committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    7f5773e View commit details
    Browse the repository at this point in the history
  41. For mozilla-mobile#17917: Use View binding in tracking protection(2)

    codrut.topliceanu authored and pkirakosyan committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    70d2c03 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    a45ec78 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    6268ed1 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    3a15bf2 View commit details
    Browse the repository at this point in the history
  45. For mozilla-mobile#20716 - Disables Intermittent failing UI test

    codrut.topliceanu authored and pkirakosyan committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    e337353 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    e40ef99 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    7fbf6e4 View commit details
    Browse the repository at this point in the history
  48. Closes mozilla-mobile#20901: Do not record viewTime observations when…

    … we do not have a set lastAccess
    
    The bug here was that we'd try to record `now - 0` as a viewTime delta.
    This isn't just an obviously wrong value to record, but it will also
    overflow our storage - we'll end up with a value on disk that doesn't
    fit into an i32, but HistoryMetadata.total_view_time is i32 in our Rust
    struct. Once that happens, reads that touch this bad row will result in
    an overflow and a crash.
    Grisha Kruglov authored and pkirakosyan committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    75399d3 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    12b36e1 View commit details
    Browse the repository at this point in the history
  50. For mozilla-mobile#20890 when TP is off globally hide TP section on q…

    …uick settings.
    Amejia481 authored and pkirakosyan committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    ddbc4e4 View commit details
    Browse the repository at this point in the history
  51. Enable recording of history metadata for all builds

    This allows recording part of history metadata to ride the trains.
    The UI features are still guarded by the secret settings flag (or,
    enabled on debug builds).
    Grisha Kruglov authored and pkirakosyan committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    755efe6 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    7f7bf9a View commit details
    Browse the repository at this point in the history
  53. For mozilla-mobile#17917: Use View binding in Login Exceptions

    codrut.topliceanu authored and pkirakosyan committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    7202469 View commit details
    Browse the repository at this point in the history
  54. For mozilla-mobile#17917 - Migrate browser from Kotlin synthetics t…

    …o View Binding.
    Mugurell authored and pkirakosyan committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    740c53d View commit details
    Browse the repository at this point in the history
  55. For mozilla-mobile#17917 - Migrate home from Kotlin synthetics to V…

    …iew Binding.
    Mugurell authored and pkirakosyan committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    3cbb695 View commit details
    Browse the repository at this point in the history
  56. For mozilla-mobile#17917: Use View binding in tabs tray

    codrut.topliceanu authored and pkirakosyan committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    b2bea65 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    7a7268e View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    3a12094 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    a558eaa View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    382fac9 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    3f0ff0e View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    4b14e57 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    2f215b3 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    da25c9e View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    1f7144b View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    b914a81 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. Configuration menu
    Copy the full SHA
    0b43f8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46547f0 View commit details
    Browse the repository at this point in the history
  3. For mozilla-mobile#20586 - Put everything behing a secret setting

    Not ready for prime-time. Lot of work still to be done.
    Mugurell authored and pkirakosyan committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    f49ec06 View commit details
    Browse the repository at this point in the history
  4. For mozilla-mobile#17917: Use View binding in add-ons

    codrut.topliceanu authored and pkirakosyan committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    0bbcfd8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4847df4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    96d7a13 View commit details
    Browse the repository at this point in the history
  7. Closes 20975: Run metadata cleanup after Megazord.init()

    This ensures that we do not attempt places initialization before
    Megazord.init() finishes, and that touching BrowserStore does not
    kick-off places initialization (due to the `cleanup` call being a
    side-effect of creating metadata middleware, used as part of the
    BrowserStore).
    
    Glean initialization happens before initialize megazord, and it touches
    core.store BrowserStore instance, kicking-off places initialization on
    an IO thread (due to the cleanup call), which raced megazord
    initialization on the main thread.
    
    App init sequence is a bit of a mine-field, so this patch takes the easy
    way out and doesn't attempt to re-order initialization sequence. Also,
    initializing places as a side-effect of touching BrowserStore was also,
    clearly, a bug.
    Grisha Kruglov authored and pkirakosyan committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    cfad55f View commit details
    Browse the repository at this point in the history
  8. For mozilla-mobile#20868, mozilla-mobile#18764: Update Tracking Prote…

    …ction UI tests
    Oana Horvath authored and pkirakosyan committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    f7ae64e View commit details
    Browse the repository at this point in the history
  9. For mozilla-mobile#20716: re-enables mainMenuInstallPWATest UI test

    Oana Horvath authored and pkirakosyan committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    d1a1b45 View commit details
    Browse the repository at this point in the history
  10. For mozilla-mobile#20328 - Adds telemetry for recentlyClosed button

     ...from tabsTray, inactiveTabs section.
    codrut.topliceanu authored and pkirakosyan committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    2e6a00f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    180c9ae View commit details
    Browse the repository at this point in the history
  12. For mozilla-mobile#17917 - Remove the kotlin-android-extensions plugin

    This means no code will be generated by Kotlin Android Extensions for caching
    views and also for @parcelize annotated classes.
    
    As recommended in the official documentation
    https://developer.android.com/topic/libraries/view-binding/migration#gradle
    we need to switch on using `kotlinx.parcelize.Parcelize` instead of
    `import kotlinx.android.parcel.Parcelize`
    
    For mozilla-mobile#17917 - Remove the `kotlin-android-extensions` plugin
    
    This means no code will be generated by Kotlin Android Extensions for caching
    views and also for @parcelize annotated classes.
    
    As recommended in the official documentation
    https://developer.android.com/topic/libraries/view-binding/migration#gradle
    we need to switch on using `kotlinx.parcelize.Parcelize` instead of
    `import kotlinx.android.parcel.Parcelize`
    Mugurell authored and pkirakosyan committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    2dd3385 View commit details
    Browse the repository at this point in the history
  13. For mozilla-mobile#17917 - Remove the Kotlin synthetics Lint detector

    Since all usages of Kotlin synthetics are removed and no such code is generated
    anymore there is no need to keep around this Detector anymore.
    Mugurell authored and pkirakosyan committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    f0ce0a9 View commit details
    Browse the repository at this point in the history
  14. For mozilla-mobile#20507 - Inactive tabs telemetry

    Two new events are added:
    - "inactive_tabs_expanded" for when the inactive tabs section is expanded
    - "inactive_tabs_collapsed" for when the inactive tabs section is collapsed
    
    For tracking when an inactive tab is opened / closed I've repurposed the
    existing tabs tray telemetry (since the functionality uses the same code)
    - tabs_tray.opened_existing_tab
    - tabs_tray.closed_existing_tab
    to support an extra "source" key indicating the feature from which a tab was
    opened or closed. The current values for this new key are:
    - "Tabs tray" for when a tab was opened/closed from tabs tray
    - "Inactive tabs" for when a tab was openes/closed from the Inactive tabs
    section of the tabs tray.
    Mugurell authored and pkirakosyan committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    748f654 View commit details
    Browse the repository at this point in the history
  15. For mozilla-mobile#19931: Add telemetry probes for recent bookmarks o…

    …n home screen (mozilla-mobile#20316)
    
    * Add telemetry probes for recent bookmarks on home screen. Tests for controller.
    
    * Make the events into counters in the metrics ping
    
    Update tests to reflect new metrics
    
    Add data review link for new metrics
    
    Mock new settings for startup metrics tests
    
    Update metrics
    
    Add test for recent bookmark glean events
    
    * Recent bookmarks controller tests
    eliserichards authored and pkirakosyan committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    88dc00e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    cd575f5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1a89a21 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    66b9d6d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    876d0a6 View commit details
    Browse the repository at this point in the history
  20. No issue: Update Flank to v21.08.1

    Flank https://github.com/Flank/flank/releases/tag/v21.08.1 has the fix for avoiding crash one of their API calls that we hit a couple times.
    AaronMT authored and pkirakosyan committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    ef5c943 View commit details
    Browse the repository at this point in the history
  21. Update Android Components version to 93.0.20210824190140. (mozilla-mo…

    …bile#21010)
    
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    2 people authored and pkirakosyan committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    0aafaf5 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    1169eb7 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a5e69f0 View commit details
    Browse the repository at this point in the history
  24. For mozilla-mobile#21002: added page main menu items tests

    Oana Horvath authored and pkirakosyan committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    4d59ea1 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    bcc5be5 View commit details
    Browse the repository at this point in the history
  26. For mozilla-mobile#21035 - Refactor HistoryViewInteractor from Histor…

    …yView into HistoryInteractor
    gabrielluong authored and pkirakosyan committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    8ae7509 View commit details
    Browse the repository at this point in the history
  27. Fixed build issue.

    pkirakosyan committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    8ac4df8 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. Configuration menu
    Copy the full SHA
    468ac22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    119f82d View commit details
    Browse the repository at this point in the history
  3. Import l10n.

    mozilla-l10n-automation-bot authored and pkirakosyan committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    f7b42bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10739c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d8f0b84 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    000a20e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a024680 View commit details
    Browse the repository at this point in the history
  8. For mozilla-mobile#20702: fix tests flakiness

    Oana Horvath authored and pkirakosyan committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    ef35d64 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    58a00b4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e48882a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a24ed00 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    88bcd81 View commit details
    Browse the repository at this point in the history
  13. For mozilla-mobile#21037 - Add a delete history menu item

    This removes the existing "Delete history" button in the History in favour of a menu item
    gabrielluong authored and pkirakosyan committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    7ae3a80 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7eeecfd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d3fa213 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    80e45f2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    475bd1d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    78abb51 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c1275f2 View commit details
    Browse the repository at this point in the history
  20. Remove about page telemetry.

    eliserichards authored and pkirakosyan committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    16e8f40 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    275b000 View commit details
    Browse the repository at this point in the history
  22. Remove find in page telemetry

    eliserichards authored and pkirakosyan committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    cfa32b0 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    197667f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    131f59b View commit details
    Browse the repository at this point in the history
  25. Remove tip telemetry

    eliserichards authored and pkirakosyan committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    789e486 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    32fe483 View commit details
    Browse the repository at this point in the history
  27. Fix data-review listed for default_browser_changed, toolbar_menu_visi…

    …ble, and toolbar_menu_clicked
    eliserichards authored and pkirakosyan committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    7f5bb8c View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    7657b90 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    44e4333 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    914345e View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    9213d6c View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    d8af295 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    f150ea7 View commit details
    Browse the repository at this point in the history
  34. For mozilla-mobile#19166: Increases tab_tray_list bottom padding

    ... to fit snackbar and FAB
    codrut.topliceanu authored and pkirakosyan committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    390bf1d View commit details
    Browse the repository at this point in the history
  35. Do not run unit tests in parallel

    This is to investigate the intermittent mockk class
    generation/loading issues. Since we can not reproduce
    locally and the failures are intermittent they could
    be caused by us running unit tests in parallel.
    csadilek authored and pkirakosyan committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    e4350bd View commit details
    Browse the repository at this point in the history
  36. Update Android Components version (mozilla-mobile#21109)

    * Update Android Components version to 93.0.20210901143120.
    
    * For mozilla-mobile#21043 - Integrate AC changes
    
    * Fix breaking API changes of RestoreAction
    
    Co-authored-by: Mugurell <Mugurell@users.noreply.github.com>
    Co-authored-by: Christian Sadilek <christian.sadilek@gmail.com>
    3 people authored and pkirakosyan committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    99afb49 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    094c8b3 View commit details
    Browse the repository at this point in the history
  38. Force rebuild of Docker image.

    pocmo authored and pkirakosyan committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    2232f96 View commit details
    Browse the repository at this point in the history
  39. Print Java version in test tasks.

    pocmo authored and pkirakosyan committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    c865c98 View commit details
    Browse the repository at this point in the history
  40. Import l10n.

    mozilla-l10n-automation-bot authored and pkirakosyan committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    e577f67 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    c774f5a View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    9f17f60 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    9e9b805 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    0a4b337 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    0bf4d1a View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Import l10n.

    mozilla-l10n-automation-bot authored and pkirakosyan committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    115efb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    309bb23 View commit details
    Browse the repository at this point in the history
  3. Import l10n.

    mozilla-l10n-automation-bot authored and pkirakosyan committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    c28723c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49d1d1c View commit details
    Browse the repository at this point in the history
  5. Import l10n.

    mozilla-l10n-automation-bot authored and pkirakosyan committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    01eecfb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa55ebd View commit details
    Browse the repository at this point in the history
  7. Import l10n.

    mozilla-l10n-automation-bot authored and pkirakosyan committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    55034c2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8e1c59a View commit details
    Browse the repository at this point in the history
  9. Import l10n.

    mozilla-l10n-automation-bot authored and pkirakosyan committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    599bdf7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7d8cde5 View commit details
    Browse the repository at this point in the history
  11. Closes mozilla-mobile#21128: remove measure_start_up.py.

    This script was moved to the perf-tools repository for easy to access
    from other perf tools & to be accessible for multiple apps:
        https://github.com/mozilla-mobile/perf-tools
    mcomella authored and pkirakosyan committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    bd9ac44 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d6868d7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d6fc741 View commit details
    Browse the repository at this point in the history
  14. For mozilla-mobile#21138: re-enable excessive resource use test.

    This test wasn't running in CI
    mozilla-mobile#20386 so we changed the
    CI configuration so that it will. However, the test was then failing so
    this is the revision that unignores the test.
    
    I wonder if componentInit count is useful - it seems like it'd cause
    more false positives than not - but I figure we can leave it in and see
    how it goes.
    mcomella authored and pkirakosyan committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    e55e572 View commit details
    Browse the repository at this point in the history
  15. For mozilla-mobile#21138: change EXPECTED_RUNBLOCKING to range.

    Compared with my local runs, CI sees +1 runBlockingIncrement calls so seems to
    take other code paths. As such, we search for a range of rather than a single
    value. The main downside I can think of is this could make the test trickier to
    debug but we can wait and see if that's a problem in practice before taking
    action on it.
    mcomella authored and pkirakosyan committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    0f79f1a View commit details
    Browse the repository at this point in the history
  16. Set version to 94.0.0

    rocketsroger authored and pkirakosyan committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    131a8c8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a948139 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c76eae8 View commit details
    Browse the repository at this point in the history
  19. Issue mozilla-mobile#21184: Update artifacts format

    Alex Ionescu authored and pkirakosyan committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    1f01219 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3047667 View commit details
    Browse the repository at this point in the history
  21. Issue mozilla-mobile#21140 - Updated recent tab logic to show media t…

    …ab and second-to-last tab, if the media tab was the last active tab. (mozilla-mobile#21141)
    
    * Issue mozilla-mobile#21140 - Updated recent tab logic to show media tab and second-to-last tab, if the media tab was the last active tab.
    
    * Fixed RecentTabsListFeatureTest unit test
    
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    2 people authored and pkirakosyan committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    6d73666 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d27c525 View commit details
    Browse the repository at this point in the history
  23. For mozilla-mobile#21183: remove component init check from excessive …

    …resource test.
    
    This check doesn't seem high value because initializing a component
    only indicates a performance problem if it's slow, which is not most
    components, so it's likely to result in many false positives. To fix
    the intermittent, we won't lose much if we remove it.
    mcomella authored and pkirakosyan committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    38383c3 View commit details
    Browse the repository at this point in the history
  24. For mozilla-mobile#21183: remove lazyMonitored wrapper functionality.

    We're not using the functionality so there's no sense in doing the work.
    However, we keep the wrapper: see the code comments for details.
    mcomella authored and pkirakosyan committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    e6fc749 View commit details
    Browse the repository at this point in the history
  25. For mozilla-mobile#21183: remove view hierarchy depth check from exce…

    …ssive resource test.
    
    This doesn't seem to be a high value test: increasing the view hierarchy
    depth will only result in a performance problem on low end devices
    if there is enough content on the new layer to cause the traversal to
    take longer. It's more likely to result in a hard-to-workaround false
    positive so we can remove it, like component init count.
    mcomella authored and pkirakosyan committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    51deab7 View commit details
    Browse the repository at this point in the history
  26. For mozilla-mobile#19947: manually add login (mozilla-mobile#21199)

    * [WIP] New Layout for adding login and 'add login' button in 'SavedLoginsListView' to launch it.
    Fixed bindings.
    
    * [WIP] Removed "reveal password" button
    
    * [WIP] Added interactor for the add login screen
    
    * [WIP] Trying to check for duplicates
    
    * [WIP] Renaming "addNew..." with "add..."
    
    * [WIP] Check for duplicates
    
    * [WIP] Fixes after merge
    
    * Cleaning up the layout and making edit text for hostname selectable
    
    * Error handling on add login screen. Tests for interactors and controllers
    
    Co-authored-by: Vitaly V. Pinchuk <vetal.978@gmail.com>
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    3 people authored and pkirakosyan committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    bbaaf93 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    6ffb3f3 View commit details
    Browse the repository at this point in the history
  28. Update Android Components version to 94.0.20210909143340. (mozilla-mo…

    …bile#21214)
    
    Co-authored-by: Ryan VanderMeulen <rvandermeulen@mozilla.com>
    2 people authored and pkirakosyan committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    b8b0475 View commit details
    Browse the repository at this point in the history
  29. Fix TaskCluster badge in README

    jonalmeida authored and pkirakosyan committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    c5728de View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    a54df5e View commit details
    Browse the repository at this point in the history
  31. Issue mozilla-mobile#20637 - Fixed bug causing the tabs tray to scrol…

    …l to the wrong tab when opened
    MozillaNoah authored and pkirakosyan committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    8165cae View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    c44ac53 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. Configuration menu
    Copy the full SHA
    b3c0a8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cf343f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eae0ce9 View commit details
    Browse the repository at this point in the history
  4. Import l10n.

    mozilla-l10n-automation-bot authored and pkirakosyan committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    8599f69 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9612586 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    09e489a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    65bcdf3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9d74bb4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7629db9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a1dd0be View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dd7c181 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a754766 View commit details
    Browse the repository at this point in the history