2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-17 15:26:23 +00:00
Commit Graph

548 Commits

Author SHA1 Message Date
Tiger Oakes
e067ad5363
For #8157: Redirect about:addons search (#13990) 2020-08-27 09:49:32 -07:00
Sachin
316b70940f
for #12573, added startup type and hasSavedInstance keys to app_startup_type telemetry (#13494) 2020-08-26 23:14:13 -07:00
Jeff Boek
c73870b794 For #13507 - Performance fixes for the ReviewPromptController 2020-08-26 21:02:02 -07:00
Jeff Boek
c6687d976e For #13507 - Adds tests for ReviewPromptController 2020-08-26 21:02:02 -07:00
Christian Sadilek
8b9c3e0108 Fixes for A-C 57.0.20200826190111: Move EngineSession to BrowserState 2020-08-26 18:39:05 -04:00
Gabriel Luong
0cc1d32e56 For #10342 - Part 7: Fix TopSiteViewHolderTest and TopSiteItemViewHolderTest 2020-08-26 18:39:05 -04:00
Gabriel Luong
40120ac98f For #10342 - Part 5: Fix DefaultSessionControlControllerTest and DefaultBrowserToolbarControllerTest 2020-08-26 18:39:05 -04:00
Grisha Kruglov
f694861f1f Pass along crash reporter instance to PlacesHistoryStorage 2020-08-26 10:33:07 -04:00
Mugurell
75c496f237 For #13037 - Cleanup - have the camera check in just one place
This patch reverts a previous commit for the issue which added the camera check
in two places.
With a new solution to check if the device has camera only in
TurnOnSyncFragment we need to cleanup the previous checks.
2020-08-26 10:32:29 -04:00
Tiger Oakes
bb3fd4eb16
For #8765: Use shared list widget in exceptions (#14113)
* For #8765: Add resource for shared list widget

* For #8765: Use shared list widget in exceptions
2020-08-25 14:48:47 -07:00
Gilbert Gilb's
9430546d12 for #7584 - fix about libraries toolbar theme
fixes #7584 #13970
2020-08-24 15:31:19 -07:00
ekager
655d2b8a88 For #12377 - Choice to hide no collections placeholder from homescreen 2020-08-24 16:48:50 -04:00
Kate Glazko
ffb794751e No Issue: Fix DownloadItemKtTest 2020-08-21 18:51:57 -07:00
kglazko
5ecab0f48a
For #13935: Enhanced File Type List Icons (#14036)
* For #13935: Enhanced File Type List Icons

* For #13935 - Pulls out and tests logic for getting the icon for a DownloadItem

Co-authored-by: Kate Glazko <kglazko@Kates-MacBook-Pro.local>
Co-authored-by: Jeff Boek <jeff@jeffboek.com>
2020-08-21 16:14:40 -07:00
Kate Glazko
3370762248 For #13983: Show Only Completed Downloads in List 2020-08-21 11:52:19 -07:00
Kate Glazko
7f9e2255f7 For #13979: Deleted Download Files Shouldnt Show 2020-08-21 08:38:07 -07:00
Mihai Branescu
6a6e9bc9cd For #11051 - added/fixed unit tests for voice search
Allow package manager to resolve voice intent
2020-08-21 13:45:26 +03:00
Elise Richards
feae7fff2f
FNX-14498 ⁃ For #9487: improve fxa onboarding manual sign in card (#13317)
* Replace strings, add learn more, hook up button

* Constrain learn more and icon to the text

* View holder tests

* Lint

* Update homescreen ui test
2020-08-20 11:05:11 -05:00
Jonathan Almeida
99fab556f4 For #12287: Address review comments 2020-08-19 17:37:56 -04:00
Jonathan Almeida
b54b743d83 For #12287: Show devices with no tabs in Synced Tabs list 2020-08-19 17:37:56 -04:00
Jonathan Almeida
f614c0b18d For #12287: Add Synced Tabs to Tabs Tray 2020-08-19 17:37:56 -04:00
Kate Glazko
f83372b67c For #349: View Downloads 2020-08-19 11:23:50 -07:00
Gilbert Gilb's
2743c37b40 Add custom Activity to show libraries licenses.
As Google's library for showing licences isn't open-source, this commit
reimplements its main Activity. This is in prevision to having an OSS
flavor of fenix.

We chose to not introduce dependencies to third-party libraries
such as AboutLibraries for now, and we'll stick to using Google's gradle
plugin for the dependencies extraction.

Fixes #7584

See also #162
2020-08-17 19:18:22 -07:00
Arturo Mejia
5d14688448 For issue #12796: Ensure Cookie purging is only active in nightly or debug. 2020-08-17 10:03:25 -04:00
Tiger Oakes
a04b91ee3c
FNX-14513 ⁃ For #12862: Use concept-menu in library (#13332) 2020-08-14 16:44:09 -07:00
Tiger Oakes
57e557fd18
Use AC version of PrivateNotificationService (#12459) 2020-08-14 16:08:41 -07:00
Kainalu Hagiwara
1ad9da09b0 Remove selection holder from bookmark viewholder constructors.
Now that we're passing the mode to the viewholders in their bind
methods, there's no real need to pass them into their constructors. This
also allows us to remove the indirection of having the adapter implement
the SelectionHolder interface and have the mode implement it directly.
2020-08-14 13:03:08 -07:00
Kainalu Hagiwara
b1db1cf976 Add tests for Bookmarks DiffUtil and ViewHolders. 2020-08-14 13:03:08 -07:00
Tiger Oakes
0aab7a806a Add test for createInitialSearchFragmentState 2020-08-14 13:01:24 -07:00
Tiger Oakes
3086d8a694 Add test for search dialog controller 2020-08-14 13:01:24 -07:00
Kainalu Hagiwara
d9ffac0c89 For #13405 - Use toolbar location relative to the whole screen instead of window. 2020-08-13 14:08:49 -07:00
codrut.topliceanu
f0a045f9b9 For #13390 - Fix for stuck readerMode appearance controls 2020-08-13 15:27:31 +03:00
Mugurell
b993b94be1 For #12857 - Use Collection title when sharing tabs collection
Avoided passing the subject for sharing a collection of tabs in the ShareData
object since ShareData is part of a web standard.
2020-08-12 13:40:58 +03:00
Kainalu Hagiwara
09473b991d For #12926 - Add back button to menu. 2020-08-11 10:36:55 -07:00
Arturo Mejia
841d19e8be Fix breaking behaviour on BrowsersCacheTest from AC 54.0.20200810074539 2020-08-10 12:54:25 -04:00
Sebastian Kaspari
77263aad70 Validate deep links. 2020-08-10 15:58:32 +02:00
Jonathan Almeida
9568bdaed8 Update Android Components and fix breaking tests 2020-08-07 19:49:59 -04:00
Sebastian Kaspari
c93a29f89a Simplify build variants to just: debug, nightly, beta and release.
Co-authored-by: Johan Lorenzo <jlorenzo@mozilla.com>
2020-08-06 11:52:10 +02:00
Tiger Oakes
d45af2a717
For #11903: Fix private custom tabs (#13327) 2020-08-05 16:24:47 -07:00
Kainalu Hagiwara
30c7b5ea5e For #12831 - Disable SwipeRefreshLayout while swiping a bookmark. 2020-08-05 09:00:43 -07:00
Kainalu Hagiwara
5318d64911 For #12906 - Fix swipe-to-delete bookmark folder. 2020-08-05 08:59:26 -07:00
ekager
a1a839f237 For #13221 - Update global ETP to include PBM 2020-08-04 14:34:24 -04:00
Tiger Oakes
c9f8986d2b
Don't init glean in unit tests (#13100) 2020-08-04 11:18:52 -07:00
Jeff Boek
ef7cf4fdcf For #13229 - Cache deviceId for reuse 2020-08-04 11:07:20 -07:00
Tiger Oakes
f3f470a977
For #13140: Use concept-menu for saved logins menu (#13143) 2020-08-02 18:48:10 -07:00
Michael Comella
5d8c900391 For #12802: add StorageStats glean metrics. 2020-07-31 16:05:06 -07:00
Tiger Oakes
1d28f63737
Closes #12522: Reuse exceptions code (#13047) 2020-07-31 13:24:14 -07:00
Kainalu Hagiwara
52e19ec743 For #12888 - Add highlight to current page in tab history. 2020-07-31 12:54:42 -07:00
Mihai Branescu
64072a1256 For #11498/#11499 - added/fixed unit tests 2020-07-31 21:42:57 +03:00
Kadeem
78126122ad For #12769: Refactored Background Service Test into multiple test cases. 2020-07-31 10:47:11 -07:00