2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-05 21:20:45 +00:00
Commit Graph

3244 Commits

Author SHA1 Message Date
ekager
7fe8246fdf [fenix] No issue: Remove useContentProcessHint from GV beta GeckoProvider 2020-03-10 22:33:11 -07:00
Severin Rudie
a61b94e01b [fenix] For https://github.com/mozilla-mobile/fenix/issues/8017: remove redundant string per localization team (https://github.com/mozilla-mobile/fenix/pull/9068)
Based on conversation in https://github.com/mozilla-mobile/fenix/pull/8953#issuecomment-594332067
2020-03-10 13:29:24 -07:00
ekager
7bc98a0efc [fenix] For https://github.com/mozilla-mobile/fenix/issues/8296 - Adds user account avatar to Account Preference 2020-03-10 11:19:22 -07:00
Emily Kager
1261f1d424 [fenix] For https://github.com/mozilla-mobile/fenix/issues/7270 - Do not overlap long logins items (https://github.com/mozilla-mobile/fenix/pull/9013) 2020-03-10 09:39:50 -05:00
Oana Horvath
9970bdf8eb [fenix] Close private tabs tests (https://github.com/mozilla-mobile/fenix/pull/8999) 2020-03-10 11:44:21 +02:00
Jonathan Almeida
cf1971176c [fenix] For https://github.com/mozilla-mobile/fenix/issues/9059: Add WebPush engine integration 2020-03-09 16:50:29 -04:00
ekager
63f1556fbf [fenix] For https://github.com/mozilla-mobile/fenix/issues/8967 - Remove ability to pref login autofilling by itself 2020-03-09 13:19:47 -07:00
mcarare
d8cba93d1b [fenix] For https://github.com/mozilla-mobile/fenix/issues/8788 Use Flexbox instead of Grid manager for top sites 2020-03-09 11:01:14 -07:00
mcarare
e60d61604c [fenix] For https://github.com/mozilla-mobile/fenix/issues/8985 Fix Share Menu display when having recently used list.
Allow for All Actions recyclerview to scroll to end.
Adjust padding for views.
2020-03-09 10:48:02 -07:00
Emily Kager
4f04e2ee6c [fenix] For https://github.com/mozilla-mobile/fenix/issues/8423 - Adds delete login confirmation dialog (https://github.com/mozilla-mobile/fenix/pull/9014) 2020-03-09 15:51:18 +02:00
mozilla-l10n-automation-bot
768ca2639c [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/9041) 2020-03-09 14:56:32 +02:00
Mozilla L10n Automation Bot
09b41ae982 [fenix] Import l10n. 2020-03-06 20:24:51 -08:00
Tom Prince
dbd6a2439e [fenix] Bug 1619795: Cleanup. (https://github.com/mozilla-mobile/fenix/pull/9015)
There were a couple of errors in the original pull request for this bug:
- The raptor tasks had duplicated dependencies.
- The filename of the minidump_stackwalk artifact was incorrect.
2020-03-06 10:43:14 +01:00
David Walsh
4c5534d5b7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8874 - Update tab deletion colors 2020-03-05 21:21:37 -08:00
Mozilla L10n Automation Bot
890311e23c [fenix] Import l10n. 2020-03-05 21:19:42 -08:00
mcarare
d1bf943cdb [fenix] For https://github.com/mozilla-mobile/fenix/issues/8975: Update unit tests for new separator between title and url 2020-03-05 21:17:36 -08:00
mcarare
6a5c11c87e [fenix] For https://github.com/mozilla-mobile/fenix/issues/8975: Separate title from url with line break when sharing links 2020-03-05 21:17:36 -08:00
Grisha Kruglov
4df26017e6 [fenix] No issue: make fenix build again
Regression from when we made auto-publish flow work on Windows.
2020-03-05 15:03:25 -08:00
Sawyer Blatz
4b14b16d51 [fenix] For https://github.com/mozilla-mobile/fenix/issues/7158: Improves home to search animation (https://github.com/mozilla-mobile/fenix/pull/9008) 2020-03-05 13:54:54 -08:00
Christian Sadilek
a2fdbe0576 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/8291: Speculatively create content process in search fragment 2020-03-05 16:02:23 -05:00
Christian Sadilek
590a684c0d [fenix] Update to AC 36.0.0-SNAPSHOT 2020-03-05 16:02:23 -05:00
Sawyer Blatz
74b3046b65 [fenix] For https://github.com/mozilla-mobile/fenix/issues/7158: Improves browser to search animation (https://github.com/mozilla-mobile/fenix/pull/8961) 2020-03-05 12:29:23 -08:00
Sebastian
e6c5de8f73 [fenix] Use new MemoryConsumer.onTrimMemory() API. 2020-03-05 20:02:22 +01:00
Mozilla L10n Automation Bot
e9ab4ef344 [fenix] Import l10n. 2020-03-05 14:25:13 +01:00
Oana Horvath
dababfdb9a [fenix] UI tests for Private browsing settings sub-menu (https://github.com/mozilla-mobile/fenix/pull/8395) 2020-03-05 12:25:48 +02:00
Jim Porter
f63364c4e2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/7847: Improve startup performance of the Fenix wrapper around Glean 2020-03-04 16:21:45 -08:00
Tom Prince
c434499167 [fenix] Bug 1609145: Use retrigger (rather than re-run) by default on test tasks. 2020-03-04 15:52:25 -08:00
Tom Prince
5aafb319d1 [fenix] Bug 1619795: Use toolchain-style fetches (and toolchain-artifact attribute).
The mozilla-central ffmpeg toolchain (used in Bug 1613479/https://github.com/mozilla-mobile/fenix/pull/8780) has an
artifact that does not start with `public/build/` (it starts with just
`public/`). To easily support that, we want to set the `toolchain-artfiact`
attribute for that task.

We switched `index_search` to be a job-type in
[taskgraph](932b4cf48c)
which pass through `attributes` from the task definition (and is also more
future proof for adding fenix-specific toolchain tasks). This updates taskgraph
and the consumers of the current toolchain.
2020-03-04 11:18:03 -08:00
Sebastian
2088e60c28 [fenix] Update IntentProcessor implementation to comply with new interface. 2020-03-04 09:40:00 -08:00
ekager
a13c04cb73 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8621 - Disable failing handlePermissionsChange test 2020-03-04 08:13:46 -08:00
isabelrios
cebd985b4f [fenix] sync-integration-tests-fix-paths (https://github.com/mozilla-mobile/fenix/pull/8931)
* sync-integration-tests-fix-paths

* fix Jenkins file to store the report

* address reviewer comments
2020-03-04 10:56:56 -05:00
Mozilla L10n Automation Bot
a0bfe35c43 [fenix] Import l10n. 2020-03-03 23:17:32 -08:00
Mozilla L10n Automation Bot
09859ed3c4 [fenix] Import l10n. 2020-03-03 15:29:40 -08:00
ekager
5272fb0c80 [fenix] Update UI tests 2020-03-03 14:44:38 -08:00
Josh Vocal
a947993ec5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/7554: Add App Services Version to About Page 2020-03-03 14:44:38 -08:00
Gabriel Luong
5963579caf [fenix] For https://github.com/mozilla-mobile/fenix/issues/8593 - Style the add-ons permission dialog to match the Fenix theme 2020-03-03 17:09:09 -05:00
Severin Rudie
6080eb62e1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8017: fix wifi string (https://github.com/mozilla-mobile/fenix/pull/8953) 2020-03-03 13:36:13 -08:00
Jonathan Almeida
dcd9a15e91 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8950: Unregister observers in the main scope coroutine 2020-03-03 16:20:20 -05:00
ekager
7bb9f54ce0 [fenix] Match Theme Indepedent Grey 2020-03-03 12:51:58 -08:00
mcarare
4bbd3756a6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/6607 Update button theming in no tab pane 2020-03-03 12:51:58 -08:00
mcarare
d8430ac635 [fenix] For https://github.com/mozilla-mobile/fenix/issues/6607 Update button theming in no tab pane 2020-03-03 12:51:58 -08:00
Jonathan Almeida
097f61a001 [fenix] Fix breaking APIs in MigratingFenixApplication 2020-03-03 11:37:38 -08:00
Sawyer Blatz
da20e69455 [fenix] For https://github.com/mozilla-mobile/fenix/issues/5308: Show search shortcuts for search term queries 2020-03-03 10:01:52 -08:00
Jonathan Almeida
3e4cb19f9d [fenix] Log push crashes to CrashReporter 2020-03-03 12:46:37 -05:00
Jonathan Almeida
acc3bb4ec6 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/6730: Lazily initialize account manager on new push message 2020-03-03 11:38:58 -05:00
Johan Lorenzo
93f2c58d76 [fenix] Bug 1608103 - Fix dummy secrets generation (https://github.com/mozilla-mobile/fenix/pull/8855) 2020-03-03 17:22:48 +01:00
Grisha Kruglov
f07442ba4e [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/7344: Login storage refactor
The a-c side of this work is in https://github.com/mozilla-mobile/android-components/pull/6128

This switches Fenix to use `SyncableLoginsStorage`, which caches a connection internally
on first access, and doesn't expose any lock/unlock APIs at the public boundary.
2020-03-03 16:58:58 +01:00
Johan Lorenzo
ec34421dcb [fenix] Bug 1608153 - Do not trigger a new build on every single action that occurs on a PR (https://github.com/mozilla-mobile/fenix/pull/8046) 2020-03-03 14:33:48 +01:00
Sebastian Kaspari
719b5418d2 [fenix] AwesomeBarView: Pass BrowserStore to SessionSuggestionProvider instead of SessionManager. 2020-03-03 14:19:18 +01:00
Christian Sadilek
332416ae5a [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/7863: Ensure parent process triggers speculative connect 2020-03-03 14:19:18 +01:00