-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'mozilla/main' into wt/FXIOS-10617-Add-G…
…lean-usage-profile-id
- Loading branch information
Showing
516 changed files
with
12,152 additions
and
2,873 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
name: "Firefox UI Tests for iOS 15 & 16" | ||
name: "Firefox UI Tests for iOS 15, 16 & 17" | ||
|
||
on: | ||
workflow_dispatch: {} | ||
env: | ||
browser: firefox-ios | ||
xcode_version: 15.4 | ||
ios_version: 17.5 | ||
ios_simulator_default: iPhone 15 | ||
xcode_version: 16.1 | ||
ios_version: 18.1 | ||
ios_simulator_default: iPhone 16 | ||
xcodebuild_scheme: Fennec | ||
xcodebuild_target: Client | ||
test_results_directory: /Users/runner/tmp | ||
|
||
jobs: | ||
compile: | ||
name: Compile | ||
runs-on: macos-14 | ||
runs-on: macos-15 | ||
steps: | ||
- name: Check out source code | ||
uses: actions/[email protected] | ||
|
@@ -54,13 +54,15 @@ jobs: | |
|
||
run-smoketests: | ||
name: Run smoke tests | ||
runs-on: macos-14 | ||
runs-on: macos-15 | ||
needs: compile | ||
strategy: | ||
fail-fast: false | ||
max-parallel: 1 | ||
matrix: | ||
include: | ||
- ios_version: 17.5 | ||
ios_simulator: iPhone 15 | ||
- ios_version: 16.4 | ||
ios_simulator: iPhone 14 | ||
- ios_version: 15.5 | ||
|
@@ -78,8 +80,6 @@ jobs: | |
id: xcode | ||
run: | | ||
sudo rm -rf /Applications/Xcode.app | ||
sudo rm -fr /Applications/Xcode_16* | ||
sudo rm -fr /Applications/Xcode_14* | ||
sudo xcode-select -s /Applications/Xcode_${{ env.xcode_version }}.app/Contents/Developer | ||
xcodebuild -version | ||
./checkout.sh | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,17 +7,17 @@ on: | |
|
||
env: | ||
browser: firefox-ios | ||
xcode_version: 15.4 | ||
ios_version: 17.5 | ||
ios_simulator_default: iPhone 15 | ||
xcode_version: 16.1 | ||
ios_version: 18.1 | ||
ios_simulator_default: iPhone 16 | ||
xcodebuild_scheme: Fennec | ||
xcodebuild_target: Client | ||
test_results_directory: /Users/runner/tmp | ||
|
||
jobs: | ||
compile: | ||
name: Compile | ||
runs-on: macos-14 | ||
runs-on: macos-15 | ||
steps: | ||
- name: Check out source code | ||
uses: actions/[email protected] | ||
|
@@ -63,7 +63,7 @@ jobs: | |
fail-fast: false | ||
max-parallel: 1 | ||
matrix: | ||
ios_simulator: ['iPhone 15 Plus', 'iPad Pro 13-inch (M4)'] | ||
ios_simulator: ['iPhone 16', 'iPad mini (A17 Pro)'] | ||
steps: | ||
- name: Check out source code | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,21 +29,29 @@ jobs: | |
experimenter-url: https://experimenter.services.mozilla.com/api/v6/experiments-first-run/ | ||
app-name: firefox_ios | ||
branch: automation/update-nimbus-experiments | ||
- name: "Debug - workaround issue: 23215" | ||
run: |- | ||
cd firefox-ios | ||
sudo chown runner:docker -R .git | ||
- name: Create Pull Request | ||
id: create-pull-request | ||
uses: peter-evans/create-pull-request@v6 | ||
if: steps.update-experiments-json.outputs.changed == 1 && steps.update-experiments-json.outputs.changed-branch >= 1 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | ||
committer: GitHub <[email protected]> | ||
path: firefox-ios | ||
add-paths: firefox-ios/Client/Experiments/initial_experiments.json | ||
branch: automation/update-nimbus-experiments | ||
commit-message: "update initial_experiments.json based on the current first-run experiments in experimenter" | ||
title: "Refactor [vXXX] Update initial experiments JSON for Nimbus" | ||
body: "This (automated) PR updates the initial_experiments.json on the `main` branch" | ||
delete-branch: true | ||
labels: Needs Code Review | ||
- name: Enable Pull Request Automerge | ||
if: steps.create-pull-request.outputs.pull-request-operation == 'created' | ||
run: gh pr merge --squash "${{ steps.create-pull-request.outputs.pull-request-number }}" | ||
env: | ||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
# Disabling Automerge | ||
#- name: Enable Pull Request Automerge | ||
# if: steps.create-pull-request.outputs.pull-request-operation == 'created' | ||
# run: gh pr merge --squash "${{ steps.create-pull-request.outputs.pull-request-number }}" | ||
# env: | ||
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,17 +7,17 @@ on: | |
|
||
env: | ||
browser: focus-ios | ||
xcode_version: 15.4 | ||
ios_version: 17.5 | ||
ios_simulator_default: iPhone 15 | ||
xcode_version: 16.1 | ||
ios_version: 18.1 | ||
ios_simulator_default: iPhone 16 | ||
xcodebuild_scheme: Focus | ||
xcodebuild_target: XCUITest | ||
test_results_directory: /Users/runner/tmp | ||
|
||
jobs: | ||
compile: | ||
name: Compile | ||
runs-on: macos-14 | ||
runs-on: macos-15 | ||
steps: | ||
- name: Check out source code | ||
uses: actions/[email protected] | ||
|
@@ -49,14 +49,14 @@ jobs: | |
retention-days: 2 | ||
run-tests: | ||
name: Run tests | ||
runs-on: macos-14 | ||
runs-on: macos-15 | ||
needs: compile | ||
strategy: | ||
fail-fast: false | ||
max-parallel: 1 | ||
matrix: | ||
xcodebuild_test_plan: ['SmokeTest'] # , 'FullFunctionalTests'] | ||
ios_simulator: [ 'iPhone 15', 'iPad Pro (12.9-inch) (6th generation)'] | ||
ios_simulator: [ 'iPhone 16', 'iPad (10th generation)'] | ||
steps: | ||
- name: Check out source code | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
71 changes: 0 additions & 71 deletions
71
BrowserKit/Sources/ComponentLibrary/Buttons/LegacyResizableButton.swift
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.