Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

For #9229, for #11665: Update Delete browsing data screens #11693

Merged
merged 3 commits into from
Jun 19, 2020

Conversation

mcarare
Copy link
Contributor

@mcarare mcarare commented Jun 17, 2020

Pull Request checklist

  • Tests: This PR includes thorough tests or an explanation of why it does not
  • Screenshots: This PR includes screenshots or GIFs of the changes made or an explanation of why it does not
  • Accessibility: The code in this PR follows accessibility best practices or does not include any user facing features. In addition, it includes a screenshot of a successful accessibility scan to ensure no new defects are added to the product.

After merge

  • Milestone: Make sure issues finished by this pull request are added to the milestone of the version currently in development.

To download an APK when reviewing a PR:

  1. click on Show All Checks,
  2. click Details next to "Taskcluster (pull_request)" after it appears and then finishes with a green checkmark,
  3. click on the "Fenix - assemble" task, then click "Run Artifacts".
  4. the APK links should be on the left side of the screen, named for each CPU architecture

@mcarare mcarare requested a review from ekager June 17, 2020 15:11
@codecov-commenter
Copy link

codecov-commenter commented Jun 17, 2020

Codecov Report

Merging #11693 into master will increase coverage by 0.08%.
The diff coverage is 42.85%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master   #11693      +/-   ##
============================================
+ Coverage     21.52%   21.61%   +0.08%     
  Complexity      700      700              
============================================
  Files           374      374              
  Lines         15067    15098      +31     
  Branches       2035     2036       +1     
============================================
+ Hits           3243     3263      +20     
- Misses        11543    11554      +11     
  Partials        281      281              
Impacted Files Coverage Δ Complexity Δ
...s/deletebrowsingdata/DeleteBrowsingDataFragment.kt 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
.../src/main/java/org/mozilla/fenix/utils/Settings.kt 69.79% <100.00%> (+1.19%) 33.00 <0.00> (ø)
...nix/components/toolbar/BrowserToolbarController.kt 70.52% <0.00%> (+2.31%) 0.00% <0.00%> (ø%)
.../fenix/browser/browsingmode/BrowsingModeManager.kt 100.00% <0.00%> (+14.28%) 0.00% <0.00%> (ø%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fb505ed...e470698. Read the comment docs.

@@ -26,6 +26,14 @@
<string name="pref_key_delete_cookies_on_quit" translatable="false">pref_key_delete_cookies_on_quit</string>
<string name="pref_key_delete_caches_on_quit" translatable="false">pref_key_delete_caches_on_quit</string>
<string name="pref_key_delete_permissions_on_quit" translatable="false">pref_key_delete_permissions_on_quit</string>
<string name="pref_key_delete_browsing_data_now_categories" translatable="false">pref_key_delete_browsing_data_now_categories</string>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

First and last two added strings seem to not be used, please remove them if so

android:title="@string/preferences_delete_browsing_data_tabs_title_2" />
<CheckBoxPreference
android:key="@string/pref_key_delete_browsing_history_on_quit"
android:layout="@layout/delete_browsing_category_checkbox"
android:title="@string/preferences_delete_browsing_data_on_quit_browsing_history" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove from strings.xml the deleted string since here was its last usage

@BranescuMihai BranescuMihai merged commit f4ebe39 into mozilla-mobile:master Jun 19, 2020
@mcarare mcarare deleted the delete-ops branch October 21, 2020 09:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants