Emily Kager
93cb3c2053
For #8423 - Adds delete login confirmation dialog ( #9014 )
2020-03-09 15:51:18 +02:00
mozilla-l10n-automation-bot
2563346f07
Import l10n. ( #9041 )
2020-03-09 14:56:32 +02:00
Mozilla L10n Automation Bot
23456834ba
Import l10n.
2020-03-06 20:24:51 -08:00
Tom Prince
90dafcf9d9
Bug 1619795: Cleanup. ( #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
0436c8d8a4
For #8874 - Update tab deletion colors
2020-03-05 21:21:37 -08:00
Mozilla L10n Automation Bot
2aef886591
Import l10n.
2020-03-05 21:19:42 -08:00
mcarare
7ae1304612
For #8975 : Update unit tests for new separator between title and url
2020-03-05 21:17:36 -08:00
mcarare
16e2f20471
For #8975 : Separate title from url with line break when sharing links
2020-03-05 21:17:36 -08:00
Grisha Kruglov
bb292d573d
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
28f58eb025
For #7158 : Improves home to search animation ( #9008 )
2020-03-05 13:54:54 -08:00
Christian Sadilek
84afb5d156
Issue #8291 : Speculatively create content process in search fragment
2020-03-05 16:02:23 -05:00
Christian Sadilek
fab0d5c9f8
Update to AC 36.0.0-SNAPSHOT
2020-03-05 16:02:23 -05:00
Sawyer Blatz
3548e58c00
For #7158 : Improves browser to search animation ( #8961 )
2020-03-05 12:29:23 -08:00
Sebastian
89a260ecd9
Use new MemoryConsumer.onTrimMemory() API.
2020-03-05 20:02:22 +01:00
Mozilla L10n Automation Bot
3be3571dbd
Import l10n.
2020-03-05 14:25:13 +01:00
Oana Horvath
0cdb0680e7
UI tests for Private browsing settings sub-menu ( #8395 )
2020-03-05 12:25:48 +02:00
Jim Porter
ec98fd948b
For #7847 : Improve startup performance of the Fenix wrapper around Glean
2020-03-04 16:21:45 -08:00
Tom Prince
d719823b2f
Bug 1609145: Use retrigger (rather than re-run) by default on test tasks.
2020-03-04 15:52:25 -08:00
Tom Prince
f369e80fd7
Bug 1619795: Use toolchain-style fetches (and toolchain-artifact
attribute).
...
The mozilla-central ffmpeg toolchain (used in Bug 1613479/#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
7b170c4428
Update IntentProcessor implementation to comply with new interface.
2020-03-04 09:40:00 -08:00
ekager
e2bfe8d0db
For #8621 - Disable failing handlePermissionsChange test
2020-03-04 08:13:46 -08:00
isabelrios
a4d93002a9
sync-integration-tests-fix-paths ( #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
8296b3e9ff
Import l10n.
2020-03-03 23:17:32 -08:00
Mozilla L10n Automation Bot
8b0c1cae4c
Import l10n.
2020-03-03 15:29:40 -08:00
ekager
c326130a82
Update UI tests
2020-03-03 14:44:38 -08:00
Josh Vocal
c15469595d
For #7554 : Add App Services Version to About Page
2020-03-03 14:44:38 -08:00
Gabriel Luong
c1a7bddcd3
For #8593 - Style the add-ons permission dialog to match the Fenix theme
2020-03-03 17:09:09 -05:00
Severin Rudie
8b7dee853e
For #8017 : fix wifi string ( #8953 )
2020-03-03 13:36:13 -08:00
Jonathan Almeida
0d48b65a25
For #8950 : Unregister observers in the main scope coroutine
2020-03-03 16:20:20 -05:00
ekager
2603683d42
Match Theme Indepedent Grey
2020-03-03 12:51:58 -08:00
mcarare
f9e85e78af
For #6607 Update button theming in no tab pane
2020-03-03 12:51:58 -08:00
mcarare
cfe4f11864
For #6607 Update button theming in no tab pane
2020-03-03 12:51:58 -08:00
Jonathan Almeida
aad041c34c
Fix breaking APIs in MigratingFenixApplication
2020-03-03 11:37:38 -08:00
Sawyer Blatz
edd1f013ba
For #5308 : Show search shortcuts for search term queries
2020-03-03 10:01:52 -08:00
Jonathan Almeida
4ccda4d495
Log push crashes to CrashReporter
2020-03-03 12:46:37 -05:00
Jonathan Almeida
4bbf87d272
Closes #6730 : Lazily initialize account manager on new push message
2020-03-03 11:38:58 -05:00
Johan Lorenzo
d390baefaf
Bug 1608103 - Fix dummy secrets generation ( #8855 )
2020-03-03 17:22:48 +01:00
Grisha Kruglov
e6e2dd94c7
Closes #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
6a75d822ca
Bug 1608153 - Do not trigger a new build on every single action that occurs on a PR ( #8046 )
2020-03-03 14:33:48 +01:00
Sebastian Kaspari
a890bd4c0c
AwesomeBarView: Pass BrowserStore to SessionSuggestionProvider instead of SessionManager.
2020-03-03 14:19:18 +01:00
Christian Sadilek
20387401b1
Issue #7863 : Ensure parent process triggers speculative connect
2020-03-03 14:19:18 +01:00
Sawyer Blatz
f20fb50481
For #5346 & For #8859 : Fixes textSize & animation on TabCounter
2020-03-02 18:54:20 -08:00
Sawyer Blatz
e38bff8597
For #5308 : Display search shortcuts when going from browser to search
2020-03-02 17:54:05 -08:00
David Walsh
063a3b268a
For #2271 - Fix hairline color on dark theme and private mode
2020-03-02 16:03:36 -07:00
Andrew Gaul
4ab4733f34
Do not scroll menu when toolbar is on top
...
Fixes #8838 .
2020-03-02 14:56:52 -08:00
Harshal Lele
e318cd7d15
fix #8135 - remove getColorFromAttr
2020-03-02 15:48:33 -07:00
Sawyer Blatz
8e06933e8d
For #167 : Adds browser -> home animation
2020-03-02 14:45:44 -08:00
Severin Rudie
b717926f72
For 8017: add strings for advanced video autoplay
...
See https://github.com/mozilla-mobile/fenix/issues/8503#issuecomment-592658604
2020-03-02 14:38:05 -08:00
ekager
a8e41d3b41
No issue: Remove one instance of android:drawableTint
2020-03-02 14:37:39 -08:00
Emily Kager
a61502215b
Revert "For #7603 - Temporarily do not show biometric prompt for OnePlus devices"
...
This reverts commit 17d7928cc9
.
2020-03-02 14:31:08 -08:00