Commit Graph

5191 Commits (2117dfb52453fb638a62629f6c83d96f1a052a31)
 

Author SHA1 Message Date
Gabriel Luong 2117dfb524 For #15115 - Part 2: Remove unused xmlns:mozac in component_tabstray.xml 4 years ago
Gabriel Luong ed3986662f For #15115 - Part 1: Convert the CloseTabsSettingsFragment to a general TabsSettingsFragment
- Renames CloseTabsSettingsFragment.kt to TabsSettingsFragment.kt
- Renames close_tabs_preferences.xml to tabs_preferences.xml
- Adds preference options for the switching between the Grid and List tab views
4 years ago
Michael Comella 7c0d00c800 No issue: fix tests related to inline change.
The difficulty in mocking StrictMode.resetAfter is concerning.
I'm starting to second-guess whether or not making strict mode manager a class
was a good idea.
4 years ago
Michael Comella 7b5cd8c165 No issue: remove inline from StrictModeManager.resetAfter.
I believe this was a premature optimization: it's unclear that it would
actually improve performance and yet  we had to add several weird
workarounds to make it work that broke encapsulation. It's also
possible it would be worse for the APK size because of excessive
inlining.
4 years ago
Mozilla L10n Automation Bot a72b5b0dd6 Import l10n. 4 years ago
Jonathan Almeida ee673348bf Issue #15754: Disable failing notification UI tests 4 years ago
Jonathan Almeida 23d9951e78 Upgrade to Android Component 62.0.20201006190820 with breaking changes 4 years ago
Chenxia Liu dd190d6ce7 Update docs 4 years ago
Chenxia Liu fe0ea19b1d Adding link data review request 4 years ago
Chenxia Liu 6e522436b5 startup.timeline 4 years ago
Chenxia Liu 05f37e75fb sync, sync_items, telemetry, theme, toolbar_position,
tracking_protection, default_engine
4 years ago
Chenxia Liu 8892a6ec85 accesssibility, open_links, remote_debugging, search_suggestions,
show_search
4 years ago
Chenxia Liu 5f74e18bca search_count, search_widget, tabs_count, toolbar_position 4 years ago
Chenxia Liu 29970f5cb2 has, count: open_tabs, pwa, top_sites 4 years ago
Chenxia Liu 0b9c50f62e default*browser, mozilla_products 4 years ago
Chenxia Liu 03e6167b5f browser.search, events.total_uri_count, metrics.adjust* 4 years ago
Chenxia Liu ca57a2d3ab first_session 4 years ago
Chenxia Liu 815e159183 user_specified_search_engine, voice_search 4 years ago
Chenxia Liu 2edb812663 top_sites, tracking_protection 4 years ago
Chenxia Liu bf381a6a7c tab, tabs_tray, toolbar_settings 4 years ago
Chenxia Liu bb7515f76e syenc_account, sync_auth 4 years ago
Chenxia Liu 68ba986fd2 search_suggestions, search_shortcuts, search_widget 4 years ago
Chenxia Liu 965af504ad private_browsing, qr_scanner 4 years ago
Chenxia Liu 04d0e59468 pocket, onboarding 4 years ago
Chenxia Liu ac28667995 logins, media_notification, media_state 4 years ago
Chenxia Liu d50fbd062d Issue #14142 - find_in_page, history, reader_mode, tip 4 years ago
mcarare 9845626eca For #15711: Also add custom engines to fallback list. 4 years ago
Michael Comella 1cc2ecdc7c No issue: minimize Button...Detector violation location.
This changes the error highlighting from being the entire contents of
<Button ...> to just the first line of <Button>.
4 years ago
alexandru-io e3fc2626b2
Bug 1654346 Add YTP 2020 tests (#14286) 4 years ago
Johan Lorenzo 9fd70d5a4e
Revert "Block github tagging on push-apk (#15546)" (#15748)
This reverts commit cd6ab45119.
4 years ago
mozilla-l10n-automation-bot 0ac7feacb4
Import l10n. (#15738) 4 years ago
Elise Richards 13f3304912
For #8765: Use shared list widget in collections (#15733)
Co-authored-by: Tiger Oakes <toakes@mozilla.com>
4 years ago
Michael Comella 4302cd20b2 For #13959 - post: decrement expected suppression count.
Running locally, I get the same error: I think that there legitimately
was an reduction in the number of StrictMode suppressions on start up.
4 years ago
Michael Comella d2467f7541 For #13959 - post: ignore new StrictMode rule in tests. 4 years ago
Michael Comella 3e96f6b385 For #13959 - review: add clarifying comments. 4 years ago
Michael Comella 50959d997e For #13959: add marker when StrictMode is suppressed. 4 years ago
Michael Comella 3b5d6d58d9 For #13959: add MozillaStrictModeSuppression detekt check. 4 years ago
Michael Comella 66f220c22a For #13959: improve custom detekt violation output.
Before it used to output the violations all one one line. Now it looks
like:
```
MozillaStrictModeSuppression:
    'import mozilla.components.support.ktx.android.os.resetAfter' at
(17,1) in /StrictModeManager.kt
    Please use `components.strictMode.resetAfter` instead because it has
performance improvements and additional code to monitor for performance
regressions.

MozillaStrictModeSuppression:
    'setThreadPolicy(threadPolicy.build())' at (56,24) in
/StrictModeManager.kt
    Please use `components.strictMode.resetAfter` instead because it has
performance improvements and additional code to monitor for performance
regressions.

MozillaStrictModeSuppression:
    'setVmPolicy(builder.build())' at (71,24) in /StrictModeManager.kt
    NOT YET IMPLEMENTED: please consult the perf team about
implementing`StrictModeManager.resetAfter`: we want to understand the
performance implications of suppressing setVmPolicy before allowing it.
```
4 years ago
Michael Comella b222376cb0 For #13959: add test to prevent increasing StrictMode suppression count. 4 years ago
Michael Comella c33aafb024 For #13959: add HomeActivityTestRule.skipOnboarding.
This is more correct, faster, and results in less copy-paste duplication
than the current behavior:
  homeScreen { }.dismissOnboarding()

Which opens settings to dismiss onboarding.
4 years ago
Michael Comella 4a4edeb184 For #13959: count StrictMode suppressions on startup. 4 years ago
Jocelyne Abi Haidar a5de2c0352 For #15675: Disable Save button when editing saved login until something has been changed
set save button state by calling invalidateOptionsMenu, causing onPrepareOptionsMenu to be called which will enable/disable the save button depending on if changes have been made or not
4 years ago
mozilla-l10n-automation-bot 5fed37cf45
Import l10n. (#15712) 4 years ago
Mozilla L10n Automation Bot ad2b99f9f9 Import l10n. 4 years ago
mcarare 07748f69b7 For #15632: Improve checking open tabs logic to show collection button.
Check now considers selected tab tray mode.
4 years ago
ekager ec3595d4fc For #15600 - Move removal of timed out sessions to immediately after restoration 4 years ago
Roger Yang 450caf1e42
Revert "No issue: remove * ac from codeowners." (#15638)
This reverts commit f3b7e294be.
4 years ago
Michael Comella 01d982d4b2 No issue: add custom lint guide to readme. 4 years ago
MickeyMoz edcdac5402 Update Android Components version to 62.0.20201002143132. 4 years ago
ekager 01eedd159a No issue: Update biometric, core, and recyclerview libraries 4 years ago