Commit Graph

1539 Commits (1b30ac457cb49e153d923d4a18d6c58c70357226)

Author SHA1 Message Date
AndiAJ d62b7a1edf Bug 1885329 - Add logs to MockLocationUpdatesRule 3 months ago
DreVla cf9cd2a86c Bug 1880520 - [Onboarding] Enable "Add Search Widget" card
As result of the experiment to add a new card, "Add Search Widget",
to onboarding, this new card will be now enabled by default.
3 months ago
AndiAJ db2a301ddf Bug 1885314 - Add more logs to RetryTestRule 3 months ago
AndiAJ ca4175675c Bug 1885300 - Add logs to HomeActivityTestRule 3 months ago
AndiAJ 1bf1278982 Bug 1885288 - Add logs to FeatureSettingsHelperDelegate 3 months ago
AndiAJ 63ca1419c6 Bug 1885141 - Add logs to MockBrowserDataHelper 3 months ago
ohall-m 0760ab5a58 Bug 1853058 - Remove Translations Secret Settings and Use Nimbus
* This patch removes the secret setting to turn on translations and
removes the usage.
* Nimbus feature defaults for translations are all set to false.
3 months ago
oana.horvath b41b5727eb Bug 1885160 - Add logs to AppAndSystemHelper 3 months ago
AndiAJ a878e4b3fa Bug 1885123 - Add logs to DataGenerationHelper 3 months ago
AndiAJ 8867641ffe Bug 1885108 - Add logs to TestHelper 3 months ago
AndiAJ 30c746ee99 Bug 1884918 - Add logs to MatcherHelper 3 months ago
AndiAJ 71ea2a990e Bug 1884653 - Add logs to AccountSettingsRobot 3 months ago
AndiAJ 53c0e021de Bug 1884653 - Remove redundant assertion functions from AccountSettingsRobot 3 months ago
AndiAJ 16123a7237 Bug 1884904 - Add logs to SettingsSubMenuSetDefaultBrowserRobot 3 months ago
AndiAJ f4023bad77 Bug 1884903 - Add logs to SettingsSubMenuAboutRobot 3 months ago
AndiAJ bbb3c0dfe6 Bug 1884903 - Remove redundant assertion functions from SettingsSubMenuAboutRobot 3 months ago
AndiAJ b260a91210 Bug 1881028 - Add logs to SettingsSubMenuEnhancedTrackingProtectionRobot 3 months ago
AndiAJ 7540671d28 Bug 1881028 - Remove redundant assertion functions from SettingsSubMenuEnhancedTrackingProtectionRobot 3 months ago
AndiAJ f9ac7cfc7d Bug 1881028 - Add logs to SettingsSubMenuEnhancedTrackingProtectionExceptionsRobot 3 months ago
AndiAJ 1daa2ba0df Bug 1881028 - Convert private variables to functions so they don't get initialised 3 months ago
AndiAJ f4cf272743 Bug 1884363 - Add logs to ThreeDotMenuMainRobot 3 months ago
AndiAJ a6755ca5df Bug 1884363 - Remove redundant assertion functions from ThreeDotMenuMainRobot 3 months ago
AndiAJ 619130843a Bug 1884329 - Add logs to TabDrawerRobot 4 months ago
AndiAJ c7631e9f90 Bug 1884329 - Remove redundant assertion functions from TabDrawerRobot 4 months ago
AndiAJ 136f00e55f Bug 1846707 - Fix closeAllTabsTest UI test 4 months ago
Jackie Johnson 561ebfc2d1 Bug 1884154 - Remove openInApp Button Reference from UI Tests 4 months ago
AndiAJ 18b52086fd Bug 1833097 - Fix verifyAddAddressViewTest UI test 4 months ago
AndiAJ 03541525b1 Bug 1837569 - Fix verifyStateFieldUpdatesInAccordanceWithCountryFieldTest UI test 4 months ago
AndiAJ f0363a27bb Bug 1881349 - Fix failing Fenix UI tests 4 months ago
Ryan VanderMeulen f1fae35a87 Bug 1881349 - Remove call to removed ensureFullyVisible function 4 months ago
Ryan VanderMeulen c0a894becd Bug 1881349 - Use setText() rather than trying to directly assign the value 4 months ago
oana.horvath a04657a0d6 Bug 1883870 - Improve test logs in bookmarks and downloads storage deletion in UI test 4 months ago
James Hugman cb7afcb65c Bug 1880544 — Add action params to MessageData
This is a breaking change, for experimenter users of the messaging feature.

It tightens up the type of `action` to use the string-alias `ActionName`,
i.e. only keys of the `actions` table.

This is a large improvment in usability for message senders using the
experimenter UI.

This removes the ability to open URLs directly in the action.

For this, the new `action-params` map is used to parameterize the
action's deeplink URL.

For example, whereas before you may have said:

```json
"action": "https://example.com/survey?client={uuid}"
```

now you might write:

```json
"action": "OPEN_URL"
"action-params": {
    "private": "true",
    "url": "https://example.com/survey?client={uuid}"
}
```

`action-params` are specific to each action, and so cannot be validated by
the messsaging system.
4 months ago
AndiAJ 422b627549 Bug 1882976 - Add logs to ShareOverlayRobot 4 months ago
AndiAJ fecf2c51a8 Bug 1883363 - Add logs to SettingsSubMenuSearchRobot 4 months ago
AndiAJ 690667f1d9 Bug 1883331 - Add logs to SitePermissionsRobot 4 months ago
AndiAJ 5473cc0881 Bug 1883331 - Convert private variables to functions so they don't get initialised 4 months ago
AndiAJ 8575c604d2 Bug 1882987 - Add logs to SiteSecurityRobot 4 months ago
AndiAJ a7a1f3d0da Bug 1882987 - Convert private variables to functions so they don't get initialised 4 months ago
AndiAJ 0bbeb07069 Bug 1882987 - Remove redundant assertion functions from SiteSecurityRobot 4 months ago
AndiAJ fcba28732a Bug 1883021 - Add logs to ThreeDotMenuBookmarksRobot 4 months ago
AndiAJ 5278829968 Bug 1883014 - Add logs to SystemSettingsRobot 4 months ago
AndiAJ e648854b3e Bug 1883014 - Convert private variables to functions so they don't get initialised 4 months ago
AndiAJ 9bf557cf36 Bug 1883005 - Add logs to SyncSignInRobot 4 months ago
AndiAJ 7a0585fb75 Bug 1882768 - Add logs to SettingsTurnOnSyncRobot 4 months ago
AndiAJ bb8ea98aaa Bug 1882768 - Remove redundant assertion functions from SettingsSubMenuTabsRobot 4 months ago
AndiAJ 00ee20d00e Bug 1882740 - Add logs to SettingsSubMenuTabsRobot 4 months ago
AndiAJ faf5cfed66 Bug 1882740 - Remove redundant assertion functions from SettingsSubMenuTabsRobot 4 months ago
oana.horvath affd8204e5 Bug 1882777 - Request permission to reset locale in UI tests 4 months ago
AndiAJ 216c8cfdb2 Bug 1882732 - Add logs to SettingsSubMenuSitePermissionsRobot 4 months ago