Skip to content

Commit

Permalink
Release build 6.26.0 [ci release]
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanKingston authored and github-actions[bot] committed Oct 29, 2024
1 parent b74549b commit a945c70
Show file tree
Hide file tree
Showing 28 changed files with 4,908 additions and 24 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/auto-respond-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
cd pr
git config --global user.email "[email protected]"
git config --global user.name "dax"
echo ${{ github.event.pull_request.base.ref }}
git fetch origin ${{ github.event.pull_request.base.ref }}
git rebase origin/${{ github.event.pull_request.base.ref }}
npm install
npm run build
Expand Down
5 changes: 3 additions & 2 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
- Onboarding Highlights (#1059)
- RemoteMessagingFramework component (#1114)
- [Google password manager] Android isolated module for password import (#1157)
- Update auto-respond-pr.yml to latest pr (#1171)
- RMF Docs (#1170)
6 changes: 5 additions & 1 deletion Sources/ContentScopeScripts/dist/contentScope.js
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,8 @@
"windowsPermissionUsage",
"brokerProtection",
"performanceMetrics",
"breakageReporting"
"breakageReporting",
"autofillPasswordImport"
]
);
const platformSupport = {
Expand All @@ -511,6 +512,9 @@
"breakageReporting",
"duckPlayer"
],
"android-autofill-password-import": [
"autofillPasswordImport"
],
windows: [
"cookie",
...baseFeatures,
Expand Down
6 changes: 5 additions & 1 deletion Sources/ContentScopeScripts/dist/contentScopeIsolated.js
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,8 @@
'windowsPermissionUsage',
'brokerProtection',
'performanceMetrics',
'breakageReporting'
'breakageReporting',
'autofillPasswordImport'
]);

/** @typedef {baseFeatures[number]|otherFeatures[number]} FeatureName */
Expand All @@ -446,6 +447,9 @@
'breakageReporting',
'duckPlayer'
],
'android-autofill-password-import': [
'autofillPasswordImport'
],
windows: [
'cookie',
...baseFeatures,
Expand Down
Loading

0 comments on commit a945c70

Please sign in to comment.